svf-tools 1.0.905 → 1.0.907

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (438) hide show
  1. package/SVF-doxygen/html/AbstractInterpretation_8cpp.html +217 -0
  2. package/SVF-doxygen/html/AbstractInterpretation_8cpp_source.html +2093 -0
  3. package/SVF-doxygen/html/AbstractInterpretation_8h.html +115 -0
  4. package/SVF-doxygen/html/AbstractInterpretation_8h_source.html +459 -0
  5. package/SVF-doxygen/html/AbstractState_8cpp.html +84 -0
  6. package/SVF-doxygen/html/AbstractState_8cpp_source.html +461 -0
  7. package/SVF-doxygen/html/AbstractState_8h.html +105 -0
  8. package/SVF-doxygen/html/AbstractState_8h_source.html +891 -0
  9. package/SVF-doxygen/html/AbstractValue_8h.html +3 -3
  10. package/SVF-doxygen/html/AbstractValue_8h_source.html +652 -62
  11. package/SVF-doxygen/html/AddressValue_8h.html +4 -4
  12. package/SVF-doxygen/html/AddressValue_8h_source.html +180 -177
  13. package/SVF-doxygen/html/BufOverflowChecker_8cpp_source.html +782 -776
  14. package/SVF-doxygen/html/BufOverflowChecker_8h.html +1 -1
  15. package/SVF-doxygen/html/BufOverflowChecker_8h_source.html +19 -19
  16. package/SVF-doxygen/html/CFLGraph_8h_source.html +3 -3
  17. package/SVF-doxygen/html/CSC_8h_source.html +1 -1
  18. package/SVF-doxygen/html/ConsExeState_8cpp_source.html +1 -1
  19. package/SVF-doxygen/html/ConsExeState_8h_source.html +2 -2
  20. package/SVF-doxygen/html/ExeState_8cpp.html +1 -1
  21. package/SVF-doxygen/html/ExeState_8cpp_source.html +2 -2
  22. package/SVF-doxygen/html/ExeState_8h_source.html +8 -8
  23. package/SVF-doxygen/html/ICFGSimplification_8h.html +2 -2
  24. package/SVF-doxygen/html/ICFGSimplification_8h_source.html +17 -18
  25. package/SVF-doxygen/html/ICFG_8h_source.html +1 -1
  26. package/SVF-doxygen/html/IntervalValue_8h.html +2 -2
  27. package/SVF-doxygen/html/IntervalValue_8h_source.html +846 -864
  28. package/SVF-doxygen/html/LLVMModule_8cpp_source.html +1 -1
  29. package/SVF-doxygen/html/MSSAMuChi_8h_source.html +1 -1
  30. package/SVF-doxygen/html/MemRegion_8cpp_source.html +1 -1
  31. package/SVF-doxygen/html/ObjTypeInference_8cpp_source.html +1 -1
  32. package/SVF-doxygen/html/PointsTo_8cpp_source.html +3 -3
  33. package/SVF-doxygen/html/PointsTo_8h_source.html +3 -3
  34. package/SVF-doxygen/html/RelExeState_8h_source.html +5 -5
  35. package/SVF-doxygen/html/RelationSolver_8cpp_source.html +67 -68
  36. package/SVF-doxygen/html/RelationSolver_8h.html +1 -1
  37. package/SVF-doxygen/html/RelationSolver_8h_source.html +17 -17
  38. package/SVF-doxygen/html/SVFIR2AbsState_8cpp.html +84 -0
  39. package/SVF-doxygen/html/SVFIR2AbsState_8cpp_source.html +1348 -0
  40. package/SVF-doxygen/html/SVFIR2AbsState_8h.html +100 -0
  41. package/SVF-doxygen/html/SVFIR2AbsState_8h_source.html +378 -0
  42. package/SVF-doxygen/html/SVFIR2ConsExeState_8cpp_source.html +9 -8
  43. package/SVF-doxygen/html/SVFIR2ItvExeState_8cpp_source.html +920 -952
  44. package/SVF-doxygen/html/SVFIR2ItvExeState_8h.html +2 -3
  45. package/SVF-doxygen/html/SVFIR2ItvExeState_8h_source.html +202 -207
  46. package/SVF-doxygen/html/SVFIR2Relation_8cpp.html +1 -1
  47. package/SVF-doxygen/html/SVFIR2Relation_8cpp_source.html +76 -72
  48. package/SVF-doxygen/html/SVFType_8cpp_source.html +1 -1
  49. package/SVF-doxygen/html/SVFType_8h_source.html +1 -1
  50. package/SVF-doxygen/html/SVFValue_8h_source.html +1 -1
  51. package/SVF-doxygen/html/SparseBitVector_8h_source.html +3 -3
  52. package/SVF-doxygen/html/WorkList_8h_source.html +1 -1
  53. package/SVF-doxygen/html/ae_8cpp.html +57 -57
  54. package/SVF-doxygen/html/ae_8cpp_source.html +462 -466
  55. package/SVF-doxygen/html/annotated.html +409 -418
  56. package/SVF-doxygen/html/classSVF_1_1AEStat-members.html +2 -2
  57. package/SVF-doxygen/html/classSVF_1_1AEStat.html +184 -190
  58. package/SVF-doxygen/html/classSVF_1_1AbstractInterpretation-members.html +161 -0
  59. package/SVF-doxygen/html/classSVF_1_1AbstractInterpretation.html +4325 -0
  60. package/SVF-doxygen/html/classSVF_1_1AbstractInterpretation.png +0 -0
  61. package/SVF-doxygen/html/classSVF_1_1AbstractState-members.html +134 -0
  62. package/SVF-doxygen/html/classSVF_1_1AbstractState.html +2166 -0
  63. package/SVF-doxygen/html/classSVF_1_1AbstractState.png +0 -0
  64. package/SVF-doxygen/html/classSVF_1_1AddressValue-members.html +15 -28
  65. package/SVF-doxygen/html/classSVF_1_1AddressValue.html +171 -230
  66. package/SVF-doxygen/html/classSVF_1_1BoundedZ3Expr.html +0 -1
  67. package/SVF-doxygen/html/classSVF_1_1BoundedZ3Expr.png +0 -0
  68. package/SVF-doxygen/html/classSVF_1_1BufOverflowChecker-members.html +73 -73
  69. package/SVF-doxygen/html/classSVF_1_1BufOverflowChecker.html +578 -574
  70. package/SVF-doxygen/html/classSVF_1_1BufOverflowChecker.png +0 -0
  71. package/SVF-doxygen/html/classSVF_1_1CFLNode-members.html +48 -49
  72. package/SVF-doxygen/html/classSVF_1_1CFLNode.html +25 -25
  73. package/SVF-doxygen/html/classSVF_1_1ConsExeState.html +1 -1
  74. package/SVF-doxygen/html/classSVF_1_1ExeState.html +12 -14
  75. package/SVF-doxygen/html/classSVF_1_1ExeState.png +0 -0
  76. package/SVF-doxygen/html/classSVF_1_1FILOWorkList.html +3 -3
  77. package/SVF-doxygen/html/classSVF_1_1GenericNode.html +22 -8
  78. package/SVF-doxygen/html/classSVF_1_1GenericNode.png +0 -0
  79. package/SVF-doxygen/html/classSVF_1_1ICFGSimplification.html +1 -1
  80. package/SVF-doxygen/html/classSVF_1_1IntervalValue-members.html +50 -64
  81. package/SVF-doxygen/html/classSVF_1_1IntervalValue.html +349 -459
  82. package/SVF-doxygen/html/classSVF_1_1LLVMModuleSet.html +1 -1
  83. package/SVF-doxygen/html/classSVF_1_1ObjTypeInference.html +1 -1
  84. package/SVF-doxygen/html/classSVF_1_1RelExeState-members.html +1 -1
  85. package/SVF-doxygen/html/classSVF_1_1RelExeState.html +8 -8
  86. package/SVF-doxygen/html/classSVF_1_1RelationSolver-members.html +8 -8
  87. package/SVF-doxygen/html/classSVF_1_1RelationSolver.html +106 -107
  88. package/SVF-doxygen/html/classSVF_1_1SVFIR2AbsState-members.html +141 -0
  89. package/SVF-doxygen/html/classSVF_1_1SVFIR2AbsState.html +3137 -0
  90. package/SVF-doxygen/html/classSVF_1_1SVFIR2ConsExeState.html +5 -5
  91. package/SVF-doxygen/html/classSVF_1_1SVFIR2ItvExeState-members.html +56 -57
  92. package/SVF-doxygen/html/classSVF_1_1SVFIR2ItvExeState.html +1128 -1178
  93. package/SVF-doxygen/html/classSVF_1_1SVFStat.html +1 -1
  94. package/SVF-doxygen/html/classSVF_1_1SparseAbstractState-members.html +157 -0
  95. package/SVF-doxygen/html/classSVF_1_1SparseAbstractState.html +1512 -0
  96. package/SVF-doxygen/html/classSVF_1_1SparseAbstractState.png +0 -0
  97. package/SVF-doxygen/html/classSVF_1_1Z3Expr.html +0 -1
  98. package/SVF-doxygen/html/classSVF_1_1Z3Expr.png +0 -0
  99. package/SVF-doxygen/html/classSymblicAbstractionTest-members.html +3 -3
  100. package/SVF-doxygen/html/classSymblicAbstractionTest.html +400 -404
  101. package/SVF-doxygen/html/classes.html +326 -336
  102. package/SVF-doxygen/html/dir_2c6fb801affc4b3efe6e1ed5974683f6.html +2 -10
  103. package/SVF-doxygen/html/dir_81caa96ab1d3de93b353e2bbe80e6067.html +2 -4
  104. package/SVF-doxygen/html/dir_9a8e7a56f4029a0d9f62b1c6d1f6e85b.html +2 -8
  105. package/SVF-doxygen/html/dir_fbec400583b4bd6c5f2e89c86c5943a6.html +2 -4
  106. package/SVF-doxygen/html/fastcluster__dm_8cpp_8inc_source.html +1 -1
  107. package/SVF-doxygen/html/files.html +18 -27
  108. package/SVF-doxygen/html/functions.html +33 -56
  109. package/SVF-doxygen/html/functions_a.html +29 -42
  110. package/SVF-doxygen/html/functions_b.html +14 -21
  111. package/SVF-doxygen/html/functions_c.html +42 -52
  112. package/SVF-doxygen/html/functions_d.html +7 -4
  113. package/SVF-doxygen/html/functions_e.html +7 -21
  114. package/SVF-doxygen/html/functions_enum.html +4 -7
  115. package/SVF-doxygen/html/functions_eval.html +2 -2
  116. package/SVF-doxygen/html/functions_eval_c.html +0 -3
  117. package/SVF-doxygen/html/functions_eval_i.html +2 -3
  118. package/SVF-doxygen/html/functions_eval_m.html +2 -2
  119. package/SVF-doxygen/html/functions_eval_s.html +2 -5
  120. package/SVF-doxygen/html/functions_eval_u.html +4 -1
  121. package/SVF-doxygen/html/functions_f.html +6 -6
  122. package/SVF-doxygen/html/functions_func.html +24 -31
  123. package/SVF-doxygen/html/functions_func_b.html +10 -16
  124. package/SVF-doxygen/html/functions_func_c.html +30 -39
  125. package/SVF-doxygen/html/functions_func_d.html +1 -1
  126. package/SVF-doxygen/html/functions_func_e.html +7 -17
  127. package/SVF-doxygen/html/functions_func_g.html +61 -115
  128. package/SVF-doxygen/html/functions_func_h.html +22 -24
  129. package/SVF-doxygen/html/functions_func_i.html +64 -94
  130. package/SVF-doxygen/html/functions_func_j.html +4 -6
  131. package/SVF-doxygen/html/functions_func_l.html +9 -23
  132. package/SVF-doxygen/html/functions_func_m.html +7 -8
  133. package/SVF-doxygen/html/functions_func_n.html +8 -13
  134. package/SVF-doxygen/html/functions_func_o.html +57 -48
  135. package/SVF-doxygen/html/functions_func_p.html +6 -11
  136. package/SVF-doxygen/html/functions_func_r.html +4 -4
  137. package/SVF-doxygen/html/functions_func_s.html +35 -50
  138. package/SVF-doxygen/html/functions_func_t.html +26 -40
  139. package/SVF-doxygen/html/functions_func_u.html +6 -5
  140. package/SVF-doxygen/html/functions_func_v.html +2 -9
  141. package/SVF-doxygen/html/functions_func_w.html +9 -8
  142. package/SVF-doxygen/html/functions_func_z.html +1 -2
  143. package/SVF-doxygen/html/functions_func_~.html +10 -22
  144. package/SVF-doxygen/html/functions_g.html +61 -118
  145. package/SVF-doxygen/html/functions_h.html +21 -23
  146. package/SVF-doxygen/html/functions_i.html +76 -106
  147. package/SVF-doxygen/html/functions_j.html +4 -6
  148. package/SVF-doxygen/html/functions_k.html +0 -6
  149. package/SVF-doxygen/html/functions_l.html +11 -25
  150. package/SVF-doxygen/html/functions_m.html +8 -9
  151. package/SVF-doxygen/html/functions_n.html +14 -17
  152. package/SVF-doxygen/html/functions_o.html +71 -90
  153. package/SVF-doxygen/html/functions_p.html +31 -30
  154. package/SVF-doxygen/html/functions_r.html +11 -15
  155. package/SVF-doxygen/html/functions_rela.html +2 -3
  156. package/SVF-doxygen/html/functions_rela_b.html +0 -1
  157. package/SVF-doxygen/html/functions_rela_e.html +0 -1
  158. package/SVF-doxygen/html/functions_rela_i.html +0 -2
  159. package/SVF-doxygen/html/functions_rela_l.html +0 -1
  160. package/SVF-doxygen/html/functions_rela_o.html +0 -18
  161. package/SVF-doxygen/html/functions_rela_r.html +2 -2
  162. package/SVF-doxygen/html/functions_rela_s.html +4 -9
  163. package/SVF-doxygen/html/functions_s.html +45 -70
  164. package/SVF-doxygen/html/functions_t.html +29 -45
  165. package/SVF-doxygen/html/functions_type.html +0 -5
  166. package/SVF-doxygen/html/functions_type_c.html +1 -1
  167. package/SVF-doxygen/html/functions_type_k.html +0 -6
  168. package/SVF-doxygen/html/functions_type_l.html +4 -3
  169. package/SVF-doxygen/html/functions_type_t.html +0 -3
  170. package/SVF-doxygen/html/functions_type_v.html +3 -5
  171. package/SVF-doxygen/html/functions_u.html +8 -4
  172. package/SVF-doxygen/html/functions_v.html +11 -20
  173. package/SVF-doxygen/html/functions_vars.html +33 -56
  174. package/SVF-doxygen/html/functions_vars_a.html +3 -0
  175. package/SVF-doxygen/html/functions_vars_g.html +2 -5
  176. package/SVF-doxygen/html/functions_vars_i.html +3 -0
  177. package/SVF-doxygen/html/functions_vars_t.html +1 -0
  178. package/SVF-doxygen/html/functions_w.html +11 -10
  179. package/SVF-doxygen/html/functions_z.html +1 -2
  180. package/SVF-doxygen/html/functions_~.html +10 -22
  181. package/SVF-doxygen/html/globals.html +2 -2
  182. package/SVF-doxygen/html/globals_defs.html +1 -4
  183. package/SVF-doxygen/html/globals_n.html +2 -5
  184. package/SVF-doxygen/html/globals_s.html +1 -1
  185. package/SVF-doxygen/html/globals_vars.html +5 -5
  186. package/SVF-doxygen/html/globals_z.html +3 -3
  187. package/SVF-doxygen/html/hierarchy.html +622 -631
  188. package/SVF-doxygen/html/namespaceSVF.html +449 -458
  189. package/SVF-doxygen/html/search/all_0.js +155 -161
  190. package/SVF-doxygen/html/search/all_1.js +502 -503
  191. package/SVF-doxygen/html/search/all_10.js +325 -326
  192. package/SVF-doxygen/html/search/all_11.js +227 -227
  193. package/SVF-doxygen/html/search/all_12.js +563 -574
  194. package/SVF-doxygen/html/search/all_13.js +206 -208
  195. package/SVF-doxygen/html/search/all_14.js +74 -73
  196. package/SVF-doxygen/html/search/all_15.js +175 -176
  197. package/SVF-doxygen/html/search/all_16.js +77 -77
  198. package/SVF-doxygen/html/search/all_17.js +1 -1
  199. package/SVF-doxygen/html/search/all_18.js +1 -1
  200. package/SVF-doxygen/html/search/all_19.js +27 -27
  201. package/SVF-doxygen/html/search/all_1a.js +175 -179
  202. package/SVF-doxygen/html/search/all_2.js +180 -182
  203. package/SVF-doxygen/html/search/all_3.js +636 -642
  204. package/SVF-doxygen/html/search/all_4.js +237 -236
  205. package/SVF-doxygen/html/search/all_5.js +120 -126
  206. package/SVF-doxygen/html/search/all_6.js +236 -236
  207. package/SVF-doxygen/html/search/all_7.js +1040 -1056
  208. package/SVF-doxygen/html/search/all_8.js +211 -215
  209. package/SVF-doxygen/html/search/all_9.js +631 -638
  210. package/SVF-doxygen/html/search/all_a.js +46 -46
  211. package/SVF-doxygen/html/search/all_b.js +24 -26
  212. package/SVF-doxygen/html/search/all_c.js +113 -115
  213. package/SVF-doxygen/html/search/all_d.js +205 -205
  214. package/SVF-doxygen/html/search/all_e.js +207 -209
  215. package/SVF-doxygen/html/search/all_f.js +122 -122
  216. package/SVF-doxygen/html/search/classes_0.js +29 -28
  217. package/SVF-doxygen/html/search/classes_1.js +11 -11
  218. package/SVF-doxygen/html/search/classes_10.js +72 -74
  219. package/SVF-doxygen/html/search/classes_11.js +14 -14
  220. package/SVF-doxygen/html/search/classes_12.js +2 -2
  221. package/SVF-doxygen/html/search/classes_13.js +10 -10
  222. package/SVF-doxygen/html/search/classes_14.js +19 -19
  223. package/SVF-doxygen/html/search/classes_15.js +1 -1
  224. package/SVF-doxygen/html/search/classes_2.js +72 -73
  225. package/SVF-doxygen/html/search/classes_3.js +35 -35
  226. package/SVF-doxygen/html/search/classes_4.js +7 -8
  227. package/SVF-doxygen/html/search/classes_5.js +28 -28
  228. package/SVF-doxygen/html/search/classes_6.js +98 -98
  229. package/SVF-doxygen/html/search/classes_7.js +34 -38
  230. package/SVF-doxygen/html/search/classes_8.js +57 -59
  231. package/SVF-doxygen/html/search/classes_9.js +1 -1
  232. package/SVF-doxygen/html/search/classes_a.js +12 -12
  233. package/SVF-doxygen/html/search/classes_b.js +29 -29
  234. package/SVF-doxygen/html/search/classes_c.js +6 -6
  235. package/SVF-doxygen/html/search/classes_d.js +19 -19
  236. package/SVF-doxygen/html/search/classes_e.js +36 -36
  237. package/SVF-doxygen/html/search/classes_f.js +25 -25
  238. package/SVF-doxygen/html/search/defines_0.js +3 -3
  239. package/SVF-doxygen/html/search/defines_1.js +3 -3
  240. package/SVF-doxygen/html/search/defines_10.js +2 -2
  241. package/SVF-doxygen/html/search/defines_2.js +30 -30
  242. package/SVF-doxygen/html/search/defines_3.js +20 -20
  243. package/SVF-doxygen/html/search/defines_4.js +3 -3
  244. package/SVF-doxygen/html/search/defines_5.js +4 -4
  245. package/SVF-doxygen/html/search/defines_6.js +2 -2
  246. package/SVF-doxygen/html/search/defines_7.js +5 -5
  247. package/SVF-doxygen/html/search/defines_8.js +11 -11
  248. package/SVF-doxygen/html/search/defines_9.js +9 -9
  249. package/SVF-doxygen/html/search/defines_a.js +2 -2
  250. package/SVF-doxygen/html/search/defines_b.js +1 -1
  251. package/SVF-doxygen/html/search/defines_c.js +3 -4
  252. package/SVF-doxygen/html/search/defines_d.js +2 -2
  253. package/SVF-doxygen/html/search/defines_e.js +8 -8
  254. package/SVF-doxygen/html/search/defines_f.js +4 -4
  255. package/SVF-doxygen/html/search/enums_0.js +3 -4
  256. package/SVF-doxygen/html/search/enums_1.js +2 -2
  257. package/SVF-doxygen/html/search/enums_10.js +1 -1
  258. package/SVF-doxygen/html/search/enums_11.js +1 -1
  259. package/SVF-doxygen/html/search/enums_2.js +9 -9
  260. package/SVF-doxygen/html/search/enums_3.js +2 -1
  261. package/SVF-doxygen/html/search/enums_4.js +3 -4
  262. package/SVF-doxygen/html/search/enums_5.js +1 -1
  263. package/SVF-doxygen/html/search/enums_6.js +2 -2
  264. package/SVF-doxygen/html/search/enums_7.js +2 -2
  265. package/SVF-doxygen/html/search/enums_8.js +4 -4
  266. package/SVF-doxygen/html/search/enums_9.js +1 -1
  267. package/SVF-doxygen/html/search/enums_a.js +1 -1
  268. package/SVF-doxygen/html/search/enums_b.js +7 -7
  269. package/SVF-doxygen/html/search/enums_c.js +1 -1
  270. package/SVF-doxygen/html/search/enums_d.js +4 -4
  271. package/SVF-doxygen/html/search/enums_e.js +2 -2
  272. package/SVF-doxygen/html/search/enums_f.js +4 -4
  273. package/SVF-doxygen/html/search/enumvalues_0.js +15 -15
  274. package/SVF-doxygen/html/search/enumvalues_1.js +16 -16
  275. package/SVF-doxygen/html/search/enumvalues_10.js +36 -36
  276. package/SVF-doxygen/html/search/enumvalues_11.js +6 -5
  277. package/SVF-doxygen/html/search/enumvalues_12.js +10 -10
  278. package/SVF-doxygen/html/search/enumvalues_13.js +1 -1
  279. package/SVF-doxygen/html/search/enumvalues_14.js +1 -1
  280. package/SVF-doxygen/html/search/enumvalues_15.js +4 -4
  281. package/SVF-doxygen/html/search/enumvalues_2.js +36 -37
  282. package/SVF-doxygen/html/search/enumvalues_3.js +13 -13
  283. package/SVF-doxygen/html/search/enumvalues_4.js +2 -2
  284. package/SVF-doxygen/html/search/enumvalues_5.js +50 -50
  285. package/SVF-doxygen/html/search/enumvalues_6.js +6 -6
  286. package/SVF-doxygen/html/search/enumvalues_7.js +8 -8
  287. package/SVF-doxygen/html/search/enumvalues_8.js +24 -24
  288. package/SVF-doxygen/html/search/enumvalues_9.js +6 -6
  289. package/SVF-doxygen/html/search/enumvalues_a.js +17 -17
  290. package/SVF-doxygen/html/search/enumvalues_b.js +11 -11
  291. package/SVF-doxygen/html/search/enumvalues_c.js +5 -5
  292. package/SVF-doxygen/html/search/enumvalues_d.js +19 -19
  293. package/SVF-doxygen/html/search/enumvalues_e.js +9 -9
  294. package/SVF-doxygen/html/search/enumvalues_f.js +48 -49
  295. package/SVF-doxygen/html/search/files_0.js +18 -16
  296. package/SVF-doxygen/html/search/files_1.js +9 -9
  297. package/SVF-doxygen/html/search/files_10.js +8 -8
  298. package/SVF-doxygen/html/search/files_11.js +8 -8
  299. package/SVF-doxygen/html/search/files_12.js +2 -2
  300. package/SVF-doxygen/html/search/files_2.js +51 -53
  301. package/SVF-doxygen/html/search/files_3.js +14 -14
  302. package/SVF-doxygen/html/search/files_4.js +3 -5
  303. package/SVF-doxygen/html/search/files_5.js +13 -13
  304. package/SVF-doxygen/html/search/files_6.js +10 -10
  305. package/SVF-doxygen/html/search/files_7.js +15 -17
  306. package/SVF-doxygen/html/search/files_8.js +13 -13
  307. package/SVF-doxygen/html/search/files_9.js +18 -18
  308. package/SVF-doxygen/html/search/files_a.js +3 -3
  309. package/SVF-doxygen/html/search/files_b.js +4 -4
  310. package/SVF-doxygen/html/search/files_c.js +20 -20
  311. package/SVF-doxygen/html/search/files_d.js +4 -4
  312. package/SVF-doxygen/html/search/files_e.js +57 -62
  313. package/SVF-doxygen/html/search/files_f.js +8 -8
  314. package/SVF-doxygen/html/search/functions_0.js +13 -13
  315. package/SVF-doxygen/html/search/functions_1.js +366 -368
  316. package/SVF-doxygen/html/search/functions_10.js +139 -140
  317. package/SVF-doxygen/html/search/functions_11.js +140 -140
  318. package/SVF-doxygen/html/search/functions_12.js +294 -299
  319. package/SVF-doxygen/html/search/functions_13.js +72 -73
  320. package/SVF-doxygen/html/search/functions_14.js +41 -41
  321. package/SVF-doxygen/html/search/functions_15.js +70 -72
  322. package/SVF-doxygen/html/search/functions_16.js +38 -38
  323. package/SVF-doxygen/html/search/functions_17.js +3 -3
  324. package/SVF-doxygen/html/search/functions_18.js +175 -179
  325. package/SVF-doxygen/html/search/functions_2.js +92 -94
  326. package/SVF-doxygen/html/search/functions_3.js +258 -261
  327. package/SVF-doxygen/html/search/functions_4.js +85 -85
  328. package/SVF-doxygen/html/search/functions_5.js +54 -57
  329. package/SVF-doxygen/html/search/functions_6.js +65 -65
  330. package/SVF-doxygen/html/search/functions_7.js +857 -872
  331. package/SVF-doxygen/html/search/functions_8.js +162 -162
  332. package/SVF-doxygen/html/search/functions_9.js +440 -446
  333. package/SVF-doxygen/html/search/functions_a.js +30 -30
  334. package/SVF-doxygen/html/search/functions_b.js +2 -2
  335. package/SVF-doxygen/html/search/functions_c.js +22 -25
  336. package/SVF-doxygen/html/search/functions_d.js +82 -82
  337. package/SVF-doxygen/html/search/functions_e.js +34 -36
  338. package/SVF-doxygen/html/search/functions_f.js +58 -58
  339. package/SVF-doxygen/html/search/namespaces_0.js +1 -1
  340. package/SVF-doxygen/html/search/namespaces_1.js +7 -7
  341. package/SVF-doxygen/html/search/related_0.js +4 -4
  342. package/SVF-doxygen/html/search/related_1.js +2 -2
  343. package/SVF-doxygen/html/search/related_2.js +2 -2
  344. package/SVF-doxygen/html/search/related_3.js +2 -2
  345. package/SVF-doxygen/html/search/related_4.js +2 -2
  346. package/SVF-doxygen/html/search/related_5.js +1 -1
  347. package/SVF-doxygen/html/search/related_6.js +2 -2
  348. package/SVF-doxygen/html/search/related_7.js +5 -5
  349. package/SVF-doxygen/html/search/related_8.js +2 -2
  350. package/SVF-doxygen/html/search/related_9.js +4 -4
  351. package/SVF-doxygen/html/search/related_a.js +19 -19
  352. package/SVF-doxygen/html/search/related_b.js +4 -4
  353. package/SVF-doxygen/html/search/related_c.js +2 -2
  354. package/SVF-doxygen/html/search/related_d.js +11 -12
  355. package/SVF-doxygen/html/search/related_e.js +2 -2
  356. package/SVF-doxygen/html/search/related_f.js +2 -2
  357. package/SVF-doxygen/html/search/typedefs_0.js +18 -19
  358. package/SVF-doxygen/html/search/typedefs_1.js +27 -27
  359. package/SVF-doxygen/html/search/typedefs_10.js +65 -65
  360. package/SVF-doxygen/html/search/typedefs_11.js +12 -13
  361. package/SVF-doxygen/html/search/typedefs_12.js +13 -13
  362. package/SVF-doxygen/html/search/typedefs_13.js +40 -40
  363. package/SVF-doxygen/html/search/typedefs_14.js +11 -11
  364. package/SVF-doxygen/html/search/typedefs_2.js +125 -125
  365. package/SVF-doxygen/html/search/typedefs_3.js +39 -39
  366. package/SVF-doxygen/html/search/typedefs_4.js +17 -17
  367. package/SVF-doxygen/html/search/typedefs_5.js +42 -42
  368. package/SVF-doxygen/html/search/typedefs_6.js +54 -54
  369. package/SVF-doxygen/html/search/typedefs_7.js +47 -47
  370. package/SVF-doxygen/html/search/typedefs_8.js +1 -1
  371. package/SVF-doxygen/html/search/typedefs_9.js +4 -6
  372. package/SVF-doxygen/html/search/typedefs_a.js +30 -29
  373. package/SVF-doxygen/html/search/typedefs_b.js +29 -29
  374. package/SVF-doxygen/html/search/typedefs_c.js +41 -41
  375. package/SVF-doxygen/html/search/typedefs_d.js +15 -15
  376. package/SVF-doxygen/html/search/typedefs_e.js +52 -52
  377. package/SVF-doxygen/html/search/typedefs_f.js +14 -14
  378. package/SVF-doxygen/html/search/variables_0.js +171 -177
  379. package/SVF-doxygen/html/search/variables_1.js +78 -77
  380. package/SVF-doxygen/html/search/variables_10.js +98 -98
  381. package/SVF-doxygen/html/search/variables_11.js +47 -47
  382. package/SVF-doxygen/html/search/variables_12.js +93 -93
  383. package/SVF-doxygen/html/search/variables_13.js +76 -76
  384. package/SVF-doxygen/html/search/variables_14.js +14 -14
  385. package/SVF-doxygen/html/search/variables_15.js +49 -49
  386. package/SVF-doxygen/html/search/variables_16.js +11 -11
  387. package/SVF-doxygen/html/search/variables_17.js +1 -1
  388. package/SVF-doxygen/html/search/variables_18.js +17 -17
  389. package/SVF-doxygen/html/search/variables_2.js +40 -40
  390. package/SVF-doxygen/html/search/variables_3.js +143 -143
  391. package/SVF-doxygen/html/search/variables_4.js +51 -51
  392. package/SVF-doxygen/html/search/variables_5.js +39 -39
  393. package/SVF-doxygen/html/search/variables_6.js +66 -66
  394. package/SVF-doxygen/html/search/variables_7.js +33 -34
  395. package/SVF-doxygen/html/search/variables_8.js +8 -8
  396. package/SVF-doxygen/html/search/variables_9.js +80 -79
  397. package/SVF-doxygen/html/search/variables_a.js +4 -4
  398. package/SVF-doxygen/html/search/variables_b.js +10 -10
  399. package/SVF-doxygen/html/search/variables_c.js +44 -44
  400. package/SVF-doxygen/html/search/variables_d.js +58 -58
  401. package/SVF-doxygen/html/search/variables_e.js +123 -123
  402. package/SVF-doxygen/html/search/variables_f.js +31 -31
  403. package/SVF-doxygen/html/structSVF_1_1AbstractValue-members.html +164 -0
  404. package/SVF-doxygen/html/structSVF_1_1AbstractValue.html +2820 -0
  405. package/SVF-doxygen/html/structstd_1_1hash_3_01SVF_1_1SparseAbstractState_01_4-members.html +84 -0
  406. package/SVF-doxygen/html/structstd_1_1hash_3_01SVF_1_1SparseAbstractState_01_4.html +130 -0
  407. package/SVF-doxygen/html/svf-ex_8cpp.html +25 -25
  408. package/SVF-doxygen/html/svf-ex_8cpp_source.html +26 -26
  409. package/package.json +1 -1
  410. package/svf/include/AE/Core/AbstractState.h +749 -0
  411. package/svf/include/AE/Core/AbstractValue.h +514 -39
  412. package/svf/include/AE/Core/AddressValue.h +32 -25
  413. package/svf/include/AE/Core/IntervalValue.h +10 -24
  414. package/svf/include/AE/Core/RelExeState.h +1 -1
  415. package/svf/include/AE/Core/RelationSolver.h +9 -9
  416. package/svf/include/AE/Svfexe/{AbstractExecution.h → AbstractInterpretation.h} +27 -26
  417. package/svf/include/AE/Svfexe/BufOverflowChecker.h +5 -5
  418. package/svf/include/AE/Svfexe/ICFGSimplification.h +1 -2
  419. package/svf/include/AE/Svfexe/{SVFIR2ItvExeState.h → SVFIR2AbsState.h} +30 -33
  420. package/svf/lib/AE/Core/AbstractState.cpp +357 -0
  421. package/svf/lib/AE/Core/RelationSolver.cpp +31 -31
  422. package/svf/lib/AE/Core/SVFIR2Relation.cpp +17 -16
  423. package/svf/lib/AE/Svfexe/{AbstractExecution.cpp → AbstractInterpretation.cpp} +166 -156
  424. package/svf/lib/AE/Svfexe/BufOverflowChecker.cpp +51 -47
  425. package/svf/lib/AE/Svfexe/{SVFIR2ItvExeState.cpp → SVFIR2AbsState.cpp} +211 -247
  426. package/svf-llvm/tools/AE/ae.cpp +105 -108
  427. package/svf-llvm/tools/Example/svf-ex.cpp +2 -2
  428. package/svf/include/AE/Core/ConsExeState.h +0 -453
  429. package/svf/include/AE/Core/ExeState.h +0 -304
  430. package/svf/include/AE/Core/IntervalExeState.h +0 -650
  431. package/svf/include/AE/Core/SingleAbsValue.h +0 -477
  432. package/svf/include/AE/Core/SymState.h +0 -221
  433. package/svf/include/AE/Svfexe/SVFIR2ConsExeState.h +0 -148
  434. package/svf/lib/AE/Core/ConsExeState.cpp +0 -603
  435. package/svf/lib/AE/Core/ExeState.cpp +0 -117
  436. package/svf/lib/AE/Core/IntervalExeState.cpp +0 -329
  437. package/svf/lib/AE/Core/SymState.cpp +0 -37
  438. package/svf/lib/AE/Svfexe/SVFIR2ConsExeState.cpp +0 -772
@@ -1,577 +1,566 @@
1
1
  var searchData=
2
2
  [
3
- ['cpputil_5300',['cppUtil',['../namespaceSVF_1_1cppUtil.html',1,'SVF']]],
4
- ['ctir_5301',['ctir',['../namespaceSVF_1_1cppUtil_1_1ctir.html',1,'SVF::cppUtil']]],
5
- ['dot_5302',['DOT',['../namespaceSVF_1_1DOT.html',1,'SVF']]],
6
- ['graphprogram_5303',['GraphProgram',['../namespaceSVF_1_1GraphProgram.html',1,'SVF']]],
7
- ['llvmutil_5304',['LLVMUtil',['../namespaceSVF_1_1LLVMUtil.html',1,'SVF']]],
8
- ['s16_5ft_5305',['s16_t',['../namespaceSVF.html#a6ce4cf67f8622443c888737d7366a3e9',1,'SVF']]],
9
- ['s32_5ft_5306',['s32_t',['../namespaceSVF.html#a9b707002523ece2ac54ca893ee9a2d4e',1,'SVF']]],
10
- ['s64_5ft_5307',['s64_t',['../namespaceSVF.html#ad781b0b14e89773e774072b280658ef3',1,'SVF']]],
11
- ['s8_5ft_5308',['s8_t',['../namespaceSVF.html#a64e9b1c8c4f095e5b50ba05229c2e1ba',1,'SVF']]],
12
- ['saber_2ecpp_5309',['saber.cpp',['../saber_8cpp.html',1,'']]],
13
- ['sabercheckerapi_5310',['SaberCheckerAPI',['../classSVF_1_1SaberCheckerAPI.html',1,'SVF::SaberCheckerAPI'],['../classSVF_1_1SaberCheckerAPI.html#afdd2f15bb46594a61a3c552899215806',1,'SVF::SaberCheckerAPI::SaberCheckerAPI()']]],
14
- ['sabercheckerapi_2ecpp_5311',['SaberCheckerAPI.cpp',['../SaberCheckerAPI_8cpp.html',1,'']]],
15
- ['sabercheckerapi_2eh_5312',['SaberCheckerAPI.h',['../SaberCheckerAPI_8h.html',1,'']]],
16
- ['sabercondallocator_5313',['SaberCondAllocator',['../classSVF_1_1SaberCondAllocator.html',1,'SVF::SaberCondAllocator'],['../classSVF_1_1SaberCondAllocator.html#a4b1625597c6b331dfe0e8ceef95731b5',1,'SVF::SaberCondAllocator::SaberCondAllocator()'],['../classSVF_1_1SaberSVFGBuilder.html#ad7902869f6565f92a4c5af61bd895235',1,'SVF::SaberSVFGBuilder::saberCondAllocator()'],['../classSVF_1_1SrcSnkDDA.html#a193ec317ac2208c7b92f024b35203f44',1,'SVF::SrcSnkDDA::saberCondAllocator()']]],
17
- ['sabercondallocator_2ecpp_5314',['SaberCondAllocator.cpp',['../SaberCondAllocator_8cpp.html',1,'']]],
18
- ['sabercondallocator_2eh_5315',['SaberCondAllocator.h',['../SaberCondAllocator_8h.html',1,'']]],
19
- ['saberfullsvfg_5316',['SABERFULLSVFG',['../classSVF_1_1Options.html#a93970b0b5e0a6148a86ab192a812f34b',1,'SVF::Options']]],
20
- ['sabersvfgbuilder_5317',['SaberSVFGBuilder',['../classSVF_1_1SaberSVFGBuilder.html',1,'SVF::SaberSVFGBuilder'],['../classSVF_1_1SVFG.html#a93a4287b55425abc188e5f5f2de54297',1,'SVF::SVFG::SaberSVFGBuilder()'],['../classSVF_1_1SaberSVFGBuilder.html#aa66cd30067d39f2083fb671fdc43beb4',1,'SVF::SaberSVFGBuilder::SaberSVFGBuilder()']]],
21
- ['sabersvfgbuilder_2ecpp_5318',['SaberSVFGBuilder.cpp',['../SaberSVFGBuilder_8cpp.html',1,'']]],
22
- ['sabersvfgbuilder_2eh_5319',['SaberSVFGBuilder.h',['../SaberSVFGBuilder_8h.html',1,'']]],
23
- ['same_5320',['Same',['../classSVF_1_1AccessPath.html#aabb6c9600fac408f36b9fde013597245ab1ba3a42758473e5ff427ba36147a56a',1,'SVF::AccessPath']]],
24
- ['samelooptripcount_5321',['sameLoopTripCount',['../classSVF_1_1ForkJoinAnalysis.html#a28e50b1ffdcdaba57d3515a5f6410c86',1,'SVF::ForkJoinAnalysis']]],
25
- ['sanitizepts_5322',['sanitizePts',['../classSVF_1_1Andersen.html#a308ef1f3a1c9fd7ac1858d0c690aa37a',1,'SVF::Andersen']]],
26
- ['sanitycheck_5323',['sanityCheck',['../classSVF_1_1SVFIRBuilder.html#a09baa8c7246853c3faaed85b38f0da60',1,'SVF::SVFIRBuilder']]],
27
- ['saveid_5324',['saveID',['../classSVF_1_1WriterPtrPool.html#a99162b81da24cf79d1252c18573038d4',1,'SVF::WriterPtrPool']]],
28
- ['savetogenericgraph_5325',['saveToGenericGraph',['../classSVF_1_1GenericGraphReader.html#a337b37b2d78cfaa756f44dee76fb187f',1,'SVF::GenericGraphReader']]],
29
- ['savetoidtoobjmap_5326',['saveToIDToObjMap',['../classSVF_1_1ReaderIDToObjMap.html#a8c39d643a10d83a7f525ace9a002844c',1,'SVF::ReaderIDToObjMap']]],
30
- ['savetoset_5327',['saveToSet',['../classSVF_1_1ReaderPtrPool.html#a8a766e643ac79dc023ff58e1883c9626',1,'SVF::ReaderPtrPool']]],
31
- ['sb_5ffesible_5328',['SB_FESIBLE',['../classSVF_1_1Annotator.html#ac58473072d90baa6dc377b45f18d0da5',1,'SVF::Annotator']]],
32
- ['sb_5finfesible_5329',['SB_INFESIBLE',['../classSVF_1_1Annotator.html#a556138c152d52921d6f0a709a826a93a',1,'SVF::Annotator']]],
33
- ['sb_5fslicesink_5330',['SB_SLICESINK',['../classSVF_1_1Annotator.html#a3edacb8703c74abf42c4a29761a3437f',1,'SVF::Annotator']]],
34
- ['sb_5fslicesource_5331',['SB_SLICESOURCE',['../classSVF_1_1Annotator.html#a01900f5ada5948361cc18857aee26744',1,'SVF::Annotator']]],
35
- ['sbv_5332',['sbv',['../classSVF_1_1PointsTo.html#aecd6b98c0687de59aebb297ec38a7084',1,'SVF::PointsTo::sbv()'],['../classSVF_1_1PointsTo.html#a8f757f92ebf0a2ebdb5e6b001606923eacccb6e19f3e8db5f5b5b8858b22da61a',1,'SVF::PointsTo::SBV()']]],
36
- ['sbvit_5333',['sbvIt',['../classSVF_1_1PointsTo_1_1PointsToIterator.html#a735a2a9f0c3f4bc3997edf11b133c0f9',1,'SVF::PointsTo::PointsToIterator']]],
37
- ['scalar_5334',['SCALAR',['../classSVF_1_1DCHNode.html#a029988e54846db9aca2584e1c10283e3ad5c99cf0681af30e8ed4cc59cc2371cb',1,'SVF::DCHNode']]],
38
- ['scalarevolution_5335',['ScalarEvolution',['../namespaceSVF.html#ad8794eb3c00de3d3b5c5e43dded3fb42',1,'SVF']]],
39
- ['scalarevolutionwrapperpass_5336',['ScalarEvolutionWrapperPass',['../namespaceSVF.html#a9f1aca0384166e42d14e2608009ebc01',1,'SVF']]],
40
- ['scc_5337',['SCC',['../classSVF_1_1VersionedFlowSensitive_1_1SCC.html',1,'SVF::VersionedFlowSensitive::SCC'],['../classSVF_1_1WPASolver.html#a1d3b2a21385c775f355e188e2abe345e',1,'SVF::WPASolver::scc()'],['../classSVF_1_1MRGenerator.html#af8d52e6c9884c6e1abc6dbcbc5e32629',1,'SVF::MRGenerator::SCC()'],['../classSVF_1_1WPASolver.html#a1352953966be14b2a1d6244f35e74a33',1,'SVF::WPASolver::SCC()']]],
41
- ['scc_2eh_5338',['SCC.h',['../SCC_8h.html',1,'']]],
42
- ['scccandidates_5339',['sccCandidates',['../classSVF_1_1AndersenSCD.html#aeb0b3644c3bfbfa5768b92c99aeeef40',1,'SVF::AndersenSCD']]],
43
- ['sccdetect_5340',['SCCDetect',['../classSVF_1_1Andersen.html#a31ea24432ff42ab86a4728f2bde571bc',1,'SVF::Andersen::SCCDetect()'],['../classSVF_1_1AndersenSCD.html#a70f69baf47587b742b5013a63a3ce593',1,'SVF::AndersenSCD::SCCDetect()'],['../classSVF_1_1FlowSensitive.html#a3fcdbd3e6718cd5b3a339d34198dd0e6',1,'SVF::FlowSensitive::SCCDetect()'],['../classSVF_1_1WPAFSSolver.html#a2d4cfae34bd4a55f1fe03881c87f8708',1,'SVF::WPAFSSolver::SCCDetect()'],['../classSVF_1_1WPASolver.html#aaa932894d00b69cfa741f9987a9cc6b8',1,'SVF::WPASolver::SCCDetect()'],['../classSVF_1_1WPASolver.html#a16d371c8f6a9bdb1ca984bcb287d6c5a',1,'SVF::WPASolver::SCCDetect(NodeSet &candidates)']]],
44
- ['sccdetection_5341',['SCCDetection',['../classSVF_1_1SCCDetection.html',1,'SVF::SCCDetection< GraphType >'],['../classSVF_1_1SCCDetection.html#a1bd915ba4079ddd5dd6e57a88129ffee',1,'SVF::SCCDetection::SCCDetection()']]],
45
- ['sccrepnode_5342',['sccRepNode',['../classSVF_1_1ConstraintGraph.html#a39b973543acdcdc5493832cc9d0f586f',1,'SVF::ConstraintGraph::sccRepNode()'],['../classSVF_1_1Andersen.html#aad706e332847e6b0892350a05028ba30',1,'SVF::Andersen::sccRepNode()'],['../classSVF_1_1WPAFSSolver.html#a0bbaffd1673cc3850217afad0ca56e42',1,'SVF::WPAFSSolver::sccRepNode()'],['../classSVF_1_1WPASolver.html#a3bd463cd456a1d58242f118328f51ddb',1,'SVF::WPASolver::sccRepNode()']]],
46
- ['sccsubnodes_5343',['sccSubNodes',['../classSVF_1_1ConstraintGraph.html#aed605b010e313f4b11e95b83fe50e3b3',1,'SVF::ConstraintGraph::sccSubNodes()'],['../classSVF_1_1Andersen.html#acd2feff818906db49a1bb2d94c33db5f',1,'SVF::Andersen::sccSubNodes()']]],
47
- ['scctime_5344',['sccTime',['../classSVF_1_1FlowSensitive.html#af496fa9aa2f4d59594950b2ad121deff',1,'SVF::FlowSensitive']]],
48
- ['scdandersen_5345',['scdAndersen',['../classSVF_1_1AndersenSCD.html#a1d143f104c0bfb5258b7129d0eceb4cd',1,'SVF::AndersenSCD']]],
49
- ['scev_5346',['SCEV',['../namespaceSVF.html#aac5262378e41a3414a20cc9a41d4adc6',1,'SVF']]],
50
- ['scevaddrecexpr_5347',['SCEVAddRecExpr',['../namespaceSVF.html#a4f7c400fbf2fa03db8cf61cb9a7dd3e8',1,'SVF']]],
51
- ['scevconstant_5348',['SCEVConstant',['../namespaceSVF.html#abe745006fa40399d8a13613a3e0dfc63',1,'SVF']]],
52
- ['sdiv_5349',['SDiv',['../classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6a7a4ce4e97992d92ac044456e66821552',1,'SVF::BinaryOPStmt']]],
53
- ['secondrhstoprods_5350',['secondRHSToProds',['../classSVF_1_1CFGrammar.html#acc33ac845314730a896c0c3459088e4f',1,'SVF::CFGrammar']]],
54
- ['select_5351',['Select',['../classSVF_1_1SVFStmt.html#a0ab8621e75e75f03425c323b3ed62ce9ad9397ec243a61992dc2b5681bea587fa',1,'SVF::SVFStmt']]],
55
- ['selectclient_5352',['selectClient',['../classSVF_1_1DDAPass.html#aa33694e0b5f30c451c229e92877e4842',1,'SVF::DDAPass']]],
56
- ['selectedvalidationscenarios_5353',['selectedValidationScenarios',['../classSVF_1_1RaceResultValidator.html#a1294cb90b073ba25a8ffc06180c09419',1,'SVF::RaceResultValidator']]],
57
- ['selectinst_5354',['SelectInst',['../namespaceSVF.html#ab7fac9d4a4839be445c89777e21bc307',1,'SVF']]],
58
- ['selectlargestsizedtype_5355',['selectLargestSizedType',['../classSVF_1_1ObjTypeInference.html#a205fa59a7250270b216f47df78ef2319',1,'SVF::ObjTypeInference']]],
59
- ['selectstmt_5356',['SelectStmt',['../classSVF_1_1SelectStmt.html',1,'SVF::SelectStmt'],['../classSVF_1_1SelectStmt.html#a995baa18cc36d0671be3e98761f9879a',1,'SVF::SelectStmt::SelectStmt()'],['../classSVF_1_1SelectStmt.html#ad51a542e72f165abbba9d3242db1bea6',1,'SVF::SelectStmt::SelectStmt(const SelectStmt &)'],['../classSVF_1_1SelectStmt.html#af3ffdfb0b260754b64250f980c065198',1,'SVF::SelectStmt::SelectStmt(SVFVar *s, const OPVars &opnds, const SVFVar *cond)']]],
60
- ['selfcycle_5357',['SelfCycle',['../classSVF_1_1Options.html#a9ef14f68939b7678ddff83d544e024cc',1,'SVF::Options']]],
61
- ['seq_5358',['SEQ',['../classSVF_1_1NodeIDAllocator.html#a8cf553cd07768aad3f3b91bf3d7c6228a85142db6ed24203f054117f3a5110e2f',1,'SVF::NodeIDAllocator']]],
62
- ['set_5359',['set',['../classSVF_1_1CondStdSet.html#ae11deddad534be115d29daad08c90599',1,'SVF::CondStdSet::set()'],['../classSVF_1_1CondPointsToSet.html#aadf2576b55bbdb82d7affc8466c09861',1,'SVF::CondPointsToSet::set()'],['../classSVF_1_1PointsTo.html#ab196d86cfb48d1c5d27a0c03c7497afa',1,'SVF::PointsTo::set()'],['../classSVF_1_1CoreBitVector.html#a553e3e51bffe1aab04adc047e0fd3f24',1,'SVF::CoreBitVector::set()'],['../structSVF_1_1SparseBitVectorElement.html#a094acafea02f3c117445267e75c9a629',1,'SVF::SparseBitVectorElement::set()'],['../classSVF_1_1SparseBitVector.html#a61bd86909a141f9de873d92c0f904832',1,'SVF::SparseBitVector::set()'],['../namespaceSVF.html#af739db846e47ba6b2fd15eaad31ab7fb',1,'SVF::Set()'],['../WPA_2CMakeLists_8txt.html#a5b660868031b6dee85d01fea51ef09a5',1,'set(): CMakeLists.txt']]],
63
- ['set_5fminus_5finfinite_5360',['set_minus_infinite',['../classSVF_1_1BoundedZ3Expr.html#ae76bf19d580cbc12a40f7c1823165178',1,'SVF::BoundedZ3Expr']]],
64
- ['set_5fplus_5finfinite_5361',['set_plus_infinite',['../classSVF_1_1BoundedZ3Expr.html#ad781e43e6d1e1fd2392e51737b7898b9',1,'SVF::BoundedZ3Expr']]],
65
- ['set_5fto_5fbottom_5362',['set_to_bottom',['../classSVF_1_1IntervalValue.html#ac763bab0b6fedbe5ec5b345c7b260e30',1,'SVF::IntervalValue']]],
66
- ['set_5fto_5ftop_5363',['set_to_top',['../classSVF_1_1IntervalValue.html#a8a9edd3eb9c31ecff090953301bf822d',1,'SVF::IntervalValue::set_to_top()'],['../classSVF_1_1SingleAbsValue.html#afef13058a5d730798bd8b10cdf3e5ea3',1,'SVF::SingleAbsValue::set_to_top()']]],
67
- ['setabsstate_5364',['setAbsState',['../classSVF_1_1SymState.html#a1f946132843a9bdf5099b243613079be',1,'SVF::SymState']]],
68
- ['setaccesslb_5365',['setAccessLb',['../structSVF_1_1BufOverflowException.html#a5ba160b90bcd053ca2bb25484dfa0147',1,'SVF::BufOverflowException']]],
69
- ['setaccessub_5366',['setAccessUb',['../structSVF_1_1BufOverflowException.html#ade4a2ef6faf5677945804e8c1539cbbc',1,'SVF::BufOverflowException']]],
70
- ['setactualindef_5367',['setActualINDef',['../classSVF_1_1SVFGOPT.html#a490695ab536cd455c531fbdc57499cac',1,'SVF::SVFGOPT']]],
71
- ['setalloclb_5368',['setAllocLb',['../structSVF_1_1BufOverflowException.html#aa436c171dc79cbc55281bdad17370d3f',1,'SVF::BufOverflowException']]],
72
- ['setallocub_5369',['setAllocUb',['../structSVF_1_1BufOverflowException.html#aedeb24d82f36ba581fa32de47f531a1f',1,'SVF::BufOverflowException']]],
73
- ['setallreachable_5370',['setAllReachable',['../classSVF_1_1ProgSlice.html#ae6102647fa4985142c293116516612cd',1,'SVF::ProgSlice']]],
74
- ['setannotations_5371',['setAnnotations',['../classSVF_1_1SVFFunction.html#a2731567cd10e2c499c812c33d01a412e',1,'SVF::SVFFunction']]],
75
- ['setattributekinds_5372',['setAttributeKinds',['../classSVF_1_1GrammarBase.html#a1e1bf1e32bcd7c68ce789c2f9f6327c0',1,'SVF::GrammarBase']]],
76
- ['setbasenode_5373',['setBaseNode',['../classSVF_1_1GepObjVar.html#a5e371fae7592d763661a7cb777107ff4',1,'SVF::GepObjVar']]],
77
- ['setbb_5374',['setBB',['../classSVF_1_1SVFStmt.html#a0e45ab5b38059371c47d5f2011118a4d',1,'SVF::SVFStmt']]],
78
- ['setbottom_5375',['setBottom',['../classSVF_1_1AddressValue.html#a77d6a1706328d86b210b26bacaf2fa9f',1,'SVF::AddressValue']]],
79
- ['setbranchcond_5376',['setBranchCond',['../classSVF_1_1SaberCondAllocator.html#a5012a977e0db66a2ae111d4164936037',1,'SVF::SaberCondAllocator']]],
80
- ['setbranchcondition_5377',['setBranchCondition',['../classSVF_1_1SymState.html#aae6109025931aea5d066a62058f584a6',1,'SVF::SymState::setBranchCondition()'],['../classSVF_1_1IntraCFGEdge.html#ad7b35b7c9abb07122eaa8517dae56508',1,'SVF::IntraCFGEdge::setBranchCondition()']]],
81
- ['setbytesizeofobj_5378',['setByteSizeOfObj',['../classSVF_1_1ObjTypeInfo.html#ac093156bfb46c07675ae201f449cdca0',1,'SVF::ObjTypeInfo']]],
82
- ['setcalledoperand_5379',['setCalledOperand',['../classSVF_1_1SVFCallInst.html#a6dd304f555d2d2388c4430e57b0d2b91',1,'SVF::SVFCallInst']]],
83
- ['setcallgraph_5380',['setCallGraph',['../classSVF_1_1DDAVFSolver.html#afc2b0eeb1d5d5f292690f3c949217c38',1,'SVF::DDAVFSolver']]],
84
- ['setcallgraphscc_5381',['setCallGraphSCC',['../classSVF_1_1DDAVFSolver.html#abd652b2627f68d7d4f8bf3bdb20ce975',1,'SVF::DDAVFSolver']]],
85
- ['setcdn_5382',['setCDN',['../classSVF_1_1WTO.html#a7fc78de450f2cb6cbed8aa6856638ad1',1,'SVF::WTO']]],
86
- ['setcfcond_5383',['setCFCond',['../classSVF_1_1SaberCondAllocator.html#a9c1660f4a9ecc161c0fb97c735a690b9',1,'SVF::SaberCondAllocator']]],
87
- ['setchg_5384',['setCHG',['../classSVF_1_1SVFIR.html#aa14f6cde41bcac27ce2f66c6b33ee410',1,'SVF::SVFIR']]],
88
- ['setcondinst_5385',['setCondInst',['../classSVF_1_1SaberCondAllocator.html#a97d540340f9039b3f8bd1527fc7d7ebb',1,'SVF::SaberCondAllocator']]],
89
- ['setconstdataoraggdata_5386',['setConstDataOrAggData',['../classSVF_1_1SVFValue.html#afe1de41ca3215b325d0ca61814c6bd6b',1,'SVF::SVFValue']]],
90
- ['setconsume_5387',['setConsume',['../classSVF_1_1VersionedFlowSensitive.html#aabc0a5a7a31b8d880e019773ba960741',1,'SVF::VersionedFlowSensitive']]],
91
- ['setcurevalsvfgnode_5388',['setCurEvalSVFGNode',['../classSVF_1_1SaberCondAllocator.html#ae717f565b947a72651c0de19bf6bcca0',1,'SVF::SaberCondAllocator']]],
92
- ['setcurnodeid_5389',['setCurNodeID',['../classSVF_1_1DPItem.html#a5fbde30cae2cb09bd9dc9a6969ea4b90',1,'SVF::DPItem']]],
93
- ['setcurrentbbandvalueforpagedge_5390',['setCurrentBBAndValueForPAGEdge',['../classSVF_1_1SVFIRBuilder.html#abc394c99f0905c958a230412134eda01',1,'SVF::SVFIRBuilder']]],
94
- ['setcurrentbestnodemapping_5391',['setCurrentBestNodeMapping',['../classSVF_1_1PointsTo.html#a84eca4c7fc833f8ca4d119cd4da08ca8',1,'SVF::PointsTo']]],
95
- ['setcurrentlocation_5392',['setCurrentLocation',['../classSVF_1_1SVFIRBuilder.html#a15105737c91d01ba9daf2161fad220ef',1,'SVF::SVFIRBuilder::setCurrentLocation(const Value *val, const BasicBlock *bb)'],['../classSVF_1_1SVFIRBuilder.html#a18b425afe4cb7fc230c219334d2c458e',1,'SVF::SVFIRBuilder::setCurrentLocation(const SVFValue *val, const SVFBasicBlock *bb)']]],
96
- ['setcurrentqueryptr_5393',['setCurrentQueryPtr',['../classSVF_1_1DDAClient.html#a3fbe4ffde0a14b2db40189883d49237f',1,'SVF::DDAClient']]],
97
- ['setcurrentscc_5394',['setCurrentSCC',['../classSVF_1_1WPASCCSolver.html#a782121c831536e231f5b287629defef7',1,'SVF::WPASCCSolver']]],
98
- ['setcurslice_5395',['setCurSlice',['../classSVF_1_1SrcSnkDDA.html#ab35c0d1f02c83a2c10717905f1abf5cd',1,'SVF::SrcSnkDDA']]],
99
- ['setcursvfgnode_5396',['setCurSVFGNode',['../classSVF_1_1ProgSlice.html#aee72d029c185c24b2bf01cdc0dcb25d8',1,'SVF::ProgSlice']]],
100
- ['setddastat_5397',['setDDAStat',['../classSVF_1_1DDAVFSolver.html#adcb641eec4f620effdb3f61a46429f40',1,'SVF::DDAVFSolver']]],
101
- ['setdef_5398',['setDef',['../classSVF_1_1SVFG.html#accd1cbd26c9b194971f3107a57a0ab2e',1,'SVF::SVFG::setDef(const PAGNode *pagNode, const SVFGNode *node)'],['../classSVF_1_1SVFG.html#aa3ebc066d376e7ed508d2bce49fa864d',1,'SVF::SVFG::setDef(const MRVer *mvar, const SVFGNode *node)'],['../classSVF_1_1VFG.html#a1e0b8c7df55e05739775e8a1c50cf660',1,'SVF::VFG::setDef()']]],
102
- ['setdeffunformultiplemodule_5399',['setDefFunForMultipleModule',['../classSVF_1_1SVFFunction.html#af1c181322926639bd99bbe58a8df70ab',1,'SVF::SVFFunction']]],
103
- ['setdefglobalformultiplemodule_5400',['setDefGlobalForMultipleModule',['../classSVF_1_1SVFGlobalValue.html#a72c43f12f42a73dc28855c425fe5543a',1,'SVF::SVFGlobalValue']]],
104
- ['setdetectpwc_5401',['setDetectPWC',['../classSVF_1_1Andersen.html#a1462bdde3748b1513e92a119b8a43794',1,'SVF::Andersen']]],
105
- ['setebnfsigns_5402',['setEBNFSigns',['../classSVF_1_1GrammarBase.html#ad87ca88d62e7bc3a189652c707a72e12',1,'SVF::GrammarBase']]],
106
- ['setec_5403',['setEC',['../classSVF_1_1Steensgaard.html#aa283cff49b0d340956649a95465b82b6',1,'SVF::Steensgaard']]],
107
- ['setedgeflag_5404',['setEdgeFlag',['../classSVF_1_1SVFIRReader.html#aec95a42a5e46be50457fb3a8e9de7fbf',1,'SVF::SVFIRReader']]],
108
- ['setes_5405',['setEs',['../classSVF_1_1SVFIR2ConsExeState.html#a7421cab74f02c7ab54aefb3242ed6c77',1,'SVF::SVFIR2ConsExeState::setEs()'],['../classSVF_1_1SVFIR2ItvExeState.html#a2e9ecde8db07741daa112649c432cbfd',1,'SVF::SVFIR2ItvExeState::setEs()']]],
109
- ['setexitblock_5406',['setExitBlock',['../classSVF_1_1SVFFunction.html#abd458bb5a035d3f7db32fac5f01b57f3',1,'SVF::SVFFunction']]],
110
- ['setextbcpath_5407',['setExtBcPath',['../classSVF_1_1ExtAPI.html#ac0dc697b93f41b1e094a9be8baf4a103',1,'SVF::ExtAPI']]],
111
- ['setfieldinsensitive_5408',['setFieldInsensitive',['../classSVF_1_1MemObj.html#ab9637ea9acd1f8ae4933b4ab2b997e5c',1,'SVF::MemObj']]],
112
- ['setfieldsensitive_5409',['setFieldSensitive',['../classSVF_1_1MemObj.html#a981b7424901ef74467f725ffc9fec0ca',1,'SVF::MemObj']]],
113
- ['setfinalcond_5410',['setFinalCond',['../classSVF_1_1ProgSlice.html#af55830503ef47b4b1c15c0e5b3cd6a3f',1,'SVF::ProgSlice']]],
114
- ['setflag_5411',['setFlag',['../classSVF_1_1DCHNode.html#a4e08c543fa2ae557ff835b1a0f3c53a4',1,'SVF::DCHNode::setFlag()'],['../classSVF_1_1CHNode.html#ab3755d804852b8a98bdf8cd0171f3a2f',1,'SVF::CHNode::setFlag()'],['../classSVF_1_1ObjTypeInfo.html#ad6fb2bfae3d4b73a6821a87106f65f49',1,'SVF::ObjTypeInfo::setFlag()']]],
115
- ['setfldidx_5412',['setFldIdx',['../classSVF_1_1AccessPath.html#ab95df74c97fba13206df48e00131e15f',1,'SVF::AccessPath']]],
116
- ['setformaloutdef_5413',['setFormalOUTDef',['../classSVF_1_1SVFGOPT.html#a3e2b811dd939c93bcf9fb94e91d553b1',1,'SVF::SVFGOPT']]],
117
- ['setfunidxinvtable_5414',['setFunIdxInVtable',['../classSVF_1_1SVFVirtualCallInst.html#a947d6ca3695477fb5b36b46fa4899fb7',1,'SVF::SVFVirtualCallInst']]],
118
- ['setfunnameofvirtualcall_5415',['setFunNameOfVirtualCall',['../classSVF_1_1SVFVirtualCallInst.html#adf936a7ee01d9c4662e31a5022ae94c0',1,'SVF::SVFVirtualCallInst']]],
119
- ['setgraph_5416',['setGraph',['../classSVF_1_1SrcSnkSolver.html#a49cae8f70144639f529956478a8fca2b',1,'SVF::SrcSnkSolver::setGraph()'],['../classSVF_1_1GraphReachSolver.html#a0298a692295a8a4eae32ab151aa6ccc3',1,'SVF::GraphReachSolver::setGraph()'],['../classSVF_1_1WPASolver.html#aa04deb39cd024c051f30ac43d1d62b34',1,'SVF::WPASolver::setGraph()']]],
120
- ['seticfg_5417',['setICFG',['../classSVF_1_1SVFIR.html#a756ae2b40ec29f2f92c95919f615e5ec',1,'SVF::SVFIR']]],
121
- ['seticfgnode_5418',['setICFGNode',['../classSVF_1_1VFGNode.html#a9c95dd4f0e70ccc4a03282cdddba95de',1,'SVF::VFGNode::setICFGNode()'],['../classSVF_1_1SVFStmt.html#adb92a92f5c878576dff26cb38eab8c8c',1,'SVF::SVFStmt::setICFGNode()']]],
122
- ['setincycle_5419',['setIncycle',['../classSVF_1_1CxtThread.html#adde663205c3ecc5a2e01b18bc305d5cb',1,'SVF::CxtThread']]],
123
- ['setinloop_5420',['setInloop',['../classSVF_1_1CxtThread.html#aa4e1a9babb249a005e8dfae8cb83df21',1,'SVF::CxtThread']]],
124
- ['setinscc_5421',['setInSCC',['../classSVF_1_1SCCDetection.html#aafe9ae9d158480e6a04803b25b61083e',1,'SVF::SCCDetection']]],
125
- ['setisnotret_5422',['setIsNotRet',['../classSVF_1_1SVFFunction.html#aaddef080cdc8e4080fc2da1e3cf92deb',1,'SVF::SVFFunction']]],
126
- ['setisuncalledfunction_5423',['setIsUncalledFunction',['../classSVF_1_1SVFFunction.html#a37f89063b55ff657a07e186224338ce8',1,'SVF::SVFFunction']]],
127
- ['setkeynodesset_5424',['setKeyNodesSet',['../classSVF_1_1SymState.html#a2b4bdce23c28d5f635db6b48ce9aba11',1,'SVF::SymState']]],
128
- ['setkindtoattrsmap_5425',['setKindToAttrsMap',['../classSVF_1_1GrammarBase.html#a082342020848e545c983df4d5ec6720a',1,'SVF::GrammarBase']]],
129
- ['setlb_5426',['setLb',['../classSVF_1_1IntervalValue.html#adf3cae41adaeb62c3b5da19e81adbb5d',1,'SVF::IntervalValue']]],
130
- ['setloc_5427',['setLoc',['../classSVF_1_1StmtDPItem.html#a9ba9ab1013a36530369aa6d684397f4f',1,'SVF::StmtDPItem']]],
131
- ['setlocale_5428',['setlocale',['../extapi_8c.html#afe784c4f5d12b74272740c5211c960c5',1,'extapi.c']]],
132
- ['setlocvar_5429',['setLocVar',['../classSVF_1_1StmtDPItem.html#a3feb4bc8e003cfdd30c1b2cfb2219efb',1,'SVF::StmtDPItem']]],
133
- ['setloopbound_5430',['setLoopBound',['../classSVF_1_1SVFLoop.html#af594a873db7d6dbbcf25176da45fba80',1,'SVF::SVFLoop']]],
134
- ['setmaxbudget_5431',['setMaxBudget',['../classSVF_1_1DPItem.html#a687ef8944ccb55b826508c47ea5b9240',1,'SVF::DPItem']]],
135
- ['setmaxcxtlen_5432',['setMaxCxtLen',['../classSVF_1_1ContextCond.html#a92e89bbae0f31bb9eb971ab3edcc8071',1,'SVF::ContextCond']]],
136
- ['setmaxfieldoffsetlimit_5433',['setMaxFieldOffsetLimit',['../classSVF_1_1ObjTypeInfo.html#a9fff869c63776c6ebeff78933e0f6092',1,'SVF::ObjTypeInfo']]],
137
- ['setmaxpathlen_5434',['setMaxPathLen',['../classSVF_1_1ContextCond.html#a084679a423e78217ca10794775c25b1d',1,'SVF::ContextCond']]],
138
- ['setmemusageafter_5435',['setMemUsageAfter',['../classSVF_1_1PTAStat.html#a286e5985644f2bc13abbceaa2b586c92',1,'SVF::PTAStat']]],
139
- ['setmemusagebefore_5436',['setMemUsageBefore',['../classSVF_1_1PTAStat.html#a206fdc31ee7bd8fce1695847c40785e0',1,'SVF::PTAStat']]],
140
- ['setmodelconstants_5437',['setModelConstants',['../classSVF_1_1SymbolTableInfo.html#a4decfc9e7f5dc096d7bfa42d6965763d',1,'SVF::SymbolTableInfo']]],
141
- ['setmodule_5438',['setModule',['../classSVF_1_1SVFIR.html#a52bea4a99022b036104751cafa9152b1',1,'SVF::SVFIR::setModule()'],['../classSVF_1_1SymbolTableInfo.html#a4f916c64ca04c4db30bd19fb8505724d',1,'SVF::SymbolTableInfo::setModule()']]],
142
- ['setmoduleidentifier_5439',['setModuleIdentifier',['../classSVF_1_1SVFModule.html#acaba1ff38ed1fdd8a9a1251a1b36be92',1,'SVF::SVFModule']]],
143
- ['setmultiforked_5440',['setMultiforked',['../classSVF_1_1TCTNode.html#a0fafde34cdffde6d38bb9efca9b7a9a1',1,'SVF::TCTNode']]],
144
- ['setmultiforkedattrs_5441',['setMultiForkedAttrs',['../classSVF_1_1TCT.html#a11e36f9b58646dee4014e12e55c70508',1,'SVF::TCT']]],
145
- ['setmultiinheritance_5442',['setMultiInheritance',['../classSVF_1_1DCHNode.html#a798e80f0cc5951789474abc3a0999166',1,'SVF::DCHNode::setMultiInheritance()'],['../classSVF_1_1CHNode.html#a5d751a3a0d88c0de374bfeb526051440',1,'SVF::CHNode::setMultiInheritance()']]],
146
- ['setname_5443',['setName',['../classSVF_1_1SVFStructType.html#a6283d212e48c08c9bcf5ade551a79a50',1,'SVF::SVFStructType::setName(const std::string &structName)'],['../classSVF_1_1SVFStructType.html#ad397c1ef657691c0dae0c093a9b0a5e8',1,'SVF::SVFStructType::setName(std::string &&structName)'],['../classSVF_1_1SVFValue.html#a8325774df9d65d78ef6a66fef59b9a97',1,'SVF::SVFValue::setName(const std::string &n)'],['../classSVF_1_1SVFValue.html#a12db87881a5bfae7638aa8ad68f3214c',1,'SVF::SVFValue::setName(std::string &&n)']]],
147
- ['setnegcondinst_5444',['setNegCondInst',['../classSVF_1_1SaberCondAllocator.html#ae8858c45c7406842ca967ed14f0b58e5',1,'SVF::SaberCondAllocator']]],
148
- ['setnodenumafterpagbuild_5445',['setNodeNumAfterPAGBuild',['../classSVF_1_1IRGraph.html#a5fe12445ed0528183775747dec356db0',1,'SVF::IRGraph']]],
149
- ['setnonconcretecxt_5446',['setNonConcreteCxt',['../classSVF_1_1ContextCond.html#ac80892cbef7a5d2c949e5f07682bc885',1,'SVF::ContextCond']]],
150
- ['setnonterminals_5447',['setNonterminals',['../classSVF_1_1GrammarBase.html#afc9635e14b5871df457bf64fae6ad8cf',1,'SVF::GrammarBase']]],
151
- ['setnumofelement_5448',['setNumOfElement',['../classSVF_1_1SVFArrayType.html#a986fc835f2e082796ecf1fd3b7f769b6',1,'SVF::SVFArrayType']]],
152
- ['setnumofelements_5449',['setNumOfElements',['../classSVF_1_1MemObj.html#a904c5a96407574565e9c48eb2d31e869',1,'SVF::MemObj::setNumOfElements()'],['../classSVF_1_1ObjTypeInfo.html#aff17d13e520a731accedd06350af6221',1,'SVF::ObjTypeInfo::setNumOfElements()']]],
153
- ['setnumoffieldsandelems_5450',['setNumOfFieldsAndElems',['../classSVF_1_1StInfo.html#a1a07c2b1415c29d7d70791c6dfe602a3',1,'SVF::StInfo']]],
154
- ['setobjfieldinsensitive_5451',['setObjFieldInsensitive',['../classSVF_1_1PointerAnalysis.html#ac5683fe2e24b393ccc5cb6d8bc92cf2b',1,'SVF::PointerAnalysis']]],
155
- ['setoffset_5452',['setOffset',['../classSVF_1_1DCHEdge.html#a70f757826082c95766c8324c1264e977',1,'SVF::DCHEdge']]],
156
- ['setopver_5453',['setOpVer',['../classSVF_1_1MSSAPHISVFGNode.html#a928a57d7f518c5af98a0245d9221e671',1,'SVF::MSSAPHISVFGNode::setOpVer()'],['../classSVF_1_1CmpVFGNode.html#a41bcdd6b46a31c8d15533342478dc236',1,'SVF::CmpVFGNode::setOpVer()'],['../classSVF_1_1BinaryOPVFGNode.html#a76c67d31ffb67c4ef102471898ae2709',1,'SVF::BinaryOPVFGNode::setOpVer()'],['../classSVF_1_1UnaryOPVFGNode.html#a3b082eef98b8393499908f6c430b8d6c',1,'SVF::UnaryOPVFGNode::setOpVer()'],['../classSVF_1_1PHIVFGNode.html#a36f469a129063b43161a8d1423414ce5',1,'SVF::PHIVFGNode::setOpVer()'],['../classSVF_1_1MSSACHI.html#a245d8ee9e81ba4fe6f41533baf471331',1,'SVF::MSSACHI::setOpVer()'],['../classSVF_1_1MSSAPHI.html#a74f663dc5ecc659e98542a53414b7988',1,'SVF::MSSAPHI::setOpVer()']]],
157
- ['setopverandbb_5454',['setOpVerAndBB',['../classSVF_1_1IntraPHIVFGNode.html#a7e5fd83393224ece808de83cbf496882',1,'SVF::IntraPHIVFGNode']]],
158
- ['setpag_5455',['setPAG',['../classSVF_1_1DDAClient.html#a21badb317a249bbb506615182671b32c',1,'SVF::DDAClient']]],
159
- ['setpagfromtxt_5456',['setPagFromTXT',['../classSVF_1_1SVFModule.html#a7af3076a26060090377d1f74293560fe',1,'SVF::SVFModule']]],
160
- ['setpartialreachable_5457',['setPartialReachable',['../classSVF_1_1ProgSlice.html#af6f137be08ca0e743424ff07d679777d',1,'SVF::ProgSlice']]],
161
- ['setptrinuncalledfunction_5458',['setPtrInUncalledFunction',['../classSVF_1_1SVFValue.html#ac2e5c42d0ac92375c88ef5b3f1b65dc4',1,'SVF::SVFValue']]],
162
- ['setpureabstract_5459',['setPureAbstract',['../classSVF_1_1DCHNode.html#afa271fdb9c1aa3589f41655813a2de8e',1,'SVF::DCHNode::setPureAbstract()'],['../classSVF_1_1CHNode.html#abac89987927dadd53dd646eae540a024',1,'SVF::CHNode::setPureAbstract()']]],
163
- ['setpwcnode_5460',['setPWCNode',['../classSVF_1_1ConstraintGraph.html#a03f9fe8ae7094c39937f47f422276724',1,'SVF::ConstraintGraph::setPWCNode()'],['../classSVF_1_1ConstraintNode.html#ad8701df90d93c5dfed26cff8f0b2fbb3',1,'SVF::ConstraintNode::setPWCNode()']]],
164
- ['setquery_5461',['setQuery',['../classSVF_1_1DDAClient.html#a3d0f732e284f3237287b375582c0aa88',1,'SVF::DDAClient']]],
165
- ['setrawproductions_5462',['setRawProductions',['../classSVF_1_1GrammarBase.html#a2eb6ab294093710ca1dc119836adff5a',1,'SVF::GrammarBase']]],
166
- ['setreachablebbs_5463',['setReachableBBs',['../classSVF_1_1SVFLoopAndDomInfo.html#acc409e328f641a2c9512beeb727f58c7',1,'SVF::SVFLoopAndDomInfo']]],
167
- ['setreachglobal_5464',['setReachGlobal',['../classSVF_1_1ProgSlice.html#a397632ce0c523c4a54c5dc578606d14d',1,'SVF::ProgSlice']]],
168
- ['setreles_5465',['setRelEs',['../classSVF_1_1SVFIR2ItvExeState.html#af0b6abd2310a9bf0311760b290114341',1,'SVF::SVFIR2ItvExeState']]],
169
- ['setrep_5466',['setRep',['../classSVF_1_1ConstraintGraph.html#abea65bf6dd43aa312082f8d4c7c3e3cb',1,'SVF::ConstraintGraph']]],
170
- ['setrepr_5467',['setRepr',['../classSVF_1_1SVFOtherType.html#a444ebb6bca967caf3cb6bba9d2db44c7',1,'SVF::SVFOtherType::setRepr(std::string &&r)'],['../classSVF_1_1SVFOtherType.html#a8705cce1b567e8f51d8644179c841ca3',1,'SVF::SVFOtherType::setRepr(const std::string &r)']]],
171
- ['setresver_5468',['setResVer',['../classSVF_1_1MSSADEF.html#a343eb4c9515dfbbbdadaacf5500e5f05',1,'SVF::MSSADEF']]],
172
- ['setreticfgnode_5469',['setRetICFGNode',['../classSVF_1_1CallICFGNode.html#a91b38c6930f3c15b9b38121662fded20',1,'SVF::CallICFGNode']]],
173
- ['setsabercondallocator_5470',['setSaberCondAllocator',['../classSVF_1_1SaberSVFGBuilder.html#a8eb03d4362685f361bc1110fc98925b9',1,'SVF::SaberSVFGBuilder']]],
174
- ['setscalar_5471',['setScalar',['../classSVF_1_1DCHNode.html#a917265fa44ed08b66a6bd722f318bfa4',1,'SVF::DCHNode']]],
175
- ['setsignandwidth_5472',['setSignAndWidth',['../classSVF_1_1SVFIntegerType.html#aeacf0513bfde42511fe6e464d48d1e11',1,'SVF::SVFIntegerType']]],
176
- ['setsourceloc_5473',['setSourceLoc',['../classSVF_1_1SVFValue.html#a588acec1904d440797ca4500f63f7d28',1,'SVF::SVFValue']]],
177
- ['setstartkind_5474',['setStartKind',['../classSVF_1_1GrammarBase.html#a1de2b9f6c39936afa8f821ca262deadd',1,'SVF::GrammarBase']]],
178
- ['setstat_5475',['setStat',['../classSVF_1_1SVFBugReport.html#a817f61a73d84f9054a2f80375f51f747',1,'SVF::SVFBugReport']]],
179
- ['setsubs_5476',['setSubs',['../classSVF_1_1ConstraintGraph.html#a148235bd1355a700d3ce187702e89bc8',1,'SVF::ConstraintGraph']]],
180
- ['settemplate_5477',['setTemplate',['../classSVF_1_1DCHNode.html#a3947007a7b8074f06064e34de9d980fe',1,'SVF::DCHNode::setTemplate()'],['../classSVF_1_1CHNode.html#a00343177422c8d84d707432d0c483438',1,'SVF::CHNode::setTemplate()']]],
181
- ['setterminals_5478',['setTerminals',['../classSVF_1_1GrammarBase.html#ae79b973ec24ba034e831a90285737a41',1,'SVF::GrammarBase']]],
182
- ['settokeepactualoutformalin_5479',['setTokeepActualOutFormalIn',['../classSVF_1_1SVFGOPT.html#af0c1bb4055d3c4b7f5c6133c433144ad',1,'SVF::SVFGOPT']]],
183
- ['settokeepallselfcycle_5480',['setTokeepAllSelfCycle',['../classSVF_1_1SVFGOPT.html#a99cce24804a9116f9bf4e773b2f28e85',1,'SVF::SVFGOPT']]],
184
- ['settokeepcontextselfcycle_5481',['setTokeepContextSelfCycle',['../classSVF_1_1SVFGOPT.html#abe2392e0971f6c46537727f001fa44de',1,'SVF::SVFGOPT']]],
185
- ['settop_5482',['setTop',['../classSVF_1_1AddressValue.html#a2100009a0e744ebc9e2780dffb6f622b',1,'SVF::AddressValue']]],
186
- ['settotalkind_5483',['setTotalKind',['../classSVF_1_1GrammarBase.html#a37a31f03501a11e7951d56dbf1cb146a',1,'SVF::GrammarBase']]],
187
- ['settypeinfo_5484',['setTypeInfo',['../classSVF_1_1SVFType.html#aef5999ada62dac3cc946d832ac66948c',1,'SVF::SVFType']]],
188
- ['settypeofelement_5485',['setTypeOfElement',['../classSVF_1_1SVFArrayType.html#a56179bc4c145adce210adab80c61be7a',1,'SVF::SVFArrayType']]],
189
- ['setub_5486',['setUb',['../classSVF_1_1IntervalValue.html#aa3b742bd0116a6b7bf290286902b470b',1,'SVF::IntervalValue']]],
190
- ['setvals_5487',['setVals',['../classSVF_1_1AddressValue.html#a0fed06401997d4259d7ef183343f1949',1,'SVF::AddressValue']]],
191
- ['setvalue_5488',['setValue',['../classSVF_1_1IntervalValue.html#a8de8e78efcee26d74fe3d34c405dee0a',1,'SVF::IntervalValue::setValue()'],['../classSVF_1_1SVFStmt.html#a6ae58a22d43361904c7033f5c790da38',1,'SVF::SVFStmt::setValue()'],['../classOption.html#ab40684f5ece904e9b81180ca1012b0b6',1,'Option::setValue()']]],
192
- ['setvalueattr_5489',['setValueAttr',['../classSVF_1_1LLVMModuleSet.html#a7d61f479f52e1dc71a4ae7a4d62f3b6a',1,'SVF::LLVMModuleSet']]],
193
- ['setvardfinsetupdated_5490',['setVarDFInSetUpdated',['../classSVF_1_1MutableIncDFPTData.html#a33b2e976439e489d4bd707379e1bac9c',1,'SVF::MutableIncDFPTData::setVarDFInSetUpdated()'],['../classSVF_1_1PersistentIncDFPTData.html#a3b42e65b301c1e2cf7976e2780cb6fd2',1,'SVF::PersistentIncDFPTData::setVarDFInSetUpdated()']]],
194
- ['setvardfoutsetupdated_5491',['setVarDFOutSetUpdated',['../classSVF_1_1MutableIncDFPTData.html#a851947de9ccbe51239b76d2d93fcd4c4',1,'SVF::MutableIncDFPTData::setVarDFOutSetUpdated()'],['../classSVF_1_1PersistentIncDFPTData.html#aa9f6b38595cabbb583c52217188457e8',1,'SVF::PersistentIncDFPTData::setVarDFOutSetUpdated()']]],
195
- ['setver_5492',['setVer',['../classSVF_1_1MSSAMU.html#a2af1e639aabbc5997aa4e6526f6595fb',1,'SVF::MSSAMU']]],
196
- ['setversion_5493',['setVersion',['../classSVF_1_1VersionedFlowSensitive.html#adf37ae1f6a07716bca6fbe1603b8a070',1,'SVF::VersionedFlowSensitive']]],
197
- ['setvfcond_5494',['setVFCond',['../classSVF_1_1ProgSlice.html#ab5de7bf99935818ef1b0962e36b8624c',1,'SVF::ProgSlice']]],
198
- ['setvisited_5495',['setVisited',['../classSVF_1_1SCCDetection.html#ad888a3dc94909823319384055896c84d',1,'SVF::SCCDetection::setVisited()'],['../classSVF_1_1CSC.html#adac02224ec722f0cf1954d7a484bd11e',1,'SVF::CSC::setVisited()']]],
199
- ['setvtable_5496',['setVTable',['../classSVF_1_1DCHNode.html#ad3144bcf462769c687bc7b65ef2f1639',1,'SVF::DCHNode::setVTable()'],['../classSVF_1_1CHNode.html#aa72c4509da3bfd2a3c656da38fe36c81',1,'SVF::CHNode::setVTable()']]],
200
- ['setvtableptr_5497',['setVtablePtr',['../classSVF_1_1SVFVirtualCallInst.html#a94c04bebac82268c00d614c61e15274b',1,'SVF::SVFVirtualCallInst']]],
201
- ['setyield_5498',['setYield',['../classSVF_1_1VersionedFlowSensitive.html#ac33c7cef2d1d143950820ea48e97e806',1,'SVF::VersionedFlowSensitive']]],
202
- ['sext_5499',['SEXT',['../classSVF_1_1CopyStmt.html#ae041bbd93e3839193fd7ffe9611a4ca1ab55ad5d331f6e4a69f8e2f0d95e5d3a1',1,'SVF::CopyStmt']]],
203
- ['sfrandersen_5500',['sfrAndersen',['../classSVF_1_1AndersenSFR.html#abcf0f758174f224c5da066d0115beefb',1,'SVF::AndersenSFR']]],
204
- ['sfrobjnodes_5501',['sfrObjNodes',['../classSVF_1_1AndersenSFR.html#a0865c50224ffc1e053cf859122f83f75',1,'SVF::AndersenSFR']]],
205
- ['sfrtrait_5502',['SFRTrait',['../classSVF_1_1AndersenSFR.html#a2d41b49a1474c030ef2324c14467af30',1,'SVF::AndersenSFR']]],
206
- ['sfvgoptend_5503',['sfvgOptEnd',['../classSVF_1_1SVFGStat.html#aaec3a7f29b3ded0c971d57376d2779ff',1,'SVF::SVFGStat']]],
207
- ['sfvgoptstart_5504',['sfvgOptStart',['../classSVF_1_1SVFGStat.html#acb80953b39ce247679242df4f042ab79',1,'SVF::SVFGStat']]],
208
- ['shl_5505',['shl',['../classSVF_1_1BoundedZ3Expr.html#a416f47980daf109467f3b2dddd50e047',1,'SVF::BoundedZ3Expr::shl()'],['../classSVF_1_1SingleAbsValue.html#a42eed004077d61a0c062e1752844d0a6',1,'SVF::SingleAbsValue::shl()'],['../classSVF_1_1Z3Expr.html#a7b6e7cd3b0b8681a4f4885e658632dce',1,'SVF::Z3Expr::shl()'],['../classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6a193780e40cee5123c543b6f739b3b46b',1,'SVF::BinaryOPStmt::Shl()']]],
209
- ['showhiddennode_5506',['ShowHiddenNode',['../classSVF_1_1Options.html#adee65a3773fbb98532538c938230e1d3',1,'SVF::Options']]],
210
- ['showsvfirvalue_5507',['ShowSVFIRValue',['../classSVF_1_1Options.html#a424a44f39a43b22434dbdce26007a353',1,'SVF::Options']]],
211
- ['shufflevectorinst_5508',['ShuffleVectorInst',['../namespaceSVF.html#a64e69f438b8c302c4cae27735319fa49',1,'SVF']]],
212
- ['signandwidth_5509',['signAndWidth',['../classSVF_1_1SVFIntegerType.html#a887e8255bb19f85d80d737ac753f0a87',1,'SVF::SVFIntegerType']]],
213
- ['simpletype_5510',['SimpleType',['../structSVF_1_1SVFUtil_1_1simplify__type.html#a40c0d9a74681d3eaa7172ba137d489e4',1,'SVF::SVFUtil::simplify_type::SimpleType()'],['../structSVF_1_1SVFUtil_1_1simplify__type_3_01const_01From_01_4.html#a8de25e1bb07ca0f995e5760065259531',1,'SVF::SVFUtil::simplify_type< const From >::SimpleType()']]],
214
- ['simplify_5511',['simplify',['../classSVF_1_1BoundedZ3Expr.html#a7f5158affedda8ddf53ec6cb442a6297',1,'SVF::BoundedZ3Expr::simplify()'],['../classSVF_1_1SingleAbsValue.html#a7009d1a2517b29dda0bb58e5676687c2',1,'SVF::SingleAbsValue::simplify()'],['../classSVF_1_1Z3Expr.html#afb3478316592a395c6d473791b5a0981',1,'SVF::Z3Expr::simplify()']]],
215
- ['simplify_5ftype_5512',['simplify_type',['../structSVF_1_1SVFUtil_1_1simplify__type.html',1,'SVF::SVFUtil']]],
216
- ['simplify_5ftype_3c_20const_20from_20_3e_5513',['simplify_type< const From >',['../structSVF_1_1SVFUtil_1_1simplify__type_3_01const_01From_01_4.html',1,'SVF::SVFUtil']]],
217
- ['singleabsvalue_5514',['SingleAbsValue',['../classSVF_1_1SingleAbsValue.html',1,'SVF::SingleAbsValue'],['../classSVF_1_1SingleAbsValue.html#ab5e10abb06e9ead59de170d0128b3531',1,'SVF::SingleAbsValue::SingleAbsValue()=default'],['../classSVF_1_1SingleAbsValue.html#a25308965f46578943ccd544052425c4d',1,'SVF::SingleAbsValue::SingleAbsValue(const Z3Expr &z3Expr)'],['../classSVF_1_1SingleAbsValue.html#a0f0a092868104d0f8e0c4c16ec07009b',1,'SVF::SingleAbsValue::SingleAbsValue(const BoundedZ3Expr &z3Bound)'],['../classSVF_1_1SingleAbsValue.html#a928d4adc2af10e2bb36641711b5d57ba',1,'SVF::SingleAbsValue::SingleAbsValue(const z3::expr &e)'],['../classSVF_1_1SingleAbsValue.html#aeb599c1bda7697fd9c52bf6438fdcee9',1,'SVF::SingleAbsValue::SingleAbsValue(s32_t i)'],['../classSVF_1_1SingleAbsValue.html#ad6fca68c9815414866c39c7000f35f23',1,'SVF::SingleAbsValue::SingleAbsValue(const SingleAbsValue &_z3Expr)'],['../classSVF_1_1SingleAbsValue.html#a6bd4803e4afa8e07596052a54fb01fdd',1,'SVF::SingleAbsValue::SingleAbsValue(SingleAbsValue &&_z3Expr)']]],
218
- ['singleabsvalue_2eh_5515',['SingleAbsValue.h',['../SingleAbsValue_8h.html',1,'']]],
219
- ['singlecondvar_5516',['SingleCondVar',['../classSVF_1_1CondPointsToSet.html#a0ef73bd2c1b42439ee6f265e07f17514',1,'SVF::CondPointsToSet']]],
220
- ['singlerhstoprods_5517',['singleRHSToProds',['../classSVF_1_1CFGrammar.html#a727061855e5c86525e7ea1a165b97346',1,'SVF::CFGrammar']]],
221
- ['singlevaluek_5518',['SingleValueK',['../classSVF_1_1ExeState.html#a259b93247e06141077b2c1ae15efcbb8acb163848414937d2331958216330a20e',1,'SVF::ExeState']]],
222
- ['sinks_5519',['sinks',['../classSVF_1_1SVFGStat.html#a332adbaad93a3077416c870f175a1202',1,'SVF::SVFGStat::sinks()'],['../classSVF_1_1ProgSlice.html#ab4da58e7c4cd2c80b4830efeaa896f80',1,'SVF::ProgSlice::sinks()'],['../classSVF_1_1SrcSnkDDA.html#aaffd4b48be1f99e0450b23f20f034b1e',1,'SVF::SrcSnkDDA::sinks()']]],
223
- ['sinksbegin_5520',['sinksBegin',['../classSVF_1_1ProgSlice.html#adf620c97daed49735d21b485c448b4a2',1,'SVF::ProgSlice::sinksBegin()'],['../classSVF_1_1SrcSnkDDA.html#a79833c0cf1916d63e1dd32c2220056dd',1,'SVF::SrcSnkDDA::sinksBegin()']]],
224
- ['sinksend_5521',['sinksEnd',['../classSVF_1_1ProgSlice.html#a27636f096ec825c4d5cb1dca608afb31',1,'SVF::ProgSlice::sinksEnd()'],['../classSVF_1_1SrcSnkDDA.html#aaabc8d3aed17c8a35ef37d878f141412',1,'SVF::SrcSnkDDA::sinksEnd()']]],
225
- ['sitofp_5522',['SITOFP',['../classSVF_1_1CopyStmt.html#ae041bbd93e3839193fd7ffe9611a4ca1a78bc561098a07651f94e72bffa895e16',1,'SVF::CopyStmt']]],
226
- ['size_5523',['size',['../classSVF_1_1AddressValue.html#ae93859318bf4f618b4cf681988a870ce',1,'SVF::AddressValue::size()'],['../classSVF_1_1CondStdSet.html#afa190562e8b85630845617c23fc5a16b',1,'SVF::CondStdSet::size()'],['../classSVF_1_1WriterPtrPool.html#af6d1ceb994f5b33cfac7fbcac5b3bdd0',1,'SVF::WriterPtrPool::size()'],['../classSVF_1_1ReaderIDToObjMap.html#a8a0810c1419004eee30cad5696476bdd',1,'SVF::ReaderIDToObjMap::size()'],['../classSVF_1_1ReaderPtrPool.html#ab47d82a98973b27bf635c0bd3acb7163',1,'SVF::ReaderPtrPool::size()'],['../classSVF_1_1FIFOWorkList.html#ad0e2c9eeb77c1a48a5d17164e4d72c6e',1,'SVF::FIFOWorkList::size()'],['../classSVF_1_1FILOWorkList.html#aff8bc6547b814b31b02c7f086d06ce05',1,'SVF::FILOWorkList::size()']]],
227
- ['size_5ftype_5524',['size_type',['../structSVF_1_1SparseBitVectorElement.html#ad9e38352db094adcdfb2964f325d9e53',1,'SVF::SparseBitVectorElement']]],
228
- ['sizesvfvaluepool_5525',['sizeSVFValuePool',['../classSVF_1_1SVFModuleWriter.html#a0e12ffecb37a42d766522dc65da481e6',1,'SVF::SVFModuleWriter']]],
229
- ['skip_5fmultiline_5fcomment_5526',['skip_multiline_comment',['../cJSON_8cpp.html#a4b9e22afcb0d33932c691b5af9f2560a',1,'cJSON.cpp']]],
230
- ['skip_5foneline_5fcomment_5527',['skip_oneline_comment',['../cJSON_8cpp.html#a98eaeafefb811c738494a26265309a07',1,'cJSON.cpp']]],
231
- ['skip_5futf8_5fbom_5528',['skip_utf8_bom',['../cJSON_8cpp.html#a13b2d9f17c3b80a8878405f2782cd916',1,'cJSON.cpp']]],
232
- ['skiprecursivecall_5529',['SkipRecursiveCall',['../classSVF_1_1AbstractExecution.html#a97c5745ddcd0ce72e65dee09ff7afb42',1,'SVF::AbstractExecution']]],
233
- ['skiprecursivefunc_5530',['SkipRecursiveFunc',['../classSVF_1_1AbstractExecution.html#a7e1c3edfa546182ad394116b37b834f9',1,'SVF::AbstractExecution']]],
234
- ['slicestate_5531',['sliceState',['../classSVF_1_1IntervalESBase.html#a2c15de9b10a74fbcb171ff2f328ce7f2',1,'SVF::IntervalESBase']]],
235
- ['smdiagnostic_5532',['SMDiagnostic',['../namespaceSVF.html#a86863d104a3930b3a806935d92ddbf30',1,'SVF']]],
236
- ['solve_5533',['solve',['../classSVF_1_1CFLAlias.html#a5b7d65e7e74d596d61a1aad75e53cf27',1,'SVF::CFLAlias::solve()'],['../classSVF_1_1CFLBase.html#a2d1f2e2c7f8cbe07e0dda759a7424e6e',1,'SVF::CFLBase::solve()'],['../classSVF_1_1CFLSolver.html#a2ee3436c26ebdb2aaf790c25b1d8b5a6',1,'SVF::CFLSolver::solve()'],['../classSVF_1_1WPASCCSolver.html#ac37c1063fbdff394c9a313c8d131d893',1,'SVF::WPASCCSolver::solve()'],['../classSVF_1_1WPAMinimumSolver.html#afb4c3a86fdb91cbb555669003cf299c2',1,'SVF::WPAMinimumSolver::solve()']]],
237
- ['solveall_5534',['solveAll',['../classSVF_1_1DDAClient.html#aa8a67c60ec0395c9cfae178dcff638a8',1,'SVF::DDAClient']]],
238
- ['solveandwriteptstofile_5535',['solveAndwritePtsToFile',['../classSVF_1_1AndersenBase.html#add7a5c53783fb2277dfc0c304cdfecd7',1,'SVF::AndersenBase::solveAndwritePtsToFile()'],['../classSVF_1_1FlowSensitive.html#afa190e58636a8d7388aeee8a2157bba5',1,'SVF::FlowSensitive::solveAndwritePtsToFile()'],['../classSVF_1_1VersionedFlowSensitive.html#acf02ed94f68d94617920941b434149f4',1,'SVF::VersionedFlowSensitive::solveAndwritePtsToFile()']]],
239
- ['solveconstraints_5536',['solveConstraints',['../classSVF_1_1AndersenBase.html#ac02d1fedb0beb39e5a4c22ee4bb3501a',1,'SVF::AndersenBase::solveConstraints()'],['../classSVF_1_1FlowSensitive.html#a165a9c5aef0811066560154896bae18d',1,'SVF::FlowSensitive::solveConstraints()']]],
240
- ['solver_5537',['solver',['../classSVF_1_1CFLBase.html#a34c3a3eec2d7d34ef78b5031d8844b17',1,'SVF::CFLBase::solver()'],['../classSVF_1_1Z3Expr.html#a2f0cf6549d9bc6fc1d4be46976ad0f0e',1,'SVF::Z3Expr::solver()']]],
241
- ['solvetime_5538',['solveTime',['../classSVF_1_1FlowSensitive.html#a4202f837e863a48712765cc346d8b514',1,'SVF::FlowSensitive']]],
242
- ['solveworklist_5539',['solveWorklist',['../classSVF_1_1AndersenWaveDiff.html#a35cd97d5f7c1dcb65dd077f45ad864e9',1,'SVF::AndersenWaveDiff::solveWorklist()'],['../classSVF_1_1AndersenSCD.html#a98fac4ecfe203666178e2ace39da81e2',1,'SVF::AndersenSCD::solveWorklist()'],['../classSVF_1_1Steensgaard.html#a966faa0548fe76d81a50339fffdd24c8',1,'SVF::Steensgaard::solveWorklist()'],['../classSVF_1_1WPASolver.html#af1bb670efde7006e3e99b3735e4fc4cc',1,'SVF::WPASolver::solveWorklist()']]],
243
- ['sortpointsto_5540',['sortPointsTo',['../classSVF_1_1MRGenerator.html#a66d94d15fb94e90a771f6b3dd7c0ecdd',1,'SVF::MRGenerator']]],
244
- ['sourceinst_5541',['SourceInst',['../classSVF_1_1SVFBugEvent.html#a4d0c0744525bc445a64176c3808377f3ace4540f37504bfbfab8451b8823fe999',1,'SVF::SVFBugEvent']]],
245
- ['sourceloc_5542',['sourceLoc',['../classSVF_1_1SVFValue.html#a88b280a4377ee8e7c633bfa963cc45fd',1,'SVF::SVFValue']]],
246
- ['sources_5543',['sources',['../classSVF_1_1SVFGStat.html#a18a30f659c3a79d65b4ae7f3316c5f91',1,'SVF::SVFGStat::sources()'],['../classSVF_1_1SrcSnkDDA.html#a96c41d03d2615f952b58dca327a2866c',1,'SVF::SrcSnkDDA::sources()']]],
247
- ['sourcesbegin_5544',['sourcesBegin',['../classSVF_1_1SrcSnkDDA.html#a0515c9079f28f8c5d4f0f9a2fc39a137',1,'SVF::SrcSnkDDA']]],
248
- ['sourcesend_5545',['sourcesEnd',['../classSVF_1_1SrcSnkDDA.html#ad0cb9de24cbc99d148f63b694dc3908e',1,'SVF::SrcSnkDDA']]],
249
- ['sparsebitvector_5546',['SparseBitVector',['../classSVF_1_1SparseBitVector.html',1,'SVF::SparseBitVector< ElementSize >'],['../classSVF_1_1SparseBitVector.html#a4f618377a31eba119de672b0be4936bc',1,'SVF::SparseBitVector::SparseBitVector()'],['../classSVF_1_1SparseBitVector.html#a9cb4261779da0cbeb8d09b8fbd5cf557',1,'SVF::SparseBitVector::SparseBitVector(const SparseBitVector &RHS)'],['../classSVF_1_1SparseBitVector.html#a8bb2c6e68fadfae0428bc6ce5d63ad88',1,'SVF::SparseBitVector::SparseBitVector(SparseBitVector &&RHS) noexcept']]],
250
- ['sparsebitvector_2eh_5547',['SparseBitVector.h',['../SparseBitVector_8h.html',1,'']]],
251
- ['sparsebitvectorelement_5548',['SparseBitVectorElement',['../structSVF_1_1SparseBitVectorElement.html',1,'SVF::SparseBitVectorElement< ElementSize >'],['../structSVF_1_1SparseBitVectorElement.html#a8097db31608c859c3cf8053e303821d3',1,'SVF::SparseBitVectorElement::SparseBitVectorElement()=default'],['../structSVF_1_1SparseBitVectorElement.html#a75777b1461184d8fb2cfa4ec6e95c1c5',1,'SVF::SparseBitVectorElement::SparseBitVectorElement(unsigned Idx)']]],
252
- ['sparsebitvectoriterator_5549',['SparseBitVectorIterator',['../classSVF_1_1SparseBitVector_1_1SparseBitVectorIterator.html',1,'SVF::SparseBitVector< ElementSize >::SparseBitVectorIterator'],['../classSVF_1_1SparseBitVector_1_1SparseBitVectorIterator.html#a008d235a4a8163e7bf38718d0fd0e6f7',1,'SVF::SparseBitVector::SparseBitVectorIterator::SparseBitVectorIterator()=delete'],['../classSVF_1_1SparseBitVector_1_1SparseBitVectorIterator.html#a5fe4841ca223f13c2aeec4c6e69a7b43',1,'SVF::SparseBitVector::SparseBitVectorIterator::SparseBitVectorIterator(const SparseBitVector< ElementSize > *RHS, bool end=false)']]],
253
- ['spawncallsites_5550',['spawnCallSites',['../classSVF_1_1PCG.html#a859545671beab2a85c721ce98b785452',1,'SVF::PCG']]],
254
- ['spawnees_5551',['spawnees',['../classSVF_1_1PCG.html#a7191718edabfd8ce2df5bfbea683c1fa',1,'SVF::PCG']]],
255
- ['spawneesbegin_5552',['spawneesBegin',['../classSVF_1_1PCG.html#a45932c2f1a05398b4ad8753dcb621a1f',1,'SVF::PCG']]],
256
- ['spawneesend_5553',['spawneesEnd',['../classSVF_1_1PCG.html#ab45de7686709989be5923531653e2755',1,'SVF::PCG']]],
257
- ['spawners_5554',['spawners',['../classSVF_1_1PCG.html#a3f7f0c7aaa768f7e834b4763b18d8223',1,'SVF::PCG']]],
258
- ['spawnersbegin_5555',['spawnersBegin',['../classSVF_1_1PCG.html#a4343107dd6908ffb70fc59fa7b4de21b',1,'SVF::PCG']]],
259
- ['spawnersend_5556',['spawnersEnd',['../classSVF_1_1PCG.html#a2b9a6b5890b11cea31914f5242285525',1,'SVF::PCG']]],
260
- ['spawnsitesbegin_5557',['spawnSitesBegin',['../classSVF_1_1PCG.html#a2a7319200ec2ec07e8b7976b4a876da8',1,'SVF::PCG']]],
261
- ['spawnsitesend_5558',['spawnSitesEnd',['../classSVF_1_1PCG.html#a8dcd94e8f996fdb2197159ea95226817',1,'SVF::PCG']]],
262
- ['split_5559',['split',['../classSVF_1_1LockResultValidator.html#ab8a6935e1ea6f99d60ead862a7b1782f',1,'SVF::LockResultValidator::split(const std::string &s, char delim, Set< std::string > &elems)'],['../classSVF_1_1LockResultValidator.html#ad26006e14c866d694bc6e2ebaa41ded9',1,'SVF::LockResultValidator::split(const std::string &s, char delim)'],['../classSVF_1_1MTAResultValidator.html#a73db9ad234b263b6e644e4b38be14fe6',1,'SVF::MTAResultValidator::split(const std::string &s, char delim, std::vector< std::string > &elems)'],['../classSVF_1_1MTAResultValidator.html#a7dad63ce2a85142a56d13926f10fde47',1,'SVF::MTAResultValidator::split(const std::string &s, char delim)'],['../classSVF_1_1MTAResultValidator.html#ab0458d1a3beae85056b1dbe7507fbc59',1,'SVF::MTAResultValidator::split(const std::string &s, char delim, std::vector< std::string > &elems)'],['../classSVF_1_1MTAResultValidator.html#a5edb70bdb93b8258de0ba7122a8707f5',1,'SVF::MTAResultValidator::split(const std::string &s, char delim)'],['../namespaceSVF_1_1SVFUtil.html#ae18227f257c9881541b84ca186680dfd',1,'SVF::SVFUtil::split()']]],
263
- ['splitandstrip_5560',['splitAndStrip',['../CppUtil_8cpp.html#a63632e75877f12057e5b0dad97ec7a48',1,'CppUtil.cpp']]],
264
- ['src_5561',['src',['../classSVF_1_1GenericEdge.html#a0e8736f88ee75da025d874f92328ca71',1,'SVF::GenericEdge']]],
265
- ['srcsnkdda_5562',['SrcSnkDDA',['../classSVF_1_1SrcSnkDDA.html',1,'SVF::SrcSnkDDA'],['../classSVF_1_1SrcSnkDDA.html#a73f6ddd4ba868e203109c52e4f3600bd',1,'SVF::SrcSnkDDA::SrcSnkDDA()']]],
266
- ['srcsnkdda_2ecpp_5563',['SrcSnkDDA.cpp',['../SrcSnkDDA_8cpp.html',1,'']]],
267
- ['srcsnkdda_2eh_5564',['SrcSnkDDA.h',['../SrcSnkDDA_8h.html',1,'']]],
268
- ['srcsnksolver_5565',['SrcSnkSolver',['../classSVF_1_1SrcSnkSolver.html',1,'SVF::SrcSnkSolver< GraphType, DPIm >'],['../classSVF_1_1SrcSnkSolver.html#a952450652e55f3325f24b8d237d2c37d',1,'SVF::SrcSnkSolver::SrcSnkSolver()']]],
269
- ['srcsnksolver_2eh_5566',['SrcSnkSolver.h',['../SrcSnkSolver_8h.html',1,'']]],
270
- ['srctocsidmap_5567',['srcToCSIDMap',['../classSVF_1_1LeakChecker.html#a46b4447bf1bf34d3b8e56cce93e04852',1,'SVF::LeakChecker']]],
271
- ['srem_5568',['SRem',['../classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6ad2db0456c9943dd75aa091cb19040448',1,'SVF::BinaryOPStmt']]],
272
- ['ssachi_5569',['SSACHI',['../classSVF_1_1MSSADEF.html#a32682e20c9c08d2bdd5abc62ea17af18aeebaf47309ac06cd04ae69979f4c2580',1,'SVF::MSSADEF']]],
273
- ['ssaphi_5570',['SSAPHI',['../classSVF_1_1MSSADEF.html#a32682e20c9c08d2bdd5abc62ea17af18ae2cdc3b8aae7005f6d7495d2f200a736',1,'SVF::MSSADEF']]],
274
- ['ssarename_5571',['SSARename',['../classSVF_1_1MemSSA.html#a16114eb55775f6ee812c1648dcaede0c',1,'SVF::MemSSA']]],
275
- ['ssarenamebb_5572',['SSARenameBB',['../classSVF_1_1MemSSA.html#aeb7fc6c7880db45f6d0a90912ac5b5f7',1,'SVF::MemSSA']]],
276
- ['sse_5ffunc_5fprocess_5573',['SSE_FUNC_PROCESS',['../AbstractExecution_8cpp.html#a6ded577f411d8dd34071fba96989f93a',1,'AbstractExecution.cpp']]],
277
- ['stack_5574',['Stack',['../classSVF_1_1WTO.html#ab35eabe45c6b944b26532fbe630cd019',1,'SVF::WTO']]],
278
- ['stack_5fobj_5575',['STACK_OBJ',['../classSVF_1_1ObjTypeInfo.html#a91b41b7ade5871362b77a2ef566b2830aad918042d1f04a5e3960817d55ccb5d5',1,'SVF::ObjTypeInfo']]],
279
- ['standard_5576',['Standard',['../classSVF_1_1CommonCHGraph.html#a6a1feb9e268fb56b0de3efc39cfc8db8afa3f4c3017fb95011bfdc11b147eae0c',1,'SVF::CommonCHGraph']]],
280
- ['startanalysislimittimer_5577',['startAnalysisLimitTimer',['../namespaceSVF_1_1SVFUtil.html#a757815a2c758695176120509ceb0ce70',1,'SVF::SVFUtil']]],
281
- ['startclk_5578',['startClk',['../classSVF_1_1SVFStat.html#a730cc814fede3edb563aa9957c869e9e',1,'SVF::SVFStat']]],
282
- ['startkind_5579',['startKind',['../classSVF_1_1GrammarBase.html#a604cb7d4850cfd12d3b8730e0cab84af',1,'SVF::GrammarBase::startKind()'],['../classSVF_1_1CFLGraph.html#a0723f25be2a163b21f478cddca5293d2',1,'SVF::CFLGraph::startKind()']]],
283
- ['startnewptcompfromloadsrc_5580',['startNewPTCompFromLoadSrc',['../classSVF_1_1DDAVFSolver.html#acd694c2092adf8c516d1aba5f798cec7',1,'SVF::DDAVFSolver']]],
284
- ['startnewptcompfromstoredst_5581',['startNewPTCompFromStoreDst',['../classSVF_1_1DDAVFSolver.html#aff744e724dcf06a2b1cdd7ba2b1093f1',1,'SVF::DDAVFSolver']]],
285
- ['starttime_5582',['startTime',['../classSVF_1_1SVFStat.html#abd7a79d1fe50110a0c1d448027492669',1,'SVF::SVFStat']]],
286
- ['stat_5583',['stat',['../classSVF_1_1SVFG.html#ad5c1415f488ec4412d5457262269eff3',1,'SVF::SVFG::stat()'],['../classSVF_1_1PointerAnalysis.html#a5ec3d9bf1fc81346c9df29638daedc0f',1,'SVF::PointerAnalysis::stat()'],['../classSVF_1_1MemSSA.html#a4fc930040ec54eb60629da18fb6a4d04',1,'SVF::MemSSA::stat()'],['../classSVF_1_1MTA.html#abd4addbfd11a9479edd8625ed1947b9f',1,'SVF::MTA::stat()']]],
287
- ['stataddrvarptssize_5584',['statAddrVarPtsSize',['../classSVF_1_1FlowSensitiveStat.html#a81785227a688389c68171a1fbd55fa9b',1,'SVF::FlowSensitiveStat']]],
288
- ['statbudget_5585',['StatBudget',['../classSVF_1_1Options.html#ad2f3ffd1b8d579ebe4c19a015cd599e2',1,'SVF::Options']]],
289
- ['static_5fobj_5586',['STATIC_OBJ',['../classSVF_1_1ObjTypeInfo.html#a91b41b7ade5871362b77a2ef566b2830a4e7606afe2dabdef9c9836ae798a9d98',1,'SVF::ObjTypeInfo']]],
290
- ['static_5fobject_5587',['STATIC_OBJECT',['../extapi_8c.html#a3fca2c30a16a7d2fd2efc60687f74995',1,'extapi.c']]],
291
- ['static_5fstrlen_5588',['static_strlen',['../cJSON_8cpp.html#a5714bac836668a1b9af55465b78531ef',1,'cJSON.cpp']]],
292
- ['statinit_5589',['statInit',['../classSVF_1_1ThreadAPI.html#a8a4ab0b1dcb2e3897b7740868e0d955d',1,'SVF::ThreadAPI']]],
293
- ['statinoutptssize_5590',['statInOutPtsSize',['../classSVF_1_1FlowSensitiveStat.html#a8ae7448f6210b6c759a33e6fc8a8cee8',1,'SVF::FlowSensitiveStat']]],
294
- ['statistic_5591',['STATISTIC',['../BreakConstantExpr_8cpp.html#a53fcf89c33901a1e4bf09351eb612a6a',1,'STATISTIC(GEPChanges, "Number of Converted GEP Constant Expressions"): BreakConstantExpr.cpp'],['../BreakConstantExpr_8cpp.html#a908d11ca6b0a342e6ddcdcced200cab3',1,'STATISTIC(TotalChanges, "Number of Converted Constant Expressions"): BreakConstantExpr.cpp']]],
295
- ['statnullptr_5592',['statNullPtr',['../classSVF_1_1AndersenStat.html#a898f091cd9aeed4b0cf5b338b8a3b1d3',1,'SVF::AndersenStat::statNullPtr()'],['../classSVF_1_1FlowSensitiveStat.html#a36f7be42772b2df6f7594c51b7dc4770',1,'SVF::FlowSensitiveStat::statNullPtr()']]],
296
- ['statptssize_5593',['statPtsSize',['../classSVF_1_1FlowSensitiveStat.html#af51e5b90f7bc52e3657a708c7bc5bb75',1,'SVF::FlowSensitiveStat']]],
297
- ['std_5fdef_5594',['STD_DEF',['../classSVF_1_1DCHEdge.html#a02dc7660f9603cd065e7098ae3f220ada8b07351616a1798fa34ec3828f485ebb',1,'SVF::DCHEdge']]],
298
- ['steens_5595',['steens',['../classSVF_1_1Steensgaard.html#a04530669bc548ae13bd8908fe4dbd3d2',1,'SVF::Steensgaard']]],
299
- ['steensgaard_5596',['Steensgaard',['../classSVF_1_1Steensgaard.html',1,'SVF::Steensgaard'],['../classSVF_1_1Steensgaard.html#ac79e21396243dfa969136daee5ecdbd4',1,'SVF::Steensgaard::Steensgaard()']]],
300
- ['steensgaard_2ecpp_5597',['Steensgaard.cpp',['../Steensgaard_8cpp.html',1,'']]],
301
- ['steensgaard_2eh_5598',['Steensgaard.h',['../Steensgaard_8h.html',1,'']]],
302
- ['steensgaard_5fwpa_5599',['Steensgaard_WPA',['../classSVF_1_1PointerAnalysis.html#a0b182ac680cce0547dbe7714c870ca85ad24ef5326c26db858c73432aa7e67a0a',1,'SVF::PointerAnalysis']]],
303
- ['stinfo_5600',['StInfo',['../classSVF_1_1StInfo.html',1,'SVF::StInfo'],['../classSVF_1_1StInfo.html#a33948aee379e9de810c535c583f46535',1,'SVF::StInfo::StInfo()=delete'],['../classSVF_1_1StInfo.html#a987855f323885732080eff793dda1100',1,'SVF::StInfo::StInfo(const StInfo &st)=delete'],['../classSVF_1_1StInfo.html#a8c6d6933ad2c4be044d0a3557736e28d',1,'SVF::StInfo::StInfo(u32_t s)']]],
304
- ['stinfopool_5601',['stInfoPool',['../classSVF_1_1SVFModuleWriter.html#acffe2e3f6d2275e06da728233a974ec3',1,'SVF::SVFModuleWriter::stInfoPool()'],['../classSVF_1_1SVFModuleReader.html#a6400335a26214622331a4a4a6ad07f76',1,'SVF::SVFModuleReader::stInfoPool()']]],
305
- ['stinfos_5602',['stInfos',['../classSVF_1_1SymbolTableInfo.html#a9df4f1df1e5638ab6c9cc8147c7b8efb',1,'SVF::SymbolTableInfo']]],
306
- ['stmtdpitem_5603',['StmtDPItem',['../classSVF_1_1StmtDPItem.html',1,'SVF::StmtDPItem< LocCond >'],['../classSVF_1_1StmtDPItem.html#aed9239e5558569f6e957e691fa1872d7',1,'SVF::StmtDPItem::StmtDPItem(NodeID c, const LocCond *locCond)'],['../classSVF_1_1StmtDPItem.html#a3882dc175baaccfa1f811dcbfef98f71',1,'SVF::StmtDPItem::StmtDPItem(const StmtDPItem &dps)']]],
307
- ['stmtreliance_5604',['stmtReliance',['../classSVF_1_1VersionedFlowSensitive.html#af0859eb2a5b46c45aa4314e6e54f4438',1,'SVF::VersionedFlowSensitive']]],
308
- ['stmtsvfgnode_5605',['StmtSVFGNode',['../namespaceSVF.html#a26bd4f89dc154b9c6d34b6a517777934',1,'SVF']]],
309
- ['stmtvfgnode_5606',['StmtVFGNode',['../classSVF_1_1StmtVFGNode.html',1,'SVF::StmtVFGNode'],['../classSVF_1_1StmtVFGNode.html#a03c4e0a31d2377ef4ffe46fe183ccd9d',1,'SVF::StmtVFGNode::StmtVFGNode()']]],
310
- ['stnodeset_5607',['stnodeSet',['../classSVF_1_1MTASVFGBuilder.html#a772436f5edc7b4bed3a3e8f0e55ac5ce',1,'SVF::MTASVFGBuilder']]],
311
- ['stopanalysislimittimer_5608',['stopAnalysisLimitTimer',['../namespaceSVF_1_1SVFUtil.html#a168f7f7a3a8c70dbf2b5b4269cd4c7c5',1,'SVF::SVFUtil']]],
312
- ['store_5609',['Store',['../classSVF_1_1ConstraintEdge.html#a663af27955ba0c545f34fa1f076b7375a20d6a102ddc06257a822ffffcc5a3b47',1,'SVF::ConstraintEdge::Store()'],['../classSVF_1_1VFGNode.html#a99a54cf322b0eec3a1ef109ce5f2db75a6df1bb8732d5402a6f40209ea8b803e8',1,'SVF::VFGNode::Store()'],['../classSVF_1_1SVFStmt.html#a0ab8621e75e75f03425c323b3ed62ce9aa0f700b514c431ec5329aec49df56dcc',1,'SVF::SVFStmt::Store()'],['../classSVF_1_1ConsExeState.html#adbf80e78f27a30f257fa8790f1cb78f5',1,'SVF::ConsExeState::store(const SingleAbsValue &loc, const SingleAbsValue &value)'],['../classSVF_1_1ConsExeState.html#a79b012f5f551dfb27ce1ca3d193dba55',1,'SVF::ConsExeState::store(u32_t objId, const SingleAbsValue &z3Expr)'],['../classSVF_1_1IntervalESBase.html#adb26b186ee31bce7449a7b36faa24cc2',1,'SVF::IntervalESBase::store()'],['../classSVF_1_1RelExeState.html#a3a2d5de4c61fab8b277308a186795a13',1,'SVF::RelExeState::store(const Z3Expr &loc, const Z3Expr &value)'],['../classSVF_1_1RelExeState.html#a29be58e0074d7495c36713fd96832823',1,'SVF::RelExeState::store(u32_t objId, const Z3Expr &z3Expr)']]],
313
- ['store2chisetmap_5610',['store2ChiSetMap',['../classSVF_1_1MemSSA.html#a73d7465cf166d9ffa9d234d15edb375a',1,'SVF::MemSSA']]],
314
- ['storeaddrs_5611',['storeAddrs',['../classSVF_1_1ExeState.html#a99f4437a7e350fec131d48f52082d672',1,'SVF::ExeState']]],
315
- ['storebar_5612',['storebar',['../PAGGrammar_8txt.html#a07b9538bf6c870253aed4d379891604c',1,'PAGGrammar.txt']]],
316
- ['storecgedge_5613',['StoreCGEdge',['../classSVF_1_1StoreCGEdge.html',1,'SVF::StoreCGEdge'],['../classSVF_1_1StoreCGEdge.html#a667b277ef845b866d3b11a7fbfce0815',1,'SVF::StoreCGEdge::StoreCGEdge()'],['../classSVF_1_1StoreCGEdge.html#a0f873b0be0ac726e412171119c5b3a50',1,'SVF::StoreCGEdge::StoreCGEdge(const StoreCGEdge &)'],['../classSVF_1_1StoreCGEdge.html#afdba4e02b1ccdc19fdc18bbe43363e79',1,'SVF::StoreCGEdge::StoreCGEdge(ConstraintNode *s, ConstraintNode *d, EdgeID id)']]],
317
- ['storecgedgeset_5614',['StoreCGEdgeSet',['../classSVF_1_1ConstraintGraph.html#a0f9d5eef25827ac1d380e5d8bd225025',1,'SVF::ConstraintGraph']]],
318
- ['storechi_5615',['StoreCHI',['../classSVF_1_1StoreCHI.html',1,'SVF::StoreCHI< Cond >'],['../classSVF_1_1SVFG.html#ad14cdbb3f1df1f716aa03b4d39f4e52b',1,'SVF::SVFG::STORECHI()'],['../classSVF_1_1MemSSA.html#a150e9d53ced1c143bba2d1026f739fa4',1,'SVF::MemSSA::STORECHI()'],['../classSVF_1_1StoreCHI.html#a83f353ef765d6c57b07d9f1996e02444',1,'SVF::StoreCHI::StoreCHI()']]],
319
- ['storedstnodes_5616',['storeDstNodes',['../classSVF_1_1AliasDDAClient.html#aaad2197cec53f7eae91b3c57c168447a',1,'SVF::AliasDDAClient']]],
320
- ['storeedgelabelcounter_5617',['storeEdgeLabelCounter',['../classSVF_1_1SVFStmt.html#a53b7e0d8666e37c23dc2c7d0fc931f27',1,'SVF::SVFStmt']]],
321
- ['storeinedges_5618',['storeInEdges',['../classSVF_1_1ConstraintNode.html#aa57ef34caf4e8c37baec9405f4457e57',1,'SVF::ConstraintNode']]],
322
- ['storeinst_5619',['StoreInst',['../namespaceSVF.html#ab696aab940eb187dc81217efe8649af5',1,'SVF']]],
323
- ['storemssachi_5620',['StoreMSSACHI',['../classSVF_1_1MSSADEF.html#a32682e20c9c08d2bdd5abc62ea17af18ac9b53519d32443a72c04e771489aba43',1,'SVF::MSSADEF']]],
324
- ['storeoutedges_5621',['storeOutEdges',['../classSVF_1_1ConstraintNode.html#a8d28c94a72acf221177aeae135f73ec1',1,'SVF::ConstraintNode']]],
325
- ['storeset_5622',['storeset',['../classSVF_1_1MTAAnnotator.html#a37df9f2416685c535be2faa01e162f3a',1,'SVF::MTAAnnotator::storeset()'],['../classSVF_1_1MTA.html#a6bcd86c36f8f4307c4951a23021af92e',1,'SVF::MTA::StoreSet()']]],
326
- ['storestmt_5623',['StoreStmt',['../classSVF_1_1StoreStmt.html',1,'SVF::StoreStmt'],['../classSVF_1_1StoreStmt.html#acbea1ddbde90259b668b21f80f56cfbb',1,'SVF::StoreStmt::StoreStmt()'],['../classSVF_1_1StoreStmt.html#a22bc2f9290dfd7ade13ba63cc983ac42',1,'SVF::StoreStmt::StoreStmt(const StoreStmt &)'],['../classSVF_1_1StoreStmt.html#a757010d593152a65285a11e5160549ae',1,'SVF::StoreStmt::StoreStmt(SVFVar *s, SVFVar *d, const IntraICFGNode *st)']]],
327
- ['storestomrsmap_5624',['storesToMRsMap',['../classSVF_1_1MRGenerator.html#a255551fd3ff8fb33bcea93d0b00280b3',1,'SVF::MRGenerator::storesToMRsMap()'],['../classSVF_1_1MRGenerator.html#afacb458ca832ef459e873b7d90134a8c',1,'SVF::MRGenerator::StoresToMRsMap()']]],
328
- ['storestopointstomap_5625',['storesToPointsToMap',['../classSVF_1_1MRGenerator.html#a7d86f708743a59aa31c0a9fd6de45dac',1,'SVF::MRGenerator::storesToPointsToMap()'],['../classSVF_1_1MRGenerator.html#a357e1654e30b2f91f6ea30ea5a52e91d',1,'SVF::MRGenerator::StoresToPointsToMap()']]],
329
- ['storesvfgnode_5626',['StoreSVFGNode',['../namespaceSVF.html#a54c5725186e66ead6faf53c10a288714',1,'SVF']]],
330
- ['storetime_5627',['storeTime',['../classSVF_1_1FlowSensitive.html#a82b76087363b26fbe749653935569de7',1,'SVF::FlowSensitive']]],
331
- ['storetochisetmap_5628',['StoreToChiSetMap',['../classSVF_1_1MemSSA.html#acfee1bb5534026ce991a1ab5e796c6b9',1,'SVF::MemSSA']]],
332
- ['storetodpms_5629',['storeToDPMs',['../classSVF_1_1DDAVFSolver.html#af66895278f0ecbc882f9e4f43ef9c8a8',1,'SVF::DDAVFSolver']]],
333
- ['storetopmsetmap_5630',['StoreToPMSetMap',['../classSVF_1_1DDAVFSolver.html#accaacd2dd680f92ff83cfe75eef6ffab',1,'SVF::DDAVFSolver']]],
334
- ['storevfgnode_5631',['StoreVFGNode',['../classSVF_1_1StoreVFGNode.html',1,'SVF::StoreVFGNode'],['../classSVF_1_1StoreVFGNode.html#ab4b9182cb0f2ef7dfc1e15789a311ecd',1,'SVF::StoreVFGNode::StoreVFGNode()'],['../classSVF_1_1StoreVFGNode.html#a496607cda1cc26a8753d6a7af620e95a',1,'SVF::StoreVFGNode::StoreVFGNode(const StoreVFGNode &)'],['../classSVF_1_1StoreVFGNode.html#ae7ee09f0e965b6487a38a58c4f51b20b',1,'SVF::StoreVFGNode::StoreVFGNode(NodeID id, const StoreStmt *edge)']]],
335
- ['strategy_5632',['strategy',['../classSVF_1_1NodeIDAllocator.html#a44420802f9db288515ee09771c3edd4d',1,'SVF::NodeIDAllocator::strategy()'],['../classSVF_1_1NodeIDAllocator.html#a8cf553cd07768aad3f3b91bf3d7c6228',1,'SVF::NodeIDAllocator::Strategy()']]],
336
- ['strcasestr_5633',['strcasestr',['../extapi_8c.html#ae9229017a4501f8d6a637b4498cfed2e',1,'extapi.c']]],
337
- ['strcat_5634',['STRCAT',['../classSVF_1_1AbstractExecution.html#a442fb8eda087f72aa61816213dea43afadcda19decab7b2d85523b1fdbceb23e6',1,'SVF::AbstractExecution']]],
338
- ['strchr_5635',['strchr',['../extapi_8c.html#afcd97f487174f9092b0f23c7ac78a55a',1,'extapi.c']]],
339
- ['strcpy_5636',['STRCPY',['../classSVF_1_1AbstractExecution.html#a442fb8eda087f72aa61816213dea43afac9539311eec734c966b719990e869b12',1,'SVF::AbstractExecution']]],
340
- ['strerror_5fr_5637',['strerror_r',['../extapi_8c.html#a5db20599ab5cff2baa37f783221b3606',1,'extapi.c']]],
341
- ['stride_5638',['stride',['../classSVF_1_1StInfo.html#a6c52ecbeeeeb0dda019c68aec687f2c2',1,'SVF::StInfo']]],
342
- ['strides_5639',['strides',['../classSVF_1_1ConstraintNode.html#a873ba0c14dc57bd603c4a6b4d73e4278',1,'SVF::ConstraintNode']]],
343
- ['string_5640',['string',['../structcJSON.html#aa6b47e9a4b0e0a26f519b1a2b6739983',1,'cJSON::string()'],['../cJSON_8h.html#ad4c68ea99a26b0a98ad9a79982960458',1,'string(): cJSON.h'],['../cJSON_8cpp.html#ae1adbce218e7a9d09164012443191d24',1,'string(): cJSON.cpp']]],
344
- ['stripallcasts_5641',['stripAllCasts',['../namespaceSVF_1_1LLVMUtil.html#a38ce45ae5f017c90115ce444b44d478c',1,'SVF::LLVMUtil']]],
345
- ['striparray_5642',['stripArray',['../classSVF_1_1DCHGraph.html#a6c276e661e5e63c1c84387f84c8a62e4',1,'SVF::DCHGraph']]],
346
- ['stripbracketsandnamespace_5643',['stripBracketsAndNamespace',['../CppUtil_8cpp.html#af6008113739aef2f184281d3985d97d6',1,'CppUtil.cpp']]],
347
- ['stripconstantcasts_5644',['stripConstantCasts',['../namespaceSVF_1_1LLVMUtil.html#a07bd47ccfd02c5a2a6db26b537b2184f',1,'SVF::LLVMUtil']]],
348
- ['stripqualifiers_5645',['stripQualifiers',['../classSVF_1_1DCHGraph.html#a175ed6ad0c9b23d5617f755ab96c76c4',1,'SVF::DCHGraph']]],
349
- ['stripspace_5646',['stripSpace',['../classSVF_1_1GrammarBuilder.html#a6de372fbe80d33a5688cada0adca0bb8',1,'SVF::GrammarBuilder']]],
350
- ['stripwhitespaces_5647',['stripWhitespaces',['../CppUtil_8cpp.html#a6a41352b62d0c45dcb828d3740083e71',1,'CppUtil.cpp']]],
351
- ['strongupdateoutfromin_5648',['strongUpdateOutFromIn',['../classSVF_1_1FlowSensitive.html#a8ebe4342c1496b906ee1b6450558c3e8',1,'SVF::FlowSensitive']]],
352
- ['strpbrk_5649',['strpbrk',['../extapi_8c.html#a577b071bee67af4464665a1dc4f024e2',1,'extapi.c']]],
353
- ['strptime_5650',['strptime',['../extapi_8c.html#aab53cb0be9d04d5bbbff4e412ba99f5b',1,'extapi.c']]],
354
- ['strrchr_5651',['strrchr',['../extapi_8c.html#a9b5ffb90d9a30625617401e6a5999e85',1,'extapi.c']]],
355
- ['strread_5652',['strRead',['../classSVF_1_1AbstractExecution.html#a63044080ddea89905bc9a4336eb8b2a7',1,'SVF::AbstractExecution']]],
356
- ['strsep_5653',['strsep',['../extapi_8c.html#a93c766c6e86f4f79e7507c21f1794e15',1,'extapi.c']]],
357
- ['strstr_5654',['strstr',['../extapi_8c.html#a4a710d86541afc6b7dafddcdb4b1c94f',1,'extapi.c']]],
358
- ['strtod_5655',['strtod',['../extapi_8c.html#ab017280f95ea769b9422688105f02653',1,'extapi.c']]],
359
- ['strtod_5fl_5656',['strtod_l',['../extapi_8c.html#a65fbe99baad4213df4fb26c4d934ffe3',1,'extapi.c']]],
360
- ['strtof_5657',['strtof',['../extapi_8c.html#a2370632318c3797a314f8eb62d37947c',1,'extapi.c']]],
361
- ['strtof_5fl_5658',['strtof_l',['../extapi_8c.html#a23a39e17fed1b7a7676bda56575e0c2c',1,'extapi.c']]],
362
- ['strtok_5659',['strtok',['../extapi_8c.html#a8cb460f64c449f2a9b9b7a40569ce0fe',1,'extapi.c']]],
363
- ['strtok_5fr_5660',['strtok_r',['../extapi_8c.html#ab11d86a2a3af0a355cad2337c6f4e9f7',1,'extapi.c']]],
364
- ['strtokind_5661',['strToKind',['../classSVF_1_1GrammarBase.html#a3aae4b70e2ee0238808a2126265a2e24',1,'SVF::GrammarBase']]],
365
- ['strtol_5662',['strtol',['../extapi_8c.html#a2ce966cd04da3c32320f54c332569e03',1,'extapi.c']]],
366
- ['strtold_5663',['strtold',['../extapi_8c.html#a2fb0bb1a4be5c0865b119ce0d89145a7',1,'extapi.c']]],
367
- ['strtoll_5664',['strtoll',['../extapi_8c.html#a11dd8f0251a1b6e05a9b4a031a1129c2',1,'extapi.c']]],
368
- ['strtosymbol_5665',['strToSymbol',['../classSVF_1_1GrammarBase.html#a4826df2851cedaa92e3ab10feee9f583',1,'SVF::GrammarBase']]],
369
- ['strtoul_5666',['strtoul',['../extapi_8c.html#aa7d767d03ce3929978c28f64e3a4b222',1,'extapi.c']]],
370
- ['strtoull_5667',['strtoull',['../extapi_8c.html#a400239674c2feb4a690bb4178125eae0',1,'extapi.c']]],
371
- ['strtrans_5668',['strTrans',['../classSVF_1_1CFGNormalizer.html#aea5ebe156b9536c617fc9c6acac00a61',1,'SVF::CFGNormalizer']]],
372
- ['structlayout_5669',['StructLayout',['../namespaceSVF.html#a52c8654c221bb53a59f70ea3cb1e5c45',1,'SVF']]],
373
- ['structname_5670',['structName',['../CppUtil_8cpp.html#a61c158146c07e77234eb4a2f9b940821',1,'CppUtil.cpp']]],
374
- ['structtype_5671',['StructType',['../namespaceSVF.html#a2bf58575ac7d068e0f1a4cf953b9e6cb',1,'SVF']]],
375
- ['sub_5672',['Sub',['../classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6a758382a3b40e116175ca321fa4449d7f',1,'SVF::BinaryOPStmt']]],
376
- ['subnodes_5673',['subNodes',['../classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html#a48981e6555ad221d08f16ed2df708027',1,'SVF::SCCDetection::GNodeSCCInfo::subNodes()'],['../classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html#aa2b23b22bb0304ce07ab9b14f0fdc395',1,'SVF::SCCDetection::GNodeSCCInfo::subNodes() const'],['../classSVF_1_1SCCDetection.html#a6ab5eff6a576e6d8703c1ea29b7f425d',1,'SVF::SCCDetection::subNodes()']]],
377
- ['subset_5674',['Subset',['../classSVF_1_1AccessPath.html#aabb6c9600fac408f36b9fde013597245a45bfb1e14fd39a700dba1243afe022e4',1,'SVF::AccessPath']]],
378
- ['succ_5fconst_5fiterator_5675',['succ_const_iterator',['../namespaceSVF.html#a3436a988bf80c021cd8022fb445b66d5',1,'SVF']]],
379
- ['succandcondpairvec_5676',['SuccAndCondPairVec',['../classSVF_1_1BranchStmt.html#a6a0e64824777f04be4c169125dd4f666',1,'SVF::BranchStmt']]],
380
- ['succbbandcondvalpair_5677',['SuccBBAndCondValPair',['../namespaceSVF.html#a255efa5be786996cbdd0c1f3d98b8400',1,'SVF']]],
381
- ['succbbandcondvalpairvec_5678',['SuccBBAndCondValPairVec',['../namespaceSVF.html#a8de26e1810ea0c3b1e8ad62f1c8a864d',1,'SVF']]],
382
- ['succbbs_5679',['succBBs',['../classSVF_1_1SVFBasicBlock.html#a7c3a69644f5e1351aad5d0ce0048abfd',1,'SVF::SVFBasicBlock']]],
383
- ['successors_5680',['successors',['../classSVF_1_1BranchStmt.html#a40854cd95fbae16ef8e370255d0e3cf5',1,'SVF::BranchStmt']]],
384
- ['succinsts_5681',['succInsts',['../classSVF_1_1SVFInstruction.html#ad0e8b1042094fda42346bae211d3e679',1,'SVF::SVFInstruction']]],
385
- ['succmap_5682',['succMap',['../classSVF_1_1POCRSolver.html#abb518bb0c0238c9fd1e04b8836f6ff36',1,'SVF::POCRSolver']]],
386
- ['succset_5683',['succset',['../classSVF_1_1MTASVFGBuilder.html#ac909a7aa7de6cda8d2a89a9c7d2f4262',1,'SVF::MTASVFGBuilder']]],
387
- ['sucmsg_5684',['sucMsg',['../namespaceSVF_1_1SVFUtil.html#a05dc00b2bd9a8176aae31b6cfffe725d',1,'SVF::SVFUtil']]],
388
- ['suffix_5fobject_5685',['suffix_object',['../cJSON_8cpp.html#a5d61bcc0045ace88c2ae04f0928eeace',1,'cJSON.cpp']]],
389
- ['super_5686',['super',['../classllvm_1_1generic__bridge__gep__type__iterator.html#aae0af8f079614e0a971c7db4b9de18fa',1,'llvm::generic_bridge_gep_type_iterator']]],
390
- ['superset_5687',['Superset',['../classSVF_1_1AccessPath.html#aabb6c9600fac408f36b9fde013597245a52a64f855e6233e88b319cf2f3442f14',1,'SVF::AccessPath']]],
391
- ['sval_5688',['sval',['../classSVF_1_1SVFConstantInt.html#a484bcb1494a2c0c946e85f39f7961671',1,'SVF::SVFConstantInt']]],
392
- ['svf_5689',['SVF',['../namespaceSVF.html',1,'']]],
393
- ['svf_2dex_2ecpp_5690',['svf-ex.cpp',['../svf-ex_8cpp.html',1,'']]],
394
- ['svf_5fdebug_5fwith_5ftype_5691',['SVF_DEBUG_WITH_TYPE',['../SVFType_8h.html#af4959f3b61c766337464db7a1d3da399',1,'SVFType.h']]],
395
- ['svf_5fglobal_5fctors_5692',['SVF_GLOBAL_CTORS',['../LLVMModule_8cpp.html#aa18802f2f60ef8030c66a42f20f285af',1,'LLVMModule.cpp']]],
396
- ['svf_5fglobal_5fdtors_5693',['SVF_GLOBAL_DTORS',['../LLVMModule_8cpp.html#a9fd6e28e6ed93f65a20a348ab0646320',1,'LLVMModule.cpp']]],
397
- ['svf_5fmain_5ffunc_5fname_5694',['SVF_MAIN_FUNC_NAME',['../LLVMModule_8cpp.html#a10ab7c7da3a458495d8528b9e90d714b',1,'LLVMModule.cpp']]],
398
- ['svfarg_5695',['SVFArg',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea46330181ad60cd2f0766fb392063ee21',1,'SVF::SVFValue']]],
399
- ['svfargument_5696',['SVFArgument',['../classSVF_1_1SVFArgument.html',1,'SVF::SVFArgument'],['../classSVF_1_1SVFArgument.html#aeeed6b5a59c5bf4eb4af77ec2345dccf',1,'SVF::SVFArgument::SVFArgument(const SVFType *ty, const SVFFunction *fun, u32_t argNo, bool uncalled)'],['../classSVF_1_1SVFArgument.html#a97816023e6da0a37bc1e2878c11eb123',1,'SVF::SVFArgument::SVFArgument()=delete']]],
400
- ['svfarrayty_5697',['SVFArrayTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cac8c846ff3208d07a4a39c7a21433c6a5',1,'SVF::SVFType']]],
401
- ['svfarraytype_5698',['SVFArrayType',['../classSVF_1_1SVFArrayType.html',1,'SVF::SVFArrayType'],['../classSVF_1_1SVFArrayType.html#a3ac5af5a8a2ba7e4f40c66ad0eb47a97',1,'SVF::SVFArrayType::SVFArrayType()']]],
402
- ['svfbasicblock_5699',['SVFBasicBlock',['../classSVF_1_1SVFBasicBlock.html',1,'SVF::SVFBasicBlock'],['../classSVF_1_1SVFBasicBlock.html#a2f21fd47b023a9786f8ab39faaca0a27',1,'SVF::SVFBasicBlock::SVFBasicBlock(const SVFType *ty, const SVFFunction *f)'],['../classSVF_1_1SVFBasicBlock.html#ae017f9a00c523585718bde13665275b3',1,'SVF::SVFBasicBlock::SVFBasicBlock()=delete']]],
403
- ['svfbb_5700',['SVFBB',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea732cb3760ef56163428add79824174f4',1,'SVF::SVFValue']]],
404
- ['svfblackhole_5701',['SVFBlackHole',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860eabd75e113e24174dece49fed343d362fa',1,'SVF::SVFValue']]],
405
- ['svfblackholevalue_5702',['SVFBlackHoleValue',['../classSVF_1_1SVFBlackHoleValue.html',1,'SVF::SVFBlackHoleValue'],['../classSVF_1_1SVFBlackHoleValue.html#ac057a29cad0944d1b359e6cd23adcec2',1,'SVF::SVFBlackHoleValue::SVFBlackHoleValue(const SVFType *ty)'],['../classSVF_1_1SVFBlackHoleValue.html#a6d94a1c1c0f229165e3327a09521e28c',1,'SVF::SVFBlackHoleValue::SVFBlackHoleValue()=delete']]],
406
- ['svfbugevent_5703',['SVFBugEvent',['../classSVF_1_1SVFBugEvent.html',1,'SVF::SVFBugEvent'],['../classSVF_1_1SVFBugEvent.html#af012270169f767655456ae0e09add06a',1,'SVF::SVFBugEvent::SVFBugEvent()']]],
407
- ['svfbugreport_5704',['SVFBugReport',['../classSVF_1_1SVFBugReport.html',1,'SVF::SVFBugReport'],['../classSVF_1_1SVFBugReport.html#af163790aa2065d72be8c31c281abee20',1,'SVF::SVFBugReport::SVFBugReport()']]],
408
- ['svfbugreport_2ecpp_5705',['SVFBugReport.cpp',['../SVFBugReport_8cpp.html',1,'']]],
409
- ['svfbugreport_2eh_5706',['SVFBugReport.h',['../SVFBugReport_8h.html',1,'']]],
410
- ['svfcall_5707',['SVFCall',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea0cd1a3ddb49c00f3302e9010d73301e5',1,'SVF::SVFValue']]],
411
- ['svfcallinst_5708',['SVFCallInst',['../classSVF_1_1SVFCallInst.html',1,'SVF::SVFCallInst'],['../classSVF_1_1SVFCallInst.html#a6cdb5b727c559d3c041aba94e6f64596',1,'SVF::SVFCallInst::SVFCallInst(const SVFType *ty, const SVFBasicBlock *b, bool va, bool tm, SVFValKind k=SVFCall)'],['../classSVF_1_1SVFCallInst.html#a8216a845734b0f363a82fd9190702633',1,'SVF::SVFCallInst::SVFCallInst(void)=delete']]],
412
- ['svfconst_5709',['SVFConst',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea6dc72702914085c82deb38699b5a6f66',1,'SVF::SVFValue']]],
413
- ['svfconstant_5710',['SVFConstant',['../classSVF_1_1SVFConstant.html',1,'SVF::SVFConstant'],['../classSVF_1_1SVFConstant.html#a3aacbc8f43aec414af229be6a9622a08',1,'SVF::SVFConstant::SVFConstant(const SVFType *ty, SVFValKind k=SVFConst)'],['../classSVF_1_1SVFConstant.html#a71fcd1abcde6dfc35f2da9fb25227165',1,'SVF::SVFConstant::SVFConstant()=delete']]],
414
- ['svfconstantdata_5711',['SVFConstantData',['../classSVF_1_1SVFConstantData.html',1,'SVF::SVFConstantData'],['../classSVF_1_1SVFConstantData.html#a1ea9ae8d6d2b29c8357132b40de45bf0',1,'SVF::SVFConstantData::SVFConstantData(const SVFType *ty, SVFValKind k=SVFConstData)'],['../classSVF_1_1SVFConstantData.html#a057d3aebc842d72d2b89f661d18b6e34',1,'SVF::SVFConstantData::SVFConstantData()=delete']]],
415
- ['svfconstantfp_5712',['SVFConstantFP',['../classSVF_1_1SVFConstantFP.html',1,'SVF::SVFConstantFP'],['../classSVF_1_1SVFConstantFP.html#a85f6c8bd4169c01e46170b001d3a5a80',1,'SVF::SVFConstantFP::SVFConstantFP(const SVFType *ty, double d)'],['../classSVF_1_1SVFConstantFP.html#a25657c39dd158866cd5d0958b301573e',1,'SVF::SVFConstantFP::SVFConstantFP()=delete']]],
416
- ['svfconstantint_5713',['SVFConstantInt',['../classSVF_1_1SVFConstantInt.html',1,'SVF::SVFConstantInt'],['../classSVF_1_1SVFConstantInt.html#a66b861e33c5a3911ecd8e6e4441cb664',1,'SVF::SVFConstantInt::SVFConstantInt(const SVFType *ty, u64_t z, s64_t s)'],['../classSVF_1_1SVFConstantInt.html#ad9338bb99a77d76d1c83275d8a32f7d2',1,'SVF::SVFConstantInt::SVFConstantInt()=delete']]],
417
- ['svfconstantnullptr_5714',['SVFConstantNullPtr',['../classSVF_1_1SVFConstantNullPtr.html',1,'SVF::SVFConstantNullPtr'],['../classSVF_1_1SVFConstantNullPtr.html#a299954e2cad5ee41b51fcff4a92439b3',1,'SVF::SVFConstantNullPtr::SVFConstantNullPtr(const SVFType *ty)'],['../classSVF_1_1SVFConstantNullPtr.html#ae853223a57df1816c3d382113b7b7b70',1,'SVF::SVFConstantNullPtr::SVFConstantNullPtr()=delete']]],
418
- ['svfconstdata_5715',['SVFConstData',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860eab88017aa421080f4f7a033b2fa37f9ca',1,'SVF::SVFValue']]],
419
- ['svfconstfp_5716',['SVFConstFP',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea69211a5785ed3da7924e6dcc7b604c82',1,'SVF::SVFValue']]],
420
- ['svfconstint_5717',['SVFConstInt',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea7e9f41a359d4c5ab8a7881c3a31dc814',1,'SVF::SVFValue']]],
421
- ['svffilesystem_2ecpp_5718',['SVFFileSystem.cpp',['../SVFFileSystem_8cpp.html',1,'']]],
422
- ['svffilesystem_2eh_5719',['SVFFileSystem.h',['../SVFFileSystem_8h.html',1,'']]],
423
- ['svffunc_5720',['SVFFunc',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea4582a3728eda9f58c4e7d069e4fec577',1,'SVF::SVFValue']]],
424
- ['svffunction_5721',['SVFFunction',['../classSVF_1_1SVFFunction.html',1,'SVF::SVFFunction'],['../classSVF_1_1SVFBasicBlock.html#afcfae770b6ed1235cc1aa6c123b3a048',1,'SVF::SVFBasicBlock::SVFFunction()'],['../classSVF_1_1SVFFunction.html#a494434af0d933dfd926bedcb8937f0f8',1,'SVF::SVFFunction::SVFFunction(const SVFType *ty, const SVFFunctionType *ft, bool declare, bool intrinsic, bool addrTaken, bool varg, SVFLoopAndDomInfo *ld)'],['../classSVF_1_1SVFFunction.html#a7e965c21a8afe7fca32d0f41b16361cf',1,'SVF::SVFFunction::SVFFunction(void)=delete']]],
425
- ['svffunctionty_5722',['SVFFunctionTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40ca01274de074f51be05f2ad6b2d0ca9dd6',1,'SVF::SVFType']]],
426
- ['svffunctiontype_5723',['SVFFunctionType',['../classSVF_1_1SVFFunctionType.html',1,'SVF::SVFFunctionType'],['../classSVF_1_1SVFFunctionType.html#af4bacdbcf4867575f6f27fc26aa66bbe',1,'SVF::SVFFunctionType::SVFFunctionType()']]],
427
- ['svfg_5724',['SVFG',['../classSVF_1_1SVFG.html',1,'SVF::SVFG'],['../classSVF_1_1SVFG.html#a07d48490eda50ee6d31f295150409cf3',1,'SVF::SVFG::SVFG()'],['../classSVF_1_1CFLVF.html#aed71ea423497a4f64c8b62ee4187210e',1,'SVF::CFLVF::svfg()'],['../classSVF_1_1SVFGBuilder.html#af9f454c48ebf26376fca06cdcec0f9cc',1,'SVF::SVFGBuilder::svfg()'],['../classSVF_1_1ProgSlice.html#a457a759c552a1418538769d79d7a7dde',1,'SVF::ProgSlice::svfg()'],['../classSVF_1_1SrcSnkDDA.html#ae657ebdeae8a083cfec210859a0023e4',1,'SVF::SrcSnkDDA::svfg()'],['../classSVF_1_1FlowSensitive.html#aae032e5f5d53b131d0112dc8faa464a9',1,'SVF::FlowSensitive::svfg()']]],
428
- ['svfg_2ecpp_5725',['SVFG.cpp',['../SVFG_8cpp.html',1,'']]],
429
- ['svfg_2eh_5726',['SVFG.h',['../SVFG_8h.html',1,'']]],
430
- ['svfgbuilder_5727',['SVFGBuilder',['../classSVF_1_1SVFGBuilder.html',1,'SVF::SVFGBuilder'],['../classSVF_1_1SVFG.html#ab2f81db3935389480baa5cb14e15e9d7',1,'SVF::SVFG::SVFGBuilder()'],['../classSVF_1_1SVFGBuilder.html#a003c6d9e13e5f73e0648d97400f1854e',1,'SVF::SVFGBuilder::SVFGBuilder()'],['../classSVF_1_1DDAVFSolver.html#a0d563fe8b016b27a58f5b054fec9c38a',1,'SVF::DDAVFSolver::svfgBuilder()']]],
431
- ['svfgbuilder_2ecpp_5728',['SVFGBuilder.cpp',['../SVFGBuilder_8cpp.html',1,'']]],
432
- ['svfgbuilder_2eh_5729',['SVFGBuilder.h',['../SVFGBuilder_8h.html',1,'']]],
433
- ['svfgedge_5730',['SVFGEdge',['../namespaceSVF.html#aa4745cf70b26e17d59752356f0b19dd9',1,'SVF']]],
434
- ['svfgedge_2eh_5731',['SVFGEdge.h',['../SVFGEdge_8h.html',1,'']]],
435
- ['svfgedgek_5732',['SVFGEdgeK',['../classSVF_1_1ICFGEdge.html#a068573fdbd9b99af18f3deeb9b16a38b',1,'SVF::ICFGEdge::SVFGEdgeK()'],['../classSVF_1_1VFGEdge.html#ae77e57aa36ed43fe83efa4c90a84688f',1,'SVF::VFGEdge::SVFGEdgeK()']]],
436
- ['svfgedgeset_5733',['SVFGEdgeSet',['../classSVF_1_1DDAPass.html#acc81a1f7ad572fa27648999334479f56',1,'SVF::DDAPass::SVFGEdgeSet()'],['../classSVF_1_1DDAVFSolver.html#a6489319b33a807f7caba2d34017a3e1b',1,'SVF::DDAVFSolver::SVFGEdgeSet()'],['../classSVF_1_1SVFGStat.html#afeddbe4020e9b3c928856c2dc86af838',1,'SVF::SVFGStat::SVFGEdgeSet()'],['../classSVF_1_1SVFGBuilder.html#a640158fff237cb5afabdf1c5946550e0',1,'SVF::SVFGBuilder::SVFGEdgeSet()']]],
437
- ['svfgedgesetty_5734',['SVFGEdgeSetTy',['../classSVF_1_1CDGEdge.html#aa75059c2515efdbf735598db42767cd6',1,'SVF::CDGEdge::SVFGEdgeSetTy()'],['../classSVF_1_1ICFGEdge.html#ad14443828b9030ee7b438fa3cdf17e56',1,'SVF::ICFGEdge::SVFGEdgeSetTy()'],['../classSVF_1_1VFG.html#ac97ef8c479556f9ca2c40cd4d8a18694',1,'SVF::VFG::SVFGEdgeSetTy()'],['../classSVF_1_1VFGEdge.html#a557334ef75bb5479b045f68c27b38701',1,'SVF::VFGEdge::SVFGEdgeSetTy()'],['../classSVF_1_1FlowSensitive.html#a69289c48fa91f850da90de080b9d26e5',1,'SVF::FlowSensitive::SVFGEdgeSetTy()']]],
438
- ['svfghassu_5735',['svfgHasSU',['../classSVF_1_1FlowSensitive.html#a43e8ca2e69e6e8643c9abd1fa231d305',1,'SVF::FlowSensitive']]],
439
- ['svfglob_5736',['SVFGlob',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea8a1159a8819de74d39e32aef1b415c2a',1,'SVF::SVFValue']]],
440
- ['svfglobalvalue_5737',['SVFGlobalValue',['../classSVF_1_1SVFGlobalValue.html',1,'SVF::SVFGlobalValue'],['../classSVF_1_1SVFGlobalValue.html#a18dc40d9d9007c928a5b9d92c269cd87',1,'SVF::SVFGlobalValue::SVFGlobalValue(const SVFType *ty)'],['../classSVF_1_1SVFGlobalValue.html#ac004fb727468898e90673328119b6059',1,'SVF::SVFGlobalValue::SVFGlobalValue(std::string &&name, const SVFType *ty)'],['../classSVF_1_1SVFGlobalValue.html#aec81144051355d04775807130d22356f',1,'SVF::SVFGlobalValue::SVFGlobalValue()=delete']]],
441
- ['svfgnode_5738',['SVFGNode',['../classSVF_1_1SVFGNodeLockSpan.html#ae5374d89b21005f56ce3bbd6f123e5d7',1,'SVF::SVFGNodeLockSpan::SVFGNode()'],['../namespaceSVF.html#a5dfa3fa5129bacdc0be0c051ccf386df',1,'SVF::SVFGNode()']]],
442
- ['svfgnode_2eh_5739',['SVFGNode.h',['../SVFGNode_8h.html',1,'']]],
443
- ['svfgnodebs_5740',['SVFGNodeBS',['../classSVF_1_1LeakChecker.html#a65b05e30410e40fe64d41f71516cd367',1,'SVF::LeakChecker::SVFGNodeBS()'],['../classSVF_1_1SrcSnkDDA.html#a70cff8ea7c033c01400935c9e446f2c6',1,'SVF::SrcSnkDDA::SVFGNodeBS()']]],
444
- ['svfgnodeidset_5741',['SVFGNodeIDSet',['../classSVF_1_1MTASVFGBuilder.html#a17da7e5da237c23873e17250d9746939',1,'SVF::MTASVFGBuilder']]],
445
- ['svfgnodeidtonodemapty_5742',['SVFGNodeIDToNodeMapTy',['../classSVF_1_1SVFG.html#a3d04ce1429b1edf90c9c0833e3b5a4a9',1,'SVF::SVFG']]],
446
- ['svfgnodelockspan_5743',['SVFGNodeLockSpan',['../classSVF_1_1SVFGNodeLockSpan.html',1,'SVF::SVFGNodeLockSpan'],['../classSVF_1_1SVFGNodeLockSpan.html#a43f4d595b31259576b141cb99883938e',1,'SVF::SVFGNodeLockSpan::SVFGNodeLockSpan()']]],
447
- ['svfgnodeset_5744',['SVFGNodeSet',['../classSVF_1_1CFLSVFGBuilder.html#a0f20a668d844f54f1af93f2baae58841',1,'SVF::CFLSVFGBuilder::SVFGNodeSet()'],['../classSVF_1_1SVFGOPT.html#a07874e1a77bcd5ff593757d202a4edd6',1,'SVF::SVFGOPT::SVFGNodeSet()'],['../classSVF_1_1SVFGStat.html#aee5ecd6a92c40e1e27197869028689c4',1,'SVF::SVFGStat::SVFGNodeSet()'],['../classSVF_1_1MTASVFGBuilder.html#a467e7b445394acb735b1b24ce39e966a',1,'SVF::MTASVFGBuilder::SVFGNodeSet()'],['../classSVF_1_1ProgSlice.html#a4864972e12f3e95f06bcf2bf8c847b3a',1,'SVF::ProgSlice::SVFGNodeSet()'],['../classSVF_1_1SaberSVFGBuilder.html#a298a94f9b368e37767935a42e5ba954a',1,'SVF::SaberSVFGBuilder::SVFGNodeSet()'],['../classSVF_1_1SrcSnkDDA.html#a19f02a14ee669fadc37fde3816fa2f84',1,'SVF::SrcSnkDDA::SVFGNodeSet()']]],
448
- ['svfgnodesetiter_5745',['SVFGNodeSetIter',['../classSVF_1_1ProgSlice.html#af41c438baa739406a35bcb2e9ba431dd',1,'SVF::ProgSlice::SVFGNodeSetIter()'],['../classSVF_1_1SrcSnkDDA.html#ad6935e27bbd95d26a01b22b879efed58',1,'SVF::SrcSnkDDA::SVFGNodeSetIter()']]],
449
- ['svfgnodetocondmap_5746',['SVFGNodeToCondMap',['../classSVF_1_1ProgSlice.html#adaf0bb2e3104c9d86d997b2e7c93275e',1,'SVF::ProgSlice::SVFGNodeToCondMap()'],['../classSVF_1_1ProgSlice.html#aeda61b2786b128e8c45089de60dcafce',1,'SVF::ProgSlice::svfgNodeToCondMap()']]],
450
- ['svfgnodetocsidmap_5747',['SVFGNodeToCSIDMap',['../classSVF_1_1LeakChecker.html#a90c7275babe222f006233d2f2d2b6700',1,'SVF::LeakChecker']]],
451
- ['svfgnodetodpitemsmap_5748',['SVFGNodeToDPItemsMap',['../classSVF_1_1SrcSnkDDA.html#a4f9de61860db86668606f0c276ce8117',1,'SVF::SrcSnkDDA']]],
452
- ['svfgnodetoslicemap_5749',['SVFGNodeToSliceMap',['../classSVF_1_1SrcSnkDDA.html#ac96c2f09dee260b4378eae7eb67b21e4',1,'SVF::SrcSnkDDA']]],
453
- ['svfgnodetosvfgnodesetmap_5750',['SVFGNodeToSVFGNodeSetMap',['../classSVF_1_1ProgSlice.html#a256122a6455854a99131b807f7eb8335',1,'SVF::ProgSlice::SVFGNodeToSVFGNodeSetMap()'],['../classSVF_1_1SaberCondAllocator.html#a1e5ab069ebb4d17f04788a37fa616cab',1,'SVF::SaberCondAllocator::SVFGNodeToSVFGNodeSetMap()']]],
454
- ['svfgnodevec_5751',['SVFGNodeVec',['../classSVF_1_1MTASVFGBuilder.html#a2d0e5077ce9ae6148845db607f086312',1,'SVF::MTASVFGBuilder']]],
455
- ['svfgopt_5752',['SVFGOPT',['../classSVF_1_1SVFGOPT.html',1,'SVF::SVFGOPT'],['../classSVF_1_1SVFGOPT.html#a64c300c8a9f8cc2ac13eef65c1108d01',1,'SVF::SVFGOPT::SVFGOPT()']]],
456
- ['svfgopt_2ecpp_5753',['SVFGOPT.cpp',['../SVFGOPT_8cpp.html',1,'']]],
457
- ['svfgopt_2eh_5754',['SVFGOPT.h',['../SVFGOPT_8h.html',1,'']]],
458
- ['svfgopttimeend_5755',['svfgOptTimeEnd',['../classSVF_1_1SVFGStat.html#ac06625b26e1aa1a0ed171c9f5cea0f35',1,'SVF::SVFGStat']]],
459
- ['svfgopttimestart_5756',['svfgOptTimeStart',['../classSVF_1_1SVFGStat.html#a1e92f02d43f06ef31e107859d1bd8ac2',1,'SVF::SVFGStat']]],
460
- ['svfgreadwrite_2ecpp_5757',['SVFGReadWrite.cpp',['../SVFGReadWrite_8cpp.html',1,'']]],
461
- ['svfgscc_5758',['SVFGSCC',['../classSVF_1_1DDAPass.html#a5e51ac666db439865846b835bcea9d21',1,'SVF::DDAPass::SVFGSCC()'],['../classSVF_1_1DDAVFSolver.html#a502207f81ed22fa42f9e18ccba83ad4e',1,'SVF::DDAVFSolver::SVFGSCC()'],['../classSVF_1_1SVFGStat.html#a149edd19cd5adafec13cbb49c590f0a8',1,'SVF::SVFGStat::SVFGSCC()']]],
462
- ['svfgsccdetection_5759',['SVFGSCCDetection',['../classSVF_1_1DDAVFSolver.html#aba0ec611a5cfd096ac0b8b11e0bd5580',1,'SVF::DDAVFSolver']]],
463
- ['svfgstat_5760',['SVFGStat',['../classSVF_1_1SVFGStat.html',1,'SVF::SVFGStat'],['../classSVF_1_1SVFGStat.html#ae61d5bd92ef495a0f6c2f9dedac3da03',1,'SVF::SVFGStat::SVFGStat()'],['../classSVF_1_1FlowSensitive.html#a5f015d8f2b0956306822172d02b415c3',1,'SVF::FlowSensitive::svfgStat()']]],
464
- ['svfgstat_2ecpp_5761',['SVFGStat.cpp',['../SVFGStat_8cpp.html',1,'']]],
465
- ['svfgstat_2eh_5762',['SVFGStat.h',['../SVFGStat_8h.html',1,'']]],
466
- ['svfgwithindcall_5763',['SVFGWithIndCall',['../classSVF_1_1SVFGBuilder.html#a70de38086437635d2e44d2a0c9fdded9',1,'SVF::SVFGBuilder']]],
467
- ['svfgwithindirectcall_5764',['SVFGWithIndirectCall',['../classSVF_1_1Options.html#a06eea18ba4cdf509255126a9b58e8eb0',1,'SVF::Options']]],
468
- ['svfi8ty_5765',['svfI8Ty',['../classSVF_1_1SVFType.html#aab96e07d337363b3517b0dea1b527d1c',1,'SVF::SVFType']]],
469
- ['svfinst_5766',['SVFInst',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860eacb5f1f872986a8f8bccd9a3b3904e9dd',1,'SVF::SVFValue']]],
470
- ['svfinstruction_5767',['SVFInstruction',['../classSVF_1_1SVFInstruction.html',1,'SVF::SVFInstruction'],['../classSVF_1_1SVFInstruction.html#a976cc9df05994e7e1b11fcdd22febcc5',1,'SVF::SVFInstruction::SVFInstruction(const SVFType *ty, const SVFBasicBlock *b, bool tm, bool isRet, SVFValKind k=SVFInst)'],['../classSVF_1_1SVFInstruction.html#a7d81c86ea5e1f8e313457862e19c2a3c',1,'SVF::SVFInstruction::SVFInstruction(void)=delete']]],
471
- ['svfintegerty_5768',['SVFIntegerTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cae2025d3e9d7943027c74ae6bba3fff22',1,'SVF::SVFType']]],
472
- ['svfintegertype_5769',['SVFIntegerType',['../classSVF_1_1SVFIntegerType.html',1,'SVF::SVFIntegerType'],['../classSVF_1_1SVFIntegerType.html#a4caf4cef19b93e06dfa7108a1409c32a',1,'SVF::SVFIntegerType::SVFIntegerType()']]],
473
- ['svfir_5770',['SVFIR',['../classSVF_1_1SVFIR.html',1,'SVF::SVFIR'],['../classSVF_1_1SVFVar.html#a6dbb40e8ee92033b77440c44acd8a868',1,'SVF::SVFVar::SVFIR()'],['../classSVF_1_1SVFIR.html#abf511f82cdbf7a6d9b6da167aee57636',1,'SVF::SVFIR::SVFIR()'],['../classSVF_1_1CFLBase.html#a9e6cbab31612da4a1f8f660d1fabc4c0',1,'SVF::CFLBase::svfir()'],['../classSVF_1_1SVFIRWriter.html#a599d699f1a1dcb576d33cb40142c6db8',1,'SVF::SVFIRWriter::svfIR()']]],
474
- ['svfir_2ecpp_5771',['SVFIR.cpp',['../SVFIR_8cpp.html',1,'']]],
475
- ['svfir_2eh_5772',['SVFIR.h',['../SVFIR_8h.html',1,'']]],
476
- ['svfir2consexestate_5773',['SVFIR2ConsExeState',['../classSVF_1_1SVFIR2ConsExeState.html',1,'SVF::SVFIR2ConsExeState'],['../classSVF_1_1ConsExeState.html#a67e2d14fede9218351f5edaff5981f4d',1,'SVF::ConsExeState::SVFIR2ConsExeState()'],['../classSVF_1_1SVFIR2ConsExeState.html#a3575711760c3973aef0061975ca9436a',1,'SVF::SVFIR2ConsExeState::SVFIR2ConsExeState()']]],
477
- ['svfir2consexestate_2ecpp_5774',['SVFIR2ConsExeState.cpp',['../SVFIR2ConsExeState_8cpp.html',1,'']]],
478
- ['svfir2consexestate_2eh_5775',['SVFIR2ConsExeState.h',['../SVFIR2ConsExeState_8h.html',1,'']]],
479
- ['svfir2itvexestate_5776',['SVFIR2ItvExeState',['../classSVF_1_1SVFIR2ItvExeState.html',1,'SVF::SVFIR2ItvExeState'],['../classSVF_1_1ExeState.html#af1ac478aba3f3858d5f6f4b15a9f73a6',1,'SVF::ExeState::SVFIR2ItvExeState()'],['../classSVF_1_1IntervalESBase.html#af1ac478aba3f3858d5f6f4b15a9f73a6',1,'SVF::IntervalESBase::SVFIR2ItvExeState()'],['../classSVF_1_1IntervalExeState.html#af1ac478aba3f3858d5f6f4b15a9f73a6',1,'SVF::IntervalExeState::SVFIR2ItvExeState()'],['../classSVF_1_1RelExeState.html#af1ac478aba3f3858d5f6f4b15a9f73a6',1,'SVF::RelExeState::SVFIR2ItvExeState()'],['../classSVF_1_1SVFIR2ItvExeState.html#a3c9285321cc0c4e1c46a31be9433192f',1,'SVF::SVFIR2ItvExeState::SVFIR2ItvExeState()']]],
480
- ['svfir2itvexestate_2ecpp_5777',['SVFIR2ItvExeState.cpp',['../SVFIR2ItvExeState_8cpp.html',1,'']]],
481
- ['svfir2itvexestate_2eh_5778',['SVFIR2ItvExeState.h',['../SVFIR2ItvExeState_8h.html',1,'']]],
482
- ['svfir2relation_2ecpp_5779',['SVFIR2Relation.cpp',['../SVFIR2Relation_8cpp.html',1,'']]],
483
- ['svfir_5fdebug_5780',['SVFIR_DEBUG',['../SVFFileSystem_8h.html#a9b0b85a19311bdaea6d6174812eef0d9',1,'SVFFileSystem.h']]],
484
- ['svfirbuilder_5781',['SVFIRBuilder',['../classSVF_1_1SVFIRBuilder.html',1,'SVF::SVFIRBuilder'],['../classSVF_1_1LLVMModuleSet.html#a46fadea4d08baefc8fbc1d8928da7f6b',1,'SVF::LLVMModuleSet::SVFIRBuilder()'],['../classSVF_1_1SymbolTableBuilder.html#a46fadea4d08baefc8fbc1d8928da7f6b',1,'SVF::SymbolTableBuilder::SVFIRBuilder()'],['../classSVF_1_1SVFIR.html#a46fadea4d08baefc8fbc1d8928da7f6b',1,'SVF::SVFIR::SVFIRBuilder()'],['../classSVF_1_1SVFFunction.html#a46fadea4d08baefc8fbc1d8928da7f6b',1,'SVF::SVFFunction::SVFIRBuilder()'],['../classSVF_1_1SVFBasicBlock.html#a46fadea4d08baefc8fbc1d8928da7f6b',1,'SVF::SVFBasicBlock::SVFIRBuilder()'],['../classSVF_1_1SVFCallInst.html#a46fadea4d08baefc8fbc1d8928da7f6b',1,'SVF::SVFCallInst::SVFIRBuilder()'],['../classSVF_1_1SVFIRBuilder.html#a1ecae204a349b69031f0edd7df7ca708',1,'SVF::SVFIRBuilder::SVFIRBuilder()']]],
485
- ['svfirbuilder_2ecpp_5782',['SVFIRBuilder.cpp',['../SVFIRBuilder_8cpp.html',1,'']]],
486
- ['svfirbuilder_2eh_5783',['SVFIRBuilder.h',['../SVFIRBuilder_8h.html',1,'']]],
487
- ['svfirextapi_2ecpp_5784',['SVFIRExtAPI.cpp',['../SVFIRExtAPI_8cpp.html',1,'']]],
488
- ['svfirreader_5785',['SVFIRReader',['../classSVF_1_1SVFIRReader.html',1,'SVF::SVFIRReader'],['../classSVF_1_1CHEdge.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CHEdge::SVFIRReader()'],['../classSVF_1_1CHNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CHNode::SVFIRReader()'],['../classSVF_1_1CHGraph.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CHGraph::SVFIRReader()'],['../classSVF_1_1GenericEdge.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::GenericEdge::SVFIRReader()'],['../classSVF_1_1GenericNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::GenericNode::SVFIRReader()'],['../classSVF_1_1GenericGraph.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::GenericGraph::SVFIRReader()'],['../classSVF_1_1ICFG.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::ICFG::SVFIRReader()'],['../classSVF_1_1ICFGEdge.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::ICFGEdge::SVFIRReader()'],['../classSVF_1_1IntraCFGEdge.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::IntraCFGEdge::SVFIRReader()'],['../classSVF_1_1CallCFGEdge.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CallCFGEdge::SVFIRReader()'],['../classSVF_1_1RetCFGEdge.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::RetCFGEdge::SVFIRReader()'],['../classSVF_1_1ICFGNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::ICFGNode::SVFIRReader()'],['../classSVF_1_1IntraICFGNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::IntraICFGNode::SVFIRReader()'],['../classSVF_1_1FunEntryICFGNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::FunEntryICFGNode::SVFIRReader()'],['../classSVF_1_1FunExitICFGNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::FunExitICFGNode::SVFIRReader()'],['../classSVF_1_1CallICFGNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CallICFGNode::SVFIRReader()'],['../classSVF_1_1RetICFGNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::RetICFGNode::SVFIRReader()'],['../classSVF_1_1IRGraph.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::IRGraph::SVFIRReader()'],['../classSVF_1_1AccessPath.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::AccessPath::SVFIRReader()'],['../classSVF_1_1SVFLoop.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFLoop::SVFIRReader()'],['../classSVF_1_1SymbolTableInfoReader.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SymbolTableInfoReader::SVFIRReader()'],['../classSVF_1_1SVFModuleReader.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFModuleReader::SVFIRReader()'],['../classSVF_1_1SVFIR.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFIR::SVFIRReader()'],['../classSVF_1_1SVFModule.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFModule::SVFIRReader()'],['../classSVF_1_1SVFStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFStmt::SVFIRReader()'],['../classSVF_1_1AssignStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::AssignStmt::SVFIRReader()'],['../classSVF_1_1AddrStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::AddrStmt::SVFIRReader()'],['../classSVF_1_1CopyStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CopyStmt::SVFIRReader()'],['../classSVF_1_1StoreStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::StoreStmt::SVFIRReader()'],['../classSVF_1_1LoadStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::LoadStmt::SVFIRReader()'],['../classSVF_1_1GepStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::GepStmt::SVFIRReader()'],['../classSVF_1_1CallPE.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CallPE::SVFIRReader()'],['../classSVF_1_1RetPE.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::RetPE::SVFIRReader()'],['../classSVF_1_1MultiOpndStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::MultiOpndStmt::SVFIRReader()'],['../classSVF_1_1PhiStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::PhiStmt::SVFIRReader()'],['../classSVF_1_1SelectStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SelectStmt::SVFIRReader()'],['../classSVF_1_1CmpStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CmpStmt::SVFIRReader()'],['../classSVF_1_1BinaryOPStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::BinaryOPStmt::SVFIRReader()'],['../classSVF_1_1UnaryOPStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::UnaryOPStmt::SVFIRReader()'],['../classSVF_1_1BranchStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::BranchStmt::SVFIRReader()'],['../classSVF_1_1TDForkPE.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::TDForkPE::SVFIRReader()'],['../classSVF_1_1TDJoinPE.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::TDJoinPE::SVFIRReader()'],['../classSVF_1_1StInfo.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::StInfo::SVFIRReader()'],['../classSVF_1_1SVFType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFType::SVFIRReader()'],['../classSVF_1_1SVFPointerType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFPointerType::SVFIRReader()'],['../classSVF_1_1SVFIntegerType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFIntegerType::SVFIRReader()'],['../classSVF_1_1SVFFunctionType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFFunctionType::SVFIRReader()'],['../classSVF_1_1SVFStructType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFStructType::SVFIRReader()'],['../classSVF_1_1SVFArrayType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFArrayType::SVFIRReader()'],['../classSVF_1_1SVFOtherType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFOtherType::SVFIRReader()'],['../classSVF_1_1SVFLoopAndDomInfo.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFLoopAndDomInfo::SVFIRReader()'],['../classSVF_1_1SVFValue.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFValue::SVFIRReader()'],['../classSVF_1_1SVFFunction.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFFunction::SVFIRReader()'],['../classSVF_1_1SVFBasicBlock.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFBasicBlock::SVFIRReader()'],['../classSVF_1_1SVFInstruction.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFInstruction::SVFIRReader()'],['../classSVF_1_1SVFCallInst.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFCallInst::SVFIRReader()'],['../classSVF_1_1SVFVirtualCallInst.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFVirtualCallInst::SVFIRReader()'],['../classSVF_1_1SVFConstant.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFConstant::SVFIRReader()'],['../classSVF_1_1SVFGlobalValue.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFGlobalValue::SVFIRReader()'],['../classSVF_1_1SVFArgument.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFArgument::SVFIRReader()'],['../classSVF_1_1SVFConstantData.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFConstantData::SVFIRReader()'],['../classSVF_1_1SVFConstantInt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFConstantInt::SVFIRReader()'],['../classSVF_1_1SVFConstantFP.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFConstantFP::SVFIRReader()'],['../classSVF_1_1SVFConstantNullPtr.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFConstantNullPtr::SVFIRReader()'],['../classSVF_1_1SVFBlackHoleValue.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFBlackHoleValue::SVFIRReader()'],['../classSVF_1_1SVFOtherValue.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFOtherValue::SVFIRReader()'],['../classSVF_1_1SVFMetadataAsValue.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFMetadataAsValue::SVFIRReader()'],['../classSVF_1_1CallSite.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CallSite::SVFIRReader()'],['../classSVF_1_1SVFVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFVar::SVFIRReader()'],['../classSVF_1_1ValVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::ValVar::SVFIRReader()'],['../classSVF_1_1ObjVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::ObjVar::SVFIRReader()'],['../classSVF_1_1GepValVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::GepValVar::SVFIRReader()'],['../classSVF_1_1GepObjVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::GepObjVar::SVFIRReader()'],['../classSVF_1_1FIObjVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::FIObjVar::SVFIRReader()'],['../classSVF_1_1RetPN.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::RetPN::SVFIRReader()'],['../classSVF_1_1VarArgPN.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::VarArgPN::SVFIRReader()'],['../classSVF_1_1DummyValVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::DummyValVar::SVFIRReader()'],['../classSVF_1_1DummyObjVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::DummyObjVar::SVFIRReader()'],['../classSVF_1_1SymbolTableInfo.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SymbolTableInfo::SVFIRReader()'],['../classSVF_1_1MemObj.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::MemObj::SVFIRReader()'],['../classSVF_1_1ObjTypeInfo.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::ObjTypeInfo::SVFIRReader()'],['../classSVF_1_1NodeIDAllocator.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::NodeIDAllocator::SVFIRReader()'],['../structSVF_1_1SparseBitVectorElement.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SparseBitVectorElement::SVFIRReader()'],['../classSVF_1_1SparseBitVector.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SparseBitVector::SVFIRReader()']]],
489
- ['svfirwriter_5786',['SVFIRWriter',['../classSVF_1_1SVFIRWriter.html',1,'SVF::SVFIRWriter'],['../classSVF_1_1CHEdge.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CHEdge::SVFIRWriter()'],['../classSVF_1_1CHNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CHNode::SVFIRWriter()'],['../classSVF_1_1CHGraph.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CHGraph::SVFIRWriter()'],['../classSVF_1_1GenericEdge.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GenericEdge::SVFIRWriter()'],['../classSVF_1_1GenericNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GenericNode::SVFIRWriter()'],['../classSVF_1_1GenericGraph.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GenericGraph::SVFIRWriter()'],['../classSVF_1_1ICFG.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ICFG::SVFIRWriter()'],['../classSVF_1_1ICFGEdge.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ICFGEdge::SVFIRWriter()'],['../classSVF_1_1IntraCFGEdge.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::IntraCFGEdge::SVFIRWriter()'],['../classSVF_1_1CallCFGEdge.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CallCFGEdge::SVFIRWriter()'],['../classSVF_1_1RetCFGEdge.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::RetCFGEdge::SVFIRWriter()'],['../classSVF_1_1ICFGNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ICFGNode::SVFIRWriter()'],['../classSVF_1_1IntraICFGNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::IntraICFGNode::SVFIRWriter()'],['../classSVF_1_1FunEntryICFGNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::FunEntryICFGNode::SVFIRWriter()'],['../classSVF_1_1FunExitICFGNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::FunExitICFGNode::SVFIRWriter()'],['../classSVF_1_1CallICFGNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CallICFGNode::SVFIRWriter()'],['../classSVF_1_1RetICFGNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::RetICFGNode::SVFIRWriter()'],['../classSVF_1_1IRGraph.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::IRGraph::SVFIRWriter()'],['../classSVF_1_1AccessPath.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::AccessPath::SVFIRWriter()'],['../classSVF_1_1SVFLoop.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFLoop::SVFIRWriter()'],['../classSVF_1_1GenericGraphWriter.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GenericGraphWriter::SVFIRWriter()'],['../classSVF_1_1ICFGWriter.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ICFGWriter::SVFIRWriter()'],['../classSVF_1_1SVFModuleWriter.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFModuleWriter::SVFIRWriter()'],['../classSVF_1_1SVFIR.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFIR::SVFIRWriter()'],['../classSVF_1_1SVFModule.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFModule::SVFIRWriter()'],['../classSVF_1_1SVFStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFStmt::SVFIRWriter()'],['../classSVF_1_1AssignStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::AssignStmt::SVFIRWriter()'],['../classSVF_1_1AddrStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::AddrStmt::SVFIRWriter()'],['../classSVF_1_1CopyStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CopyStmt::SVFIRWriter()'],['../classSVF_1_1StoreStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::StoreStmt::SVFIRWriter()'],['../classSVF_1_1LoadStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::LoadStmt::SVFIRWriter()'],['../classSVF_1_1GepStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GepStmt::SVFIRWriter()'],['../classSVF_1_1CallPE.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CallPE::SVFIRWriter()'],['../classSVF_1_1RetPE.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::RetPE::SVFIRWriter()'],['../classSVF_1_1MultiOpndStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::MultiOpndStmt::SVFIRWriter()'],['../classSVF_1_1PhiStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::PhiStmt::SVFIRWriter()'],['../classSVF_1_1SelectStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SelectStmt::SVFIRWriter()'],['../classSVF_1_1CmpStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CmpStmt::SVFIRWriter()'],['../classSVF_1_1BinaryOPStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::BinaryOPStmt::SVFIRWriter()'],['../classSVF_1_1UnaryOPStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::UnaryOPStmt::SVFIRWriter()'],['../classSVF_1_1BranchStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::BranchStmt::SVFIRWriter()'],['../classSVF_1_1TDForkPE.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::TDForkPE::SVFIRWriter()'],['../classSVF_1_1TDJoinPE.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::TDJoinPE::SVFIRWriter()'],['../classSVF_1_1StInfo.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::StInfo::SVFIRWriter()'],['../classSVF_1_1SVFType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFType::SVFIRWriter()'],['../classSVF_1_1SVFPointerType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFPointerType::SVFIRWriter()'],['../classSVF_1_1SVFIntegerType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFIntegerType::SVFIRWriter()'],['../classSVF_1_1SVFFunctionType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFFunctionType::SVFIRWriter()'],['../classSVF_1_1SVFStructType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFStructType::SVFIRWriter()'],['../classSVF_1_1SVFArrayType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFArrayType::SVFIRWriter()'],['../classSVF_1_1SVFOtherType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFOtherType::SVFIRWriter()'],['../classSVF_1_1SVFLoopAndDomInfo.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFLoopAndDomInfo::SVFIRWriter()'],['../classSVF_1_1SVFValue.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFValue::SVFIRWriter()'],['../classSVF_1_1SVFFunction.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFFunction::SVFIRWriter()'],['../classSVF_1_1SVFBasicBlock.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFBasicBlock::SVFIRWriter()'],['../classSVF_1_1SVFInstruction.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFInstruction::SVFIRWriter()'],['../classSVF_1_1SVFCallInst.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFCallInst::SVFIRWriter()'],['../classSVF_1_1SVFVirtualCallInst.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFVirtualCallInst::SVFIRWriter()'],['../classSVF_1_1SVFConstant.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFConstant::SVFIRWriter()'],['../classSVF_1_1SVFGlobalValue.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFGlobalValue::SVFIRWriter()'],['../classSVF_1_1SVFArgument.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFArgument::SVFIRWriter()'],['../classSVF_1_1SVFConstantData.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFConstantData::SVFIRWriter()'],['../classSVF_1_1SVFConstantInt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFConstantInt::SVFIRWriter()'],['../classSVF_1_1SVFConstantFP.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFConstantFP::SVFIRWriter()'],['../classSVF_1_1SVFConstantNullPtr.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFConstantNullPtr::SVFIRWriter()'],['../classSVF_1_1SVFBlackHoleValue.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFBlackHoleValue::SVFIRWriter()'],['../classSVF_1_1SVFOtherValue.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFOtherValue::SVFIRWriter()'],['../classSVF_1_1SVFMetadataAsValue.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFMetadataAsValue::SVFIRWriter()'],['../classSVF_1_1SVFVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFVar::SVFIRWriter()'],['../classSVF_1_1ValVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ValVar::SVFIRWriter()'],['../classSVF_1_1ObjVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ObjVar::SVFIRWriter()'],['../classSVF_1_1GepValVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GepValVar::SVFIRWriter()'],['../classSVF_1_1GepObjVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GepObjVar::SVFIRWriter()'],['../classSVF_1_1FIObjVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::FIObjVar::SVFIRWriter()'],['../classSVF_1_1RetPN.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::RetPN::SVFIRWriter()'],['../classSVF_1_1VarArgPN.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::VarArgPN::SVFIRWriter()'],['../classSVF_1_1DummyValVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::DummyValVar::SVFIRWriter()'],['../classSVF_1_1DummyObjVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::DummyObjVar::SVFIRWriter()'],['../classSVF_1_1SymbolTableInfo.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SymbolTableInfo::SVFIRWriter()'],['../classSVF_1_1MemObj.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::MemObj::SVFIRWriter()'],['../classSVF_1_1ObjTypeInfo.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ObjTypeInfo::SVFIRWriter()'],['../classSVF_1_1NodeIDAllocator.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::NodeIDAllocator::SVFIRWriter()'],['../structSVF_1_1SparseBitVectorElement.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SparseBitVectorElement::SVFIRWriter()'],['../classSVF_1_1SparseBitVector.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SparseBitVector::SVFIRWriter()'],['../classSVF_1_1SVFIRWriter.html#a9994b9a6ddf4c852570bee918cb9de34',1,'SVF::SVFIRWriter::SVFIRWriter()']]],
490
- ['svfloop_5787',['SVFLoop',['../classSVF_1_1SVFLoop.html',1,'SVF::SVFLoop'],['../classSVF_1_1SVFLoop.html#a25b9a079f48aa0374c91be6a1e9697f8',1,'SVF::SVFLoop::SVFLoop()']]],
491
- ['svfloop_2eh_5788',['SVFLoop.h',['../SVFLoop_8h.html',1,'']]],
492
- ['svfloopanddominfo_5789',['SVFLoopAndDomInfo',['../classSVF_1_1SVFLoopAndDomInfo.html',1,'SVF::SVFLoopAndDomInfo'],['../classSVF_1_1SVFLoopAndDomInfo.html#a2b5c892437d21ece0a9e0ae7a285b622',1,'SVF::SVFLoopAndDomInfo::SVFLoopAndDomInfo()']]],
493
- ['svflooppool_5790',['svfLoopPool',['../classSVF_1_1ICFGWriter.html#a79f4edaff02404f518ffeaeab136c0a9',1,'SVF::ICFGWriter::svfLoopPool()'],['../classSVF_1_1ICFGReader.html#a366fa1cfec101c723e36582d80125194',1,'SVF::ICFGReader::svfLoopPool()']]],
494
- ['svfloopvec_5791',['SVFLoopVec',['../classSVF_1_1ICFG.html#ad15daca24c91c5abe4bbb962979efbde',1,'SVF::ICFG']]],
495
- ['svfmain_5792',['SVFMain',['../classSVF_1_1Options.html#a3a718b0a27c2d13878c0718af97ad73d',1,'SVF::Options']]],
496
- ['svfmetaasvalue_5793',['SVFMetaAsValue',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860eaf3025e3b2f13ffb20a5bb441ea5f8a73',1,'SVF::SVFValue']]],
497
- ['svfmetadataasvalue_5794',['SVFMetadataAsValue',['../classSVF_1_1SVFMetadataAsValue.html',1,'SVF::SVFMetadataAsValue'],['../classSVF_1_1SVFMetadataAsValue.html#a98acb125d1694aa233538de7618739bf',1,'SVF::SVFMetadataAsValue::SVFMetadataAsValue(const SVFType *ty)'],['../classSVF_1_1SVFMetadataAsValue.html#adc92d08f450556000a4386294c6c4370',1,'SVF::SVFMetadataAsValue::SVFMetadataAsValue()=delete']]],
498
- ['svfmod_5795',['svfMod',['../classSVF_1_1CHGraph.html#a62a3ccdbc55381d5f8d96dc23141f2e5',1,'SVF::CHGraph::svfMod()'],['../classSVF_1_1PointerAnalysis.html#a7e8b3f6843e5ea75fd189162d2cd60a5',1,'SVF::PointerAnalysis::svfMod()']]],
499
- ['svfmodule_5796',['SVFModule',['../classSVF_1_1SVFModule.html',1,'SVF::SVFModule'],['../classSVF_1_1DCHGraph.html#a85a3c9a6a60a4379717773f8722ae42e',1,'SVF::DCHGraph::svfModule()'],['../classSVF_1_1LLVMModuleSet.html#a43832e93a42ae43d44b0cc160981678f',1,'SVF::LLVMModuleSet::svfModule()'],['../classSVF_1_1SVFIRBuilder.html#a6ca1b9d5bb267806f8aaae5a94ed36cc',1,'SVF::SVFIRBuilder::svfModule()'],['../classSVF_1_1SVFIR.html#a8bfa675eed3c60a21134faa8e0b9e6b9',1,'SVF::SVFIR::svfModule()'],['../classSVF_1_1SVFModule.html#ad81c63b60d030828262ea375917cc189',1,'SVF::SVFModule::svfModule()'],['../classSVF_1_1SVFModule.html#a0438953758cecab4ebe1b48895639eb8',1,'SVF::SVFModule::SVFModule()=default']]],
500
- ['svfmodule_2ecpp_5797',['SVFModule.cpp',['../SVFModule_8cpp.html',1,'']]],
501
- ['svfmodule_2eh_5798',['SVFModule.h',['../SVFModule_8h.html',1,'']]],
502
- ['svfmodulefieldjson_5799',['svfModuleFieldJson',['../classSVF_1_1SVFModuleReader.html#a5258ef11a30116a8c7cdd366faa6568c',1,'SVF::SVFModuleReader']]],
503
- ['svfmodulereader_5800',['SVFModuleReader',['../classSVF_1_1SVFModuleReader.html',1,'SVF::SVFModuleReader'],['../classSVF_1_1SVFIRReader.html#a2414da27b56b86d2e6266693c66963cd',1,'SVF::SVFIRReader::svfModuleReader()']]],
504
- ['svfmodulewriter_5801',['SVFModuleWriter',['../classSVF_1_1SVFModuleWriter.html',1,'SVF::SVFModuleWriter'],['../classSVF_1_1SVFModuleWriter.html#a915ae39b2cb537e0137f5af496b10b10',1,'SVF::SVFModuleWriter::SVFModuleWriter()'],['../classSVF_1_1SVFIRWriter.html#a9fd47674ea5736f069d994e59c24e858',1,'SVF::SVFIRWriter::svfModuleWriter()']]],
505
- ['svfnullptr_5802',['SVFNullPtr',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea4d2525e8d4329c644940b0b44c3f0c2c',1,'SVF::SVFValue']]],
506
- ['svfother_5803',['SVFOther',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea582b0563ca6cb659fe6811b50c5b6ad0',1,'SVF::SVFValue']]],
507
- ['svfotherty_5804',['SVFOtherTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cac7de365c24c89f86bc6f6ab5ecafd8ef',1,'SVF::SVFType']]],
508
- ['svfothertype_5805',['SVFOtherType',['../classSVF_1_1SVFOtherType.html',1,'SVF::SVFOtherType'],['../classSVF_1_1SVFOtherType.html#a8c87cc7640e4596333e46fa7749cf0b0',1,'SVF::SVFOtherType::SVFOtherType()']]],
509
- ['svfothervalue_5806',['SVFOtherValue',['../classSVF_1_1SVFOtherValue.html',1,'SVF::SVFOtherValue'],['../classSVF_1_1SVFOtherValue.html#a81c02b9a60fa577a786250e088b49493',1,'SVF::SVFOtherValue::SVFOtherValue(const SVFType *ty, SVFValKind k=SVFValue::SVFOther)'],['../classSVF_1_1SVFOtherValue.html#a3966c98b9807e4d5f30869c3abccaaa9',1,'SVF::SVFOtherValue::SVFOtherValue()=delete']]],
510
- ['svfpointerty_5807',['SVFPointerTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cae8c18603570fa65fa5a9aabdf2f5d0a1',1,'SVF::SVFType']]],
511
- ['svfpointertype_5808',['SVFPointerType',['../classSVF_1_1SVFPointerType.html',1,'SVF::SVFPointerType'],['../classSVF_1_1SVFPointerType.html#a7e876e6f99182e5c5cb23bf2a65110f2',1,'SVF::SVFPointerType::SVFPointerType()']]],
512
- ['svfptrty_5809',['svfPtrTy',['../classSVF_1_1SVFType.html#a6474965ec2cbc5173e313449c4868f81',1,'SVF::SVFType']]],
513
- ['svfstat_5810',['SVFStat',['../classSVF_1_1SVFStat.html',1,'SVF::SVFStat'],['../classSVF_1_1SVFStat.html#ad22433722f7c71df19a891a5b5039d26',1,'SVF::SVFStat::SVFStat()']]],
514
- ['svfstat_2ecpp_5811',['SVFStat.cpp',['../SVFStat_8cpp.html',1,'']]],
515
- ['svfstat_2eh_5812',['SVFStat.h',['../SVFStat_8h.html',1,'']]],
516
- ['svfstatements_2ecpp_5813',['SVFStatements.cpp',['../SVFStatements_8cpp.html',1,'']]],
517
- ['svfstatements_2eh_5814',['SVFStatements.h',['../SVFStatements_8h.html',1,'']]],
518
- ['svfstmt_5815',['SVFStmt',['../classSVF_1_1SVFStmt.html',1,'SVF::SVFStmt'],['../classSVF_1_1SVFStmt.html#a4f4159567121416cbe78d124f5c6a8b6',1,'SVF::SVFStmt::SVFStmt(GEdgeFlag k)'],['../classSVF_1_1SVFStmt.html#a2ab7295fe26d2c6d2d5c9fd027f96a47',1,'SVF::SVFStmt::SVFStmt(SVFVar *s, SVFVar *d, GEdgeFlag k, bool real=true)']]],
519
- ['svfstmtlist_5816',['SVFStmtList',['../classSVF_1_1ICFGNode.html#aa84a3724426f08a0e31ecdbc99114072',1,'SVF::ICFGNode::SVFStmtList()'],['../classSVF_1_1MRGenerator.html#a8717adf4520e0702274c5f013776be52',1,'SVF::MRGenerator::SVFStmtList()'],['../classSVF_1_1MemSSA.html#a445d282890dbd2fb51e903255af1cc3e',1,'SVF::MemSSA::SVFStmtList()'],['../classSVF_1_1SVFIR.html#a6bc360d2604ae4a0af74530b263b10d9',1,'SVF::SVFIR::SVFStmtList()']]],
520
- ['svfstmtset_5817',['SVFStmtSet',['../classSVF_1_1IRGraph.html#a28ea8f85b0923d00364a010c1fd4e416',1,'SVF::IRGraph::SVFStmtSet()'],['../classSVF_1_1VFG.html#a8e3633597a4dca714df20e0720b31f1e',1,'SVF::VFG::SVFStmtSet()']]],
521
- ['svfstmtsetty_5818',['SVFStmtSetTy',['../classSVF_1_1SVFStmt.html#a8cd7b6c6fd8b030b1421d95a086359f4',1,'SVF::SVFStmt']]],
522
- ['svfstructty_5819',['SVFStructTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40ca77e52ad9bebff282f40383f468fe856d',1,'SVF::SVFType']]],
523
- ['svfstructtype_5820',['SVFStructType',['../classSVF_1_1SVFStructType.html',1,'SVF::SVFStructType'],['../classSVF_1_1SVFStructType.html#a92ee752b62e49b7427d3ef51bcb6a6ba',1,'SVF::SVFStructType::SVFStructType()']]],
524
- ['svfty_5821',['SVFTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40ca2862d2a6ef2e31bf7fa1cc2f72d65725',1,'SVF::SVFType']]],
525
- ['svftykind_5822',['SVFTyKind',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40c',1,'SVF::SVFType']]],
526
- ['svftype_5823',['SVFType',['../classSVF_1_1SVFType.html',1,'SVF::SVFType'],['../classSVF_1_1SVFType.html#a099304f203453cb64cacf5f81c48735f',1,'SVF::SVFType::SVFType(bool svt, SVFTyKind k, u32_t Sz=1)'],['../classSVF_1_1SVFType.html#aaaa5452f32227f5e44ac7665f2945202',1,'SVF::SVFType::SVFType(void)=delete']]],
527
- ['svftype_2ecpp_5824',['SVFType.cpp',['../SVFType_8cpp.html',1,'']]],
528
- ['svftype_2eh_5825',['SVFType.h',['../SVFType_8h.html',1,'']]],
529
- ['svftypelocsetspair_5826',['SVFTypeLocSetsPair',['../classSVF_1_1SVFIR.html#a9062fc3ed889f8971fb2ea49b8de3674',1,'SVF::SVFIR']]],
530
- ['svftypepool_5827',['svfTypePool',['../classSVF_1_1SVFModuleWriter.html#ad7636d8ee53d13d06bc5c5712fb4837d',1,'SVF::SVFModuleWriter::svfTypePool()'],['../classSVF_1_1SVFModuleReader.html#a8db477eba6a3886e63dfd13cfabd5c8d',1,'SVF::SVFModuleReader::svfTypePool()']]],
531
- ['svftypes_5828',['svfTypes',['../classSVF_1_1SymbolTableInfo.html#aff6341f4e2a79b3c999ec955e48555c9',1,'SVF::SymbolTableInfo']]],
532
- ['svftypeset_5829',['SVFTypeSet',['../classSVF_1_1SymbolTableInfo.html#a87d443030a8a86e13be5a3a964bc7fa4',1,'SVF::SymbolTableInfo']]],
533
- ['svfutil_5830',['SVFUtil',['../namespaceSVF_1_1SVFUtil.html',1,'SVF']]],
534
- ['svfutil_2ecpp_5831',['SVFUtil.cpp',['../SVFUtil_8cpp.html',1,'']]],
535
- ['svfutil_2eh_5832',['SVFUtil.h',['../SVFUtil_8h.html',1,'']]],
536
- ['svfval_5833',['SVFVal',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea51746c2f6b368f5d9a7ec4625cb6559e',1,'SVF::SVFValue']]],
537
- ['svfvalkind_5834',['SVFValKind',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860e',1,'SVF::SVFValue']]],
538
- ['svfvalue_5835',['SVFValue',['../classSVF_1_1SVFValue.html',1,'SVF::SVFValue'],['../classSVF_1_1SVFValue.html#a5860aa7cc16de3c221f06742d0d832dd',1,'SVF::SVFValue::SVFValue(const SVFType *ty, SVFValKind k)'],['../classSVF_1_1SVFValue.html#af38497e11745949a8a1eeead143efd58',1,'SVF::SVFValue::SVFValue()=delete']]],
539
- ['svfvalue_2ecpp_5836',['SVFValue.cpp',['../SVFValue_8cpp.html',1,'']]],
540
- ['svfvalue_2eh_5837',['SVFValue.h',['../SVFValue_8h.html',1,'']]],
541
- ['svfvalue2llvmvalue_5838',['SVFValue2LLVMValue',['../classSVF_1_1LLVMModuleSet.html#a7f8e61cf5d838d7a2e862bc6955f16be',1,'SVF::LLVMModuleSet']]],
542
- ['svfvalue2llvmvaluemap_5839',['SVFValue2LLVMValueMap',['../classSVF_1_1LLVMModuleSet.html#aa872d7a6b6bf3ec944bd9077de51b259',1,'SVF::LLVMModuleSet']]],
543
- ['svfvaluepool_5840',['svfValuePool',['../classSVF_1_1SVFModuleWriter.html#aa3c7f0cf409d3b303f3dc308951b45fd',1,'SVF::SVFModuleWriter::svfValuePool()'],['../classSVF_1_1SVFModuleReader.html#a2993c4358d71036440325001163731fe',1,'SVF::SVFModuleReader::svfValuePool()']]],
544
- ['svfvar_5841',['SVFVar',['../classSVF_1_1SVFVar.html',1,'SVF::SVFVar'],['../classSVF_1_1SVFVar.html#a4dd7c0b8216d8793376596d0b4ed90e1',1,'SVF::SVFVar::SVFVar(NodeID i, PNODEK k)'],['../classSVF_1_1SVFVar.html#a83626a4beb124b35bcd5af86c9fc62fd',1,'SVF::SVFVar::SVFVar(const SVFValue *val, NodeID i, PNODEK k)']]],
545
- ['svfvariables_2ecpp_5842',['SVFVariables.cpp',['../SVFVariables_8cpp.html',1,'']]],
546
- ['svfvariables_2eh_5843',['SVFVariables.h',['../SVFVariables_8h.html',1,'']]],
547
- ['svfvarlist_5844',['SVFVarList',['../classSVF_1_1SVFIR.html#a64939d7ecfd8e2cf862782954a56596b',1,'SVF::SVFIR']]],
548
- ['svfvcall_5845',['SVFVCall',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea240c99d161081b7400deddde71ca6914',1,'SVF::SVFValue']]],
549
- ['svfvirtualcallinst_5846',['SVFVirtualCallInst',['../classSVF_1_1SVFVirtualCallInst.html',1,'SVF::SVFVirtualCallInst'],['../classSVF_1_1SVFVirtualCallInst.html#a57fa2d35c2df09e607b5d23852fca2fd',1,'SVF::SVFVirtualCallInst::SVFVirtualCallInst()']]],
550
- ['switchinst_5847',['SwitchInst',['../namespaceSVF.html#a412280b134578905248ce0122c5db7c9',1,'SVF']]],
551
- ['symabs_5848',['SYMABS',['../ae_8cpp.html#acf883aea11ed083025935a7257b5967d',1,'ae.cpp']]],
552
- ['symblicabstractiontest_5849',['SymblicAbstractionTest',['../classSymblicAbstractionTest.html',1,'SymblicAbstractionTest'],['../classSymblicAbstractionTest.html#a257f62679b2ee86ffbadf33ca5031ed1',1,'SymblicAbstractionTest::SymblicAbstractionTest()']]],
553
- ['symbol_5850',['Symbol',['../structSVF_1_1GrammarBase_1_1Symbol.html',1,'SVF::GrammarBase::Symbol'],['../classSVF_1_1GrammarBase.html#a760208fb9737e766deb79d593ab86a3c',1,'SVF::GrammarBase::Symbol()'],['../classSVF_1_1CFLGraphBuilder.html#a2ab271d42ab82aea2adf8b0e641aa39c',1,'SVF::CFLGraphBuilder::Symbol()'],['../classSVF_1_1CFLSolver.html#a6c5e6474c6dfe0a067d397ea66c24dac',1,'SVF::CFLSolver::Symbol()'],['../classSVF_1_1CFLGraph.html#aef6b4499430812645aa92799cf61ab96',1,'SVF::CFLGraph::Symbol()'],['../structSVF_1_1GrammarBase_1_1Symbol.html#ad8268060892644d15b13f84124bc1eaf',1,'SVF::GrammarBase::Symbol::Symbol()'],['../structSVF_1_1GrammarBase_1_1Symbol.html#aa37072e1a6c0875305260c7c2414d767',1,'SVF::GrammarBase::Symbol::Symbol(const u32_t &num)']]],
554
- ['symbolhash_5851',['SymbolHash',['../classSVF_1_1GrammarBase_1_1SymbolHash.html',1,'SVF::GrammarBase']]],
555
- ['symbolinfo_5852',['SymbolInfo',['../classSVF_1_1SymbolTableInfo.html#a267169023fc4f8dd66b145f7231fec11',1,'SVF::SymbolTableInfo']]],
556
- ['symbolmap_5853',['SymbolMap',['../classSVF_1_1GrammarBase.html#a4405933cc8ed8cf30b98ee16fc14c112',1,'SVF::GrammarBase']]],
557
- ['symbolset_5854',['SymbolSet',['../classSVF_1_1GrammarBase.html#a8687586451b07458d591120cdee9f6a3',1,'SVF::GrammarBase']]],
558
- ['symboltablebuilder_5855',['SymbolTableBuilder',['../classSVF_1_1SymbolTableBuilder.html',1,'SVF::SymbolTableBuilder'],['../classSVF_1_1SymbolTableInfo.html#a9d9633d48431b80c078bd4a34c1e7fa0',1,'SVF::SymbolTableInfo::SymbolTableBuilder()'],['../classSVF_1_1ObjTypeInfo.html#a9d9633d48431b80c078bd4a34c1e7fa0',1,'SVF::ObjTypeInfo::SymbolTableBuilder()'],['../classSVF_1_1SymbolTableBuilder.html#ad39b982a2a91a10b4f22ee6150e9cebf',1,'SVF::SymbolTableBuilder::SymbolTableBuilder()']]],
559
- ['symboltablebuilder_2ecpp_5856',['SymbolTableBuilder.cpp',['../SymbolTableBuilder_8cpp.html',1,'']]],
560
- ['symboltablebuilder_2eh_5857',['SymbolTableBuilder.h',['../SymbolTableBuilder_8h.html',1,'']]],
561
- ['symboltableinfo_5858',['SymbolTableInfo',['../classSVF_1_1SymbolTableInfo.html',1,'SVF::SymbolTableInfo'],['../classSVF_1_1AccessPath.html#a32ddec529ccbf4ea6336e5fd765164d8',1,'SVF::AccessPath::SymbolTableInfo()'],['../classSVF_1_1SymbolTableInfo.html#aff272bc1d00f2e57b7677d1826a31237',1,'SVF::SymbolTableInfo::SymbolTableInfo()']]],
562
- ['symboltableinfo_2ecpp_5859',['SymbolTableInfo.cpp',['../SymbolTableInfo_8cpp.html',1,'']]],
563
- ['symboltableinfo_2eh_5860',['SymbolTableInfo.h',['../SymbolTableInfo_8h.html',1,'']]],
564
- ['symboltableinforeader_5861',['SymbolTableInfoReader',['../classSVF_1_1SymbolTableInfoReader.html',1,'SVF']]],
565
- ['symbolvectorhash_5862',['SymbolVectorHash',['../structSVF_1_1GrammarBase_1_1SymbolVectorHash.html',1,'SVF::GrammarBase']]],
566
- ['symid_5863',['symId',['../classSVF_1_1MemObj.html#a37f4e34b7f7dd6bfd4379cf3552e9046',1,'SVF::MemObj::symId()'],['../namespaceSVF.html#ad11fe2412b2182365a662ff0e4639b48',1,'SVF::SymID()']]],
567
- ['syminfo_5864',['symInfo',['../classSVF_1_1LLVMModuleSet.html#a5552135a27684cbe4d2a5ed346f64644',1,'SVF::LLVMModuleSet::symInfo()'],['../classSVF_1_1SymbolTableBuilder.html#a3100246d9b0a58e53f2dbc8acf231afb',1,'SVF::SymbolTableBuilder::symInfo()'],['../classSVF_1_1IRGraph.html#a679145e7bf818b0a19005dc8e2845fe1',1,'SVF::IRGraph::symInfo()'],['../classSVF_1_1SymbolTableInfo.html#a4fbb8ea4b4796d10d13c027b7455505c',1,'SVF::SymbolTableInfo::symInfo()']]],
568
- ['symstate_5865',['SymState',['../classSVF_1_1SymState.html',1,'SVF::SymState'],['../classSVF_1_1SymState.html#a0362da88a176f1d814068ebeeeb0e665',1,'SVF::SymState::SymState()'],['../classSVF_1_1SymState.html#a92acf30a884f531f7bdba2b4d4528085',1,'SVF::SymState::SymState(ConsExeState _es, TypeState _as)'],['../classSVF_1_1SymState.html#a144f6ac7ce41d228c42f92a27b3bdd60',1,'SVF::SymState::SymState(const SymState &rhs)'],['../classSVF_1_1SymState.html#aa820ec486eeeea1d1296e0b58ced750d',1,'SVF::SymState::SymState(SymState &&rhs) noexcept']]],
569
- ['symstate_2ecpp_5866',['SymState.cpp',['../SymState_8cpp.html',1,'']]],
570
- ['symstate_2eh_5867',['SymState.h',['../SymState_8h.html',1,'']]],
571
- ['symtabfieldjson_5868',['symTabFieldJson',['../classSVF_1_1SymbolTableInfoReader.html#a4ebfcabecee32b0a226c2c57f6411a3c',1,'SVF::SymbolTableInfoReader']]],
572
- ['symtablereader_5869',['symTableReader',['../classSVF_1_1SVFIRReader.html#af86d67ef511b844e11a7d4f20756385c',1,'SVF::SVFIRReader']]],
573
- ['symtabprint_5870',['SymTabPrint',['../classSVF_1_1Options.html#a52c06ea1c5dd347079f192f0cba3dcd3',1,'SVF::Options']]],
574
- ['symtostrdump_5871',['symToStrDump',['../classSVF_1_1GrammarBase.html#a49aad1a3620735a2929795df3d23ba38',1,'SVF::GrammarBase']]],
575
- ['symtype_5872',['SYMTYPE',['../classSVF_1_1SymbolTableInfo.html#afd2cf6ef6d7f2a583c709a72067be89b',1,'SVF::SymbolTableInfo']]],
576
- ['szudzik_5873',['szudzik',['../structSVF_1_1Hash_3_01std_1_1pair_3_01S_00_01T_01_4_01_4.html#adf5f19b1b32c117571fe74035cdcdbe2',1,'SVF::Hash< std::pair< S, T > >']]]
3
+ ['cpputil_5246',['cppUtil',['../namespaceSVF_1_1cppUtil.html',1,'SVF']]],
4
+ ['ctir_5247',['ctir',['../namespaceSVF_1_1cppUtil_1_1ctir.html',1,'SVF::cppUtil']]],
5
+ ['dot_5248',['DOT',['../namespaceSVF_1_1DOT.html',1,'SVF']]],
6
+ ['graphprogram_5249',['GraphProgram',['../namespaceSVF_1_1GraphProgram.html',1,'SVF']]],
7
+ ['llvmutil_5250',['LLVMUtil',['../namespaceSVF_1_1LLVMUtil.html',1,'SVF']]],
8
+ ['s16_5ft_5251',['s16_t',['../namespaceSVF.html#a6ce4cf67f8622443c888737d7366a3e9',1,'SVF']]],
9
+ ['s32_5ft_5252',['s32_t',['../namespaceSVF.html#a9b707002523ece2ac54ca893ee9a2d4e',1,'SVF']]],
10
+ ['s64_5ft_5253',['s64_t',['../namespaceSVF.html#ad781b0b14e89773e774072b280658ef3',1,'SVF']]],
11
+ ['s8_5ft_5254',['s8_t',['../namespaceSVF.html#a64e9b1c8c4f095e5b50ba05229c2e1ba',1,'SVF']]],
12
+ ['saber_2ecpp_5255',['saber.cpp',['../saber_8cpp.html',1,'']]],
13
+ ['sabercheckerapi_5256',['SaberCheckerAPI',['../classSVF_1_1SaberCheckerAPI.html',1,'SVF::SaberCheckerAPI'],['../classSVF_1_1SaberCheckerAPI.html#afdd2f15bb46594a61a3c552899215806',1,'SVF::SaberCheckerAPI::SaberCheckerAPI()']]],
14
+ ['sabercheckerapi_2ecpp_5257',['SaberCheckerAPI.cpp',['../SaberCheckerAPI_8cpp.html',1,'']]],
15
+ ['sabercheckerapi_2eh_5258',['SaberCheckerAPI.h',['../SaberCheckerAPI_8h.html',1,'']]],
16
+ ['sabercondallocator_5259',['SaberCondAllocator',['../classSVF_1_1SaberCondAllocator.html',1,'SVF::SaberCondAllocator'],['../classSVF_1_1SaberCondAllocator.html#a4b1625597c6b331dfe0e8ceef95731b5',1,'SVF::SaberCondAllocator::SaberCondAllocator()'],['../classSVF_1_1SaberSVFGBuilder.html#ad7902869f6565f92a4c5af61bd895235',1,'SVF::SaberSVFGBuilder::saberCondAllocator()'],['../classSVF_1_1SrcSnkDDA.html#a193ec317ac2208c7b92f024b35203f44',1,'SVF::SrcSnkDDA::saberCondAllocator()']]],
17
+ ['sabercondallocator_2ecpp_5260',['SaberCondAllocator.cpp',['../SaberCondAllocator_8cpp.html',1,'']]],
18
+ ['sabercondallocator_2eh_5261',['SaberCondAllocator.h',['../SaberCondAllocator_8h.html',1,'']]],
19
+ ['saberfullsvfg_5262',['SABERFULLSVFG',['../classSVF_1_1Options.html#a93970b0b5e0a6148a86ab192a812f34b',1,'SVF::Options']]],
20
+ ['sabersvfgbuilder_5263',['SaberSVFGBuilder',['../classSVF_1_1SaberSVFGBuilder.html',1,'SVF::SaberSVFGBuilder'],['../classSVF_1_1SVFG.html#a93a4287b55425abc188e5f5f2de54297',1,'SVF::SVFG::SaberSVFGBuilder()'],['../classSVF_1_1SaberSVFGBuilder.html#aa66cd30067d39f2083fb671fdc43beb4',1,'SVF::SaberSVFGBuilder::SaberSVFGBuilder()']]],
21
+ ['sabersvfgbuilder_2ecpp_5264',['SaberSVFGBuilder.cpp',['../SaberSVFGBuilder_8cpp.html',1,'']]],
22
+ ['sabersvfgbuilder_2eh_5265',['SaberSVFGBuilder.h',['../SaberSVFGBuilder_8h.html',1,'']]],
23
+ ['same_5266',['Same',['../classSVF_1_1AccessPath.html#aabb6c9600fac408f36b9fde013597245ab1ba3a42758473e5ff427ba36147a56a',1,'SVF::AccessPath']]],
24
+ ['samelooptripcount_5267',['sameLoopTripCount',['../classSVF_1_1ForkJoinAnalysis.html#a28e50b1ffdcdaba57d3515a5f6410c86',1,'SVF::ForkJoinAnalysis']]],
25
+ ['sanitizepts_5268',['sanitizePts',['../classSVF_1_1Andersen.html#a308ef1f3a1c9fd7ac1858d0c690aa37a',1,'SVF::Andersen']]],
26
+ ['sanitycheck_5269',['sanityCheck',['../classSVF_1_1SVFIRBuilder.html#a09baa8c7246853c3faaed85b38f0da60',1,'SVF::SVFIRBuilder']]],
27
+ ['saveid_5270',['saveID',['../classSVF_1_1WriterPtrPool.html#a99162b81da24cf79d1252c18573038d4',1,'SVF::WriterPtrPool']]],
28
+ ['savetogenericgraph_5271',['saveToGenericGraph',['../classSVF_1_1GenericGraphReader.html#a337b37b2d78cfaa756f44dee76fb187f',1,'SVF::GenericGraphReader']]],
29
+ ['savetoidtoobjmap_5272',['saveToIDToObjMap',['../classSVF_1_1ReaderIDToObjMap.html#a8c39d643a10d83a7f525ace9a002844c',1,'SVF::ReaderIDToObjMap']]],
30
+ ['savetoset_5273',['saveToSet',['../classSVF_1_1ReaderPtrPool.html#a8a766e643ac79dc023ff58e1883c9626',1,'SVF::ReaderPtrPool']]],
31
+ ['sb_5ffesible_5274',['SB_FESIBLE',['../classSVF_1_1Annotator.html#ac58473072d90baa6dc377b45f18d0da5',1,'SVF::Annotator']]],
32
+ ['sb_5finfesible_5275',['SB_INFESIBLE',['../classSVF_1_1Annotator.html#a556138c152d52921d6f0a709a826a93a',1,'SVF::Annotator']]],
33
+ ['sb_5fslicesink_5276',['SB_SLICESINK',['../classSVF_1_1Annotator.html#a3edacb8703c74abf42c4a29761a3437f',1,'SVF::Annotator']]],
34
+ ['sb_5fslicesource_5277',['SB_SLICESOURCE',['../classSVF_1_1Annotator.html#a01900f5ada5948361cc18857aee26744',1,'SVF::Annotator']]],
35
+ ['sbv_5278',['SBV',['../classSVF_1_1PointsTo.html#a8f757f92ebf0a2ebdb5e6b001606923eacccb6e19f3e8db5f5b5b8858b22da61a',1,'SVF::PointsTo::SBV()'],['../classSVF_1_1PointsTo.html#aecd6b98c0687de59aebb297ec38a7084',1,'SVF::PointsTo::sbv()']]],
36
+ ['sbvit_5279',['sbvIt',['../classSVF_1_1PointsTo_1_1PointsToIterator.html#a735a2a9f0c3f4bc3997edf11b133c0f9',1,'SVF::PointsTo::PointsToIterator']]],
37
+ ['scalar_5280',['SCALAR',['../classSVF_1_1DCHNode.html#a029988e54846db9aca2584e1c10283e3ad5c99cf0681af30e8ed4cc59cc2371cb',1,'SVF::DCHNode']]],
38
+ ['scalarevolution_5281',['ScalarEvolution',['../namespaceSVF.html#ad8794eb3c00de3d3b5c5e43dded3fb42',1,'SVF']]],
39
+ ['scalarevolutionwrapperpass_5282',['ScalarEvolutionWrapperPass',['../namespaceSVF.html#a9f1aca0384166e42d14e2608009ebc01',1,'SVF']]],
40
+ ['scc_5283',['SCC',['../classSVF_1_1VersionedFlowSensitive_1_1SCC.html',1,'SVF::VersionedFlowSensitive::SCC'],['../classSVF_1_1MRGenerator.html#af8d52e6c9884c6e1abc6dbcbc5e32629',1,'SVF::MRGenerator::SCC()'],['../classSVF_1_1WPASolver.html#a1352953966be14b2a1d6244f35e74a33',1,'SVF::WPASolver::SCC()'],['../classSVF_1_1WPASolver.html#a1d3b2a21385c775f355e188e2abe345e',1,'SVF::WPASolver::scc()']]],
41
+ ['scc_2eh_5284',['SCC.h',['../SCC_8h.html',1,'']]],
42
+ ['scccandidates_5285',['sccCandidates',['../classSVF_1_1AndersenSCD.html#aeb0b3644c3bfbfa5768b92c99aeeef40',1,'SVF::AndersenSCD']]],
43
+ ['sccdetect_5286',['SCCDetect',['../classSVF_1_1Andersen.html#a31ea24432ff42ab86a4728f2bde571bc',1,'SVF::Andersen::SCCDetect()'],['../classSVF_1_1AndersenSCD.html#a70f69baf47587b742b5013a63a3ce593',1,'SVF::AndersenSCD::SCCDetect()'],['../classSVF_1_1FlowSensitive.html#a3fcdbd3e6718cd5b3a339d34198dd0e6',1,'SVF::FlowSensitive::SCCDetect()'],['../classSVF_1_1WPAFSSolver.html#a2d4cfae34bd4a55f1fe03881c87f8708',1,'SVF::WPAFSSolver::SCCDetect()'],['../classSVF_1_1WPASolver.html#aaa932894d00b69cfa741f9987a9cc6b8',1,'SVF::WPASolver::SCCDetect()'],['../classSVF_1_1WPASolver.html#a16d371c8f6a9bdb1ca984bcb287d6c5a',1,'SVF::WPASolver::SCCDetect(NodeSet &candidates)']]],
44
+ ['sccdetection_5287',['SCCDetection',['../classSVF_1_1SCCDetection.html',1,'SVF::SCCDetection< GraphType >'],['../classSVF_1_1SCCDetection.html#a1bd915ba4079ddd5dd6e57a88129ffee',1,'SVF::SCCDetection::SCCDetection()']]],
45
+ ['sccrepnode_5288',['sccRepNode',['../classSVF_1_1ConstraintGraph.html#a39b973543acdcdc5493832cc9d0f586f',1,'SVF::ConstraintGraph::sccRepNode()'],['../classSVF_1_1Andersen.html#aad706e332847e6b0892350a05028ba30',1,'SVF::Andersen::sccRepNode()'],['../classSVF_1_1WPAFSSolver.html#a0bbaffd1673cc3850217afad0ca56e42',1,'SVF::WPAFSSolver::sccRepNode()'],['../classSVF_1_1WPASolver.html#a3bd463cd456a1d58242f118328f51ddb',1,'SVF::WPASolver::sccRepNode()']]],
46
+ ['sccsubnodes_5289',['sccSubNodes',['../classSVF_1_1ConstraintGraph.html#aed605b010e313f4b11e95b83fe50e3b3',1,'SVF::ConstraintGraph::sccSubNodes()'],['../classSVF_1_1Andersen.html#acd2feff818906db49a1bb2d94c33db5f',1,'SVF::Andersen::sccSubNodes()']]],
47
+ ['scctime_5290',['sccTime',['../classSVF_1_1FlowSensitive.html#af496fa9aa2f4d59594950b2ad121deff',1,'SVF::FlowSensitive']]],
48
+ ['scdandersen_5291',['scdAndersen',['../classSVF_1_1AndersenSCD.html#a1d143f104c0bfb5258b7129d0eceb4cd',1,'SVF::AndersenSCD']]],
49
+ ['scev_5292',['SCEV',['../namespaceSVF.html#aac5262378e41a3414a20cc9a41d4adc6',1,'SVF']]],
50
+ ['scevaddrecexpr_5293',['SCEVAddRecExpr',['../namespaceSVF.html#a4f7c400fbf2fa03db8cf61cb9a7dd3e8',1,'SVF']]],
51
+ ['scevconstant_5294',['SCEVConstant',['../namespaceSVF.html#abe745006fa40399d8a13613a3e0dfc63',1,'SVF']]],
52
+ ['sdiv_5295',['SDiv',['../classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6a7a4ce4e97992d92ac044456e66821552',1,'SVF::BinaryOPStmt']]],
53
+ ['secondrhstoprods_5296',['secondRHSToProds',['../classSVF_1_1CFGrammar.html#acc33ac845314730a896c0c3459088e4f',1,'SVF::CFGrammar']]],
54
+ ['select_5297',['Select',['../classSVF_1_1SVFStmt.html#a0ab8621e75e75f03425c323b3ed62ce9ad9397ec243a61992dc2b5681bea587fa',1,'SVF::SVFStmt']]],
55
+ ['selectclient_5298',['selectClient',['../classSVF_1_1DDAPass.html#aa33694e0b5f30c451c229e92877e4842',1,'SVF::DDAPass']]],
56
+ ['selectedvalidationscenarios_5299',['selectedValidationScenarios',['../classSVF_1_1RaceResultValidator.html#a1294cb90b073ba25a8ffc06180c09419',1,'SVF::RaceResultValidator']]],
57
+ ['selectinst_5300',['SelectInst',['../namespaceSVF.html#ab7fac9d4a4839be445c89777e21bc307',1,'SVF']]],
58
+ ['selectlargestsizedtype_5301',['selectLargestSizedType',['../classSVF_1_1ObjTypeInference.html#a205fa59a7250270b216f47df78ef2319',1,'SVF::ObjTypeInference']]],
59
+ ['selectstmt_5302',['SelectStmt',['../classSVF_1_1SelectStmt.html',1,'SVF::SelectStmt'],['../classSVF_1_1SelectStmt.html#a995baa18cc36d0671be3e98761f9879a',1,'SVF::SelectStmt::SelectStmt()'],['../classSVF_1_1SelectStmt.html#ad51a542e72f165abbba9d3242db1bea6',1,'SVF::SelectStmt::SelectStmt(const SelectStmt &)'],['../classSVF_1_1SelectStmt.html#af3ffdfb0b260754b64250f980c065198',1,'SVF::SelectStmt::SelectStmt(SVFVar *s, const OPVars &opnds, const SVFVar *cond)']]],
60
+ ['selfcycle_5303',['SelfCycle',['../classSVF_1_1Options.html#a9ef14f68939b7678ddff83d544e024cc',1,'SVF::Options']]],
61
+ ['seq_5304',['SEQ',['../classSVF_1_1NodeIDAllocator.html#a8cf553cd07768aad3f3b91bf3d7c6228a85142db6ed24203f054117f3a5110e2f',1,'SVF::NodeIDAllocator']]],
62
+ ['set_5305',['set',['../classSVF_1_1CondStdSet.html#ae11deddad534be115d29daad08c90599',1,'SVF::CondStdSet::set()'],['../classSVF_1_1CondPointsToSet.html#aadf2576b55bbdb82d7affc8466c09861',1,'SVF::CondPointsToSet::set()'],['../classSVF_1_1PointsTo.html#ab196d86cfb48d1c5d27a0c03c7497afa',1,'SVF::PointsTo::set()'],['../classSVF_1_1CoreBitVector.html#a553e3e51bffe1aab04adc047e0fd3f24',1,'SVF::CoreBitVector::set()'],['../structSVF_1_1SparseBitVectorElement.html#a094acafea02f3c117445267e75c9a629',1,'SVF::SparseBitVectorElement::set()'],['../classSVF_1_1SparseBitVector.html#a61bd86909a141f9de873d92c0f904832',1,'SVF::SparseBitVector::set()'],['../WPA_2CMakeLists_8txt.html#a5b660868031b6dee85d01fea51ef09a5',1,'set(): CMakeLists.txt'],['../namespaceSVF.html#af739db846e47ba6b2fd15eaad31ab7fb',1,'SVF::Set()']]],
63
+ ['set_5fminus_5finfinite_5306',['set_minus_infinite',['../classSVF_1_1BoundedZ3Expr.html#ae76bf19d580cbc12a40f7c1823165178',1,'SVF::BoundedZ3Expr']]],
64
+ ['set_5fplus_5finfinite_5307',['set_plus_infinite',['../classSVF_1_1BoundedZ3Expr.html#ad781e43e6d1e1fd2392e51737b7898b9',1,'SVF::BoundedZ3Expr']]],
65
+ ['set_5fto_5fbottom_5308',['set_to_bottom',['../structSVF_1_1AbstractValue.html#a4336345336e3515aae635daa66d89d96',1,'SVF::AbstractValue::set_to_bottom()'],['../classSVF_1_1IntervalValue.html#ac763bab0b6fedbe5ec5b345c7b260e30',1,'SVF::IntervalValue::set_to_bottom()']]],
66
+ ['set_5fto_5ftop_5309',['set_to_top',['../structSVF_1_1AbstractValue.html#a3fe75cb81e297f8437206635f8dc3575',1,'SVF::AbstractValue::set_to_top()'],['../classSVF_1_1IntervalValue.html#a8a9edd3eb9c31ecff090953301bf822d',1,'SVF::IntervalValue::set_to_top()']]],
67
+ ['setaccesslb_5310',['setAccessLb',['../structSVF_1_1BufOverflowException.html#a5ba160b90bcd053ca2bb25484dfa0147',1,'SVF::BufOverflowException']]],
68
+ ['setaccessub_5311',['setAccessUb',['../structSVF_1_1BufOverflowException.html#ade4a2ef6faf5677945804e8c1539cbbc',1,'SVF::BufOverflowException']]],
69
+ ['setactualindef_5312',['setActualINDef',['../classSVF_1_1SVFGOPT.html#a490695ab536cd455c531fbdc57499cac',1,'SVF::SVFGOPT']]],
70
+ ['setalloclb_5313',['setAllocLb',['../structSVF_1_1BufOverflowException.html#aa436c171dc79cbc55281bdad17370d3f',1,'SVF::BufOverflowException']]],
71
+ ['setallocub_5314',['setAllocUb',['../structSVF_1_1BufOverflowException.html#aedeb24d82f36ba581fa32de47f531a1f',1,'SVF::BufOverflowException']]],
72
+ ['setallreachable_5315',['setAllReachable',['../classSVF_1_1ProgSlice.html#ae6102647fa4985142c293116516612cd',1,'SVF::ProgSlice']]],
73
+ ['setannotations_5316',['setAnnotations',['../classSVF_1_1SVFFunction.html#a2731567cd10e2c499c812c33d01a412e',1,'SVF::SVFFunction']]],
74
+ ['setattributekinds_5317',['setAttributeKinds',['../classSVF_1_1GrammarBase.html#a1e1bf1e32bcd7c68ce789c2f9f6327c0',1,'SVF::GrammarBase']]],
75
+ ['setbasenode_5318',['setBaseNode',['../classSVF_1_1GepObjVar.html#a5e371fae7592d763661a7cb777107ff4',1,'SVF::GepObjVar']]],
76
+ ['setbb_5319',['setBB',['../classSVF_1_1SVFStmt.html#a0e45ab5b38059371c47d5f2011118a4d',1,'SVF::SVFStmt']]],
77
+ ['setbottom_5320',['setBottom',['../classSVF_1_1AddressValue.html#a77d6a1706328d86b210b26bacaf2fa9f',1,'SVF::AddressValue']]],
78
+ ['setbranchcond_5321',['setBranchCond',['../classSVF_1_1SaberCondAllocator.html#a5012a977e0db66a2ae111d4164936037',1,'SVF::SaberCondAllocator']]],
79
+ ['setbranchcondition_5322',['setBranchCondition',['../classSVF_1_1IntraCFGEdge.html#ad7b35b7c9abb07122eaa8517dae56508',1,'SVF::IntraCFGEdge']]],
80
+ ['setbytesizeofobj_5323',['setByteSizeOfObj',['../classSVF_1_1ObjTypeInfo.html#ac093156bfb46c07675ae201f449cdca0',1,'SVF::ObjTypeInfo']]],
81
+ ['setcalledoperand_5324',['setCalledOperand',['../classSVF_1_1SVFCallInst.html#a6dd304f555d2d2388c4430e57b0d2b91',1,'SVF::SVFCallInst']]],
82
+ ['setcallgraph_5325',['setCallGraph',['../classSVF_1_1DDAVFSolver.html#afc2b0eeb1d5d5f292690f3c949217c38',1,'SVF::DDAVFSolver']]],
83
+ ['setcallgraphscc_5326',['setCallGraphSCC',['../classSVF_1_1DDAVFSolver.html#abd652b2627f68d7d4f8bf3bdb20ce975',1,'SVF::DDAVFSolver']]],
84
+ ['setcdn_5327',['setCDN',['../classSVF_1_1WTO.html#a7fc78de450f2cb6cbed8aa6856638ad1',1,'SVF::WTO']]],
85
+ ['setcfcond_5328',['setCFCond',['../classSVF_1_1SaberCondAllocator.html#a9c1660f4a9ecc161c0fb97c735a690b9',1,'SVF::SaberCondAllocator']]],
86
+ ['setchg_5329',['setCHG',['../classSVF_1_1SVFIR.html#aa14f6cde41bcac27ce2f66c6b33ee410',1,'SVF::SVFIR']]],
87
+ ['setcondinst_5330',['setCondInst',['../classSVF_1_1SaberCondAllocator.html#a97d540340f9039b3f8bd1527fc7d7ebb',1,'SVF::SaberCondAllocator']]],
88
+ ['setconstdataoraggdata_5331',['setConstDataOrAggData',['../classSVF_1_1SVFValue.html#afe1de41ca3215b325d0ca61814c6bd6b',1,'SVF::SVFValue']]],
89
+ ['setconsume_5332',['setConsume',['../classSVF_1_1VersionedFlowSensitive.html#aabc0a5a7a31b8d880e019773ba960741',1,'SVF::VersionedFlowSensitive']]],
90
+ ['setcurevalsvfgnode_5333',['setCurEvalSVFGNode',['../classSVF_1_1SaberCondAllocator.html#ae717f565b947a72651c0de19bf6bcca0',1,'SVF::SaberCondAllocator']]],
91
+ ['setcurnodeid_5334',['setCurNodeID',['../classSVF_1_1DPItem.html#a5fbde30cae2cb09bd9dc9a6969ea4b90',1,'SVF::DPItem']]],
92
+ ['setcurrentbbandvalueforpagedge_5335',['setCurrentBBAndValueForPAGEdge',['../classSVF_1_1SVFIRBuilder.html#abc394c99f0905c958a230412134eda01',1,'SVF::SVFIRBuilder']]],
93
+ ['setcurrentbestnodemapping_5336',['setCurrentBestNodeMapping',['../classSVF_1_1PointsTo.html#a84eca4c7fc833f8ca4d119cd4da08ca8',1,'SVF::PointsTo']]],
94
+ ['setcurrentlocation_5337',['setCurrentLocation',['../classSVF_1_1SVFIRBuilder.html#a15105737c91d01ba9daf2161fad220ef',1,'SVF::SVFIRBuilder::setCurrentLocation(const Value *val, const BasicBlock *bb)'],['../classSVF_1_1SVFIRBuilder.html#a18b425afe4cb7fc230c219334d2c458e',1,'SVF::SVFIRBuilder::setCurrentLocation(const SVFValue *val, const SVFBasicBlock *bb)']]],
95
+ ['setcurrentqueryptr_5338',['setCurrentQueryPtr',['../classSVF_1_1DDAClient.html#a3fbe4ffde0a14b2db40189883d49237f',1,'SVF::DDAClient']]],
96
+ ['setcurrentscc_5339',['setCurrentSCC',['../classSVF_1_1WPASCCSolver.html#a782121c831536e231f5b287629defef7',1,'SVF::WPASCCSolver']]],
97
+ ['setcurslice_5340',['setCurSlice',['../classSVF_1_1SrcSnkDDA.html#ab35c0d1f02c83a2c10717905f1abf5cd',1,'SVF::SrcSnkDDA']]],
98
+ ['setcursvfgnode_5341',['setCurSVFGNode',['../classSVF_1_1ProgSlice.html#aee72d029c185c24b2bf01cdc0dcb25d8',1,'SVF::ProgSlice']]],
99
+ ['setddastat_5342',['setDDAStat',['../classSVF_1_1DDAVFSolver.html#adcb641eec4f620effdb3f61a46429f40',1,'SVF::DDAVFSolver']]],
100
+ ['setdef_5343',['setDef',['../classSVF_1_1SVFG.html#accd1cbd26c9b194971f3107a57a0ab2e',1,'SVF::SVFG::setDef(const PAGNode *pagNode, const SVFGNode *node)'],['../classSVF_1_1SVFG.html#aa3ebc066d376e7ed508d2bce49fa864d',1,'SVF::SVFG::setDef(const MRVer *mvar, const SVFGNode *node)'],['../classSVF_1_1VFG.html#a1e0b8c7df55e05739775e8a1c50cf660',1,'SVF::VFG::setDef()']]],
101
+ ['setdeffunformultiplemodule_5344',['setDefFunForMultipleModule',['../classSVF_1_1SVFFunction.html#af1c181322926639bd99bbe58a8df70ab',1,'SVF::SVFFunction']]],
102
+ ['setdefglobalformultiplemodule_5345',['setDefGlobalForMultipleModule',['../classSVF_1_1SVFGlobalValue.html#a72c43f12f42a73dc28855c425fe5543a',1,'SVF::SVFGlobalValue']]],
103
+ ['setdetectpwc_5346',['setDetectPWC',['../classSVF_1_1Andersen.html#a1462bdde3748b1513e92a119b8a43794',1,'SVF::Andersen']]],
104
+ ['setebnfsigns_5347',['setEBNFSigns',['../classSVF_1_1GrammarBase.html#ad87ca88d62e7bc3a189652c707a72e12',1,'SVF::GrammarBase']]],
105
+ ['setec_5348',['setEC',['../classSVF_1_1Steensgaard.html#aa283cff49b0d340956649a95465b82b6',1,'SVF::Steensgaard']]],
106
+ ['setedgeflag_5349',['setEdgeFlag',['../classSVF_1_1SVFIRReader.html#aec95a42a5e46be50457fb3a8e9de7fbf',1,'SVF::SVFIRReader']]],
107
+ ['setes_5350',['setEs',['../classSVF_1_1SVFIR2AbsState.html#a05c1e3d5240466dda229080df6cb48f5',1,'SVF::SVFIR2AbsState']]],
108
+ ['setexitblock_5351',['setExitBlock',['../classSVF_1_1SVFFunction.html#abd458bb5a035d3f7db32fac5f01b57f3',1,'SVF::SVFFunction']]],
109
+ ['setextbcpath_5352',['setExtBcPath',['../classSVF_1_1ExtAPI.html#ac0dc697b93f41b1e094a9be8baf4a103',1,'SVF::ExtAPI']]],
110
+ ['setfieldinsensitive_5353',['setFieldInsensitive',['../classSVF_1_1MemObj.html#ab9637ea9acd1f8ae4933b4ab2b997e5c',1,'SVF::MemObj']]],
111
+ ['setfieldsensitive_5354',['setFieldSensitive',['../classSVF_1_1MemObj.html#a981b7424901ef74467f725ffc9fec0ca',1,'SVF::MemObj']]],
112
+ ['setfinalcond_5355',['setFinalCond',['../classSVF_1_1ProgSlice.html#af55830503ef47b4b1c15c0e5b3cd6a3f',1,'SVF::ProgSlice']]],
113
+ ['setflag_5356',['setFlag',['../classSVF_1_1DCHNode.html#a4e08c543fa2ae557ff835b1a0f3c53a4',1,'SVF::DCHNode::setFlag()'],['../classSVF_1_1CHNode.html#ab3755d804852b8a98bdf8cd0171f3a2f',1,'SVF::CHNode::setFlag()'],['../classSVF_1_1ObjTypeInfo.html#ad6fb2bfae3d4b73a6821a87106f65f49',1,'SVF::ObjTypeInfo::setFlag()']]],
114
+ ['setfldidx_5357',['setFldIdx',['../classSVF_1_1AccessPath.html#ab95df74c97fba13206df48e00131e15f',1,'SVF::AccessPath']]],
115
+ ['setformaloutdef_5358',['setFormalOUTDef',['../classSVF_1_1SVFGOPT.html#a3e2b811dd939c93bcf9fb94e91d553b1',1,'SVF::SVFGOPT']]],
116
+ ['setfunidxinvtable_5359',['setFunIdxInVtable',['../classSVF_1_1SVFVirtualCallInst.html#a947d6ca3695477fb5b36b46fa4899fb7',1,'SVF::SVFVirtualCallInst']]],
117
+ ['setfunnameofvirtualcall_5360',['setFunNameOfVirtualCall',['../classSVF_1_1SVFVirtualCallInst.html#adf936a7ee01d9c4662e31a5022ae94c0',1,'SVF::SVFVirtualCallInst']]],
118
+ ['setgraph_5361',['setGraph',['../classSVF_1_1SrcSnkSolver.html#a49cae8f70144639f529956478a8fca2b',1,'SVF::SrcSnkSolver::setGraph()'],['../classSVF_1_1GraphReachSolver.html#a0298a692295a8a4eae32ab151aa6ccc3',1,'SVF::GraphReachSolver::setGraph()'],['../classSVF_1_1WPASolver.html#aa04deb39cd024c051f30ac43d1d62b34',1,'SVF::WPASolver::setGraph()']]],
119
+ ['seticfg_5362',['setICFG',['../classSVF_1_1SVFIR.html#a756ae2b40ec29f2f92c95919f615e5ec',1,'SVF::SVFIR']]],
120
+ ['seticfgnode_5363',['setICFGNode',['../classSVF_1_1VFGNode.html#a9c95dd4f0e70ccc4a03282cdddba95de',1,'SVF::VFGNode::setICFGNode()'],['../classSVF_1_1SVFStmt.html#adb92a92f5c878576dff26cb38eab8c8c',1,'SVF::SVFStmt::setICFGNode()']]],
121
+ ['setincycle_5364',['setIncycle',['../classSVF_1_1CxtThread.html#adde663205c3ecc5a2e01b18bc305d5cb',1,'SVF::CxtThread']]],
122
+ ['setinloop_5365',['setInloop',['../classSVF_1_1CxtThread.html#aa4e1a9babb249a005e8dfae8cb83df21',1,'SVF::CxtThread']]],
123
+ ['setinscc_5366',['setInSCC',['../classSVF_1_1SCCDetection.html#aafe9ae9d158480e6a04803b25b61083e',1,'SVF::SCCDetection']]],
124
+ ['setisnotret_5367',['setIsNotRet',['../classSVF_1_1SVFFunction.html#aaddef080cdc8e4080fc2da1e3cf92deb',1,'SVF::SVFFunction']]],
125
+ ['setisuncalledfunction_5368',['setIsUncalledFunction',['../classSVF_1_1SVFFunction.html#a37f89063b55ff657a07e186224338ce8',1,'SVF::SVFFunction']]],
126
+ ['setkindtoattrsmap_5369',['setKindToAttrsMap',['../classSVF_1_1GrammarBase.html#a082342020848e545c983df4d5ec6720a',1,'SVF::GrammarBase']]],
127
+ ['setlb_5370',['setLb',['../structSVF_1_1AbstractValue.html#a46e4b0c8fbe6d15cb5a37f14d45a9628',1,'SVF::AbstractValue::setLb()'],['../classSVF_1_1IntervalValue.html#adf3cae41adaeb62c3b5da19e81adbb5d',1,'SVF::IntervalValue::setLb()']]],
128
+ ['setloc_5371',['setLoc',['../classSVF_1_1StmtDPItem.html#a9ba9ab1013a36530369aa6d684397f4f',1,'SVF::StmtDPItem']]],
129
+ ['setlocale_5372',['setlocale',['../extapi_8c.html#afe784c4f5d12b74272740c5211c960c5',1,'extapi.c']]],
130
+ ['setlocvar_5373',['setLocVar',['../classSVF_1_1StmtDPItem.html#a3feb4bc8e003cfdd30c1b2cfb2219efb',1,'SVF::StmtDPItem']]],
131
+ ['setloopbound_5374',['setLoopBound',['../classSVF_1_1SVFLoop.html#af594a873db7d6dbbcf25176da45fba80',1,'SVF::SVFLoop']]],
132
+ ['setmaxbudget_5375',['setMaxBudget',['../classSVF_1_1DPItem.html#a687ef8944ccb55b826508c47ea5b9240',1,'SVF::DPItem']]],
133
+ ['setmaxcxtlen_5376',['setMaxCxtLen',['../classSVF_1_1ContextCond.html#a92e89bbae0f31bb9eb971ab3edcc8071',1,'SVF::ContextCond']]],
134
+ ['setmaxfieldoffsetlimit_5377',['setMaxFieldOffsetLimit',['../classSVF_1_1ObjTypeInfo.html#a9fff869c63776c6ebeff78933e0f6092',1,'SVF::ObjTypeInfo']]],
135
+ ['setmaxpathlen_5378',['setMaxPathLen',['../classSVF_1_1ContextCond.html#a084679a423e78217ca10794775c25b1d',1,'SVF::ContextCond']]],
136
+ ['setmemusageafter_5379',['setMemUsageAfter',['../classSVF_1_1PTAStat.html#a286e5985644f2bc13abbceaa2b586c92',1,'SVF::PTAStat']]],
137
+ ['setmemusagebefore_5380',['setMemUsageBefore',['../classSVF_1_1PTAStat.html#a206fdc31ee7bd8fce1695847c40785e0',1,'SVF::PTAStat']]],
138
+ ['setmodelconstants_5381',['setModelConstants',['../classSVF_1_1SymbolTableInfo.html#a4decfc9e7f5dc096d7bfa42d6965763d',1,'SVF::SymbolTableInfo']]],
139
+ ['setmodule_5382',['setModule',['../classSVF_1_1SVFIR.html#a52bea4a99022b036104751cafa9152b1',1,'SVF::SVFIR::setModule()'],['../classSVF_1_1SymbolTableInfo.html#a4f916c64ca04c4db30bd19fb8505724d',1,'SVF::SymbolTableInfo::setModule()']]],
140
+ ['setmoduleidentifier_5383',['setModuleIdentifier',['../classSVF_1_1SVFModule.html#acaba1ff38ed1fdd8a9a1251a1b36be92',1,'SVF::SVFModule']]],
141
+ ['setmultiforked_5384',['setMultiforked',['../classSVF_1_1TCTNode.html#a0fafde34cdffde6d38bb9efca9b7a9a1',1,'SVF::TCTNode']]],
142
+ ['setmultiforkedattrs_5385',['setMultiForkedAttrs',['../classSVF_1_1TCT.html#a11e36f9b58646dee4014e12e55c70508',1,'SVF::TCT']]],
143
+ ['setmultiinheritance_5386',['setMultiInheritance',['../classSVF_1_1DCHNode.html#a798e80f0cc5951789474abc3a0999166',1,'SVF::DCHNode::setMultiInheritance()'],['../classSVF_1_1CHNode.html#a5d751a3a0d88c0de374bfeb526051440',1,'SVF::CHNode::setMultiInheritance()']]],
144
+ ['setname_5387',['setName',['../classSVF_1_1SVFStructType.html#a6283d212e48c08c9bcf5ade551a79a50',1,'SVF::SVFStructType::setName(const std::string &structName)'],['../classSVF_1_1SVFStructType.html#ad397c1ef657691c0dae0c093a9b0a5e8',1,'SVF::SVFStructType::setName(std::string &&structName)'],['../classSVF_1_1SVFValue.html#a8325774df9d65d78ef6a66fef59b9a97',1,'SVF::SVFValue::setName(const std::string &n)'],['../classSVF_1_1SVFValue.html#a12db87881a5bfae7638aa8ad68f3214c',1,'SVF::SVFValue::setName(std::string &&n)']]],
145
+ ['setnegcondinst_5388',['setNegCondInst',['../classSVF_1_1SaberCondAllocator.html#ae8858c45c7406842ca967ed14f0b58e5',1,'SVF::SaberCondAllocator']]],
146
+ ['setnodenumafterpagbuild_5389',['setNodeNumAfterPAGBuild',['../classSVF_1_1IRGraph.html#a5fe12445ed0528183775747dec356db0',1,'SVF::IRGraph']]],
147
+ ['setnonconcretecxt_5390',['setNonConcreteCxt',['../classSVF_1_1ContextCond.html#ac80892cbef7a5d2c949e5f07682bc885',1,'SVF::ContextCond']]],
148
+ ['setnonterminals_5391',['setNonterminals',['../classSVF_1_1GrammarBase.html#afc9635e14b5871df457bf64fae6ad8cf',1,'SVF::GrammarBase']]],
149
+ ['setnumofelement_5392',['setNumOfElement',['../classSVF_1_1SVFArrayType.html#a986fc835f2e082796ecf1fd3b7f769b6',1,'SVF::SVFArrayType']]],
150
+ ['setnumofelements_5393',['setNumOfElements',['../classSVF_1_1MemObj.html#a904c5a96407574565e9c48eb2d31e869',1,'SVF::MemObj::setNumOfElements()'],['../classSVF_1_1ObjTypeInfo.html#aff17d13e520a731accedd06350af6221',1,'SVF::ObjTypeInfo::setNumOfElements()']]],
151
+ ['setnumoffieldsandelems_5394',['setNumOfFieldsAndElems',['../classSVF_1_1StInfo.html#a1a07c2b1415c29d7d70791c6dfe602a3',1,'SVF::StInfo']]],
152
+ ['setobjfieldinsensitive_5395',['setObjFieldInsensitive',['../classSVF_1_1PointerAnalysis.html#ac5683fe2e24b393ccc5cb6d8bc92cf2b',1,'SVF::PointerAnalysis']]],
153
+ ['setoffset_5396',['setOffset',['../classSVF_1_1DCHEdge.html#a70f757826082c95766c8324c1264e977',1,'SVF::DCHEdge']]],
154
+ ['setopver_5397',['setOpVer',['../classSVF_1_1MSSAPHISVFGNode.html#a928a57d7f518c5af98a0245d9221e671',1,'SVF::MSSAPHISVFGNode::setOpVer()'],['../classSVF_1_1CmpVFGNode.html#a41bcdd6b46a31c8d15533342478dc236',1,'SVF::CmpVFGNode::setOpVer()'],['../classSVF_1_1BinaryOPVFGNode.html#a76c67d31ffb67c4ef102471898ae2709',1,'SVF::BinaryOPVFGNode::setOpVer()'],['../classSVF_1_1UnaryOPVFGNode.html#a3b082eef98b8393499908f6c430b8d6c',1,'SVF::UnaryOPVFGNode::setOpVer()'],['../classSVF_1_1PHIVFGNode.html#a36f469a129063b43161a8d1423414ce5',1,'SVF::PHIVFGNode::setOpVer()'],['../classSVF_1_1MSSACHI.html#a245d8ee9e81ba4fe6f41533baf471331',1,'SVF::MSSACHI::setOpVer()'],['../classSVF_1_1MSSAPHI.html#a74f663dc5ecc659e98542a53414b7988',1,'SVF::MSSAPHI::setOpVer()']]],
155
+ ['setopverandbb_5398',['setOpVerAndBB',['../classSVF_1_1IntraPHIVFGNode.html#a7e5fd83393224ece808de83cbf496882',1,'SVF::IntraPHIVFGNode']]],
156
+ ['setpag_5399',['setPAG',['../classSVF_1_1DDAClient.html#a21badb317a249bbb506615182671b32c',1,'SVF::DDAClient']]],
157
+ ['setpagfromtxt_5400',['setPagFromTXT',['../classSVF_1_1SVFModule.html#a7af3076a26060090377d1f74293560fe',1,'SVF::SVFModule']]],
158
+ ['setpartialreachable_5401',['setPartialReachable',['../classSVF_1_1ProgSlice.html#af6f137be08ca0e743424ff07d679777d',1,'SVF::ProgSlice']]],
159
+ ['setptrinuncalledfunction_5402',['setPtrInUncalledFunction',['../classSVF_1_1SVFValue.html#ac2e5c42d0ac92375c88ef5b3f1b65dc4',1,'SVF::SVFValue']]],
160
+ ['setpureabstract_5403',['setPureAbstract',['../classSVF_1_1DCHNode.html#afa271fdb9c1aa3589f41655813a2de8e',1,'SVF::DCHNode::setPureAbstract()'],['../classSVF_1_1CHNode.html#abac89987927dadd53dd646eae540a024',1,'SVF::CHNode::setPureAbstract()']]],
161
+ ['setpwcnode_5404',['setPWCNode',['../classSVF_1_1ConstraintGraph.html#a03f9fe8ae7094c39937f47f422276724',1,'SVF::ConstraintGraph::setPWCNode()'],['../classSVF_1_1ConstraintNode.html#ad8701df90d93c5dfed26cff8f0b2fbb3',1,'SVF::ConstraintNode::setPWCNode()']]],
162
+ ['setquery_5405',['setQuery',['../classSVF_1_1DDAClient.html#a3d0f732e284f3237287b375582c0aa88',1,'SVF::DDAClient']]],
163
+ ['setrawproductions_5406',['setRawProductions',['../classSVF_1_1GrammarBase.html#a2eb6ab294093710ca1dc119836adff5a',1,'SVF::GrammarBase']]],
164
+ ['setreachablebbs_5407',['setReachableBBs',['../classSVF_1_1SVFLoopAndDomInfo.html#acc409e328f641a2c9512beeb727f58c7',1,'SVF::SVFLoopAndDomInfo']]],
165
+ ['setreachglobal_5408',['setReachGlobal',['../classSVF_1_1ProgSlice.html#a397632ce0c523c4a54c5dc578606d14d',1,'SVF::ProgSlice']]],
166
+ ['setreles_5409',['setRelEs',['../classSVF_1_1SVFIR2AbsState.html#ab58a5cc7a2bc6c38e87c8e5beb725b7a',1,'SVF::SVFIR2AbsState']]],
167
+ ['setrep_5410',['setRep',['../classSVF_1_1ConstraintGraph.html#abea65bf6dd43aa312082f8d4c7c3e3cb',1,'SVF::ConstraintGraph']]],
168
+ ['setrepr_5411',['setRepr',['../classSVF_1_1SVFOtherType.html#a444ebb6bca967caf3cb6bba9d2db44c7',1,'SVF::SVFOtherType::setRepr(std::string &&r)'],['../classSVF_1_1SVFOtherType.html#a8705cce1b567e8f51d8644179c841ca3',1,'SVF::SVFOtherType::setRepr(const std::string &r)']]],
169
+ ['setresver_5412',['setResVer',['../classSVF_1_1MSSADEF.html#a343eb4c9515dfbbbdadaacf5500e5f05',1,'SVF::MSSADEF']]],
170
+ ['setreticfgnode_5413',['setRetICFGNode',['../classSVF_1_1CallICFGNode.html#a91b38c6930f3c15b9b38121662fded20',1,'SVF::CallICFGNode']]],
171
+ ['setsabercondallocator_5414',['setSaberCondAllocator',['../classSVF_1_1SaberSVFGBuilder.html#a8eb03d4362685f361bc1110fc98925b9',1,'SVF::SaberSVFGBuilder']]],
172
+ ['setscalar_5415',['setScalar',['../classSVF_1_1DCHNode.html#a917265fa44ed08b66a6bd722f318bfa4',1,'SVF::DCHNode']]],
173
+ ['setsignandwidth_5416',['setSignAndWidth',['../classSVF_1_1SVFIntegerType.html#aeacf0513bfde42511fe6e464d48d1e11',1,'SVF::SVFIntegerType']]],
174
+ ['setsourceloc_5417',['setSourceLoc',['../classSVF_1_1SVFValue.html#a588acec1904d440797ca4500f63f7d28',1,'SVF::SVFValue']]],
175
+ ['setstartkind_5418',['setStartKind',['../classSVF_1_1GrammarBase.html#a1de2b9f6c39936afa8f821ca262deadd',1,'SVF::GrammarBase']]],
176
+ ['setstat_5419',['setStat',['../classSVF_1_1SVFBugReport.html#a817f61a73d84f9054a2f80375f51f747',1,'SVF::SVFBugReport']]],
177
+ ['setsubs_5420',['setSubs',['../classSVF_1_1ConstraintGraph.html#a148235bd1355a700d3ce187702e89bc8',1,'SVF::ConstraintGraph']]],
178
+ ['settemplate_5421',['setTemplate',['../classSVF_1_1DCHNode.html#a3947007a7b8074f06064e34de9d980fe',1,'SVF::DCHNode::setTemplate()'],['../classSVF_1_1CHNode.html#a00343177422c8d84d707432d0c483438',1,'SVF::CHNode::setTemplate()']]],
179
+ ['setterminals_5422',['setTerminals',['../classSVF_1_1GrammarBase.html#ae79b973ec24ba034e831a90285737a41',1,'SVF::GrammarBase']]],
180
+ ['settokeepactualoutformalin_5423',['setTokeepActualOutFormalIn',['../classSVF_1_1SVFGOPT.html#af0c1bb4055d3c4b7f5c6133c433144ad',1,'SVF::SVFGOPT']]],
181
+ ['settokeepallselfcycle_5424',['setTokeepAllSelfCycle',['../classSVF_1_1SVFGOPT.html#a99cce24804a9116f9bf4e773b2f28e85',1,'SVF::SVFGOPT']]],
182
+ ['settokeepcontextselfcycle_5425',['setTokeepContextSelfCycle',['../classSVF_1_1SVFGOPT.html#abe2392e0971f6c46537727f001fa44de',1,'SVF::SVFGOPT']]],
183
+ ['settop_5426',['setTop',['../classSVF_1_1AddressValue.html#a2100009a0e744ebc9e2780dffb6f622b',1,'SVF::AddressValue']]],
184
+ ['settotalkind_5427',['setTotalKind',['../classSVF_1_1GrammarBase.html#a37a31f03501a11e7951d56dbf1cb146a',1,'SVF::GrammarBase']]],
185
+ ['settypeinfo_5428',['setTypeInfo',['../classSVF_1_1SVFType.html#aef5999ada62dac3cc946d832ac66948c',1,'SVF::SVFType']]],
186
+ ['settypeofelement_5429',['setTypeOfElement',['../classSVF_1_1SVFArrayType.html#a56179bc4c145adce210adab80c61be7a',1,'SVF::SVFArrayType']]],
187
+ ['setub_5430',['setUb',['../structSVF_1_1AbstractValue.html#a06ea85e55fe086044b5b7fe6ae8e6be0',1,'SVF::AbstractValue::setUb()'],['../classSVF_1_1IntervalValue.html#aa3b742bd0116a6b7bf290286902b470b',1,'SVF::IntervalValue::setUb()']]],
188
+ ['setvals_5431',['setVals',['../classSVF_1_1AddressValue.html#a0fed06401997d4259d7ef183343f1949',1,'SVF::AddressValue']]],
189
+ ['setvalue_5432',['setValue',['../structSVF_1_1AbstractValue.html#a5055f8071b2e44176912f950598f8b00',1,'SVF::AbstractValue::setValue()'],['../classSVF_1_1IntervalValue.html#a8de8e78efcee26d74fe3d34c405dee0a',1,'SVF::IntervalValue::setValue()'],['../classSVF_1_1SVFStmt.html#a6ae58a22d43361904c7033f5c790da38',1,'SVF::SVFStmt::setValue()'],['../classOption.html#ab40684f5ece904e9b81180ca1012b0b6',1,'Option::setValue()']]],
190
+ ['setvalueattr_5433',['setValueAttr',['../classSVF_1_1LLVMModuleSet.html#a7d61f479f52e1dc71a4ae7a4d62f3b6a',1,'SVF::LLVMModuleSet']]],
191
+ ['setvardfinsetupdated_5434',['setVarDFInSetUpdated',['../classSVF_1_1MutableIncDFPTData.html#a33b2e976439e489d4bd707379e1bac9c',1,'SVF::MutableIncDFPTData::setVarDFInSetUpdated()'],['../classSVF_1_1PersistentIncDFPTData.html#a3b42e65b301c1e2cf7976e2780cb6fd2',1,'SVF::PersistentIncDFPTData::setVarDFInSetUpdated()']]],
192
+ ['setvardfoutsetupdated_5435',['setVarDFOutSetUpdated',['../classSVF_1_1MutableIncDFPTData.html#a851947de9ccbe51239b76d2d93fcd4c4',1,'SVF::MutableIncDFPTData::setVarDFOutSetUpdated()'],['../classSVF_1_1PersistentIncDFPTData.html#aa9f6b38595cabbb583c52217188457e8',1,'SVF::PersistentIncDFPTData::setVarDFOutSetUpdated()']]],
193
+ ['setver_5436',['setVer',['../classSVF_1_1MSSAMU.html#a2af1e639aabbc5997aa4e6526f6595fb',1,'SVF::MSSAMU']]],
194
+ ['setversion_5437',['setVersion',['../classSVF_1_1VersionedFlowSensitive.html#adf37ae1f6a07716bca6fbe1603b8a070',1,'SVF::VersionedFlowSensitive']]],
195
+ ['setvfcond_5438',['setVFCond',['../classSVF_1_1ProgSlice.html#ab5de7bf99935818ef1b0962e36b8624c',1,'SVF::ProgSlice']]],
196
+ ['setvisited_5439',['setVisited',['../classSVF_1_1SCCDetection.html#ad888a3dc94909823319384055896c84d',1,'SVF::SCCDetection::setVisited()'],['../classSVF_1_1CSC.html#adac02224ec722f0cf1954d7a484bd11e',1,'SVF::CSC::setVisited()']]],
197
+ ['setvtable_5440',['setVTable',['../classSVF_1_1DCHNode.html#ad3144bcf462769c687bc7b65ef2f1639',1,'SVF::DCHNode::setVTable()'],['../classSVF_1_1CHNode.html#aa72c4509da3bfd2a3c656da38fe36c81',1,'SVF::CHNode::setVTable()']]],
198
+ ['setvtableptr_5441',['setVtablePtr',['../classSVF_1_1SVFVirtualCallInst.html#a94c04bebac82268c00d614c61e15274b',1,'SVF::SVFVirtualCallInst']]],
199
+ ['setyield_5442',['setYield',['../classSVF_1_1VersionedFlowSensitive.html#ac33c7cef2d1d143950820ea48e97e806',1,'SVF::VersionedFlowSensitive']]],
200
+ ['sext_5443',['SEXT',['../classSVF_1_1CopyStmt.html#ae041bbd93e3839193fd7ffe9611a4ca1ab55ad5d331f6e4a69f8e2f0d95e5d3a1',1,'SVF::CopyStmt']]],
201
+ ['sfrandersen_5444',['sfrAndersen',['../classSVF_1_1AndersenSFR.html#abcf0f758174f224c5da066d0115beefb',1,'SVF::AndersenSFR']]],
202
+ ['sfrobjnodes_5445',['sfrObjNodes',['../classSVF_1_1AndersenSFR.html#a0865c50224ffc1e053cf859122f83f75',1,'SVF::AndersenSFR']]],
203
+ ['sfrtrait_5446',['SFRTrait',['../classSVF_1_1AndersenSFR.html#a2d41b49a1474c030ef2324c14467af30',1,'SVF::AndersenSFR']]],
204
+ ['sfvgoptend_5447',['sfvgOptEnd',['../classSVF_1_1SVFGStat.html#aaec3a7f29b3ded0c971d57376d2779ff',1,'SVF::SVFGStat']]],
205
+ ['sfvgoptstart_5448',['sfvgOptStart',['../classSVF_1_1SVFGStat.html#acb80953b39ce247679242df4f042ab79',1,'SVF::SVFGStat']]],
206
+ ['shl_5449',['Shl',['../classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6a193780e40cee5123c543b6f739b3b46b',1,'SVF::BinaryOPStmt::Shl()'],['../classSVF_1_1BoundedZ3Expr.html#a416f47980daf109467f3b2dddd50e047',1,'SVF::BoundedZ3Expr::shl()'],['../classSVF_1_1Z3Expr.html#a7b6e7cd3b0b8681a4f4885e658632dce',1,'SVF::Z3Expr::shl()']]],
207
+ ['showhiddennode_5450',['ShowHiddenNode',['../classSVF_1_1Options.html#adee65a3773fbb98532538c938230e1d3',1,'SVF::Options']]],
208
+ ['showsvfirvalue_5451',['ShowSVFIRValue',['../classSVF_1_1Options.html#a424a44f39a43b22434dbdce26007a353',1,'SVF::Options']]],
209
+ ['shufflevectorinst_5452',['ShuffleVectorInst',['../namespaceSVF.html#a64e69f438b8c302c4cae27735319fa49',1,'SVF']]],
210
+ ['signandwidth_5453',['signAndWidth',['../classSVF_1_1SVFIntegerType.html#a887e8255bb19f85d80d737ac753f0a87',1,'SVF::SVFIntegerType']]],
211
+ ['simpletype_5454',['SimpleType',['../structSVF_1_1SVFUtil_1_1simplify__type.html#a40c0d9a74681d3eaa7172ba137d489e4',1,'SVF::SVFUtil::simplify_type::SimpleType()'],['../structSVF_1_1SVFUtil_1_1simplify__type_3_01const_01From_01_4.html#a8de25e1bb07ca0f995e5760065259531',1,'SVF::SVFUtil::simplify_type< const From >::SimpleType()']]],
212
+ ['simplify_5455',['simplify',['../classSVF_1_1BoundedZ3Expr.html#a7f5158affedda8ddf53ec6cb442a6297',1,'SVF::BoundedZ3Expr::simplify()'],['../classSVF_1_1Z3Expr.html#afb3478316592a395c6d473791b5a0981',1,'SVF::Z3Expr::simplify()']]],
213
+ ['simplify_5ftype_5456',['simplify_type',['../structSVF_1_1SVFUtil_1_1simplify__type.html',1,'SVF::SVFUtil']]],
214
+ ['simplify_5ftype_3c_20const_20from_20_3e_5457',['simplify_type< const From >',['../structSVF_1_1SVFUtil_1_1simplify__type_3_01const_01From_01_4.html',1,'SVF::SVFUtil']]],
215
+ ['singlecondvar_5458',['SingleCondVar',['../classSVF_1_1CondPointsToSet.html#a0ef73bd2c1b42439ee6f265e07f17514',1,'SVF::CondPointsToSet']]],
216
+ ['singlerhstoprods_5459',['singleRHSToProds',['../classSVF_1_1CFGrammar.html#a727061855e5c86525e7ea1a165b97346',1,'SVF::CFGrammar']]],
217
+ ['sinks_5460',['sinks',['../classSVF_1_1SVFGStat.html#a332adbaad93a3077416c870f175a1202',1,'SVF::SVFGStat::sinks()'],['../classSVF_1_1ProgSlice.html#ab4da58e7c4cd2c80b4830efeaa896f80',1,'SVF::ProgSlice::sinks()'],['../classSVF_1_1SrcSnkDDA.html#aaffd4b48be1f99e0450b23f20f034b1e',1,'SVF::SrcSnkDDA::sinks()']]],
218
+ ['sinksbegin_5461',['sinksBegin',['../classSVF_1_1ProgSlice.html#adf620c97daed49735d21b485c448b4a2',1,'SVF::ProgSlice::sinksBegin()'],['../classSVF_1_1SrcSnkDDA.html#a79833c0cf1916d63e1dd32c2220056dd',1,'SVF::SrcSnkDDA::sinksBegin()']]],
219
+ ['sinksend_5462',['sinksEnd',['../classSVF_1_1ProgSlice.html#a27636f096ec825c4d5cb1dca608afb31',1,'SVF::ProgSlice::sinksEnd()'],['../classSVF_1_1SrcSnkDDA.html#aaabc8d3aed17c8a35ef37d878f141412',1,'SVF::SrcSnkDDA::sinksEnd()']]],
220
+ ['sitofp_5463',['SITOFP',['../classSVF_1_1CopyStmt.html#ae041bbd93e3839193fd7ffe9611a4ca1a78bc561098a07651f94e72bffa895e16',1,'SVF::CopyStmt']]],
221
+ ['size_5464',['size',['../classSVF_1_1AddressValue.html#ae93859318bf4f618b4cf681988a870ce',1,'SVF::AddressValue::size()'],['../classSVF_1_1CondStdSet.html#afa190562e8b85630845617c23fc5a16b',1,'SVF::CondStdSet::size()'],['../classSVF_1_1WriterPtrPool.html#af6d1ceb994f5b33cfac7fbcac5b3bdd0',1,'SVF::WriterPtrPool::size()'],['../classSVF_1_1ReaderIDToObjMap.html#a8a0810c1419004eee30cad5696476bdd',1,'SVF::ReaderIDToObjMap::size()'],['../classSVF_1_1ReaderPtrPool.html#ab47d82a98973b27bf635c0bd3acb7163',1,'SVF::ReaderPtrPool::size()'],['../classSVF_1_1FIFOWorkList.html#ad0e2c9eeb77c1a48a5d17164e4d72c6e',1,'SVF::FIFOWorkList::size()'],['../classSVF_1_1FILOWorkList.html#aff8bc6547b814b31b02c7f086d06ce05',1,'SVF::FILOWorkList::size()']]],
222
+ ['size_5ftype_5465',['size_type',['../structSVF_1_1SparseBitVectorElement.html#ad9e38352db094adcdfb2964f325d9e53',1,'SVF::SparseBitVectorElement']]],
223
+ ['sizesvfvaluepool_5466',['sizeSVFValuePool',['../classSVF_1_1SVFModuleWriter.html#a0e12ffecb37a42d766522dc65da481e6',1,'SVF::SVFModuleWriter']]],
224
+ ['skip_5fmultiline_5fcomment_5467',['skip_multiline_comment',['../cJSON_8cpp.html#a4b9e22afcb0d33932c691b5af9f2560a',1,'cJSON.cpp']]],
225
+ ['skip_5foneline_5fcomment_5468',['skip_oneline_comment',['../cJSON_8cpp.html#a98eaeafefb811c738494a26265309a07',1,'cJSON.cpp']]],
226
+ ['skip_5futf8_5fbom_5469',['skip_utf8_bom',['../cJSON_8cpp.html#a13b2d9f17c3b80a8878405f2782cd916',1,'cJSON.cpp']]],
227
+ ['skiprecursivecall_5470',['SkipRecursiveCall',['../classSVF_1_1AbstractInterpretation.html#af966130d5cb8d7db786c3ec056cc2dd4',1,'SVF::AbstractInterpretation']]],
228
+ ['skiprecursivefunc_5471',['SkipRecursiveFunc',['../classSVF_1_1AbstractInterpretation.html#a2b0a2f7a662909d999634d0ec08cb29c',1,'SVF::AbstractInterpretation']]],
229
+ ['slicestate_5472',['sliceState',['../classSVF_1_1AbstractState.html#ae9897b85e3cb2dc675d3a2df76c44878',1,'SVF::AbstractState']]],
230
+ ['smdiagnostic_5473',['SMDiagnostic',['../namespaceSVF.html#a86863d104a3930b3a806935d92ddbf30',1,'SVF']]],
231
+ ['solve_5474',['solve',['../classSVF_1_1CFLAlias.html#a5b7d65e7e74d596d61a1aad75e53cf27',1,'SVF::CFLAlias::solve()'],['../classSVF_1_1CFLBase.html#a2d1f2e2c7f8cbe07e0dda759a7424e6e',1,'SVF::CFLBase::solve()'],['../classSVF_1_1CFLSolver.html#a2ee3436c26ebdb2aaf790c25b1d8b5a6',1,'SVF::CFLSolver::solve()'],['../classSVF_1_1WPASCCSolver.html#ac37c1063fbdff394c9a313c8d131d893',1,'SVF::WPASCCSolver::solve()'],['../classSVF_1_1WPAMinimumSolver.html#afb4c3a86fdb91cbb555669003cf299c2',1,'SVF::WPAMinimumSolver::solve()']]],
232
+ ['solveall_5475',['solveAll',['../classSVF_1_1DDAClient.html#aa8a67c60ec0395c9cfae178dcff638a8',1,'SVF::DDAClient']]],
233
+ ['solveandwriteptstofile_5476',['solveAndwritePtsToFile',['../classSVF_1_1AndersenBase.html#add7a5c53783fb2277dfc0c304cdfecd7',1,'SVF::AndersenBase::solveAndwritePtsToFile()'],['../classSVF_1_1FlowSensitive.html#afa190e58636a8d7388aeee8a2157bba5',1,'SVF::FlowSensitive::solveAndwritePtsToFile()'],['../classSVF_1_1VersionedFlowSensitive.html#acf02ed94f68d94617920941b434149f4',1,'SVF::VersionedFlowSensitive::solveAndwritePtsToFile()']]],
234
+ ['solveconstraints_5477',['solveConstraints',['../classSVF_1_1AndersenBase.html#ac02d1fedb0beb39e5a4c22ee4bb3501a',1,'SVF::AndersenBase::solveConstraints()'],['../classSVF_1_1FlowSensitive.html#a165a9c5aef0811066560154896bae18d',1,'SVF::FlowSensitive::solveConstraints()']]],
235
+ ['solver_5478',['solver',['../classSVF_1_1CFLBase.html#a34c3a3eec2d7d34ef78b5031d8844b17',1,'SVF::CFLBase::solver()'],['../classSVF_1_1Z3Expr.html#a2f0cf6549d9bc6fc1d4be46976ad0f0e',1,'SVF::Z3Expr::solver()']]],
236
+ ['solvetime_5479',['solveTime',['../classSVF_1_1FlowSensitive.html#a4202f837e863a48712765cc346d8b514',1,'SVF::FlowSensitive']]],
237
+ ['solveworklist_5480',['solveWorklist',['../classSVF_1_1AndersenWaveDiff.html#a35cd97d5f7c1dcb65dd077f45ad864e9',1,'SVF::AndersenWaveDiff::solveWorklist()'],['../classSVF_1_1AndersenSCD.html#a98fac4ecfe203666178e2ace39da81e2',1,'SVF::AndersenSCD::solveWorklist()'],['../classSVF_1_1Steensgaard.html#a966faa0548fe76d81a50339fffdd24c8',1,'SVF::Steensgaard::solveWorklist()'],['../classSVF_1_1WPASolver.html#af1bb670efde7006e3e99b3735e4fc4cc',1,'SVF::WPASolver::solveWorklist()']]],
238
+ ['sortpointsto_5481',['sortPointsTo',['../classSVF_1_1MRGenerator.html#a66d94d15fb94e90a771f6b3dd7c0ecdd',1,'SVF::MRGenerator']]],
239
+ ['sourceinst_5482',['SourceInst',['../classSVF_1_1SVFBugEvent.html#a4d0c0744525bc445a64176c3808377f3ace4540f37504bfbfab8451b8823fe999',1,'SVF::SVFBugEvent']]],
240
+ ['sourceloc_5483',['sourceLoc',['../classSVF_1_1SVFValue.html#a88b280a4377ee8e7c633bfa963cc45fd',1,'SVF::SVFValue']]],
241
+ ['sources_5484',['sources',['../classSVF_1_1SVFGStat.html#a18a30f659c3a79d65b4ae7f3316c5f91',1,'SVF::SVFGStat::sources()'],['../classSVF_1_1SrcSnkDDA.html#a96c41d03d2615f952b58dca327a2866c',1,'SVF::SrcSnkDDA::sources()']]],
242
+ ['sourcesbegin_5485',['sourcesBegin',['../classSVF_1_1SrcSnkDDA.html#a0515c9079f28f8c5d4f0f9a2fc39a137',1,'SVF::SrcSnkDDA']]],
243
+ ['sourcesend_5486',['sourcesEnd',['../classSVF_1_1SrcSnkDDA.html#ad0cb9de24cbc99d148f63b694dc3908e',1,'SVF::SrcSnkDDA']]],
244
+ ['sparseabstractstate_5487',['SparseAbstractState',['../classSVF_1_1SparseAbstractState.html',1,'SVF::SparseAbstractState'],['../classSVF_1_1SparseAbstractState.html#aa73e2d5deebe585ca5cedc55e79f3b04',1,'SVF::SparseAbstractState::SparseAbstractState()'],['../classSVF_1_1SparseAbstractState.html#a24f2a4c3da9f90f21c287a8dc7d55a6c',1,'SVF::SparseAbstractState::SparseAbstractState(VarToAbsValMap &_varToValMap, LocToAbsValMap &_locToValMap)'],['../classSVF_1_1SparseAbstractState.html#ab0634074b8d1e5142b0244fb829dfe15',1,'SVF::SparseAbstractState::SparseAbstractState(const SparseAbstractState &rhs)'],['../classSVF_1_1SparseAbstractState.html#aa83ce90f2b456915c1e62aeedea73b3c',1,'SVF::SparseAbstractState::SparseAbstractState(SparseAbstractState &&rhs)']]],
245
+ ['sparsebitvector_5488',['SparseBitVector',['../classSVF_1_1SparseBitVector.html',1,'SVF::SparseBitVector< ElementSize >'],['../classSVF_1_1SparseBitVector.html#a4f618377a31eba119de672b0be4936bc',1,'SVF::SparseBitVector::SparseBitVector()'],['../classSVF_1_1SparseBitVector.html#a9cb4261779da0cbeb8d09b8fbd5cf557',1,'SVF::SparseBitVector::SparseBitVector(const SparseBitVector &RHS)'],['../classSVF_1_1SparseBitVector.html#a8bb2c6e68fadfae0428bc6ce5d63ad88',1,'SVF::SparseBitVector::SparseBitVector(SparseBitVector &&RHS) noexcept']]],
246
+ ['sparsebitvector_2eh_5489',['SparseBitVector.h',['../SparseBitVector_8h.html',1,'']]],
247
+ ['sparsebitvectorelement_5490',['SparseBitVectorElement',['../structSVF_1_1SparseBitVectorElement.html',1,'SVF::SparseBitVectorElement< ElementSize >'],['../structSVF_1_1SparseBitVectorElement.html#a8097db31608c859c3cf8053e303821d3',1,'SVF::SparseBitVectorElement::SparseBitVectorElement()=default'],['../structSVF_1_1SparseBitVectorElement.html#a75777b1461184d8fb2cfa4ec6e95c1c5',1,'SVF::SparseBitVectorElement::SparseBitVectorElement(unsigned Idx)']]],
248
+ ['sparsebitvectoriterator_5491',['SparseBitVectorIterator',['../classSVF_1_1SparseBitVector_1_1SparseBitVectorIterator.html',1,'SVF::SparseBitVector< ElementSize >::SparseBitVectorIterator'],['../classSVF_1_1SparseBitVector_1_1SparseBitVectorIterator.html#a008d235a4a8163e7bf38718d0fd0e6f7',1,'SVF::SparseBitVector::SparseBitVectorIterator::SparseBitVectorIterator()=delete'],['../classSVF_1_1SparseBitVector_1_1SparseBitVectorIterator.html#a5fe4841ca223f13c2aeec4c6e69a7b43',1,'SVF::SparseBitVector::SparseBitVectorIterator::SparseBitVectorIterator(const SparseBitVector< ElementSize > *RHS, bool end=false)']]],
249
+ ['spawncallsites_5492',['spawnCallSites',['../classSVF_1_1PCG.html#a859545671beab2a85c721ce98b785452',1,'SVF::PCG']]],
250
+ ['spawnees_5493',['spawnees',['../classSVF_1_1PCG.html#a7191718edabfd8ce2df5bfbea683c1fa',1,'SVF::PCG']]],
251
+ ['spawneesbegin_5494',['spawneesBegin',['../classSVF_1_1PCG.html#a45932c2f1a05398b4ad8753dcb621a1f',1,'SVF::PCG']]],
252
+ ['spawneesend_5495',['spawneesEnd',['../classSVF_1_1PCG.html#ab45de7686709989be5923531653e2755',1,'SVF::PCG']]],
253
+ ['spawners_5496',['spawners',['../classSVF_1_1PCG.html#a3f7f0c7aaa768f7e834b4763b18d8223',1,'SVF::PCG']]],
254
+ ['spawnersbegin_5497',['spawnersBegin',['../classSVF_1_1PCG.html#a4343107dd6908ffb70fc59fa7b4de21b',1,'SVF::PCG']]],
255
+ ['spawnersend_5498',['spawnersEnd',['../classSVF_1_1PCG.html#a2b9a6b5890b11cea31914f5242285525',1,'SVF::PCG']]],
256
+ ['spawnsitesbegin_5499',['spawnSitesBegin',['../classSVF_1_1PCG.html#a2a7319200ec2ec07e8b7976b4a876da8',1,'SVF::PCG']]],
257
+ ['spawnsitesend_5500',['spawnSitesEnd',['../classSVF_1_1PCG.html#a8dcd94e8f996fdb2197159ea95226817',1,'SVF::PCG']]],
258
+ ['split_5501',['split',['../classSVF_1_1LockResultValidator.html#ab8a6935e1ea6f99d60ead862a7b1782f',1,'SVF::LockResultValidator::split(const std::string &s, char delim, Set< std::string > &elems)'],['../classSVF_1_1LockResultValidator.html#ad26006e14c866d694bc6e2ebaa41ded9',1,'SVF::LockResultValidator::split(const std::string &s, char delim)'],['../classSVF_1_1MTAResultValidator.html#a73db9ad234b263b6e644e4b38be14fe6',1,'SVF::MTAResultValidator::split(const std::string &s, char delim, std::vector< std::string > &elems)'],['../classSVF_1_1MTAResultValidator.html#a7dad63ce2a85142a56d13926f10fde47',1,'SVF::MTAResultValidator::split(const std::string &s, char delim)'],['../classSVF_1_1MTAResultValidator.html#ab0458d1a3beae85056b1dbe7507fbc59',1,'SVF::MTAResultValidator::split(const std::string &s, char delim, std::vector< std::string > &elems)'],['../classSVF_1_1MTAResultValidator.html#a5edb70bdb93b8258de0ba7122a8707f5',1,'SVF::MTAResultValidator::split(const std::string &s, char delim)'],['../namespaceSVF_1_1SVFUtil.html#ae18227f257c9881541b84ca186680dfd',1,'SVF::SVFUtil::split()']]],
259
+ ['splitandstrip_5502',['splitAndStrip',['../CppUtil_8cpp.html#a63632e75877f12057e5b0dad97ec7a48',1,'CppUtil.cpp']]],
260
+ ['src_5503',['src',['../classSVF_1_1GenericEdge.html#a0e8736f88ee75da025d874f92328ca71',1,'SVF::GenericEdge']]],
261
+ ['srcsnkdda_5504',['SrcSnkDDA',['../classSVF_1_1SrcSnkDDA.html',1,'SVF::SrcSnkDDA'],['../classSVF_1_1SrcSnkDDA.html#a73f6ddd4ba868e203109c52e4f3600bd',1,'SVF::SrcSnkDDA::SrcSnkDDA()']]],
262
+ ['srcsnkdda_2ecpp_5505',['SrcSnkDDA.cpp',['../SrcSnkDDA_8cpp.html',1,'']]],
263
+ ['srcsnkdda_2eh_5506',['SrcSnkDDA.h',['../SrcSnkDDA_8h.html',1,'']]],
264
+ ['srcsnksolver_5507',['SrcSnkSolver',['../classSVF_1_1SrcSnkSolver.html',1,'SVF::SrcSnkSolver< GraphType, DPIm >'],['../classSVF_1_1SrcSnkSolver.html#a952450652e55f3325f24b8d237d2c37d',1,'SVF::SrcSnkSolver::SrcSnkSolver()']]],
265
+ ['srcsnksolver_2eh_5508',['SrcSnkSolver.h',['../SrcSnkSolver_8h.html',1,'']]],
266
+ ['srctocsidmap_5509',['srcToCSIDMap',['../classSVF_1_1LeakChecker.html#a46b4447bf1bf34d3b8e56cce93e04852',1,'SVF::LeakChecker']]],
267
+ ['srem_5510',['SRem',['../classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6ad2db0456c9943dd75aa091cb19040448',1,'SVF::BinaryOPStmt']]],
268
+ ['ssachi_5511',['SSACHI',['../classSVF_1_1MSSADEF.html#a32682e20c9c08d2bdd5abc62ea17af18aeebaf47309ac06cd04ae69979f4c2580',1,'SVF::MSSADEF']]],
269
+ ['ssaphi_5512',['SSAPHI',['../classSVF_1_1MSSADEF.html#a32682e20c9c08d2bdd5abc62ea17af18ae2cdc3b8aae7005f6d7495d2f200a736',1,'SVF::MSSADEF']]],
270
+ ['ssarename_5513',['SSARename',['../classSVF_1_1MemSSA.html#a16114eb55775f6ee812c1648dcaede0c',1,'SVF::MemSSA']]],
271
+ ['ssarenamebb_5514',['SSARenameBB',['../classSVF_1_1MemSSA.html#aeb7fc6c7880db45f6d0a90912ac5b5f7',1,'SVF::MemSSA']]],
272
+ ['sse_5ffunc_5fprocess_5515',['SSE_FUNC_PROCESS',['../AbstractInterpretation_8cpp.html#a6ded577f411d8dd34071fba96989f93a',1,'AbstractInterpretation.cpp']]],
273
+ ['stack_5516',['Stack',['../classSVF_1_1WTO.html#ab35eabe45c6b944b26532fbe630cd019',1,'SVF::WTO']]],
274
+ ['stack_5fobj_5517',['STACK_OBJ',['../classSVF_1_1ObjTypeInfo.html#a91b41b7ade5871362b77a2ef566b2830aad918042d1f04a5e3960817d55ccb5d5',1,'SVF::ObjTypeInfo']]],
275
+ ['standard_5518',['Standard',['../classSVF_1_1CommonCHGraph.html#a6a1feb9e268fb56b0de3efc39cfc8db8afa3f4c3017fb95011bfdc11b147eae0c',1,'SVF::CommonCHGraph']]],
276
+ ['startanalysislimittimer_5519',['startAnalysisLimitTimer',['../namespaceSVF_1_1SVFUtil.html#a757815a2c758695176120509ceb0ce70',1,'SVF::SVFUtil']]],
277
+ ['startclk_5520',['startClk',['../classSVF_1_1SVFStat.html#a730cc814fede3edb563aa9957c869e9e',1,'SVF::SVFStat']]],
278
+ ['startkind_5521',['startKind',['../classSVF_1_1GrammarBase.html#a604cb7d4850cfd12d3b8730e0cab84af',1,'SVF::GrammarBase::startKind()'],['../classSVF_1_1CFLGraph.html#a0723f25be2a163b21f478cddca5293d2',1,'SVF::CFLGraph::startKind()']]],
279
+ ['startnewptcompfromloadsrc_5522',['startNewPTCompFromLoadSrc',['../classSVF_1_1DDAVFSolver.html#acd694c2092adf8c516d1aba5f798cec7',1,'SVF::DDAVFSolver']]],
280
+ ['startnewptcompfromstoredst_5523',['startNewPTCompFromStoreDst',['../classSVF_1_1DDAVFSolver.html#aff744e724dcf06a2b1cdd7ba2b1093f1',1,'SVF::DDAVFSolver']]],
281
+ ['starttime_5524',['startTime',['../classSVF_1_1SVFStat.html#abd7a79d1fe50110a0c1d448027492669',1,'SVF::SVFStat']]],
282
+ ['stat_5525',['stat',['../classSVF_1_1SVFG.html#ad5c1415f488ec4412d5457262269eff3',1,'SVF::SVFG::stat()'],['../classSVF_1_1PointerAnalysis.html#a5ec3d9bf1fc81346c9df29638daedc0f',1,'SVF::PointerAnalysis::stat()'],['../classSVF_1_1MemSSA.html#a4fc930040ec54eb60629da18fb6a4d04',1,'SVF::MemSSA::stat()'],['../classSVF_1_1MTA.html#abd4addbfd11a9479edd8625ed1947b9f',1,'SVF::MTA::stat()']]],
283
+ ['stataddrvarptssize_5526',['statAddrVarPtsSize',['../classSVF_1_1FlowSensitiveStat.html#a81785227a688389c68171a1fbd55fa9b',1,'SVF::FlowSensitiveStat']]],
284
+ ['statbudget_5527',['StatBudget',['../classSVF_1_1Options.html#ad2f3ffd1b8d579ebe4c19a015cd599e2',1,'SVF::Options']]],
285
+ ['static_5fobj_5528',['STATIC_OBJ',['../classSVF_1_1ObjTypeInfo.html#a91b41b7ade5871362b77a2ef566b2830a4e7606afe2dabdef9c9836ae798a9d98',1,'SVF::ObjTypeInfo']]],
286
+ ['static_5fobject_5529',['STATIC_OBJECT',['../extapi_8c.html#a3fca2c30a16a7d2fd2efc60687f74995',1,'extapi.c']]],
287
+ ['static_5fstrlen_5530',['static_strlen',['../cJSON_8cpp.html#a5714bac836668a1b9af55465b78531ef',1,'cJSON.cpp']]],
288
+ ['statinit_5531',['statInit',['../classSVF_1_1ThreadAPI.html#a8a4ab0b1dcb2e3897b7740868e0d955d',1,'SVF::ThreadAPI']]],
289
+ ['statinoutptssize_5532',['statInOutPtsSize',['../classSVF_1_1FlowSensitiveStat.html#a8ae7448f6210b6c759a33e6fc8a8cee8',1,'SVF::FlowSensitiveStat']]],
290
+ ['statistic_5533',['STATISTIC',['../BreakConstantExpr_8cpp.html#a53fcf89c33901a1e4bf09351eb612a6a',1,'STATISTIC(GEPChanges, "Number of Converted GEP Constant Expressions"): BreakConstantExpr.cpp'],['../BreakConstantExpr_8cpp.html#a908d11ca6b0a342e6ddcdcced200cab3',1,'STATISTIC(TotalChanges, "Number of Converted Constant Expressions"): BreakConstantExpr.cpp']]],
291
+ ['statnullptr_5534',['statNullPtr',['../classSVF_1_1AndersenStat.html#a898f091cd9aeed4b0cf5b338b8a3b1d3',1,'SVF::AndersenStat::statNullPtr()'],['../classSVF_1_1FlowSensitiveStat.html#a36f7be42772b2df6f7594c51b7dc4770',1,'SVF::FlowSensitiveStat::statNullPtr()']]],
292
+ ['statptssize_5535',['statPtsSize',['../classSVF_1_1FlowSensitiveStat.html#af51e5b90f7bc52e3657a708c7bc5bb75',1,'SVF::FlowSensitiveStat']]],
293
+ ['std_5fdef_5536',['STD_DEF',['../classSVF_1_1DCHEdge.html#a02dc7660f9603cd065e7098ae3f220ada8b07351616a1798fa34ec3828f485ebb',1,'SVF::DCHEdge']]],
294
+ ['steens_5537',['steens',['../classSVF_1_1Steensgaard.html#a04530669bc548ae13bd8908fe4dbd3d2',1,'SVF::Steensgaard']]],
295
+ ['steensgaard_5538',['Steensgaard',['../classSVF_1_1Steensgaard.html',1,'SVF::Steensgaard'],['../classSVF_1_1Steensgaard.html#ac79e21396243dfa969136daee5ecdbd4',1,'SVF::Steensgaard::Steensgaard()']]],
296
+ ['steensgaard_2ecpp_5539',['Steensgaard.cpp',['../Steensgaard_8cpp.html',1,'']]],
297
+ ['steensgaard_2eh_5540',['Steensgaard.h',['../Steensgaard_8h.html',1,'']]],
298
+ ['steensgaard_5fwpa_5541',['Steensgaard_WPA',['../classSVF_1_1PointerAnalysis.html#a0b182ac680cce0547dbe7714c870ca85ad24ef5326c26db858c73432aa7e67a0a',1,'SVF::PointerAnalysis']]],
299
+ ['stinfo_5542',['StInfo',['../classSVF_1_1StInfo.html',1,'SVF::StInfo'],['../classSVF_1_1StInfo.html#a33948aee379e9de810c535c583f46535',1,'SVF::StInfo::StInfo()=delete'],['../classSVF_1_1StInfo.html#a987855f323885732080eff793dda1100',1,'SVF::StInfo::StInfo(const StInfo &st)=delete'],['../classSVF_1_1StInfo.html#a8c6d6933ad2c4be044d0a3557736e28d',1,'SVF::StInfo::StInfo(u32_t s)']]],
300
+ ['stinfopool_5543',['stInfoPool',['../classSVF_1_1SVFModuleWriter.html#acffe2e3f6d2275e06da728233a974ec3',1,'SVF::SVFModuleWriter::stInfoPool()'],['../classSVF_1_1SVFModuleReader.html#a6400335a26214622331a4a4a6ad07f76',1,'SVF::SVFModuleReader::stInfoPool()']]],
301
+ ['stinfos_5544',['stInfos',['../classSVF_1_1SymbolTableInfo.html#a9df4f1df1e5638ab6c9cc8147c7b8efb',1,'SVF::SymbolTableInfo']]],
302
+ ['stmtdpitem_5545',['StmtDPItem',['../classSVF_1_1StmtDPItem.html',1,'SVF::StmtDPItem< LocCond >'],['../classSVF_1_1StmtDPItem.html#aed9239e5558569f6e957e691fa1872d7',1,'SVF::StmtDPItem::StmtDPItem(NodeID c, const LocCond *locCond)'],['../classSVF_1_1StmtDPItem.html#a3882dc175baaccfa1f811dcbfef98f71',1,'SVF::StmtDPItem::StmtDPItem(const StmtDPItem &dps)']]],
303
+ ['stmtreliance_5546',['stmtReliance',['../classSVF_1_1VersionedFlowSensitive.html#af0859eb2a5b46c45aa4314e6e54f4438',1,'SVF::VersionedFlowSensitive']]],
304
+ ['stmtsvfgnode_5547',['StmtSVFGNode',['../namespaceSVF.html#a26bd4f89dc154b9c6d34b6a517777934',1,'SVF']]],
305
+ ['stmtvfgnode_5548',['StmtVFGNode',['../classSVF_1_1StmtVFGNode.html',1,'SVF::StmtVFGNode'],['../classSVF_1_1StmtVFGNode.html#a03c4e0a31d2377ef4ffe46fe183ccd9d',1,'SVF::StmtVFGNode::StmtVFGNode()']]],
306
+ ['stnodeset_5549',['stnodeSet',['../classSVF_1_1MTASVFGBuilder.html#a772436f5edc7b4bed3a3e8f0e55ac5ce',1,'SVF::MTASVFGBuilder']]],
307
+ ['stopanalysislimittimer_5550',['stopAnalysisLimitTimer',['../namespaceSVF_1_1SVFUtil.html#a168f7f7a3a8c70dbf2b5b4269cd4c7c5',1,'SVF::SVFUtil']]],
308
+ ['store_5551',['store',['../classSVF_1_1AbstractState.html#a1f935ea8ab16b04699284bf92bbbb23c',1,'SVF::AbstractState::store()'],['../classSVF_1_1RelExeState.html#a3a2d5de4c61fab8b277308a186795a13',1,'SVF::RelExeState::store(const Z3Expr &loc, const Z3Expr &value)'],['../classSVF_1_1RelExeState.html#a29be58e0074d7495c36713fd96832823',1,'SVF::RelExeState::store(u32_t objId, const Z3Expr &z3Expr)'],['../classSVF_1_1ConstraintEdge.html#a663af27955ba0c545f34fa1f076b7375a20d6a102ddc06257a822ffffcc5a3b47',1,'SVF::ConstraintEdge::Store()'],['../classSVF_1_1VFGNode.html#a99a54cf322b0eec3a1ef109ce5f2db75a6df1bb8732d5402a6f40209ea8b803e8',1,'SVF::VFGNode::Store()'],['../classSVF_1_1SVFStmt.html#a0ab8621e75e75f03425c323b3ed62ce9aa0f700b514c431ec5329aec49df56dcc',1,'SVF::SVFStmt::Store()']]],
309
+ ['store2chisetmap_5552',['store2ChiSetMap',['../classSVF_1_1MemSSA.html#a73d7465cf166d9ffa9d234d15edb375a',1,'SVF::MemSSA']]],
310
+ ['storebar_5553',['storebar',['../PAGGrammar_8txt.html#a07b9538bf6c870253aed4d379891604c',1,'PAGGrammar.txt']]],
311
+ ['storecgedge_5554',['StoreCGEdge',['../classSVF_1_1StoreCGEdge.html',1,'SVF::StoreCGEdge'],['../classSVF_1_1StoreCGEdge.html#a667b277ef845b866d3b11a7fbfce0815',1,'SVF::StoreCGEdge::StoreCGEdge()'],['../classSVF_1_1StoreCGEdge.html#a0f873b0be0ac726e412171119c5b3a50',1,'SVF::StoreCGEdge::StoreCGEdge(const StoreCGEdge &)'],['../classSVF_1_1StoreCGEdge.html#afdba4e02b1ccdc19fdc18bbe43363e79',1,'SVF::StoreCGEdge::StoreCGEdge(ConstraintNode *s, ConstraintNode *d, EdgeID id)']]],
312
+ ['storecgedgeset_5555',['StoreCGEdgeSet',['../classSVF_1_1ConstraintGraph.html#a0f9d5eef25827ac1d380e5d8bd225025',1,'SVF::ConstraintGraph']]],
313
+ ['storechi_5556',['StoreCHI',['../classSVF_1_1StoreCHI.html',1,'SVF::StoreCHI< Cond >'],['../classSVF_1_1SVFG.html#ad14cdbb3f1df1f716aa03b4d39f4e52b',1,'SVF::SVFG::STORECHI()'],['../classSVF_1_1MemSSA.html#a150e9d53ced1c143bba2d1026f739fa4',1,'SVF::MemSSA::STORECHI()'],['../classSVF_1_1StoreCHI.html#a83f353ef765d6c57b07d9f1996e02444',1,'SVF::StoreCHI::StoreCHI()']]],
314
+ ['storedstnodes_5557',['storeDstNodes',['../classSVF_1_1AliasDDAClient.html#aaad2197cec53f7eae91b3c57c168447a',1,'SVF::AliasDDAClient']]],
315
+ ['storeedgelabelcounter_5558',['storeEdgeLabelCounter',['../classSVF_1_1SVFStmt.html#a53b7e0d8666e37c23dc2c7d0fc931f27',1,'SVF::SVFStmt']]],
316
+ ['storeinedges_5559',['storeInEdges',['../classSVF_1_1ConstraintNode.html#aa57ef34caf4e8c37baec9405f4457e57',1,'SVF::ConstraintNode']]],
317
+ ['storeinst_5560',['StoreInst',['../namespaceSVF.html#ab696aab940eb187dc81217efe8649af5',1,'SVF']]],
318
+ ['storemssachi_5561',['StoreMSSACHI',['../classSVF_1_1MSSADEF.html#a32682e20c9c08d2bdd5abc62ea17af18ac9b53519d32443a72c04e771489aba43',1,'SVF::MSSADEF']]],
319
+ ['storeoutedges_5562',['storeOutEdges',['../classSVF_1_1ConstraintNode.html#a8d28c94a72acf221177aeae135f73ec1',1,'SVF::ConstraintNode']]],
320
+ ['storeset_5563',['StoreSet',['../classSVF_1_1MTA.html#a6bcd86c36f8f4307c4951a23021af92e',1,'SVF::MTA::StoreSet()'],['../classSVF_1_1MTAAnnotator.html#a37df9f2416685c535be2faa01e162f3a',1,'SVF::MTAAnnotator::storeset()']]],
321
+ ['storestmt_5564',['StoreStmt',['../classSVF_1_1StoreStmt.html',1,'SVF::StoreStmt'],['../classSVF_1_1StoreStmt.html#acbea1ddbde90259b668b21f80f56cfbb',1,'SVF::StoreStmt::StoreStmt()'],['../classSVF_1_1StoreStmt.html#a22bc2f9290dfd7ade13ba63cc983ac42',1,'SVF::StoreStmt::StoreStmt(const StoreStmt &)'],['../classSVF_1_1StoreStmt.html#a757010d593152a65285a11e5160549ae',1,'SVF::StoreStmt::StoreStmt(SVFVar *s, SVFVar *d, const IntraICFGNode *st)']]],
322
+ ['storestomrsmap_5565',['storesToMRsMap',['../classSVF_1_1MRGenerator.html#a255551fd3ff8fb33bcea93d0b00280b3',1,'SVF::MRGenerator::storesToMRsMap()'],['../classSVF_1_1MRGenerator.html#afacb458ca832ef459e873b7d90134a8c',1,'SVF::MRGenerator::StoresToMRsMap()']]],
323
+ ['storestopointstomap_5566',['StoresToPointsToMap',['../classSVF_1_1MRGenerator.html#a357e1654e30b2f91f6ea30ea5a52e91d',1,'SVF::MRGenerator::StoresToPointsToMap()'],['../classSVF_1_1MRGenerator.html#a7d86f708743a59aa31c0a9fd6de45dac',1,'SVF::MRGenerator::storesToPointsToMap()']]],
324
+ ['storesvfgnode_5567',['StoreSVFGNode',['../namespaceSVF.html#a54c5725186e66ead6faf53c10a288714',1,'SVF']]],
325
+ ['storetime_5568',['storeTime',['../classSVF_1_1FlowSensitive.html#a82b76087363b26fbe749653935569de7',1,'SVF::FlowSensitive']]],
326
+ ['storetochisetmap_5569',['StoreToChiSetMap',['../classSVF_1_1MemSSA.html#acfee1bb5534026ce991a1ab5e796c6b9',1,'SVF::MemSSA']]],
327
+ ['storetodpms_5570',['storeToDPMs',['../classSVF_1_1DDAVFSolver.html#af66895278f0ecbc882f9e4f43ef9c8a8',1,'SVF::DDAVFSolver']]],
328
+ ['storetopmsetmap_5571',['StoreToPMSetMap',['../classSVF_1_1DDAVFSolver.html#accaacd2dd680f92ff83cfe75eef6ffab',1,'SVF::DDAVFSolver']]],
329
+ ['storevfgnode_5572',['StoreVFGNode',['../classSVF_1_1StoreVFGNode.html',1,'SVF::StoreVFGNode'],['../classSVF_1_1StoreVFGNode.html#ab4b9182cb0f2ef7dfc1e15789a311ecd',1,'SVF::StoreVFGNode::StoreVFGNode()'],['../classSVF_1_1StoreVFGNode.html#a496607cda1cc26a8753d6a7af620e95a',1,'SVF::StoreVFGNode::StoreVFGNode(const StoreVFGNode &)'],['../classSVF_1_1StoreVFGNode.html#ae7ee09f0e965b6487a38a58c4f51b20b',1,'SVF::StoreVFGNode::StoreVFGNode(NodeID id, const StoreStmt *edge)']]],
330
+ ['strategy_5573',['strategy',['../classSVF_1_1NodeIDAllocator.html#a44420802f9db288515ee09771c3edd4d',1,'SVF::NodeIDAllocator::strategy()'],['../classSVF_1_1NodeIDAllocator.html#a8cf553cd07768aad3f3b91bf3d7c6228',1,'SVF::NodeIDAllocator::Strategy()']]],
331
+ ['strcasestr_5574',['strcasestr',['../extapi_8c.html#ae9229017a4501f8d6a637b4498cfed2e',1,'extapi.c']]],
332
+ ['strcat_5575',['STRCAT',['../classSVF_1_1AbstractInterpretation.html#a13fdb4a6a6d09e3504fdad16b88616daae8dad405c06383859d8db715fd455317',1,'SVF::AbstractInterpretation']]],
333
+ ['strchr_5576',['strchr',['../extapi_8c.html#afcd97f487174f9092b0f23c7ac78a55a',1,'extapi.c']]],
334
+ ['strcpy_5577',['STRCPY',['../classSVF_1_1AbstractInterpretation.html#a13fdb4a6a6d09e3504fdad16b88616daa93c9b2a9dc4bdfba5a7b23cfa5f80ccb',1,'SVF::AbstractInterpretation']]],
335
+ ['strerror_5fr_5578',['strerror_r',['../extapi_8c.html#a5db20599ab5cff2baa37f783221b3606',1,'extapi.c']]],
336
+ ['stride_5579',['stride',['../classSVF_1_1StInfo.html#a6c52ecbeeeeb0dda019c68aec687f2c2',1,'SVF::StInfo']]],
337
+ ['strides_5580',['strides',['../classSVF_1_1ConstraintNode.html#a873ba0c14dc57bd603c4a6b4d73e4278',1,'SVF::ConstraintNode']]],
338
+ ['string_5581',['string',['../structcJSON.html#aa6b47e9a4b0e0a26f519b1a2b6739983',1,'cJSON::string()'],['../cJSON_8h.html#ad4c68ea99a26b0a98ad9a79982960458',1,'string(): cJSON.h'],['../cJSON_8cpp.html#ae1adbce218e7a9d09164012443191d24',1,'string(): cJSON.cpp']]],
339
+ ['stripallcasts_5582',['stripAllCasts',['../namespaceSVF_1_1LLVMUtil.html#a38ce45ae5f017c90115ce444b44d478c',1,'SVF::LLVMUtil']]],
340
+ ['striparray_5583',['stripArray',['../classSVF_1_1DCHGraph.html#a6c276e661e5e63c1c84387f84c8a62e4',1,'SVF::DCHGraph']]],
341
+ ['stripbracketsandnamespace_5584',['stripBracketsAndNamespace',['../CppUtil_8cpp.html#af6008113739aef2f184281d3985d97d6',1,'CppUtil.cpp']]],
342
+ ['stripconstantcasts_5585',['stripConstantCasts',['../namespaceSVF_1_1LLVMUtil.html#a07bd47ccfd02c5a2a6db26b537b2184f',1,'SVF::LLVMUtil']]],
343
+ ['stripqualifiers_5586',['stripQualifiers',['../classSVF_1_1DCHGraph.html#a175ed6ad0c9b23d5617f755ab96c76c4',1,'SVF::DCHGraph']]],
344
+ ['stripspace_5587',['stripSpace',['../classSVF_1_1GrammarBuilder.html#a6de372fbe80d33a5688cada0adca0bb8',1,'SVF::GrammarBuilder']]],
345
+ ['stripwhitespaces_5588',['stripWhitespaces',['../CppUtil_8cpp.html#a6a41352b62d0c45dcb828d3740083e71',1,'CppUtil.cpp']]],
346
+ ['strongupdateoutfromin_5589',['strongUpdateOutFromIn',['../classSVF_1_1FlowSensitive.html#a8ebe4342c1496b906ee1b6450558c3e8',1,'SVF::FlowSensitive']]],
347
+ ['strpbrk_5590',['strpbrk',['../extapi_8c.html#a577b071bee67af4464665a1dc4f024e2',1,'extapi.c']]],
348
+ ['strptime_5591',['strptime',['../extapi_8c.html#aab53cb0be9d04d5bbbff4e412ba99f5b',1,'extapi.c']]],
349
+ ['strrchr_5592',['strrchr',['../extapi_8c.html#a9b5ffb90d9a30625617401e6a5999e85',1,'extapi.c']]],
350
+ ['strread_5593',['strRead',['../classSVF_1_1AbstractInterpretation.html#a7dfd11b987d9ff9528277e23191ed95d',1,'SVF::AbstractInterpretation']]],
351
+ ['strsep_5594',['strsep',['../extapi_8c.html#a93c766c6e86f4f79e7507c21f1794e15',1,'extapi.c']]],
352
+ ['strstr_5595',['strstr',['../extapi_8c.html#a4a710d86541afc6b7dafddcdb4b1c94f',1,'extapi.c']]],
353
+ ['strtod_5596',['strtod',['../extapi_8c.html#ab017280f95ea769b9422688105f02653',1,'extapi.c']]],
354
+ ['strtod_5fl_5597',['strtod_l',['../extapi_8c.html#a65fbe99baad4213df4fb26c4d934ffe3',1,'extapi.c']]],
355
+ ['strtof_5598',['strtof',['../extapi_8c.html#a2370632318c3797a314f8eb62d37947c',1,'extapi.c']]],
356
+ ['strtof_5fl_5599',['strtof_l',['../extapi_8c.html#a23a39e17fed1b7a7676bda56575e0c2c',1,'extapi.c']]],
357
+ ['strtok_5600',['strtok',['../extapi_8c.html#a8cb460f64c449f2a9b9b7a40569ce0fe',1,'extapi.c']]],
358
+ ['strtok_5fr_5601',['strtok_r',['../extapi_8c.html#ab11d86a2a3af0a355cad2337c6f4e9f7',1,'extapi.c']]],
359
+ ['strtokind_5602',['strToKind',['../classSVF_1_1GrammarBase.html#a3aae4b70e2ee0238808a2126265a2e24',1,'SVF::GrammarBase']]],
360
+ ['strtol_5603',['strtol',['../extapi_8c.html#a2ce966cd04da3c32320f54c332569e03',1,'extapi.c']]],
361
+ ['strtold_5604',['strtold',['../extapi_8c.html#a2fb0bb1a4be5c0865b119ce0d89145a7',1,'extapi.c']]],
362
+ ['strtoll_5605',['strtoll',['../extapi_8c.html#a11dd8f0251a1b6e05a9b4a031a1129c2',1,'extapi.c']]],
363
+ ['strtosymbol_5606',['strToSymbol',['../classSVF_1_1GrammarBase.html#a4826df2851cedaa92e3ab10feee9f583',1,'SVF::GrammarBase']]],
364
+ ['strtoul_5607',['strtoul',['../extapi_8c.html#aa7d767d03ce3929978c28f64e3a4b222',1,'extapi.c']]],
365
+ ['strtoull_5608',['strtoull',['../extapi_8c.html#a400239674c2feb4a690bb4178125eae0',1,'extapi.c']]],
366
+ ['strtrans_5609',['strTrans',['../classSVF_1_1CFGNormalizer.html#aea5ebe156b9536c617fc9c6acac00a61',1,'SVF::CFGNormalizer']]],
367
+ ['structlayout_5610',['StructLayout',['../namespaceSVF.html#a52c8654c221bb53a59f70ea3cb1e5c45',1,'SVF']]],
368
+ ['structname_5611',['structName',['../CppUtil_8cpp.html#a61c158146c07e77234eb4a2f9b940821',1,'CppUtil.cpp']]],
369
+ ['structtype_5612',['StructType',['../namespaceSVF.html#a2bf58575ac7d068e0f1a4cf953b9e6cb',1,'SVF']]],
370
+ ['sub_5613',['Sub',['../classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6a758382a3b40e116175ca321fa4449d7f',1,'SVF::BinaryOPStmt']]],
371
+ ['subnodes_5614',['subNodes',['../classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html#a48981e6555ad221d08f16ed2df708027',1,'SVF::SCCDetection::GNodeSCCInfo::subNodes()'],['../classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html#aa2b23b22bb0304ce07ab9b14f0fdc395',1,'SVF::SCCDetection::GNodeSCCInfo::subNodes() const'],['../classSVF_1_1SCCDetection.html#a6ab5eff6a576e6d8703c1ea29b7f425d',1,'SVF::SCCDetection::subNodes()']]],
372
+ ['subset_5615',['Subset',['../classSVF_1_1AccessPath.html#aabb6c9600fac408f36b9fde013597245a45bfb1e14fd39a700dba1243afe022e4',1,'SVF::AccessPath']]],
373
+ ['succ_5fconst_5fiterator_5616',['succ_const_iterator',['../namespaceSVF.html#a3436a988bf80c021cd8022fb445b66d5',1,'SVF']]],
374
+ ['succandcondpairvec_5617',['SuccAndCondPairVec',['../classSVF_1_1BranchStmt.html#a6a0e64824777f04be4c169125dd4f666',1,'SVF::BranchStmt']]],
375
+ ['succbbandcondvalpair_5618',['SuccBBAndCondValPair',['../namespaceSVF.html#a255efa5be786996cbdd0c1f3d98b8400',1,'SVF']]],
376
+ ['succbbandcondvalpairvec_5619',['SuccBBAndCondValPairVec',['../namespaceSVF.html#a8de26e1810ea0c3b1e8ad62f1c8a864d',1,'SVF']]],
377
+ ['succbbs_5620',['succBBs',['../classSVF_1_1SVFBasicBlock.html#a7c3a69644f5e1351aad5d0ce0048abfd',1,'SVF::SVFBasicBlock']]],
378
+ ['successors_5621',['successors',['../classSVF_1_1BranchStmt.html#a40854cd95fbae16ef8e370255d0e3cf5',1,'SVF::BranchStmt']]],
379
+ ['succinsts_5622',['succInsts',['../classSVF_1_1SVFInstruction.html#ad0e8b1042094fda42346bae211d3e679',1,'SVF::SVFInstruction']]],
380
+ ['succmap_5623',['succMap',['../classSVF_1_1POCRSolver.html#abb518bb0c0238c9fd1e04b8836f6ff36',1,'SVF::POCRSolver']]],
381
+ ['succset_5624',['succset',['../classSVF_1_1MTASVFGBuilder.html#ac909a7aa7de6cda8d2a89a9c7d2f4262',1,'SVF::MTASVFGBuilder']]],
382
+ ['sucmsg_5625',['sucMsg',['../namespaceSVF_1_1SVFUtil.html#a05dc00b2bd9a8176aae31b6cfffe725d',1,'SVF::SVFUtil']]],
383
+ ['suffix_5fobject_5626',['suffix_object',['../cJSON_8cpp.html#a5d61bcc0045ace88c2ae04f0928eeace',1,'cJSON.cpp']]],
384
+ ['super_5627',['super',['../classllvm_1_1generic__bridge__gep__type__iterator.html#aae0af8f079614e0a971c7db4b9de18fa',1,'llvm::generic_bridge_gep_type_iterator']]],
385
+ ['superset_5628',['Superset',['../classSVF_1_1AccessPath.html#aabb6c9600fac408f36b9fde013597245a52a64f855e6233e88b319cf2f3442f14',1,'SVF::AccessPath']]],
386
+ ['sval_5629',['sval',['../classSVF_1_1SVFConstantInt.html#a484bcb1494a2c0c946e85f39f7961671',1,'SVF::SVFConstantInt']]],
387
+ ['svf_5630',['SVF',['../namespaceSVF.html',1,'']]],
388
+ ['svf_2dex_2ecpp_5631',['svf-ex.cpp',['../svf-ex_8cpp.html',1,'']]],
389
+ ['svf_5fdebug_5fwith_5ftype_5632',['SVF_DEBUG_WITH_TYPE',['../SVFType_8h.html#af4959f3b61c766337464db7a1d3da399',1,'SVFType.h']]],
390
+ ['svf_5fglobal_5fctors_5633',['SVF_GLOBAL_CTORS',['../LLVMModule_8cpp.html#aa18802f2f60ef8030c66a42f20f285af',1,'LLVMModule.cpp']]],
391
+ ['svf_5fglobal_5fdtors_5634',['SVF_GLOBAL_DTORS',['../LLVMModule_8cpp.html#a9fd6e28e6ed93f65a20a348ab0646320',1,'LLVMModule.cpp']]],
392
+ ['svf_5fmain_5ffunc_5fname_5635',['SVF_MAIN_FUNC_NAME',['../LLVMModule_8cpp.html#a10ab7c7da3a458495d8528b9e90d714b',1,'LLVMModule.cpp']]],
393
+ ['svfarg_5636',['SVFArg',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea46330181ad60cd2f0766fb392063ee21',1,'SVF::SVFValue']]],
394
+ ['svfargument_5637',['SVFArgument',['../classSVF_1_1SVFArgument.html',1,'SVF::SVFArgument'],['../classSVF_1_1SVFArgument.html#aeeed6b5a59c5bf4eb4af77ec2345dccf',1,'SVF::SVFArgument::SVFArgument(const SVFType *ty, const SVFFunction *fun, u32_t argNo, bool uncalled)'],['../classSVF_1_1SVFArgument.html#a97816023e6da0a37bc1e2878c11eb123',1,'SVF::SVFArgument::SVFArgument()=delete']]],
395
+ ['svfarrayty_5638',['SVFArrayTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cac8c846ff3208d07a4a39c7a21433c6a5',1,'SVF::SVFType']]],
396
+ ['svfarraytype_5639',['SVFArrayType',['../classSVF_1_1SVFArrayType.html',1,'SVF::SVFArrayType'],['../classSVF_1_1SVFArrayType.html#a3ac5af5a8a2ba7e4f40c66ad0eb47a97',1,'SVF::SVFArrayType::SVFArrayType()']]],
397
+ ['svfbasicblock_5640',['SVFBasicBlock',['../classSVF_1_1SVFBasicBlock.html',1,'SVF::SVFBasicBlock'],['../classSVF_1_1SVFBasicBlock.html#a2f21fd47b023a9786f8ab39faaca0a27',1,'SVF::SVFBasicBlock::SVFBasicBlock(const SVFType *ty, const SVFFunction *f)'],['../classSVF_1_1SVFBasicBlock.html#ae017f9a00c523585718bde13665275b3',1,'SVF::SVFBasicBlock::SVFBasicBlock()=delete']]],
398
+ ['svfbb_5641',['SVFBB',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea732cb3760ef56163428add79824174f4',1,'SVF::SVFValue']]],
399
+ ['svfblackhole_5642',['SVFBlackHole',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860eabd75e113e24174dece49fed343d362fa',1,'SVF::SVFValue']]],
400
+ ['svfblackholevalue_5643',['SVFBlackHoleValue',['../classSVF_1_1SVFBlackHoleValue.html',1,'SVF::SVFBlackHoleValue'],['../classSVF_1_1SVFBlackHoleValue.html#ac057a29cad0944d1b359e6cd23adcec2',1,'SVF::SVFBlackHoleValue::SVFBlackHoleValue(const SVFType *ty)'],['../classSVF_1_1SVFBlackHoleValue.html#a6d94a1c1c0f229165e3327a09521e28c',1,'SVF::SVFBlackHoleValue::SVFBlackHoleValue()=delete']]],
401
+ ['svfbugevent_5644',['SVFBugEvent',['../classSVF_1_1SVFBugEvent.html',1,'SVF::SVFBugEvent'],['../classSVF_1_1SVFBugEvent.html#af012270169f767655456ae0e09add06a',1,'SVF::SVFBugEvent::SVFBugEvent()']]],
402
+ ['svfbugreport_5645',['SVFBugReport',['../classSVF_1_1SVFBugReport.html',1,'SVF::SVFBugReport'],['../classSVF_1_1SVFBugReport.html#af163790aa2065d72be8c31c281abee20',1,'SVF::SVFBugReport::SVFBugReport()']]],
403
+ ['svfbugreport_2ecpp_5646',['SVFBugReport.cpp',['../SVFBugReport_8cpp.html',1,'']]],
404
+ ['svfbugreport_2eh_5647',['SVFBugReport.h',['../SVFBugReport_8h.html',1,'']]],
405
+ ['svfcall_5648',['SVFCall',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea0cd1a3ddb49c00f3302e9010d73301e5',1,'SVF::SVFValue']]],
406
+ ['svfcallinst_5649',['SVFCallInst',['../classSVF_1_1SVFCallInst.html',1,'SVF::SVFCallInst'],['../classSVF_1_1SVFCallInst.html#a6cdb5b727c559d3c041aba94e6f64596',1,'SVF::SVFCallInst::SVFCallInst(const SVFType *ty, const SVFBasicBlock *b, bool va, bool tm, SVFValKind k=SVFCall)'],['../classSVF_1_1SVFCallInst.html#a8216a845734b0f363a82fd9190702633',1,'SVF::SVFCallInst::SVFCallInst(void)=delete']]],
407
+ ['svfconst_5650',['SVFConst',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea6dc72702914085c82deb38699b5a6f66',1,'SVF::SVFValue']]],
408
+ ['svfconstant_5651',['SVFConstant',['../classSVF_1_1SVFConstant.html',1,'SVF::SVFConstant'],['../classSVF_1_1SVFConstant.html#a3aacbc8f43aec414af229be6a9622a08',1,'SVF::SVFConstant::SVFConstant(const SVFType *ty, SVFValKind k=SVFConst)'],['../classSVF_1_1SVFConstant.html#a71fcd1abcde6dfc35f2da9fb25227165',1,'SVF::SVFConstant::SVFConstant()=delete']]],
409
+ ['svfconstantdata_5652',['SVFConstantData',['../classSVF_1_1SVFConstantData.html',1,'SVF::SVFConstantData'],['../classSVF_1_1SVFConstantData.html#a1ea9ae8d6d2b29c8357132b40de45bf0',1,'SVF::SVFConstantData::SVFConstantData(const SVFType *ty, SVFValKind k=SVFConstData)'],['../classSVF_1_1SVFConstantData.html#a057d3aebc842d72d2b89f661d18b6e34',1,'SVF::SVFConstantData::SVFConstantData()=delete']]],
410
+ ['svfconstantfp_5653',['SVFConstantFP',['../classSVF_1_1SVFConstantFP.html',1,'SVF::SVFConstantFP'],['../classSVF_1_1SVFConstantFP.html#a85f6c8bd4169c01e46170b001d3a5a80',1,'SVF::SVFConstantFP::SVFConstantFP(const SVFType *ty, double d)'],['../classSVF_1_1SVFConstantFP.html#a25657c39dd158866cd5d0958b301573e',1,'SVF::SVFConstantFP::SVFConstantFP()=delete']]],
411
+ ['svfconstantint_5654',['SVFConstantInt',['../classSVF_1_1SVFConstantInt.html',1,'SVF::SVFConstantInt'],['../classSVF_1_1SVFConstantInt.html#a66b861e33c5a3911ecd8e6e4441cb664',1,'SVF::SVFConstantInt::SVFConstantInt(const SVFType *ty, u64_t z, s64_t s)'],['../classSVF_1_1SVFConstantInt.html#ad9338bb99a77d76d1c83275d8a32f7d2',1,'SVF::SVFConstantInt::SVFConstantInt()=delete']]],
412
+ ['svfconstantnullptr_5655',['SVFConstantNullPtr',['../classSVF_1_1SVFConstantNullPtr.html',1,'SVF::SVFConstantNullPtr'],['../classSVF_1_1SVFConstantNullPtr.html#a299954e2cad5ee41b51fcff4a92439b3',1,'SVF::SVFConstantNullPtr::SVFConstantNullPtr(const SVFType *ty)'],['../classSVF_1_1SVFConstantNullPtr.html#ae853223a57df1816c3d382113b7b7b70',1,'SVF::SVFConstantNullPtr::SVFConstantNullPtr()=delete']]],
413
+ ['svfconstdata_5656',['SVFConstData',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860eab88017aa421080f4f7a033b2fa37f9ca',1,'SVF::SVFValue']]],
414
+ ['svfconstfp_5657',['SVFConstFP',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea69211a5785ed3da7924e6dcc7b604c82',1,'SVF::SVFValue']]],
415
+ ['svfconstint_5658',['SVFConstInt',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea7e9f41a359d4c5ab8a7881c3a31dc814',1,'SVF::SVFValue']]],
416
+ ['svffilesystem_2ecpp_5659',['SVFFileSystem.cpp',['../SVFFileSystem_8cpp.html',1,'']]],
417
+ ['svffilesystem_2eh_5660',['SVFFileSystem.h',['../SVFFileSystem_8h.html',1,'']]],
418
+ ['svffunc_5661',['SVFFunc',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea4582a3728eda9f58c4e7d069e4fec577',1,'SVF::SVFValue']]],
419
+ ['svffunction_5662',['SVFFunction',['../classSVF_1_1SVFFunction.html',1,'SVF::SVFFunction'],['../classSVF_1_1SVFBasicBlock.html#afcfae770b6ed1235cc1aa6c123b3a048',1,'SVF::SVFBasicBlock::SVFFunction()'],['../classSVF_1_1SVFFunction.html#a494434af0d933dfd926bedcb8937f0f8',1,'SVF::SVFFunction::SVFFunction(const SVFType *ty, const SVFFunctionType *ft, bool declare, bool intrinsic, bool addrTaken, bool varg, SVFLoopAndDomInfo *ld)'],['../classSVF_1_1SVFFunction.html#a7e965c21a8afe7fca32d0f41b16361cf',1,'SVF::SVFFunction::SVFFunction(void)=delete']]],
420
+ ['svffunctionty_5663',['SVFFunctionTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40ca01274de074f51be05f2ad6b2d0ca9dd6',1,'SVF::SVFType']]],
421
+ ['svffunctiontype_5664',['SVFFunctionType',['../classSVF_1_1SVFFunctionType.html',1,'SVF::SVFFunctionType'],['../classSVF_1_1SVFFunctionType.html#af4bacdbcf4867575f6f27fc26aa66bbe',1,'SVF::SVFFunctionType::SVFFunctionType()']]],
422
+ ['svfg_5665',['SVFG',['../classSVF_1_1SVFG.html',1,'SVF::SVFG'],['../classSVF_1_1CFLVF.html#aed71ea423497a4f64c8b62ee4187210e',1,'SVF::CFLVF::svfg()'],['../classSVF_1_1SVFGBuilder.html#af9f454c48ebf26376fca06cdcec0f9cc',1,'SVF::SVFGBuilder::svfg()'],['../classSVF_1_1ProgSlice.html#a457a759c552a1418538769d79d7a7dde',1,'SVF::ProgSlice::svfg()'],['../classSVF_1_1SrcSnkDDA.html#ae657ebdeae8a083cfec210859a0023e4',1,'SVF::SrcSnkDDA::svfg()'],['../classSVF_1_1FlowSensitive.html#aae032e5f5d53b131d0112dc8faa464a9',1,'SVF::FlowSensitive::svfg()'],['../classSVF_1_1SVFG.html#a07d48490eda50ee6d31f295150409cf3',1,'SVF::SVFG::SVFG()']]],
423
+ ['svfg_2ecpp_5666',['SVFG.cpp',['../SVFG_8cpp.html',1,'']]],
424
+ ['svfg_2eh_5667',['SVFG.h',['../SVFG_8h.html',1,'']]],
425
+ ['svfgbuilder_5668',['SVFGBuilder',['../classSVF_1_1SVFGBuilder.html',1,'SVF::SVFGBuilder'],['../classSVF_1_1DDAVFSolver.html#a0d563fe8b016b27a58f5b054fec9c38a',1,'SVF::DDAVFSolver::svfgBuilder()'],['../classSVF_1_1SVFG.html#ab2f81db3935389480baa5cb14e15e9d7',1,'SVF::SVFG::SVFGBuilder()'],['../classSVF_1_1SVFGBuilder.html#a003c6d9e13e5f73e0648d97400f1854e',1,'SVF::SVFGBuilder::SVFGBuilder()']]],
426
+ ['svfgbuilder_2ecpp_5669',['SVFGBuilder.cpp',['../SVFGBuilder_8cpp.html',1,'']]],
427
+ ['svfgbuilder_2eh_5670',['SVFGBuilder.h',['../SVFGBuilder_8h.html',1,'']]],
428
+ ['svfgedge_5671',['SVFGEdge',['../namespaceSVF.html#aa4745cf70b26e17d59752356f0b19dd9',1,'SVF']]],
429
+ ['svfgedge_2eh_5672',['SVFGEdge.h',['../SVFGEdge_8h.html',1,'']]],
430
+ ['svfgedgek_5673',['SVFGEdgeK',['../classSVF_1_1ICFGEdge.html#a068573fdbd9b99af18f3deeb9b16a38b',1,'SVF::ICFGEdge::SVFGEdgeK()'],['../classSVF_1_1VFGEdge.html#ae77e57aa36ed43fe83efa4c90a84688f',1,'SVF::VFGEdge::SVFGEdgeK()']]],
431
+ ['svfgedgeset_5674',['SVFGEdgeSet',['../classSVF_1_1DDAPass.html#acc81a1f7ad572fa27648999334479f56',1,'SVF::DDAPass::SVFGEdgeSet()'],['../classSVF_1_1DDAVFSolver.html#a6489319b33a807f7caba2d34017a3e1b',1,'SVF::DDAVFSolver::SVFGEdgeSet()'],['../classSVF_1_1SVFGStat.html#afeddbe4020e9b3c928856c2dc86af838',1,'SVF::SVFGStat::SVFGEdgeSet()'],['../classSVF_1_1SVFGBuilder.html#a640158fff237cb5afabdf1c5946550e0',1,'SVF::SVFGBuilder::SVFGEdgeSet()']]],
432
+ ['svfgedgesetty_5675',['SVFGEdgeSetTy',['../classSVF_1_1CDGEdge.html#aa75059c2515efdbf735598db42767cd6',1,'SVF::CDGEdge::SVFGEdgeSetTy()'],['../classSVF_1_1ICFGEdge.html#ad14443828b9030ee7b438fa3cdf17e56',1,'SVF::ICFGEdge::SVFGEdgeSetTy()'],['../classSVF_1_1VFG.html#ac97ef8c479556f9ca2c40cd4d8a18694',1,'SVF::VFG::SVFGEdgeSetTy()'],['../classSVF_1_1VFGEdge.html#a557334ef75bb5479b045f68c27b38701',1,'SVF::VFGEdge::SVFGEdgeSetTy()'],['../classSVF_1_1FlowSensitive.html#a69289c48fa91f850da90de080b9d26e5',1,'SVF::FlowSensitive::SVFGEdgeSetTy()']]],
433
+ ['svfghassu_5676',['svfgHasSU',['../classSVF_1_1FlowSensitive.html#a43e8ca2e69e6e8643c9abd1fa231d305',1,'SVF::FlowSensitive']]],
434
+ ['svfglob_5677',['SVFGlob',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea8a1159a8819de74d39e32aef1b415c2a',1,'SVF::SVFValue']]],
435
+ ['svfglobalvalue_5678',['SVFGlobalValue',['../classSVF_1_1SVFGlobalValue.html',1,'SVF::SVFGlobalValue'],['../classSVF_1_1SVFGlobalValue.html#a18dc40d9d9007c928a5b9d92c269cd87',1,'SVF::SVFGlobalValue::SVFGlobalValue(const SVFType *ty)'],['../classSVF_1_1SVFGlobalValue.html#ac004fb727468898e90673328119b6059',1,'SVF::SVFGlobalValue::SVFGlobalValue(std::string &&name, const SVFType *ty)'],['../classSVF_1_1SVFGlobalValue.html#aec81144051355d04775807130d22356f',1,'SVF::SVFGlobalValue::SVFGlobalValue()=delete']]],
436
+ ['svfgnode_5679',['SVFGNode',['../classSVF_1_1SVFGNodeLockSpan.html#ae5374d89b21005f56ce3bbd6f123e5d7',1,'SVF::SVFGNodeLockSpan::SVFGNode()'],['../namespaceSVF.html#a5dfa3fa5129bacdc0be0c051ccf386df',1,'SVF::SVFGNode()']]],
437
+ ['svfgnode_2eh_5680',['SVFGNode.h',['../SVFGNode_8h.html',1,'']]],
438
+ ['svfgnodebs_5681',['SVFGNodeBS',['../classSVF_1_1LeakChecker.html#a65b05e30410e40fe64d41f71516cd367',1,'SVF::LeakChecker::SVFGNodeBS()'],['../classSVF_1_1SrcSnkDDA.html#a70cff8ea7c033c01400935c9e446f2c6',1,'SVF::SrcSnkDDA::SVFGNodeBS()']]],
439
+ ['svfgnodeidset_5682',['SVFGNodeIDSet',['../classSVF_1_1MTASVFGBuilder.html#a17da7e5da237c23873e17250d9746939',1,'SVF::MTASVFGBuilder']]],
440
+ ['svfgnodeidtonodemapty_5683',['SVFGNodeIDToNodeMapTy',['../classSVF_1_1SVFG.html#a3d04ce1429b1edf90c9c0833e3b5a4a9',1,'SVF::SVFG']]],
441
+ ['svfgnodelockspan_5684',['SVFGNodeLockSpan',['../classSVF_1_1SVFGNodeLockSpan.html',1,'SVF::SVFGNodeLockSpan'],['../classSVF_1_1SVFGNodeLockSpan.html#a43f4d595b31259576b141cb99883938e',1,'SVF::SVFGNodeLockSpan::SVFGNodeLockSpan()']]],
442
+ ['svfgnodeset_5685',['SVFGNodeSet',['../classSVF_1_1CFLSVFGBuilder.html#a0f20a668d844f54f1af93f2baae58841',1,'SVF::CFLSVFGBuilder::SVFGNodeSet()'],['../classSVF_1_1SVFGOPT.html#a07874e1a77bcd5ff593757d202a4edd6',1,'SVF::SVFGOPT::SVFGNodeSet()'],['../classSVF_1_1SVFGStat.html#aee5ecd6a92c40e1e27197869028689c4',1,'SVF::SVFGStat::SVFGNodeSet()'],['../classSVF_1_1MTASVFGBuilder.html#a467e7b445394acb735b1b24ce39e966a',1,'SVF::MTASVFGBuilder::SVFGNodeSet()'],['../classSVF_1_1ProgSlice.html#a4864972e12f3e95f06bcf2bf8c847b3a',1,'SVF::ProgSlice::SVFGNodeSet()'],['../classSVF_1_1SaberSVFGBuilder.html#a298a94f9b368e37767935a42e5ba954a',1,'SVF::SaberSVFGBuilder::SVFGNodeSet()'],['../classSVF_1_1SrcSnkDDA.html#a19f02a14ee669fadc37fde3816fa2f84',1,'SVF::SrcSnkDDA::SVFGNodeSet()']]],
443
+ ['svfgnodesetiter_5686',['SVFGNodeSetIter',['../classSVF_1_1ProgSlice.html#af41c438baa739406a35bcb2e9ba431dd',1,'SVF::ProgSlice::SVFGNodeSetIter()'],['../classSVF_1_1SrcSnkDDA.html#ad6935e27bbd95d26a01b22b879efed58',1,'SVF::SrcSnkDDA::SVFGNodeSetIter()']]],
444
+ ['svfgnodetocondmap_5687',['svfgNodeToCondMap',['../classSVF_1_1ProgSlice.html#aeda61b2786b128e8c45089de60dcafce',1,'SVF::ProgSlice::svfgNodeToCondMap()'],['../classSVF_1_1ProgSlice.html#adaf0bb2e3104c9d86d997b2e7c93275e',1,'SVF::ProgSlice::SVFGNodeToCondMap()']]],
445
+ ['svfgnodetocsidmap_5688',['SVFGNodeToCSIDMap',['../classSVF_1_1LeakChecker.html#a90c7275babe222f006233d2f2d2b6700',1,'SVF::LeakChecker']]],
446
+ ['svfgnodetodpitemsmap_5689',['SVFGNodeToDPItemsMap',['../classSVF_1_1SrcSnkDDA.html#a4f9de61860db86668606f0c276ce8117',1,'SVF::SrcSnkDDA']]],
447
+ ['svfgnodetoslicemap_5690',['SVFGNodeToSliceMap',['../classSVF_1_1SrcSnkDDA.html#ac96c2f09dee260b4378eae7eb67b21e4',1,'SVF::SrcSnkDDA']]],
448
+ ['svfgnodetosvfgnodesetmap_5691',['SVFGNodeToSVFGNodeSetMap',['../classSVF_1_1ProgSlice.html#a256122a6455854a99131b807f7eb8335',1,'SVF::ProgSlice::SVFGNodeToSVFGNodeSetMap()'],['../classSVF_1_1SaberCondAllocator.html#a1e5ab069ebb4d17f04788a37fa616cab',1,'SVF::SaberCondAllocator::SVFGNodeToSVFGNodeSetMap()']]],
449
+ ['svfgnodevec_5692',['SVFGNodeVec',['../classSVF_1_1MTASVFGBuilder.html#a2d0e5077ce9ae6148845db607f086312',1,'SVF::MTASVFGBuilder']]],
450
+ ['svfgopt_5693',['SVFGOPT',['../classSVF_1_1SVFGOPT.html',1,'SVF::SVFGOPT'],['../classSVF_1_1SVFGOPT.html#a64c300c8a9f8cc2ac13eef65c1108d01',1,'SVF::SVFGOPT::SVFGOPT()']]],
451
+ ['svfgopt_2ecpp_5694',['SVFGOPT.cpp',['../SVFGOPT_8cpp.html',1,'']]],
452
+ ['svfgopt_2eh_5695',['SVFGOPT.h',['../SVFGOPT_8h.html',1,'']]],
453
+ ['svfgopttimeend_5696',['svfgOptTimeEnd',['../classSVF_1_1SVFGStat.html#ac06625b26e1aa1a0ed171c9f5cea0f35',1,'SVF::SVFGStat']]],
454
+ ['svfgopttimestart_5697',['svfgOptTimeStart',['../classSVF_1_1SVFGStat.html#a1e92f02d43f06ef31e107859d1bd8ac2',1,'SVF::SVFGStat']]],
455
+ ['svfgreadwrite_2ecpp_5698',['SVFGReadWrite.cpp',['../SVFGReadWrite_8cpp.html',1,'']]],
456
+ ['svfgscc_5699',['SVFGSCC',['../classSVF_1_1DDAPass.html#a5e51ac666db439865846b835bcea9d21',1,'SVF::DDAPass::SVFGSCC()'],['../classSVF_1_1DDAVFSolver.html#a502207f81ed22fa42f9e18ccba83ad4e',1,'SVF::DDAVFSolver::SVFGSCC()'],['../classSVF_1_1SVFGStat.html#a149edd19cd5adafec13cbb49c590f0a8',1,'SVF::SVFGStat::SVFGSCC()']]],
457
+ ['svfgsccdetection_5700',['SVFGSCCDetection',['../classSVF_1_1DDAVFSolver.html#aba0ec611a5cfd096ac0b8b11e0bd5580',1,'SVF::DDAVFSolver']]],
458
+ ['svfgstat_5701',['SVFGStat',['../classSVF_1_1SVFGStat.html',1,'SVF::SVFGStat'],['../classSVF_1_1FlowSensitive.html#a5f015d8f2b0956306822172d02b415c3',1,'SVF::FlowSensitive::svfgStat()'],['../classSVF_1_1SVFGStat.html#ae61d5bd92ef495a0f6c2f9dedac3da03',1,'SVF::SVFGStat::SVFGStat()']]],
459
+ ['svfgstat_2ecpp_5702',['SVFGStat.cpp',['../SVFGStat_8cpp.html',1,'']]],
460
+ ['svfgstat_2eh_5703',['SVFGStat.h',['../SVFGStat_8h.html',1,'']]],
461
+ ['svfgwithindcall_5704',['SVFGWithIndCall',['../classSVF_1_1SVFGBuilder.html#a70de38086437635d2e44d2a0c9fdded9',1,'SVF::SVFGBuilder']]],
462
+ ['svfgwithindirectcall_5705',['SVFGWithIndirectCall',['../classSVF_1_1Options.html#a06eea18ba4cdf509255126a9b58e8eb0',1,'SVF::Options']]],
463
+ ['svfi8ty_5706',['svfI8Ty',['../classSVF_1_1SVFType.html#aab96e07d337363b3517b0dea1b527d1c',1,'SVF::SVFType']]],
464
+ ['svfinst_5707',['SVFInst',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860eacb5f1f872986a8f8bccd9a3b3904e9dd',1,'SVF::SVFValue']]],
465
+ ['svfinstruction_5708',['SVFInstruction',['../classSVF_1_1SVFInstruction.html',1,'SVF::SVFInstruction'],['../classSVF_1_1SVFInstruction.html#a976cc9df05994e7e1b11fcdd22febcc5',1,'SVF::SVFInstruction::SVFInstruction(const SVFType *ty, const SVFBasicBlock *b, bool tm, bool isRet, SVFValKind k=SVFInst)'],['../classSVF_1_1SVFInstruction.html#a7d81c86ea5e1f8e313457862e19c2a3c',1,'SVF::SVFInstruction::SVFInstruction(void)=delete']]],
466
+ ['svfintegerty_5709',['SVFIntegerTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cae2025d3e9d7943027c74ae6bba3fff22',1,'SVF::SVFType']]],
467
+ ['svfintegertype_5710',['SVFIntegerType',['../classSVF_1_1SVFIntegerType.html',1,'SVF::SVFIntegerType'],['../classSVF_1_1SVFIntegerType.html#a4caf4cef19b93e06dfa7108a1409c32a',1,'SVF::SVFIntegerType::SVFIntegerType()']]],
468
+ ['svfir_5711',['SVFIR',['../classSVF_1_1SVFIR.html',1,'SVF::SVFIR'],['../classSVF_1_1SVFIRWriter.html#a599d699f1a1dcb576d33cb40142c6db8',1,'SVF::SVFIRWriter::svfIR()'],['../classSVF_1_1SVFVar.html#a6dbb40e8ee92033b77440c44acd8a868',1,'SVF::SVFVar::SVFIR()'],['../classSVF_1_1SVFIR.html#abf511f82cdbf7a6d9b6da167aee57636',1,'SVF::SVFIR::SVFIR()'],['../classSVF_1_1CFLBase.html#a9e6cbab31612da4a1f8f660d1fabc4c0',1,'SVF::CFLBase::svfir()']]],
469
+ ['svfir_2ecpp_5712',['SVFIR.cpp',['../SVFIR_8cpp.html',1,'']]],
470
+ ['svfir_2eh_5713',['SVFIR.h',['../SVFIR_8h.html',1,'']]],
471
+ ['svfir2absstate_5714',['SVFIR2AbsState',['../classSVF_1_1SVFIR2AbsState.html',1,'SVF::SVFIR2AbsState'],['../classSVF_1_1AbstractState.html#a25fc4decbaf702ef771219564ec64c2a',1,'SVF::AbstractState::SVFIR2AbsState()'],['../classSVF_1_1SparseAbstractState.html#a25fc4decbaf702ef771219564ec64c2a',1,'SVF::SparseAbstractState::SVFIR2AbsState()'],['../classSVF_1_1RelExeState.html#a25fc4decbaf702ef771219564ec64c2a',1,'SVF::RelExeState::SVFIR2AbsState()'],['../classSVF_1_1SVFIR2AbsState.html#a0141f9c8689e906a082f3566cb5d2cb6',1,'SVF::SVFIR2AbsState::SVFIR2AbsState()']]],
472
+ ['svfir2absstate_2ecpp_5715',['SVFIR2AbsState.cpp',['../SVFIR2AbsState_8cpp.html',1,'']]],
473
+ ['svfir2absstate_2eh_5716',['SVFIR2AbsState.h',['../SVFIR2AbsState_8h.html',1,'']]],
474
+ ['svfir2relation_2ecpp_5717',['SVFIR2Relation.cpp',['../SVFIR2Relation_8cpp.html',1,'']]],
475
+ ['svfir_5fdebug_5718',['SVFIR_DEBUG',['../SVFFileSystem_8h.html#a9b0b85a19311bdaea6d6174812eef0d9',1,'SVFFileSystem.h']]],
476
+ ['svfirbuilder_5719',['SVFIRBuilder',['../classSVF_1_1SVFIRBuilder.html',1,'SVF::SVFIRBuilder'],['../classSVF_1_1LLVMModuleSet.html#a46fadea4d08baefc8fbc1d8928da7f6b',1,'SVF::LLVMModuleSet::SVFIRBuilder()'],['../classSVF_1_1SymbolTableBuilder.html#a46fadea4d08baefc8fbc1d8928da7f6b',1,'SVF::SymbolTableBuilder::SVFIRBuilder()'],['../classSVF_1_1SVFIR.html#a46fadea4d08baefc8fbc1d8928da7f6b',1,'SVF::SVFIR::SVFIRBuilder()'],['../classSVF_1_1SVFFunction.html#a46fadea4d08baefc8fbc1d8928da7f6b',1,'SVF::SVFFunction::SVFIRBuilder()'],['../classSVF_1_1SVFBasicBlock.html#a46fadea4d08baefc8fbc1d8928da7f6b',1,'SVF::SVFBasicBlock::SVFIRBuilder()'],['../classSVF_1_1SVFCallInst.html#a46fadea4d08baefc8fbc1d8928da7f6b',1,'SVF::SVFCallInst::SVFIRBuilder()'],['../classSVF_1_1SVFIRBuilder.html#a1ecae204a349b69031f0edd7df7ca708',1,'SVF::SVFIRBuilder::SVFIRBuilder()']]],
477
+ ['svfirbuilder_2ecpp_5720',['SVFIRBuilder.cpp',['../SVFIRBuilder_8cpp.html',1,'']]],
478
+ ['svfirbuilder_2eh_5721',['SVFIRBuilder.h',['../SVFIRBuilder_8h.html',1,'']]],
479
+ ['svfirextapi_2ecpp_5722',['SVFIRExtAPI.cpp',['../SVFIRExtAPI_8cpp.html',1,'']]],
480
+ ['svfirreader_5723',['SVFIRReader',['../classSVF_1_1SVFIRReader.html',1,'SVF::SVFIRReader'],['../classSVF_1_1CHEdge.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CHEdge::SVFIRReader()'],['../classSVF_1_1CHNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CHNode::SVFIRReader()'],['../classSVF_1_1CHGraph.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CHGraph::SVFIRReader()'],['../classSVF_1_1GenericEdge.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::GenericEdge::SVFIRReader()'],['../classSVF_1_1GenericNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::GenericNode::SVFIRReader()'],['../classSVF_1_1GenericGraph.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::GenericGraph::SVFIRReader()'],['../classSVF_1_1ICFG.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::ICFG::SVFIRReader()'],['../classSVF_1_1ICFGEdge.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::ICFGEdge::SVFIRReader()'],['../classSVF_1_1IntraCFGEdge.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::IntraCFGEdge::SVFIRReader()'],['../classSVF_1_1CallCFGEdge.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CallCFGEdge::SVFIRReader()'],['../classSVF_1_1RetCFGEdge.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::RetCFGEdge::SVFIRReader()'],['../classSVF_1_1ICFGNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::ICFGNode::SVFIRReader()'],['../classSVF_1_1IntraICFGNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::IntraICFGNode::SVFIRReader()'],['../classSVF_1_1FunEntryICFGNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::FunEntryICFGNode::SVFIRReader()'],['../classSVF_1_1FunExitICFGNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::FunExitICFGNode::SVFIRReader()'],['../classSVF_1_1CallICFGNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CallICFGNode::SVFIRReader()'],['../classSVF_1_1RetICFGNode.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::RetICFGNode::SVFIRReader()'],['../classSVF_1_1IRGraph.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::IRGraph::SVFIRReader()'],['../classSVF_1_1AccessPath.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::AccessPath::SVFIRReader()'],['../classSVF_1_1SVFLoop.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFLoop::SVFIRReader()'],['../classSVF_1_1SymbolTableInfoReader.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SymbolTableInfoReader::SVFIRReader()'],['../classSVF_1_1SVFModuleReader.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFModuleReader::SVFIRReader()'],['../classSVF_1_1SVFIR.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFIR::SVFIRReader()'],['../classSVF_1_1SVFModule.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFModule::SVFIRReader()'],['../classSVF_1_1SVFStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFStmt::SVFIRReader()'],['../classSVF_1_1AssignStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::AssignStmt::SVFIRReader()'],['../classSVF_1_1AddrStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::AddrStmt::SVFIRReader()'],['../classSVF_1_1CopyStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CopyStmt::SVFIRReader()'],['../classSVF_1_1StoreStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::StoreStmt::SVFIRReader()'],['../classSVF_1_1LoadStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::LoadStmt::SVFIRReader()'],['../classSVF_1_1GepStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::GepStmt::SVFIRReader()'],['../classSVF_1_1CallPE.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CallPE::SVFIRReader()'],['../classSVF_1_1RetPE.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::RetPE::SVFIRReader()'],['../classSVF_1_1MultiOpndStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::MultiOpndStmt::SVFIRReader()'],['../classSVF_1_1PhiStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::PhiStmt::SVFIRReader()'],['../classSVF_1_1SelectStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SelectStmt::SVFIRReader()'],['../classSVF_1_1CmpStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CmpStmt::SVFIRReader()'],['../classSVF_1_1BinaryOPStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::BinaryOPStmt::SVFIRReader()'],['../classSVF_1_1UnaryOPStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::UnaryOPStmt::SVFIRReader()'],['../classSVF_1_1BranchStmt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::BranchStmt::SVFIRReader()'],['../classSVF_1_1TDForkPE.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::TDForkPE::SVFIRReader()'],['../classSVF_1_1TDJoinPE.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::TDJoinPE::SVFIRReader()'],['../classSVF_1_1StInfo.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::StInfo::SVFIRReader()'],['../classSVF_1_1SVFType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFType::SVFIRReader()'],['../classSVF_1_1SVFPointerType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFPointerType::SVFIRReader()'],['../classSVF_1_1SVFIntegerType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFIntegerType::SVFIRReader()'],['../classSVF_1_1SVFFunctionType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFFunctionType::SVFIRReader()'],['../classSVF_1_1SVFStructType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFStructType::SVFIRReader()'],['../classSVF_1_1SVFArrayType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFArrayType::SVFIRReader()'],['../classSVF_1_1SVFOtherType.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFOtherType::SVFIRReader()'],['../classSVF_1_1SVFLoopAndDomInfo.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFLoopAndDomInfo::SVFIRReader()'],['../classSVF_1_1SVFValue.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFValue::SVFIRReader()'],['../classSVF_1_1SVFFunction.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFFunction::SVFIRReader()'],['../classSVF_1_1SVFBasicBlock.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFBasicBlock::SVFIRReader()'],['../classSVF_1_1SVFInstruction.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFInstruction::SVFIRReader()'],['../classSVF_1_1SVFCallInst.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFCallInst::SVFIRReader()'],['../classSVF_1_1SVFVirtualCallInst.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFVirtualCallInst::SVFIRReader()'],['../classSVF_1_1SVFConstant.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFConstant::SVFIRReader()'],['../classSVF_1_1SVFGlobalValue.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFGlobalValue::SVFIRReader()'],['../classSVF_1_1SVFArgument.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFArgument::SVFIRReader()'],['../classSVF_1_1SVFConstantData.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFConstantData::SVFIRReader()'],['../classSVF_1_1SVFConstantInt.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFConstantInt::SVFIRReader()'],['../classSVF_1_1SVFConstantFP.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFConstantFP::SVFIRReader()'],['../classSVF_1_1SVFConstantNullPtr.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFConstantNullPtr::SVFIRReader()'],['../classSVF_1_1SVFBlackHoleValue.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFBlackHoleValue::SVFIRReader()'],['../classSVF_1_1SVFOtherValue.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFOtherValue::SVFIRReader()'],['../classSVF_1_1SVFMetadataAsValue.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFMetadataAsValue::SVFIRReader()'],['../classSVF_1_1CallSite.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::CallSite::SVFIRReader()'],['../classSVF_1_1SVFVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SVFVar::SVFIRReader()'],['../classSVF_1_1ValVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::ValVar::SVFIRReader()'],['../classSVF_1_1ObjVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::ObjVar::SVFIRReader()'],['../classSVF_1_1GepValVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::GepValVar::SVFIRReader()'],['../classSVF_1_1GepObjVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::GepObjVar::SVFIRReader()'],['../classSVF_1_1FIObjVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::FIObjVar::SVFIRReader()'],['../classSVF_1_1RetPN.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::RetPN::SVFIRReader()'],['../classSVF_1_1VarArgPN.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::VarArgPN::SVFIRReader()'],['../classSVF_1_1DummyValVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::DummyValVar::SVFIRReader()'],['../classSVF_1_1DummyObjVar.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::DummyObjVar::SVFIRReader()'],['../classSVF_1_1SymbolTableInfo.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SymbolTableInfo::SVFIRReader()'],['../classSVF_1_1MemObj.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::MemObj::SVFIRReader()'],['../classSVF_1_1ObjTypeInfo.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::ObjTypeInfo::SVFIRReader()'],['../classSVF_1_1NodeIDAllocator.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::NodeIDAllocator::SVFIRReader()'],['../structSVF_1_1SparseBitVectorElement.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SparseBitVectorElement::SVFIRReader()'],['../classSVF_1_1SparseBitVector.html#a96821c016c81ee0600ef62fd28298292',1,'SVF::SparseBitVector::SVFIRReader()']]],
481
+ ['svfirwriter_5724',['SVFIRWriter',['../classSVF_1_1SVFIRWriter.html',1,'SVF::SVFIRWriter'],['../classSVF_1_1CHEdge.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CHEdge::SVFIRWriter()'],['../classSVF_1_1CHNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CHNode::SVFIRWriter()'],['../classSVF_1_1CHGraph.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CHGraph::SVFIRWriter()'],['../classSVF_1_1GenericEdge.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GenericEdge::SVFIRWriter()'],['../classSVF_1_1GenericNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GenericNode::SVFIRWriter()'],['../classSVF_1_1GenericGraph.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GenericGraph::SVFIRWriter()'],['../classSVF_1_1ICFG.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ICFG::SVFIRWriter()'],['../classSVF_1_1ICFGEdge.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ICFGEdge::SVFIRWriter()'],['../classSVF_1_1IntraCFGEdge.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::IntraCFGEdge::SVFIRWriter()'],['../classSVF_1_1CallCFGEdge.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CallCFGEdge::SVFIRWriter()'],['../classSVF_1_1RetCFGEdge.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::RetCFGEdge::SVFIRWriter()'],['../classSVF_1_1ICFGNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ICFGNode::SVFIRWriter()'],['../classSVF_1_1IntraICFGNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::IntraICFGNode::SVFIRWriter()'],['../classSVF_1_1FunEntryICFGNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::FunEntryICFGNode::SVFIRWriter()'],['../classSVF_1_1FunExitICFGNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::FunExitICFGNode::SVFIRWriter()'],['../classSVF_1_1CallICFGNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CallICFGNode::SVFIRWriter()'],['../classSVF_1_1RetICFGNode.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::RetICFGNode::SVFIRWriter()'],['../classSVF_1_1IRGraph.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::IRGraph::SVFIRWriter()'],['../classSVF_1_1AccessPath.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::AccessPath::SVFIRWriter()'],['../classSVF_1_1SVFLoop.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFLoop::SVFIRWriter()'],['../classSVF_1_1GenericGraphWriter.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GenericGraphWriter::SVFIRWriter()'],['../classSVF_1_1ICFGWriter.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ICFGWriter::SVFIRWriter()'],['../classSVF_1_1SVFModuleWriter.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFModuleWriter::SVFIRWriter()'],['../classSVF_1_1SVFIR.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFIR::SVFIRWriter()'],['../classSVF_1_1SVFModule.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFModule::SVFIRWriter()'],['../classSVF_1_1SVFStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFStmt::SVFIRWriter()'],['../classSVF_1_1AssignStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::AssignStmt::SVFIRWriter()'],['../classSVF_1_1AddrStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::AddrStmt::SVFIRWriter()'],['../classSVF_1_1CopyStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CopyStmt::SVFIRWriter()'],['../classSVF_1_1StoreStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::StoreStmt::SVFIRWriter()'],['../classSVF_1_1LoadStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::LoadStmt::SVFIRWriter()'],['../classSVF_1_1GepStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GepStmt::SVFIRWriter()'],['../classSVF_1_1CallPE.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CallPE::SVFIRWriter()'],['../classSVF_1_1RetPE.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::RetPE::SVFIRWriter()'],['../classSVF_1_1MultiOpndStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::MultiOpndStmt::SVFIRWriter()'],['../classSVF_1_1PhiStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::PhiStmt::SVFIRWriter()'],['../classSVF_1_1SelectStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SelectStmt::SVFIRWriter()'],['../classSVF_1_1CmpStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::CmpStmt::SVFIRWriter()'],['../classSVF_1_1BinaryOPStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::BinaryOPStmt::SVFIRWriter()'],['../classSVF_1_1UnaryOPStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::UnaryOPStmt::SVFIRWriter()'],['../classSVF_1_1BranchStmt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::BranchStmt::SVFIRWriter()'],['../classSVF_1_1TDForkPE.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::TDForkPE::SVFIRWriter()'],['../classSVF_1_1TDJoinPE.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::TDJoinPE::SVFIRWriter()'],['../classSVF_1_1StInfo.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::StInfo::SVFIRWriter()'],['../classSVF_1_1SVFType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFType::SVFIRWriter()'],['../classSVF_1_1SVFPointerType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFPointerType::SVFIRWriter()'],['../classSVF_1_1SVFIntegerType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFIntegerType::SVFIRWriter()'],['../classSVF_1_1SVFFunctionType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFFunctionType::SVFIRWriter()'],['../classSVF_1_1SVFStructType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFStructType::SVFIRWriter()'],['../classSVF_1_1SVFArrayType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFArrayType::SVFIRWriter()'],['../classSVF_1_1SVFOtherType.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFOtherType::SVFIRWriter()'],['../classSVF_1_1SVFLoopAndDomInfo.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFLoopAndDomInfo::SVFIRWriter()'],['../classSVF_1_1SVFValue.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFValue::SVFIRWriter()'],['../classSVF_1_1SVFFunction.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFFunction::SVFIRWriter()'],['../classSVF_1_1SVFBasicBlock.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFBasicBlock::SVFIRWriter()'],['../classSVF_1_1SVFInstruction.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFInstruction::SVFIRWriter()'],['../classSVF_1_1SVFCallInst.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFCallInst::SVFIRWriter()'],['../classSVF_1_1SVFVirtualCallInst.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFVirtualCallInst::SVFIRWriter()'],['../classSVF_1_1SVFConstant.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFConstant::SVFIRWriter()'],['../classSVF_1_1SVFGlobalValue.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFGlobalValue::SVFIRWriter()'],['../classSVF_1_1SVFArgument.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFArgument::SVFIRWriter()'],['../classSVF_1_1SVFConstantData.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFConstantData::SVFIRWriter()'],['../classSVF_1_1SVFConstantInt.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFConstantInt::SVFIRWriter()'],['../classSVF_1_1SVFConstantFP.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFConstantFP::SVFIRWriter()'],['../classSVF_1_1SVFConstantNullPtr.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFConstantNullPtr::SVFIRWriter()'],['../classSVF_1_1SVFBlackHoleValue.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFBlackHoleValue::SVFIRWriter()'],['../classSVF_1_1SVFOtherValue.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFOtherValue::SVFIRWriter()'],['../classSVF_1_1SVFMetadataAsValue.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFMetadataAsValue::SVFIRWriter()'],['../classSVF_1_1SVFVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SVFVar::SVFIRWriter()'],['../classSVF_1_1ValVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ValVar::SVFIRWriter()'],['../classSVF_1_1ObjVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ObjVar::SVFIRWriter()'],['../classSVF_1_1GepValVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GepValVar::SVFIRWriter()'],['../classSVF_1_1GepObjVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::GepObjVar::SVFIRWriter()'],['../classSVF_1_1FIObjVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::FIObjVar::SVFIRWriter()'],['../classSVF_1_1RetPN.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::RetPN::SVFIRWriter()'],['../classSVF_1_1VarArgPN.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::VarArgPN::SVFIRWriter()'],['../classSVF_1_1DummyValVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::DummyValVar::SVFIRWriter()'],['../classSVF_1_1DummyObjVar.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::DummyObjVar::SVFIRWriter()'],['../classSVF_1_1SymbolTableInfo.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SymbolTableInfo::SVFIRWriter()'],['../classSVF_1_1MemObj.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::MemObj::SVFIRWriter()'],['../classSVF_1_1ObjTypeInfo.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::ObjTypeInfo::SVFIRWriter()'],['../classSVF_1_1NodeIDAllocator.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::NodeIDAllocator::SVFIRWriter()'],['../structSVF_1_1SparseBitVectorElement.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SparseBitVectorElement::SVFIRWriter()'],['../classSVF_1_1SparseBitVector.html#ac6d7207b2c449f2aa8129697485d8fd6',1,'SVF::SparseBitVector::SVFIRWriter()'],['../classSVF_1_1SVFIRWriter.html#a9994b9a6ddf4c852570bee918cb9de34',1,'SVF::SVFIRWriter::SVFIRWriter()']]],
482
+ ['svfloop_5725',['SVFLoop',['../classSVF_1_1SVFLoop.html',1,'SVF::SVFLoop'],['../classSVF_1_1SVFLoop.html#a25b9a079f48aa0374c91be6a1e9697f8',1,'SVF::SVFLoop::SVFLoop()']]],
483
+ ['svfloop_2eh_5726',['SVFLoop.h',['../SVFLoop_8h.html',1,'']]],
484
+ ['svfloopanddominfo_5727',['SVFLoopAndDomInfo',['../classSVF_1_1SVFLoopAndDomInfo.html',1,'SVF::SVFLoopAndDomInfo'],['../classSVF_1_1SVFLoopAndDomInfo.html#a2b5c892437d21ece0a9e0ae7a285b622',1,'SVF::SVFLoopAndDomInfo::SVFLoopAndDomInfo()']]],
485
+ ['svflooppool_5728',['svfLoopPool',['../classSVF_1_1ICFGWriter.html#a79f4edaff02404f518ffeaeab136c0a9',1,'SVF::ICFGWriter::svfLoopPool()'],['../classSVF_1_1ICFGReader.html#a366fa1cfec101c723e36582d80125194',1,'SVF::ICFGReader::svfLoopPool()']]],
486
+ ['svfloopvec_5729',['SVFLoopVec',['../classSVF_1_1ICFG.html#ad15daca24c91c5abe4bbb962979efbde',1,'SVF::ICFG']]],
487
+ ['svfmain_5730',['SVFMain',['../classSVF_1_1Options.html#a3a718b0a27c2d13878c0718af97ad73d',1,'SVF::Options']]],
488
+ ['svfmetaasvalue_5731',['SVFMetaAsValue',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860eaf3025e3b2f13ffb20a5bb441ea5f8a73',1,'SVF::SVFValue']]],
489
+ ['svfmetadataasvalue_5732',['SVFMetadataAsValue',['../classSVF_1_1SVFMetadataAsValue.html',1,'SVF::SVFMetadataAsValue'],['../classSVF_1_1SVFMetadataAsValue.html#a98acb125d1694aa233538de7618739bf',1,'SVF::SVFMetadataAsValue::SVFMetadataAsValue(const SVFType *ty)'],['../classSVF_1_1SVFMetadataAsValue.html#adc92d08f450556000a4386294c6c4370',1,'SVF::SVFMetadataAsValue::SVFMetadataAsValue()=delete']]],
490
+ ['svfmod_5733',['svfMod',['../classSVF_1_1CHGraph.html#a62a3ccdbc55381d5f8d96dc23141f2e5',1,'SVF::CHGraph::svfMod()'],['../classSVF_1_1PointerAnalysis.html#a7e8b3f6843e5ea75fd189162d2cd60a5',1,'SVF::PointerAnalysis::svfMod()']]],
491
+ ['svfmodule_5734',['SVFModule',['../classSVF_1_1SVFModule.html',1,'SVF::SVFModule'],['../classSVF_1_1DCHGraph.html#a85a3c9a6a60a4379717773f8722ae42e',1,'SVF::DCHGraph::svfModule()'],['../classSVF_1_1LLVMModuleSet.html#a43832e93a42ae43d44b0cc160981678f',1,'SVF::LLVMModuleSet::svfModule()'],['../classSVF_1_1SVFIRBuilder.html#a6ca1b9d5bb267806f8aaae5a94ed36cc',1,'SVF::SVFIRBuilder::svfModule()'],['../classSVF_1_1SVFIR.html#a8bfa675eed3c60a21134faa8e0b9e6b9',1,'SVF::SVFIR::svfModule()'],['../classSVF_1_1SVFModule.html#ad81c63b60d030828262ea375917cc189',1,'SVF::SVFModule::svfModule()'],['../classSVF_1_1SVFModule.html#a0438953758cecab4ebe1b48895639eb8',1,'SVF::SVFModule::SVFModule()=default']]],
492
+ ['svfmodule_2ecpp_5735',['SVFModule.cpp',['../SVFModule_8cpp.html',1,'']]],
493
+ ['svfmodule_2eh_5736',['SVFModule.h',['../SVFModule_8h.html',1,'']]],
494
+ ['svfmodulefieldjson_5737',['svfModuleFieldJson',['../classSVF_1_1SVFModuleReader.html#a5258ef11a30116a8c7cdd366faa6568c',1,'SVF::SVFModuleReader']]],
495
+ ['svfmodulereader_5738',['SVFModuleReader',['../classSVF_1_1SVFModuleReader.html',1,'SVF::SVFModuleReader'],['../classSVF_1_1SVFIRReader.html#a2414da27b56b86d2e6266693c66963cd',1,'SVF::SVFIRReader::svfModuleReader()']]],
496
+ ['svfmodulewriter_5739',['SVFModuleWriter',['../classSVF_1_1SVFModuleWriter.html',1,'SVF::SVFModuleWriter'],['../classSVF_1_1SVFModuleWriter.html#a915ae39b2cb537e0137f5af496b10b10',1,'SVF::SVFModuleWriter::SVFModuleWriter()'],['../classSVF_1_1SVFIRWriter.html#a9fd47674ea5736f069d994e59c24e858',1,'SVF::SVFIRWriter::svfModuleWriter()']]],
497
+ ['svfnullptr_5740',['SVFNullPtr',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea4d2525e8d4329c644940b0b44c3f0c2c',1,'SVF::SVFValue']]],
498
+ ['svfother_5741',['SVFOther',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea582b0563ca6cb659fe6811b50c5b6ad0',1,'SVF::SVFValue']]],
499
+ ['svfotherty_5742',['SVFOtherTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cac7de365c24c89f86bc6f6ab5ecafd8ef',1,'SVF::SVFType']]],
500
+ ['svfothertype_5743',['SVFOtherType',['../classSVF_1_1SVFOtherType.html',1,'SVF::SVFOtherType'],['../classSVF_1_1SVFOtherType.html#a8c87cc7640e4596333e46fa7749cf0b0',1,'SVF::SVFOtherType::SVFOtherType()']]],
501
+ ['svfothervalue_5744',['SVFOtherValue',['../classSVF_1_1SVFOtherValue.html',1,'SVF::SVFOtherValue'],['../classSVF_1_1SVFOtherValue.html#a81c02b9a60fa577a786250e088b49493',1,'SVF::SVFOtherValue::SVFOtherValue(const SVFType *ty, SVFValKind k=SVFValue::SVFOther)'],['../classSVF_1_1SVFOtherValue.html#a3966c98b9807e4d5f30869c3abccaaa9',1,'SVF::SVFOtherValue::SVFOtherValue()=delete']]],
502
+ ['svfpointerty_5745',['SVFPointerTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cae8c18603570fa65fa5a9aabdf2f5d0a1',1,'SVF::SVFType']]],
503
+ ['svfpointertype_5746',['SVFPointerType',['../classSVF_1_1SVFPointerType.html',1,'SVF::SVFPointerType'],['../classSVF_1_1SVFPointerType.html#a7e876e6f99182e5c5cb23bf2a65110f2',1,'SVF::SVFPointerType::SVFPointerType()']]],
504
+ ['svfptrty_5747',['svfPtrTy',['../classSVF_1_1SVFType.html#a6474965ec2cbc5173e313449c4868f81',1,'SVF::SVFType']]],
505
+ ['svfstat_5748',['SVFStat',['../classSVF_1_1SVFStat.html',1,'SVF::SVFStat'],['../classSVF_1_1SVFStat.html#ad22433722f7c71df19a891a5b5039d26',1,'SVF::SVFStat::SVFStat()']]],
506
+ ['svfstat_2ecpp_5749',['SVFStat.cpp',['../SVFStat_8cpp.html',1,'']]],
507
+ ['svfstat_2eh_5750',['SVFStat.h',['../SVFStat_8h.html',1,'']]],
508
+ ['svfstatements_2ecpp_5751',['SVFStatements.cpp',['../SVFStatements_8cpp.html',1,'']]],
509
+ ['svfstatements_2eh_5752',['SVFStatements.h',['../SVFStatements_8h.html',1,'']]],
510
+ ['svfstmt_5753',['SVFStmt',['../classSVF_1_1SVFStmt.html',1,'SVF::SVFStmt'],['../classSVF_1_1SVFStmt.html#a4f4159567121416cbe78d124f5c6a8b6',1,'SVF::SVFStmt::SVFStmt(GEdgeFlag k)'],['../classSVF_1_1SVFStmt.html#a2ab7295fe26d2c6d2d5c9fd027f96a47',1,'SVF::SVFStmt::SVFStmt(SVFVar *s, SVFVar *d, GEdgeFlag k, bool real=true)']]],
511
+ ['svfstmtlist_5754',['SVFStmtList',['../classSVF_1_1ICFGNode.html#aa84a3724426f08a0e31ecdbc99114072',1,'SVF::ICFGNode::SVFStmtList()'],['../classSVF_1_1MRGenerator.html#a8717adf4520e0702274c5f013776be52',1,'SVF::MRGenerator::SVFStmtList()'],['../classSVF_1_1MemSSA.html#a445d282890dbd2fb51e903255af1cc3e',1,'SVF::MemSSA::SVFStmtList()'],['../classSVF_1_1SVFIR.html#a6bc360d2604ae4a0af74530b263b10d9',1,'SVF::SVFIR::SVFStmtList()']]],
512
+ ['svfstmtset_5755',['SVFStmtSet',['../classSVF_1_1IRGraph.html#a28ea8f85b0923d00364a010c1fd4e416',1,'SVF::IRGraph::SVFStmtSet()'],['../classSVF_1_1VFG.html#a8e3633597a4dca714df20e0720b31f1e',1,'SVF::VFG::SVFStmtSet()']]],
513
+ ['svfstmtsetty_5756',['SVFStmtSetTy',['../classSVF_1_1SVFStmt.html#a8cd7b6c6fd8b030b1421d95a086359f4',1,'SVF::SVFStmt']]],
514
+ ['svfstructty_5757',['SVFStructTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40ca77e52ad9bebff282f40383f468fe856d',1,'SVF::SVFType']]],
515
+ ['svfstructtype_5758',['SVFStructType',['../classSVF_1_1SVFStructType.html',1,'SVF::SVFStructType'],['../classSVF_1_1SVFStructType.html#a92ee752b62e49b7427d3ef51bcb6a6ba',1,'SVF::SVFStructType::SVFStructType()']]],
516
+ ['svfty_5759',['SVFTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40ca2862d2a6ef2e31bf7fa1cc2f72d65725',1,'SVF::SVFType']]],
517
+ ['svftykind_5760',['SVFTyKind',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40c',1,'SVF::SVFType']]],
518
+ ['svftype_5761',['SVFType',['../classSVF_1_1SVFType.html',1,'SVF::SVFType'],['../classSVF_1_1SVFType.html#a099304f203453cb64cacf5f81c48735f',1,'SVF::SVFType::SVFType(bool svt, SVFTyKind k, u32_t Sz=1)'],['../classSVF_1_1SVFType.html#aaaa5452f32227f5e44ac7665f2945202',1,'SVF::SVFType::SVFType(void)=delete']]],
519
+ ['svftype_2ecpp_5762',['SVFType.cpp',['../SVFType_8cpp.html',1,'']]],
520
+ ['svftype_2eh_5763',['SVFType.h',['../SVFType_8h.html',1,'']]],
521
+ ['svftypelocsetspair_5764',['SVFTypeLocSetsPair',['../classSVF_1_1SVFIR.html#a9062fc3ed889f8971fb2ea49b8de3674',1,'SVF::SVFIR']]],
522
+ ['svftypepool_5765',['svfTypePool',['../classSVF_1_1SVFModuleWriter.html#ad7636d8ee53d13d06bc5c5712fb4837d',1,'SVF::SVFModuleWriter::svfTypePool()'],['../classSVF_1_1SVFModuleReader.html#a8db477eba6a3886e63dfd13cfabd5c8d',1,'SVF::SVFModuleReader::svfTypePool()']]],
523
+ ['svftypes_5766',['svfTypes',['../classSVF_1_1SymbolTableInfo.html#aff6341f4e2a79b3c999ec955e48555c9',1,'SVF::SymbolTableInfo']]],
524
+ ['svftypeset_5767',['SVFTypeSet',['../classSVF_1_1SymbolTableInfo.html#a87d443030a8a86e13be5a3a964bc7fa4',1,'SVF::SymbolTableInfo']]],
525
+ ['svfutil_5768',['SVFUtil',['../namespaceSVF_1_1SVFUtil.html',1,'SVF']]],
526
+ ['svfutil_2ecpp_5769',['SVFUtil.cpp',['../SVFUtil_8cpp.html',1,'']]],
527
+ ['svfutil_2eh_5770',['SVFUtil.h',['../SVFUtil_8h.html',1,'']]],
528
+ ['svfval_5771',['SVFVal',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea51746c2f6b368f5d9a7ec4625cb6559e',1,'SVF::SVFValue']]],
529
+ ['svfvalkind_5772',['SVFValKind',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860e',1,'SVF::SVFValue']]],
530
+ ['svfvalue_5773',['SVFValue',['../classSVF_1_1SVFValue.html',1,'SVF::SVFValue'],['../classSVF_1_1SVFValue.html#a5860aa7cc16de3c221f06742d0d832dd',1,'SVF::SVFValue::SVFValue(const SVFType *ty, SVFValKind k)'],['../classSVF_1_1SVFValue.html#af38497e11745949a8a1eeead143efd58',1,'SVF::SVFValue::SVFValue()=delete']]],
531
+ ['svfvalue_2ecpp_5774',['SVFValue.cpp',['../SVFValue_8cpp.html',1,'']]],
532
+ ['svfvalue_2eh_5775',['SVFValue.h',['../SVFValue_8h.html',1,'']]],
533
+ ['svfvalue2llvmvalue_5776',['SVFValue2LLVMValue',['../classSVF_1_1LLVMModuleSet.html#a7f8e61cf5d838d7a2e862bc6955f16be',1,'SVF::LLVMModuleSet']]],
534
+ ['svfvalue2llvmvaluemap_5777',['SVFValue2LLVMValueMap',['../classSVF_1_1LLVMModuleSet.html#aa872d7a6b6bf3ec944bd9077de51b259',1,'SVF::LLVMModuleSet']]],
535
+ ['svfvaluepool_5778',['svfValuePool',['../classSVF_1_1SVFModuleWriter.html#aa3c7f0cf409d3b303f3dc308951b45fd',1,'SVF::SVFModuleWriter::svfValuePool()'],['../classSVF_1_1SVFModuleReader.html#a2993c4358d71036440325001163731fe',1,'SVF::SVFModuleReader::svfValuePool()']]],
536
+ ['svfvar_5779',['SVFVar',['../classSVF_1_1SVFVar.html',1,'SVF::SVFVar'],['../classSVF_1_1SVFVar.html#a4dd7c0b8216d8793376596d0b4ed90e1',1,'SVF::SVFVar::SVFVar(NodeID i, PNODEK k)'],['../classSVF_1_1SVFVar.html#a83626a4beb124b35bcd5af86c9fc62fd',1,'SVF::SVFVar::SVFVar(const SVFValue *val, NodeID i, PNODEK k)']]],
537
+ ['svfvariables_2ecpp_5780',['SVFVariables.cpp',['../SVFVariables_8cpp.html',1,'']]],
538
+ ['svfvariables_2eh_5781',['SVFVariables.h',['../SVFVariables_8h.html',1,'']]],
539
+ ['svfvarlist_5782',['SVFVarList',['../classSVF_1_1SVFIR.html#a64939d7ecfd8e2cf862782954a56596b',1,'SVF::SVFIR']]],
540
+ ['svfvcall_5783',['SVFVCall',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea240c99d161081b7400deddde71ca6914',1,'SVF::SVFValue']]],
541
+ ['svfvirtualcallinst_5784',['SVFVirtualCallInst',['../classSVF_1_1SVFVirtualCallInst.html',1,'SVF::SVFVirtualCallInst'],['../classSVF_1_1SVFVirtualCallInst.html#a57fa2d35c2df09e607b5d23852fca2fd',1,'SVF::SVFVirtualCallInst::SVFVirtualCallInst()']]],
542
+ ['switchinst_5785',['SwitchInst',['../namespaceSVF.html#a412280b134578905248ce0122c5db7c9',1,'SVF']]],
543
+ ['symabs_5786',['SYMABS',['../ae_8cpp.html#acf883aea11ed083025935a7257b5967d',1,'ae.cpp']]],
544
+ ['symblicabstractiontest_5787',['SymblicAbstractionTest',['../classSymblicAbstractionTest.html',1,'SymblicAbstractionTest'],['../classSymblicAbstractionTest.html#a257f62679b2ee86ffbadf33ca5031ed1',1,'SymblicAbstractionTest::SymblicAbstractionTest()']]],
545
+ ['symbol_5788',['Symbol',['../structSVF_1_1GrammarBase_1_1Symbol.html',1,'SVF::GrammarBase::Symbol'],['../classSVF_1_1GrammarBase.html#a760208fb9737e766deb79d593ab86a3c',1,'SVF::GrammarBase::Symbol()'],['../classSVF_1_1CFLGraphBuilder.html#a2ab271d42ab82aea2adf8b0e641aa39c',1,'SVF::CFLGraphBuilder::Symbol()'],['../classSVF_1_1CFLSolver.html#a6c5e6474c6dfe0a067d397ea66c24dac',1,'SVF::CFLSolver::Symbol()'],['../classSVF_1_1CFLGraph.html#aef6b4499430812645aa92799cf61ab96',1,'SVF::CFLGraph::Symbol()'],['../structSVF_1_1GrammarBase_1_1Symbol.html#ad8268060892644d15b13f84124bc1eaf',1,'SVF::GrammarBase::Symbol::Symbol()'],['../structSVF_1_1GrammarBase_1_1Symbol.html#aa37072e1a6c0875305260c7c2414d767',1,'SVF::GrammarBase::Symbol::Symbol(const u32_t &num)']]],
546
+ ['symbolhash_5789',['SymbolHash',['../classSVF_1_1GrammarBase_1_1SymbolHash.html',1,'SVF::GrammarBase']]],
547
+ ['symbolinfo_5790',['SymbolInfo',['../classSVF_1_1SymbolTableInfo.html#a267169023fc4f8dd66b145f7231fec11',1,'SVF::SymbolTableInfo']]],
548
+ ['symbolmap_5791',['SymbolMap',['../classSVF_1_1GrammarBase.html#a4405933cc8ed8cf30b98ee16fc14c112',1,'SVF::GrammarBase']]],
549
+ ['symbolset_5792',['SymbolSet',['../classSVF_1_1GrammarBase.html#a8687586451b07458d591120cdee9f6a3',1,'SVF::GrammarBase']]],
550
+ ['symboltablebuilder_5793',['SymbolTableBuilder',['../classSVF_1_1SymbolTableBuilder.html',1,'SVF::SymbolTableBuilder'],['../classSVF_1_1SymbolTableInfo.html#a9d9633d48431b80c078bd4a34c1e7fa0',1,'SVF::SymbolTableInfo::SymbolTableBuilder()'],['../classSVF_1_1ObjTypeInfo.html#a9d9633d48431b80c078bd4a34c1e7fa0',1,'SVF::ObjTypeInfo::SymbolTableBuilder()'],['../classSVF_1_1SymbolTableBuilder.html#ad39b982a2a91a10b4f22ee6150e9cebf',1,'SVF::SymbolTableBuilder::SymbolTableBuilder()']]],
551
+ ['symboltablebuilder_2ecpp_5794',['SymbolTableBuilder.cpp',['../SymbolTableBuilder_8cpp.html',1,'']]],
552
+ ['symboltablebuilder_2eh_5795',['SymbolTableBuilder.h',['../SymbolTableBuilder_8h.html',1,'']]],
553
+ ['symboltableinfo_5796',['SymbolTableInfo',['../classSVF_1_1SymbolTableInfo.html',1,'SVF::SymbolTableInfo'],['../classSVF_1_1AccessPath.html#a32ddec529ccbf4ea6336e5fd765164d8',1,'SVF::AccessPath::SymbolTableInfo()'],['../classSVF_1_1SymbolTableInfo.html#aff272bc1d00f2e57b7677d1826a31237',1,'SVF::SymbolTableInfo::SymbolTableInfo()']]],
554
+ ['symboltableinfo_2ecpp_5797',['SymbolTableInfo.cpp',['../SymbolTableInfo_8cpp.html',1,'']]],
555
+ ['symboltableinfo_2eh_5798',['SymbolTableInfo.h',['../SymbolTableInfo_8h.html',1,'']]],
556
+ ['symboltableinforeader_5799',['SymbolTableInfoReader',['../classSVF_1_1SymbolTableInfoReader.html',1,'SVF']]],
557
+ ['symbolvectorhash_5800',['SymbolVectorHash',['../structSVF_1_1GrammarBase_1_1SymbolVectorHash.html',1,'SVF::GrammarBase']]],
558
+ ['symid_5801',['symId',['../classSVF_1_1MemObj.html#a37f4e34b7f7dd6bfd4379cf3552e9046',1,'SVF::MemObj::symId()'],['../namespaceSVF.html#ad11fe2412b2182365a662ff0e4639b48',1,'SVF::SymID()']]],
559
+ ['syminfo_5802',['symInfo',['../classSVF_1_1LLVMModuleSet.html#a5552135a27684cbe4d2a5ed346f64644',1,'SVF::LLVMModuleSet::symInfo()'],['../classSVF_1_1SymbolTableBuilder.html#a3100246d9b0a58e53f2dbc8acf231afb',1,'SVF::SymbolTableBuilder::symInfo()'],['../classSVF_1_1IRGraph.html#a679145e7bf818b0a19005dc8e2845fe1',1,'SVF::IRGraph::symInfo()'],['../classSVF_1_1SymbolTableInfo.html#a4fbb8ea4b4796d10d13c027b7455505c',1,'SVF::SymbolTableInfo::symInfo()']]],
560
+ ['symtabfieldjson_5803',['symTabFieldJson',['../classSVF_1_1SymbolTableInfoReader.html#a4ebfcabecee32b0a226c2c57f6411a3c',1,'SVF::SymbolTableInfoReader']]],
561
+ ['symtablereader_5804',['symTableReader',['../classSVF_1_1SVFIRReader.html#af86d67ef511b844e11a7d4f20756385c',1,'SVF::SVFIRReader']]],
562
+ ['symtabprint_5805',['SymTabPrint',['../classSVF_1_1Options.html#a52c06ea1c5dd347079f192f0cba3dcd3',1,'SVF::Options']]],
563
+ ['symtostrdump_5806',['symToStrDump',['../classSVF_1_1GrammarBase.html#a49aad1a3620735a2929795df3d23ba38',1,'SVF::GrammarBase']]],
564
+ ['symtype_5807',['SYMTYPE',['../classSVF_1_1SymbolTableInfo.html#afd2cf6ef6d7f2a583c709a72067be89b',1,'SVF::SymbolTableInfo']]],
565
+ ['szudzik_5808',['szudzik',['../structSVF_1_1Hash_3_01std_1_1pair_3_01S_00_01T_01_4_01_4.html#adf5f19b1b32c117571fe74035cdcdbe2',1,'SVF::Hash< std::pair< S, T > >']]]
577
566
  ];