svf-tools 1.0.837 → 1.0.839

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 (401) hide show
  1. package/SVF-doxygen/html/AndersenSCD_8cpp_source.html +1 -1
  2. package/SVF-doxygen/html/Andersen_8cpp_source.html +20 -16
  3. package/SVF-doxygen/html/Andersen_8h_source.html +2 -2
  4. package/SVF-doxygen/html/BoundedZ3Expr_8cpp_source.html +1 -1
  5. package/SVF-doxygen/html/CFLAlias_8cpp_source.html +2 -2
  6. package/SVF-doxygen/html/CFLBase_8cpp_source.html +4 -4
  7. package/SVF-doxygen/html/CFLGraphBuilder_8cpp_source.html +1 -1
  8. package/SVF-doxygen/html/CFLSVFGBuilder_8cpp.html +86 -0
  9. package/SVF-doxygen/html/CFLSVFGBuilder_8cpp_source.html +195 -0
  10. package/SVF-doxygen/html/CFLSVFGBuilder_8h.html +98 -0
  11. package/SVF-doxygen/html/CFLSVFGBuilder_8h_source.html +148 -0
  12. package/SVF-doxygen/html/CFLVF_8cpp_source.html +4 -4
  13. package/SVF-doxygen/html/CFLVF_8h.html +1 -1
  14. package/SVF-doxygen/html/CFLVF_8h_source.html +5 -5
  15. package/SVF-doxygen/html/CHGBuilder_8cpp_source.html +1 -1
  16. package/SVF-doxygen/html/ConsG_8cpp_source.html +3 -3
  17. package/SVF-doxygen/html/DCHG_8cpp_source.html +1 -1
  18. package/SVF-doxygen/html/DDAPass_8cpp_source.html +9 -9
  19. package/SVF-doxygen/html/DDAStat_8cpp_source.html +1 -1
  20. package/SVF-doxygen/html/DDAVFSolver_8h_source.html +1 -1
  21. package/SVF-doxygen/html/DoubleFreeChecker_8cpp_source.html +5 -5
  22. package/SVF-doxygen/html/DoubleFreeChecker_8h_source.html +1 -1
  23. package/SVF-doxygen/html/ExtAPI_8cpp_source.html +1 -1
  24. package/SVF-doxygen/html/FSMPTA_8cpp_source.html +3 -3
  25. package/SVF-doxygen/html/FileChecker_8cpp_source.html +2 -2
  26. package/SVF-doxygen/html/FileChecker_8h_source.html +1 -1
  27. package/SVF-doxygen/html/FlowSensitive_8cpp_source.html +3 -3
  28. package/SVF-doxygen/html/ICFG_8cpp_source.html +1 -1
  29. package/SVF-doxygen/html/IRGraph_8cpp_source.html +1 -1
  30. package/SVF-doxygen/html/LLVMLoopAnalysis_8cpp_source.html +1 -1
  31. package/SVF-doxygen/html/LLVMModule_8cpp_source.html +2 -2
  32. package/SVF-doxygen/html/LeakChecker_8cpp_source.html +3 -3
  33. package/SVF-doxygen/html/LeakChecker_8h_source.html +1 -1
  34. package/SVF-doxygen/html/LockResultValidator_8cpp_source.html +1 -1
  35. package/SVF-doxygen/html/MHP_8cpp_source.html +1 -1
  36. package/SVF-doxygen/html/MTAAnnotator_8cpp_source.html +1 -1
  37. package/SVF-doxygen/html/MTAResultValidator_8cpp_source.html +1 -1
  38. package/SVF-doxygen/html/MTAStat_8cpp_source.html +1 -1
  39. package/SVF-doxygen/html/MemRegion_8cpp_source.html +1 -1
  40. package/SVF-doxygen/html/MemSSA_8cpp_source.html +2 -2
  41. package/SVF-doxygen/html/Options_8cpp_source.html +825 -892
  42. package/SVF-doxygen/html/Options_8h_source.html +275 -297
  43. package/SVF-doxygen/html/PointerAnalysisImpl_8cpp_source.html +1 -1
  44. package/SVF-doxygen/html/PointerAnalysis_8cpp_source.html +12 -12
  45. package/SVF-doxygen/html/ProgSlice_8cpp_source.html +170 -136
  46. package/SVF-doxygen/html/ProgSlice_8h_source.html +314 -298
  47. package/SVF-doxygen/html/SVFGBuilder_8cpp_source.html +4 -4
  48. package/SVF-doxygen/html/SVFGOPT_8cpp_source.html +4 -4
  49. package/SVF-doxygen/html/SVFGOPT_8h_source.html +5 -5
  50. package/SVF-doxygen/html/SVFGReadWrite_8cpp_source.html +2 -2
  51. package/SVF-doxygen/html/SVFG_8cpp_source.html +32 -32
  52. package/SVF-doxygen/html/SVFG_8h_source.html +446 -444
  53. package/SVF-doxygen/html/SVFIR2ItvExeState_8cpp_source.html +1 -1
  54. package/SVF-doxygen/html/SVFIR_8cpp_source.html +2 -2
  55. package/SVF-doxygen/html/SVFStatements_8cpp_source.html +1 -1
  56. package/SVF-doxygen/html/SVFUtil_8cpp_source.html +1 -1
  57. package/SVF-doxygen/html/SVFVariables_8cpp_source.html +1 -1
  58. package/SVF-doxygen/html/SaberCondAllocator_8cpp_source.html +2 -2
  59. package/SVF-doxygen/html/SaberCondAllocator_8h_source.html +246 -235
  60. package/SVF-doxygen/html/SaberSVFGBuilder_8cpp.html +1 -0
  61. package/SVF-doxygen/html/SaberSVFGBuilder_8cpp_source.html +272 -266
  62. package/SVF-doxygen/html/SaberSVFGBuilder_8h_source.html +75 -62
  63. package/SVF-doxygen/html/SrcSnkDDA_8cpp_source.html +261 -260
  64. package/SVF-doxygen/html/SrcSnkDDA_8h_source.html +18 -18
  65. package/SVF-doxygen/html/SymbolTableBuilder_8cpp_source.html +3 -3
  66. package/SVF-doxygen/html/SymbolTableInfo_8cpp_source.html +3 -3
  67. package/SVF-doxygen/html/TCT_8cpp_source.html +1 -1
  68. package/SVF-doxygen/html/TypeAnalysis_8cpp_source.html +1 -1
  69. package/SVF-doxygen/html/VFG_8cpp_source.html +1 -1
  70. package/SVF-doxygen/html/VersionedFlowSensitive_8cpp_source.html +4 -4
  71. package/SVF-doxygen/html/WPAPass_8cpp_source.html +5 -5
  72. package/SVF-doxygen/html/Z3Expr_8cpp_source.html +1 -1
  73. package/SVF-doxygen/html/annotated.html +377 -376
  74. package/SVF-doxygen/html/classSVF_1_1AddrStmt.html +1 -1
  75. package/SVF-doxygen/html/classSVF_1_1Andersen.html +18 -14
  76. package/SVF-doxygen/html/classSVF_1_1AndersenBase.html +4 -4
  77. package/SVF-doxygen/html/classSVF_1_1AndersenSCD.html +1 -1
  78. package/SVF-doxygen/html/classSVF_1_1BVDataPTAImpl.html +1 -1
  79. package/SVF-doxygen/html/classSVF_1_1BinaryOPStmt.html +1 -1
  80. package/SVF-doxygen/html/classSVF_1_1BoundedZ3Expr.html +1 -1
  81. package/SVF-doxygen/html/classSVF_1_1BranchStmt.html +1 -1
  82. package/SVF-doxygen/html/classSVF_1_1CFLAlias.html +2 -2
  83. package/SVF-doxygen/html/classSVF_1_1CFLBase.html +4 -4
  84. package/SVF-doxygen/html/classSVF_1_1CFLGraphBuilder.html +1 -1
  85. package/SVF-doxygen/html/classSVF_1_1CFLSVFGBuilder-members.html +121 -0
  86. package/SVF-doxygen/html/classSVF_1_1CFLSVFGBuilder.html +473 -0
  87. package/SVF-doxygen/html/classSVF_1_1CFLSVFGBuilder.png +0 -0
  88. package/SVF-doxygen/html/classSVF_1_1CFLVF-members.html +1 -1
  89. package/SVF-doxygen/html/classSVF_1_1CFLVF.html +11 -11
  90. package/SVF-doxygen/html/classSVF_1_1CHGBuilder.html +1 -1
  91. package/SVF-doxygen/html/classSVF_1_1CallPE.html +1 -1
  92. package/SVF-doxygen/html/classSVF_1_1CmpStmt.html +1 -1
  93. package/SVF-doxygen/html/classSVF_1_1ConstraintNode.html +1 -1
  94. package/SVF-doxygen/html/classSVF_1_1CopyStmt.html +1 -1
  95. package/SVF-doxygen/html/classSVF_1_1DCHGraph.html +1 -1
  96. package/SVF-doxygen/html/classSVF_1_1DDAPass.html +9 -9
  97. package/SVF-doxygen/html/classSVF_1_1DDAStat.html +1 -1
  98. package/SVF-doxygen/html/classSVF_1_1DDAVFSolver.html +1 -1
  99. package/SVF-doxygen/html/classSVF_1_1DoubleFreeChecker.html +6 -6
  100. package/SVF-doxygen/html/classSVF_1_1ExtAPI.html +1 -1
  101. package/SVF-doxygen/html/classSVF_1_1FIObjVar.html +1 -1
  102. package/SVF-doxygen/html/classSVF_1_1FileChecker.html +3 -3
  103. package/SVF-doxygen/html/classSVF_1_1FlowDDA.html +1 -1
  104. package/SVF-doxygen/html/classSVF_1_1FlowSensitive.html +4 -4
  105. package/SVF-doxygen/html/classSVF_1_1FlowSensitiveStat.html +1 -1
  106. package/SVF-doxygen/html/classSVF_1_1GepObjVar.html +1 -1
  107. package/SVF-doxygen/html/classSVF_1_1GepStmt.html +1 -1
  108. package/SVF-doxygen/html/classSVF_1_1GepValVar.html +1 -1
  109. package/SVF-doxygen/html/classSVF_1_1ICFG.html +1 -1
  110. package/SVF-doxygen/html/classSVF_1_1LLVMLoopAnalysis.html +1 -1
  111. package/SVF-doxygen/html/classSVF_1_1LLVMModuleSet.html +2 -2
  112. package/SVF-doxygen/html/classSVF_1_1LeakChecker.html +6 -6
  113. package/SVF-doxygen/html/classSVF_1_1LoadStmt.html +1 -1
  114. package/SVF-doxygen/html/classSVF_1_1LockResultValidator.html +1 -1
  115. package/SVF-doxygen/html/classSVF_1_1MHP.html +1 -1
  116. package/SVF-doxygen/html/classSVF_1_1MRGenerator.html +1 -1
  117. package/SVF-doxygen/html/classSVF_1_1MTAAnnotator.html +1 -1
  118. package/SVF-doxygen/html/classSVF_1_1MTAResultValidator.html +1 -1
  119. package/SVF-doxygen/html/classSVF_1_1MTASVFGBuilder.html +3 -3
  120. package/SVF-doxygen/html/classSVF_1_1MTAStat.html +1 -1
  121. package/SVF-doxygen/html/classSVF_1_1MemSSA.html +2 -2
  122. package/SVF-doxygen/html/classSVF_1_1ObjTypeInfo.html +1 -1
  123. package/SVF-doxygen/html/classSVF_1_1ObjVar.html +1 -1
  124. package/SVF-doxygen/html/classSVF_1_1Options-members.html +64 -73
  125. package/SVF-doxygen/html/classSVF_1_1Options.html +128 -362
  126. package/SVF-doxygen/html/classSVF_1_1PhiStmt.html +1 -1
  127. package/SVF-doxygen/html/classSVF_1_1PointerAnalysis.html +12 -12
  128. package/SVF-doxygen/html/classSVF_1_1ProgSlice-members.html +25 -22
  129. package/SVF-doxygen/html/classSVF_1_1ProgSlice.html +493 -366
  130. package/SVF-doxygen/html/classSVF_1_1RetPE.html +1 -1
  131. package/SVF-doxygen/html/classSVF_1_1SVFG-members.html +182 -181
  132. package/SVF-doxygen/html/classSVF_1_1SVFG.html +326 -300
  133. package/SVF-doxygen/html/classSVF_1_1SVFGBuilder.html +6 -5
  134. package/SVF-doxygen/html/classSVF_1_1SVFGBuilder.png +0 -0
  135. package/SVF-doxygen/html/classSVF_1_1SVFGOPT.html +11 -11
  136. package/SVF-doxygen/html/classSVF_1_1SVFIR.html +2 -2
  137. package/SVF-doxygen/html/classSVF_1_1SVFIR2ItvExeState.html +1 -1
  138. package/SVF-doxygen/html/classSVF_1_1SVFIRBuilder.html +7 -7
  139. package/SVF-doxygen/html/classSVF_1_1SaberCondAllocator-members.html +22 -19
  140. package/SVF-doxygen/html/classSVF_1_1SaberCondAllocator.html +239 -160
  141. package/SVF-doxygen/html/classSVF_1_1SaberSVFGBuilder-members.html +11 -9
  142. package/SVF-doxygen/html/classSVF_1_1SaberSVFGBuilder.html +348 -286
  143. package/SVF-doxygen/html/classSVF_1_1SaberSVFGBuilder.png +0 -0
  144. package/SVF-doxygen/html/classSVF_1_1SelectStmt.html +1 -1
  145. package/SVF-doxygen/html/classSVF_1_1SrcSnkDDA.html +263 -261
  146. package/SVF-doxygen/html/classSVF_1_1StoreStmt.html +1 -1
  147. package/SVF-doxygen/html/classSVF_1_1SymbolTableBuilder.html +3 -3
  148. package/SVF-doxygen/html/classSVF_1_1SymbolTableInfo.html +3 -3
  149. package/SVF-doxygen/html/classSVF_1_1TCT.html +1 -1
  150. package/SVF-doxygen/html/classSVF_1_1TDForkPE.html +1 -1
  151. package/SVF-doxygen/html/classSVF_1_1TDJoinPE.html +1 -1
  152. package/SVF-doxygen/html/classSVF_1_1TypeAnalysis.html +1 -1
  153. package/SVF-doxygen/html/classSVF_1_1UnaryOPStmt.html +1 -1
  154. package/SVF-doxygen/html/classSVF_1_1VFG.html +1 -1
  155. package/SVF-doxygen/html/classSVF_1_1ValVar.html +1 -1
  156. package/SVF-doxygen/html/classSVF_1_1VersionedFlowSensitive.html +4 -4
  157. package/SVF-doxygen/html/classSVF_1_1WPAPass.html +5 -5
  158. package/SVF-doxygen/html/classSVF_1_1Z3Expr.html +1 -1
  159. package/SVF-doxygen/html/classes.html +95 -94
  160. package/SVF-doxygen/html/dir_1b8e404556d3e8597ae60437f0a084bf.html +2 -0
  161. package/SVF-doxygen/html/dir_8a9c8659eb68b9cbd3fead4690588a47.html +2 -0
  162. package/SVF-doxygen/html/files.html +6 -4
  163. package/SVF-doxygen/html/functions_b.html +7 -6
  164. package/SVF-doxygen/html/functions_c.html +38 -29
  165. package/SVF-doxygen/html/functions_d.html +0 -15
  166. package/SVF-doxygen/html/functions_f.html +9 -9
  167. package/SVF-doxygen/html/functions_func_b.html +3 -2
  168. package/SVF-doxygen/html/functions_func_c.html +29 -23
  169. package/SVF-doxygen/html/functions_func_g.html +14 -10
  170. package/SVF-doxygen/html/functions_func_r.html +6 -5
  171. package/SVF-doxygen/html/functions_func_s.html +20 -17
  172. package/SVF-doxygen/html/functions_func_~.html +3 -0
  173. package/SVF-doxygen/html/functions_g.html +10 -6
  174. package/SVF-doxygen/html/functions_m.html +4 -7
  175. package/SVF-doxygen/html/functions_n.html +6 -5
  176. package/SVF-doxygen/html/functions_p.html +15 -14
  177. package/SVF-doxygen/html/functions_r.html +10 -6
  178. package/SVF-doxygen/html/functions_rela_c.html +3 -0
  179. package/SVF-doxygen/html/functions_s.html +24 -21
  180. package/SVF-doxygen/html/functions_t.html +5 -11
  181. package/SVF-doxygen/html/functions_type_n.html +2 -1
  182. package/SVF-doxygen/html/functions_type_s.html +6 -1
  183. package/SVF-doxygen/html/functions_type_w.html +1 -0
  184. package/SVF-doxygen/html/functions_v.html +4 -6
  185. package/SVF-doxygen/html/functions_vars_d.html +0 -15
  186. package/SVF-doxygen/html/functions_vars_m.html +1 -4
  187. package/SVF-doxygen/html/functions_vars_p.html +3 -0
  188. package/SVF-doxygen/html/functions_vars_r.html +3 -0
  189. package/SVF-doxygen/html/functions_vars_s.html +2 -7
  190. package/SVF-doxygen/html/functions_vars_t.html +0 -6
  191. package/SVF-doxygen/html/functions_w.html +3 -2
  192. package/SVF-doxygen/html/functions_~.html +3 -0
  193. package/SVF-doxygen/html/hierarchy.html +2 -1
  194. package/SVF-doxygen/html/namespaceSVF.html +2 -0
  195. package/SVF-doxygen/html/search/all_10.js +207 -206
  196. package/SVF-doxygen/html/search/all_11.js +115 -114
  197. package/SVF-doxygen/html/search/all_12.js +335 -335
  198. package/SVF-doxygen/html/search/all_13.js +190 -192
  199. package/SVF-doxygen/html/search/all_14.js +67 -67
  200. package/SVF-doxygen/html/search/all_15.js +167 -167
  201. package/SVF-doxygen/html/search/all_16.js +63 -63
  202. package/SVF-doxygen/html/search/all_17.js +1 -1
  203. package/SVF-doxygen/html/search/all_18.js +1 -1
  204. package/SVF-doxygen/html/search/all_19.js +11 -11
  205. package/SVF-doxygen/html/search/all_1a.js +26 -25
  206. package/SVF-doxygen/html/search/all_2.js +2 -2
  207. package/SVF-doxygen/html/search/all_3.js +466 -462
  208. package/SVF-doxygen/html/search/all_4.js +230 -235
  209. package/SVF-doxygen/html/search/all_5.js +119 -119
  210. package/SVF-doxygen/html/search/all_6.js +226 -226
  211. package/SVF-doxygen/html/search/all_7.js +804 -803
  212. package/SVF-doxygen/html/search/all_9.js +3 -3
  213. package/SVF-doxygen/html/search/all_b.js +1 -1
  214. package/SVF-doxygen/html/search/all_c.js +1 -1
  215. package/SVF-doxygen/html/search/all_d.js +184 -185
  216. package/SVF-doxygen/html/search/all_e.js +207 -207
  217. package/SVF-doxygen/html/search/all_f.js +116 -116
  218. package/SVF-doxygen/html/search/classes_10.js +73 -73
  219. package/SVF-doxygen/html/search/classes_11.js +15 -15
  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 +14 -14
  223. package/SVF-doxygen/html/search/classes_15.js +1 -1
  224. package/SVF-doxygen/html/search/classes_2.js +37 -36
  225. package/SVF-doxygen/html/search/classes_3.js +37 -37
  226. package/SVF-doxygen/html/search/classes_4.js +9 -9
  227. package/SVF-doxygen/html/search/classes_5.js +28 -28
  228. package/SVF-doxygen/html/search/classes_6.js +104 -104
  229. package/SVF-doxygen/html/search/classes_7.js +34 -34
  230. package/SVF-doxygen/html/search/classes_8.js +56 -56
  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 +18 -18
  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 +2 -2
  240. package/SVF-doxygen/html/search/defines_2.js +30 -30
  241. package/SVF-doxygen/html/search/defines_3.js +20 -20
  242. package/SVF-doxygen/html/search/defines_4.js +2 -2
  243. package/SVF-doxygen/html/search/defines_5.js +4 -4
  244. package/SVF-doxygen/html/search/defines_6.js +2 -2
  245. package/SVF-doxygen/html/search/defines_7.js +5 -5
  246. package/SVF-doxygen/html/search/defines_8.js +11 -11
  247. package/SVF-doxygen/html/search/defines_9.js +9 -9
  248. package/SVF-doxygen/html/search/defines_a.js +2 -2
  249. package/SVF-doxygen/html/search/defines_b.js +1 -1
  250. package/SVF-doxygen/html/search/defines_c.js +3 -3
  251. package/SVF-doxygen/html/search/defines_d.js +2 -2
  252. package/SVF-doxygen/html/search/defines_e.js +7 -7
  253. package/SVF-doxygen/html/search/defines_f.js +3 -3
  254. package/SVF-doxygen/html/search/enums_0.js +3 -3
  255. package/SVF-doxygen/html/search/enums_1.js +2 -2
  256. package/SVF-doxygen/html/search/enums_10.js +1 -1
  257. package/SVF-doxygen/html/search/enums_11.js +1 -1
  258. package/SVF-doxygen/html/search/enums_2.js +8 -8
  259. package/SVF-doxygen/html/search/enums_3.js +1 -1
  260. package/SVF-doxygen/html/search/enums_4.js +3 -3
  261. package/SVF-doxygen/html/search/enums_5.js +1 -1
  262. package/SVF-doxygen/html/search/enums_6.js +2 -2
  263. package/SVF-doxygen/html/search/enums_7.js +2 -2
  264. package/SVF-doxygen/html/search/enums_8.js +4 -4
  265. package/SVF-doxygen/html/search/enums_9.js +1 -1
  266. package/SVF-doxygen/html/search/enums_a.js +1 -1
  267. package/SVF-doxygen/html/search/enums_b.js +7 -7
  268. package/SVF-doxygen/html/search/enums_c.js +1 -1
  269. package/SVF-doxygen/html/search/enums_d.js +4 -4
  270. package/SVF-doxygen/html/search/enums_e.js +2 -2
  271. package/SVF-doxygen/html/search/enums_f.js +4 -4
  272. package/SVF-doxygen/html/search/enumvalues_0.js +14 -14
  273. package/SVF-doxygen/html/search/enumvalues_1.js +14 -14
  274. package/SVF-doxygen/html/search/enumvalues_10.js +35 -35
  275. package/SVF-doxygen/html/search/enumvalues_11.js +3 -3
  276. package/SVF-doxygen/html/search/enumvalues_12.js +10 -10
  277. package/SVF-doxygen/html/search/enumvalues_13.js +1 -1
  278. package/SVF-doxygen/html/search/enumvalues_14.js +1 -1
  279. package/SVF-doxygen/html/search/enumvalues_15.js +3 -3
  280. package/SVF-doxygen/html/search/enumvalues_2.js +36 -36
  281. package/SVF-doxygen/html/search/enumvalues_3.js +13 -13
  282. package/SVF-doxygen/html/search/enumvalues_4.js +2 -2
  283. package/SVF-doxygen/html/search/enumvalues_5.js +47 -47
  284. package/SVF-doxygen/html/search/enumvalues_6.js +6 -6
  285. package/SVF-doxygen/html/search/enumvalues_7.js +9 -9
  286. package/SVF-doxygen/html/search/enumvalues_8.js +23 -23
  287. package/SVF-doxygen/html/search/enumvalues_9.js +6 -6
  288. package/SVF-doxygen/html/search/enumvalues_a.js +15 -15
  289. package/SVF-doxygen/html/search/enumvalues_b.js +11 -11
  290. package/SVF-doxygen/html/search/enumvalues_c.js +5 -5
  291. package/SVF-doxygen/html/search/enumvalues_d.js +18 -18
  292. package/SVF-doxygen/html/search/enumvalues_e.js +9 -9
  293. package/SVF-doxygen/html/search/enumvalues_f.js +45 -45
  294. package/SVF-doxygen/html/search/files_0.js +13 -13
  295. package/SVF-doxygen/html/search/files_1.js +7 -7
  296. package/SVF-doxygen/html/search/files_10.js +8 -8
  297. package/SVF-doxygen/html/search/files_11.js +8 -8
  298. package/SVF-doxygen/html/search/files_12.js +2 -2
  299. package/SVF-doxygen/html/search/files_2.js +57 -55
  300. package/SVF-doxygen/html/search/files_3.js +14 -14
  301. package/SVF-doxygen/html/search/files_4.js +5 -5
  302. package/SVF-doxygen/html/search/files_5.js +13 -13
  303. package/SVF-doxygen/html/search/files_6.js +9 -9
  304. package/SVF-doxygen/html/search/files_7.js +14 -14
  305. package/SVF-doxygen/html/search/files_8.js +13 -13
  306. package/SVF-doxygen/html/search/files_9.js +18 -18
  307. package/SVF-doxygen/html/search/files_a.js +3 -3
  308. package/SVF-doxygen/html/search/files_b.js +2 -2
  309. package/SVF-doxygen/html/search/files_c.js +20 -20
  310. package/SVF-doxygen/html/search/files_d.js +4 -4
  311. package/SVF-doxygen/html/search/files_e.js +62 -62
  312. package/SVF-doxygen/html/search/files_f.js +8 -8
  313. package/SVF-doxygen/html/search/functions_0.js +13 -13
  314. package/SVF-doxygen/html/search/functions_1.js +362 -362
  315. package/SVF-doxygen/html/search/functions_10.js +140 -140
  316. package/SVF-doxygen/html/search/functions_11.js +139 -139
  317. package/SVF-doxygen/html/search/functions_12.js +289 -288
  318. package/SVF-doxygen/html/search/functions_13.js +59 -59
  319. package/SVF-doxygen/html/search/functions_14.js +39 -39
  320. package/SVF-doxygen/html/search/functions_15.js +71 -71
  321. package/SVF-doxygen/html/search/functions_16.js +32 -32
  322. package/SVF-doxygen/html/search/functions_17.js +3 -3
  323. package/SVF-doxygen/html/search/functions_18.js +173 -172
  324. package/SVF-doxygen/html/search/functions_2.js +89 -89
  325. package/SVF-doxygen/html/search/functions_3.js +260 -258
  326. package/SVF-doxygen/html/search/functions_4.js +78 -78
  327. package/SVF-doxygen/html/search/functions_5.js +53 -53
  328. package/SVF-doxygen/html/search/functions_6.js +60 -60
  329. package/SVF-doxygen/html/search/functions_7.js +856 -855
  330. package/SVF-doxygen/html/search/functions_8.js +149 -149
  331. package/SVF-doxygen/html/search/functions_9.js +424 -424
  332. package/SVF-doxygen/html/search/functions_a.js +30 -30
  333. package/SVF-doxygen/html/search/functions_b.js +2 -2
  334. package/SVF-doxygen/html/search/functions_c.js +25 -25
  335. package/SVF-doxygen/html/search/functions_d.js +79 -79
  336. package/SVF-doxygen/html/search/functions_e.js +35 -35
  337. package/SVF-doxygen/html/search/functions_f.js +56 -56
  338. package/SVF-doxygen/html/search/namespaces_0.js +1 -1
  339. package/SVF-doxygen/html/search/namespaces_1.js +7 -7
  340. package/SVF-doxygen/html/search/related_0.js +2 -2
  341. package/SVF-doxygen/html/search/related_1.js +2 -2
  342. package/SVF-doxygen/html/search/related_2.js +3 -2
  343. package/SVF-doxygen/html/search/related_3.js +2 -2
  344. package/SVF-doxygen/html/search/related_4.js +2 -2
  345. package/SVF-doxygen/html/search/related_5.js +1 -1
  346. package/SVF-doxygen/html/search/related_6.js +2 -2
  347. package/SVF-doxygen/html/search/related_7.js +4 -4
  348. package/SVF-doxygen/html/search/related_8.js +2 -2
  349. package/SVF-doxygen/html/search/related_9.js +4 -4
  350. package/SVF-doxygen/html/search/related_a.js +19 -19
  351. package/SVF-doxygen/html/search/related_b.js +4 -4
  352. package/SVF-doxygen/html/search/related_c.js +2 -2
  353. package/SVF-doxygen/html/search/related_d.js +12 -12
  354. package/SVF-doxygen/html/search/related_e.js +2 -2
  355. package/SVF-doxygen/html/search/related_f.js +2 -2
  356. package/SVF-doxygen/html/search/typedefs_10.js +17 -16
  357. package/SVF-doxygen/html/search/typedefs_11.js +13 -13
  358. package/SVF-doxygen/html/search/typedefs_12.js +11 -11
  359. package/SVF-doxygen/html/search/typedefs_13.js +33 -33
  360. package/SVF-doxygen/html/search/typedefs_14.js +8 -8
  361. package/SVF-doxygen/html/search/typedefs_c.js +1 -1
  362. package/SVF-doxygen/html/search/variables_0.js +151 -151
  363. package/SVF-doxygen/html/search/variables_1.js +75 -75
  364. package/SVF-doxygen/html/search/variables_10.js +98 -97
  365. package/SVF-doxygen/html/search/variables_11.js +45 -44
  366. package/SVF-doxygen/html/search/variables_12.js +90 -92
  367. package/SVF-doxygen/html/search/variables_13.js +4 -6
  368. package/SVF-doxygen/html/search/variables_2.js +38 -38
  369. package/SVF-doxygen/html/search/variables_3.js +142 -142
  370. package/SVF-doxygen/html/search/variables_4.js +50 -55
  371. package/SVF-doxygen/html/search/variables_5.js +37 -37
  372. package/SVF-doxygen/html/search/variables_6.js +66 -66
  373. package/SVF-doxygen/html/search/variables_7.js +34 -34
  374. package/SVF-doxygen/html/search/variables_8.js +7 -7
  375. package/SVF-doxygen/html/search/variables_9.js +78 -78
  376. package/SVF-doxygen/html/search/variables_a.js +4 -4
  377. package/SVF-doxygen/html/search/variables_b.js +10 -10
  378. package/SVF-doxygen/html/search/variables_c.js +45 -45
  379. package/SVF-doxygen/html/search/variables_d.js +55 -56
  380. package/SVF-doxygen/html/search/variables_e.js +123 -123
  381. package/SVF-doxygen/html/search/variables_f.js +30 -30
  382. package/SVF-doxygen/html/structSVF_1_1DOTGraphTraits_3_01ConstraintGraph_01_5_01_4.html +2 -2
  383. package/SVF-doxygen/html/structSVF_1_1DOTGraphTraits_3_01IRGraph_01_5_01_4.html +1 -1
  384. package/SVF-doxygen/html/structSVF_1_1DOTGraphTraits_3_01SVFG_01_5_01_4.html +2 -2
  385. package/SVF-doxygen/html/structSVF_1_1GenericGraphTraits_3_01SVF_1_1SVFG_01_5_01_4.html +2 -2
  386. package/SVF-doxygen/html/svf-ex_8cpp.html +1 -1
  387. package/SVF-doxygen/html/svf-ex_8cpp_source.html +1 -1
  388. package/package.json +1 -1
  389. package/svf/include/CFL/CFLSVFGBuilder.h +58 -0
  390. package/svf/include/CFL/CFLVF.h +2 -2
  391. package/svf/include/Graphs/SVFG.h +1 -0
  392. package/svf/include/SABER/ProgSlice.h +11 -0
  393. package/svf/include/SABER/SaberCondAllocator.h +8 -0
  394. package/svf/include/SABER/SaberSVFGBuilder.h +12 -2
  395. package/svf/include/Util/Options.h +1 -14
  396. package/svf/lib/CFL/CFLSVFGBuilder.cpp +100 -0
  397. package/svf/lib/SABER/ProgSlice.cpp +48 -1
  398. package/svf/lib/SABER/SaberSVFGBuilder.cpp +5 -0
  399. package/svf/lib/SABER/SrcSnkDDA.cpp +1 -0
  400. package/svf/lib/Util/Options.cpp +6 -64
  401. package/svf/lib/WPA/Andersen.cpp +5 -2
@@ -1,217 +1,216 @@
1
1
  var searchData=
2
2
  [
3
- ['cpputil_5156',['cppUtil',['../namespaceSVF_1_1cppUtil.html',1,'SVF']]],
4
- ['ctir_5157',['ctir',['../namespaceSVF_1_1cppUtil_1_1ctir.html',1,'SVF::cppUtil']]],
5
- ['dot_5158',['DOT',['../namespaceSVF_1_1DOT.html',1,'SVF']]],
6
- ['graphprogram_5159',['GraphProgram',['../namespaceSVF_1_1GraphProgram.html',1,'SVF']]],
7
- ['llvmutil_5160',['LLVMUtil',['../namespaceSVF_1_1LLVMUtil.html',1,'SVF']]],
8
- ['s32_5ft_5161',['s32_t',['../namespaceSVF.html#a9b707002523ece2ac54ca893ee9a2d4e',1,'SVF']]],
9
- ['s64_5ft_5162',['s64_t',['../namespaceSVF.html#ad781b0b14e89773e774072b280658ef3',1,'SVF']]],
10
- ['saber_2ecpp_5163',['saber.cpp',['../saber_8cpp.html',1,'']]],
11
- ['sabercheckerapi_5164',['SaberCheckerAPI',['../classSVF_1_1SaberCheckerAPI.html',1,'SVF::SaberCheckerAPI'],['../classSVF_1_1SaberCheckerAPI.html#afdd2f15bb46594a61a3c552899215806',1,'SVF::SaberCheckerAPI::SaberCheckerAPI()']]],
12
- ['sabercheckerapi_2ecpp_5165',['SaberCheckerAPI.cpp',['../SaberCheckerAPI_8cpp.html',1,'']]],
13
- ['sabercheckerapi_2eh_5166',['SaberCheckerAPI.h',['../SaberCheckerAPI_8h.html',1,'']]],
14
- ['sabercondallocator_5167',['SaberCondAllocator',['../classSVF_1_1SaberCondAllocator.html',1,'SVF::SaberCondAllocator'],['../classSVF_1_1SrcSnkDDA.html#a193ec317ac2208c7b92f024b35203f44',1,'SVF::SrcSnkDDA::saberCondAllocator()'],['../classSVF_1_1SaberCondAllocator.html#a4b1625597c6b331dfe0e8ceef95731b5',1,'SVF::SaberCondAllocator::SaberCondAllocator()']]],
15
- ['sabercondallocator_2ecpp_5168',['SaberCondAllocator.cpp',['../SaberCondAllocator_8cpp.html',1,'']]],
16
- ['sabercondallocator_2eh_5169',['SaberCondAllocator.h',['../SaberCondAllocator_8h.html',1,'']]],
17
- ['saberfullsvfg_5170',['SABERFULLSVFG',['../classSVF_1_1Options.html#a93970b0b5e0a6148a86ab192a812f34b',1,'SVF::Options']]],
18
- ['sabersvfgbuilder_5171',['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()']]],
19
- ['sabersvfgbuilder_2ecpp_5172',['SaberSVFGBuilder.cpp',['../SaberSVFGBuilder_8cpp.html',1,'']]],
20
- ['sabersvfgbuilder_2eh_5173',['SaberSVFGBuilder.h',['../SaberSVFGBuilder_8h.html',1,'']]],
21
- ['same_5174',['Same',['../classSVF_1_1AccessPath.html#aabb6c9600fac408f36b9fde013597245ab1ba3a42758473e5ff427ba36147a56a',1,'SVF::AccessPath']]],
22
- ['samelooptripcount_5175',['sameLoopTripCount',['../classSVF_1_1ForkJoinAnalysis.html#a28e50b1ffdcdaba57d3515a5f6410c86',1,'SVF::ForkJoinAnalysis']]],
23
- ['sanitizepts_5176',['sanitizePts',['../classSVF_1_1Andersen.html#a308ef1f3a1c9fd7ac1858d0c690aa37a',1,'SVF::Andersen']]],
24
- ['sanitycheck_5177',['sanityCheck',['../classSVF_1_1SVFIRBuilder.html#a09baa8c7246853c3faaed85b38f0da60',1,'SVF::SVFIRBuilder']]],
25
- ['saveid_5178',['saveID',['../classSVF_1_1WriterPtrPool.html#a99162b81da24cf79d1252c18573038d4',1,'SVF::WriterPtrPool']]],
26
- ['savetogenericgraph_5179',['saveToGenericGraph',['../classSVF_1_1GenericGraphReader.html#a337b37b2d78cfaa756f44dee76fb187f',1,'SVF::GenericGraphReader']]],
27
- ['savetoidtoobjmap_5180',['saveToIDToObjMap',['../classSVF_1_1ReaderIDToObjMap.html#a8c39d643a10d83a7f525ace9a002844c',1,'SVF::ReaderIDToObjMap']]],
28
- ['savetoset_5181',['saveToSet',['../classSVF_1_1ReaderPtrPool.html#a8a766e643ac79dc023ff58e1883c9626',1,'SVF::ReaderPtrPool']]],
29
- ['sb_5ffesible_5182',['SB_FESIBLE',['../classSVF_1_1Annotator.html#ac58473072d90baa6dc377b45f18d0da5',1,'SVF::Annotator']]],
30
- ['sb_5finfesible_5183',['SB_INFESIBLE',['../classSVF_1_1Annotator.html#a556138c152d52921d6f0a709a826a93a',1,'SVF::Annotator']]],
31
- ['sb_5fslicesink_5184',['SB_SLICESINK',['../classSVF_1_1Annotator.html#a3edacb8703c74abf42c4a29761a3437f',1,'SVF::Annotator']]],
32
- ['sb_5fslicesource_5185',['SB_SLICESOURCE',['../classSVF_1_1Annotator.html#a01900f5ada5948361cc18857aee26744',1,'SVF::Annotator']]],
33
- ['sbv_5186',['SBV',['../classSVF_1_1PointsTo.html#a8f757f92ebf0a2ebdb5e6b001606923eacccb6e19f3e8db5f5b5b8858b22da61a',1,'SVF::PointsTo::SBV()'],['../classSVF_1_1PointsTo.html#aecd6b98c0687de59aebb297ec38a7084',1,'SVF::PointsTo::sbv()']]],
34
- ['sbvit_5187',['sbvIt',['../classSVF_1_1PointsTo_1_1PointsToIterator.html#a735a2a9f0c3f4bc3997edf11b133c0f9',1,'SVF::PointsTo::PointsToIterator']]],
35
- ['scalar_5188',['SCALAR',['../classSVF_1_1DCHNode.html#a029988e54846db9aca2584e1c10283e3ad5c99cf0681af30e8ed4cc59cc2371cb',1,'SVF::DCHNode']]],
36
- ['scalarevolution_5189',['ScalarEvolution',['../namespaceSVF.html#ad8794eb3c00de3d3b5c5e43dded3fb42',1,'SVF']]],
37
- ['scalarevolutionwrapperpass_5190',['ScalarEvolutionWrapperPass',['../namespaceSVF.html#a9f1aca0384166e42d14e2608009ebc01',1,'SVF']]],
38
- ['scc_5191',['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()']]],
39
- ['scc_2eh_5192',['SCC.h',['../SCC_8h.html',1,'']]],
40
- ['scccandidates_5193',['sccCandidates',['../classSVF_1_1AndersenSCD.html#aeb0b3644c3bfbfa5768b92c99aeeef40',1,'SVF::AndersenSCD']]],
41
- ['sccdetect_5194',['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)']]],
42
- ['sccdetection_5195',['SCCDetection',['../classSVF_1_1SCCDetection.html',1,'SVF::SCCDetection< GraphType >'],['../classSVF_1_1SCCDetection.html#a1bd915ba4079ddd5dd6e57a88129ffee',1,'SVF::SCCDetection::SCCDetection()']]],
43
- ['sccrepnode_5196',['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()']]],
44
- ['sccsubnodes_5197',['sccSubNodes',['../classSVF_1_1ConstraintGraph.html#aed605b010e313f4b11e95b83fe50e3b3',1,'SVF::ConstraintGraph::sccSubNodes()'],['../classSVF_1_1Andersen.html#acd2feff818906db49a1bb2d94c33db5f',1,'SVF::Andersen::sccSubNodes()']]],
45
- ['scctime_5198',['sccTime',['../classSVF_1_1FlowSensitive.html#af496fa9aa2f4d59594950b2ad121deff',1,'SVF::FlowSensitive']]],
46
- ['scdandersen_5199',['scdAndersen',['../classSVF_1_1AndersenSCD.html#a1d143f104c0bfb5258b7129d0eceb4cd',1,'SVF::AndersenSCD']]],
47
- ['scev_5200',['SCEV',['../namespaceSVF.html#aac5262378e41a3414a20cc9a41d4adc6',1,'SVF']]],
48
- ['scevaddrecexpr_5201',['SCEVAddRecExpr',['../namespaceSVF.html#a4f7c400fbf2fa03db8cf61cb9a7dd3e8',1,'SVF']]],
49
- ['scevconstant_5202',['SCEVConstant',['../namespaceSVF.html#abe745006fa40399d8a13613a3e0dfc63',1,'SVF']]],
50
- ['sdiv_5203',['SDiv',['../classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6a7a4ce4e97992d92ac044456e66821552',1,'SVF::BinaryOPStmt']]],
51
- ['secondrhstoprods_5204',['secondRHSToProds',['../classSVF_1_1CFGrammar.html#acc33ac845314730a896c0c3459088e4f',1,'SVF::CFGrammar']]],
52
- ['select_5205',['Select',['../classSVF_1_1SVFStmt.html#a0ab8621e75e75f03425c323b3ed62ce9ad9397ec243a61992dc2b5681bea587fa',1,'SVF::SVFStmt']]],
53
- ['selectclient_5206',['selectClient',['../classSVF_1_1DDAPass.html#aa33694e0b5f30c451c229e92877e4842',1,'SVF::DDAPass']]],
54
- ['selectedvalidationscenarios_5207',['selectedValidationScenarios',['../classSVF_1_1RaceResultValidator.html#a1294cb90b073ba25a8ffc06180c09419',1,'SVF::RaceResultValidator']]],
55
- ['selectinst_5208',['SelectInst',['../namespaceSVF.html#ab7fac9d4a4839be445c89777e21bc307',1,'SVF']]],
56
- ['selectstmt_5209',['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)']]],
57
- ['selfcycle_5210',['SelfCycle',['../classSVF_1_1Options.html#a9ef14f68939b7678ddff83d544e024cc',1,'SVF::Options']]],
58
- ['seq_5211',['SEQ',['../classSVF_1_1NodeIDAllocator.html#a8cf553cd07768aad3f3b91bf3d7c6228a85142db6ed24203f054117f3a5110e2f',1,'SVF::NodeIDAllocator']]],
59
- ['set_5212',['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']]],
60
- ['set_5fminus_5finfinite_5213',['set_minus_infinite',['../classSVF_1_1BoundedZ3Expr.html#ae76bf19d580cbc12a40f7c1823165178',1,'SVF::BoundedZ3Expr']]],
61
- ['set_5fplus_5finfinite_5214',['set_plus_infinite',['../classSVF_1_1BoundedZ3Expr.html#ad781e43e6d1e1fd2392e51737b7898b9',1,'SVF::BoundedZ3Expr']]],
62
- ['set_5fto_5fbottom_5215',['set_to_bottom',['../classSVF_1_1IntervalValue.html#ac763bab0b6fedbe5ec5b345c7b260e30',1,'SVF::IntervalValue']]],
63
- ['set_5fto_5ftop_5216',['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()']]],
64
- ['setabsstate_5217',['setAbsState',['../classSVF_1_1SymState.html#a1f946132843a9bdf5099b243613079be',1,'SVF::SymState']]],
65
- ['setactualindef_5218',['setActualINDef',['../classSVF_1_1SVFGOPT.html#a490695ab536cd455c531fbdc57499cac',1,'SVF::SVFGOPT']]],
66
- ['setallreachable_5219',['setAllReachable',['../classSVF_1_1ProgSlice.html#ae6102647fa4985142c293116516612cd',1,'SVF::ProgSlice']]],
67
- ['setattributekinds_5220',['setAttributeKinds',['../classSVF_1_1GrammarBase.html#a1e1bf1e32bcd7c68ce789c2f9f6327c0',1,'SVF::GrammarBase']]],
68
- ['setbasenode_5221',['setBaseNode',['../classSVF_1_1GepObjVar.html#a5e371fae7592d763661a7cb777107ff4',1,'SVF::GepObjVar']]],
69
- ['setbb_5222',['setBB',['../classSVF_1_1SVFStmt.html#a0e45ab5b38059371c47d5f2011118a4d',1,'SVF::SVFStmt']]],
70
- ['setbottom_5223',['setBottom',['../classSVF_1_1AddressValue.html#a77d6a1706328d86b210b26bacaf2fa9f',1,'SVF::AddressValue']]],
71
- ['setbranchcond_5224',['setBranchCond',['../classSVF_1_1SaberCondAllocator.html#a5012a977e0db66a2ae111d4164936037',1,'SVF::SaberCondAllocator']]],
72
- ['setbranchcondition_5225',['setBranchCondition',['../classSVF_1_1SymState.html#aae6109025931aea5d066a62058f584a6',1,'SVF::SymState::setBranchCondition()'],['../classSVF_1_1IntraCFGEdge.html#ad7b35b7c9abb07122eaa8517dae56508',1,'SVF::IntraCFGEdge::setBranchCondition()']]],
73
- ['setbytesizeofobj_5226',['setByteSizeOfObj',['../classSVF_1_1ObjTypeInfo.html#ac093156bfb46c07675ae201f449cdca0',1,'SVF::ObjTypeInfo']]],
74
- ['setcalledoperand_5227',['setCalledOperand',['../classSVF_1_1SVFCallInst.html#a6dd304f555d2d2388c4430e57b0d2b91',1,'SVF::SVFCallInst']]],
75
- ['setcallgraph_5228',['setCallGraph',['../classSVF_1_1DDAVFSolver.html#afc2b0eeb1d5d5f292690f3c949217c38',1,'SVF::DDAVFSolver']]],
76
- ['setcallgraphscc_5229',['setCallGraphSCC',['../classSVF_1_1DDAVFSolver.html#abd652b2627f68d7d4f8bf3bdb20ce975',1,'SVF::DDAVFSolver']]],
77
- ['setcdn_5230',['setCDN',['../classSVF_1_1CFBasicBlockGWTO.html#a49d0128828b44df0a8631dd193ed8898',1,'SVF::CFBasicBlockGWTO']]],
78
- ['setcfcond_5231',['setCFCond',['../classSVF_1_1SaberCondAllocator.html#a9c1660f4a9ecc161c0fb97c735a690b9',1,'SVF::SaberCondAllocator']]],
79
- ['setchg_5232',['setCHG',['../classSVF_1_1SVFIR.html#aa14f6cde41bcac27ce2f66c6b33ee410',1,'SVF::SVFIR']]],
80
- ['setcondinst_5233',['setCondInst',['../classSVF_1_1SaberCondAllocator.html#a97d540340f9039b3f8bd1527fc7d7ebb',1,'SVF::SaberCondAllocator']]],
81
- ['setconstdataoraggdata_5234',['setConstDataOrAggData',['../classSVF_1_1SVFValue.html#afe1de41ca3215b325d0ca61814c6bd6b',1,'SVF::SVFValue']]],
82
- ['setconsume_5235',['setConsume',['../classSVF_1_1VersionedFlowSensitive.html#aabc0a5a7a31b8d880e019773ba960741',1,'SVF::VersionedFlowSensitive']]],
83
- ['setcurevalsvfgnode_5236',['setCurEvalSVFGNode',['../classSVF_1_1SaberCondAllocator.html#ae717f565b947a72651c0de19bf6bcca0',1,'SVF::SaberCondAllocator']]],
84
- ['setcurnodeid_5237',['setCurNodeID',['../classSVF_1_1DPItem.html#a5fbde30cae2cb09bd9dc9a6969ea4b90',1,'SVF::DPItem']]],
85
- ['setcurrentbbandvalueforpagedge_5238',['setCurrentBBAndValueForPAGEdge',['../classSVF_1_1SVFIRBuilder.html#abc394c99f0905c958a230412134eda01',1,'SVF::SVFIRBuilder']]],
86
- ['setcurrentbestnodemapping_5239',['setCurrentBestNodeMapping',['../classSVF_1_1PointsTo.html#a84eca4c7fc833f8ca4d119cd4da08ca8',1,'SVF::PointsTo']]],
87
- ['setcurrentlocation_5240',['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)']]],
88
- ['setcurrentqueryptr_5241',['setCurrentQueryPtr',['../classSVF_1_1DDAClient.html#a3fbe4ffde0a14b2db40189883d49237f',1,'SVF::DDAClient']]],
89
- ['setcurrentscc_5242',['setCurrentSCC',['../classSVF_1_1WPASCCSolver.html#a782121c831536e231f5b287629defef7',1,'SVF::WPASCCSolver']]],
90
- ['setcurslice_5243',['setCurSlice',['../classSVF_1_1SrcSnkDDA.html#ab35c0d1f02c83a2c10717905f1abf5cd',1,'SVF::SrcSnkDDA']]],
91
- ['setcursvfgnode_5244',['setCurSVFGNode',['../classSVF_1_1ProgSlice.html#aee72d029c185c24b2bf01cdc0dcb25d8',1,'SVF::ProgSlice']]],
92
- ['setddastat_5245',['setDDAStat',['../classSVF_1_1DDAVFSolver.html#adcb641eec4f620effdb3f61a46429f40',1,'SVF::DDAVFSolver']]],
93
- ['setdef_5246',['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()']]],
94
- ['setdeffunformultiplemodule_5247',['setDefFunForMultipleModule',['../classSVF_1_1SVFFunction.html#af1c181322926639bd99bbe58a8df70ab',1,'SVF::SVFFunction']]],
95
- ['setdefglobalformultiplemodule_5248',['setDefGlobalForMultipleModule',['../classSVF_1_1SVFGlobalValue.html#a72c43f12f42a73dc28855c425fe5543a',1,'SVF::SVFGlobalValue']]],
96
- ['setdetectpwc_5249',['setDetectPWC',['../classSVF_1_1Andersen.html#a1462bdde3748b1513e92a119b8a43794',1,'SVF::Andersen']]],
97
- ['setebnfsigns_5250',['setEBNFSigns',['../classSVF_1_1GrammarBase.html#ad87ca88d62e7bc3a189652c707a72e12',1,'SVF::GrammarBase']]],
98
- ['setec_5251',['setEC',['../classSVF_1_1Steensgaard.html#aa283cff49b0d340956649a95465b82b6',1,'SVF::Steensgaard']]],
99
- ['setedgeflag_5252',['setEdgeFlag',['../classSVF_1_1SVFIRReader.html#aec95a42a5e46be50457fb3a8e9de7fbf',1,'SVF::SVFIRReader']]],
100
- ['setes_5253',['setEs',['../classSVF_1_1SVFIR2ConsExeState.html#a7421cab74f02c7ab54aefb3242ed6c77',1,'SVF::SVFIR2ConsExeState::setEs()'],['../classSVF_1_1SVFIR2ItvExeState.html#a2e9ecde8db07741daa112649c432cbfd',1,'SVF::SVFIR2ItvExeState::setEs()']]],
101
- ['setexitblock_5254',['setExitBlock',['../classSVF_1_1SVFFunction.html#abd458bb5a035d3f7db32fac5f01b57f3',1,'SVF::SVFFunction']]],
102
- ['setextbcpath_5255',['setExtBcPath',['../classSVF_1_1ExtAPI.html#ac0dc697b93f41b1e094a9be8baf4a103',1,'SVF::ExtAPI']]],
103
- ['setfieldinsensitive_5256',['setFieldInsensitive',['../classSVF_1_1MemObj.html#ab9637ea9acd1f8ae4933b4ab2b997e5c',1,'SVF::MemObj']]],
104
- ['setfieldsensitive_5257',['setFieldSensitive',['../classSVF_1_1MemObj.html#a981b7424901ef74467f725ffc9fec0ca',1,'SVF::MemObj']]],
105
- ['setfinalcond_5258',['setFinalCond',['../classSVF_1_1ProgSlice.html#af55830503ef47b4b1c15c0e5b3cd6a3f',1,'SVF::ProgSlice']]],
106
- ['setflag_5259',['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()']]],
107
- ['setfldidx_5260',['setFldIdx',['../classSVF_1_1AccessPath.html#ab95df74c97fba13206df48e00131e15f',1,'SVF::AccessPath']]],
108
- ['setformaloutdef_5261',['setFormalOUTDef',['../classSVF_1_1SVFGOPT.html#a3e2b811dd939c93bcf9fb94e91d553b1',1,'SVF::SVFGOPT']]],
109
- ['setfunidxinvtable_5262',['setFunIdxInVtable',['../classSVF_1_1SVFVirtualCallInst.html#a947d6ca3695477fb5b36b46fa4899fb7',1,'SVF::SVFVirtualCallInst']]],
110
- ['setfunnameofvirtualcall_5263',['setFunNameOfVirtualCall',['../classSVF_1_1SVFVirtualCallInst.html#adf936a7ee01d9c4662e31a5022ae94c0',1,'SVF::SVFVirtualCallInst']]],
111
- ['setgraph_5264',['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()']]],
112
- ['seticfg_5265',['setICFG',['../classSVF_1_1SVFIR.html#a756ae2b40ec29f2f92c95919f615e5ec',1,'SVF::SVFIR']]],
113
- ['seticfgnode_5266',['setICFGNode',['../classSVF_1_1VFGNode.html#a9c95dd4f0e70ccc4a03282cdddba95de',1,'SVF::VFGNode::setICFGNode()'],['../classSVF_1_1SVFStmt.html#adb92a92f5c878576dff26cb38eab8c8c',1,'SVF::SVFStmt::setICFGNode()']]],
114
- ['setincycle_5267',['setIncycle',['../classSVF_1_1CxtThread.html#adde663205c3ecc5a2e01b18bc305d5cb',1,'SVF::CxtThread']]],
115
- ['setinloop_5268',['setInloop',['../classSVF_1_1CxtThread.html#aa4e1a9babb249a005e8dfae8cb83df21',1,'SVF::CxtThread']]],
116
- ['setinscc_5269',['setInSCC',['../classSVF_1_1SCCDetection.html#aafe9ae9d158480e6a04803b25b61083e',1,'SVF::SCCDetection']]],
117
- ['setisnotret_5270',['setIsNotRet',['../classSVF_1_1SVFFunction.html#aaddef080cdc8e4080fc2da1e3cf92deb',1,'SVF::SVFFunction']]],
118
- ['setisuncalledfunction_5271',['setIsUncalledFunction',['../classSVF_1_1SVFFunction.html#a37f89063b55ff657a07e186224338ce8',1,'SVF::SVFFunction']]],
119
- ['setkeynodesset_5272',['setKeyNodesSet',['../classSVF_1_1SymState.html#a2b4bdce23c28d5f635db6b48ce9aba11',1,'SVF::SymState']]],
120
- ['setkindtoattrsmap_5273',['setKindToAttrsMap',['../classSVF_1_1GrammarBase.html#a082342020848e545c983df4d5ec6720a',1,'SVF::GrammarBase']]],
121
- ['setlb_5274',['setLb',['../classSVF_1_1IntervalValue.html#adf3cae41adaeb62c3b5da19e81adbb5d',1,'SVF::IntervalValue']]],
122
- ['setloc_5275',['setLoc',['../classSVF_1_1StmtDPItem.html#a9ba9ab1013a36530369aa6d684397f4f',1,'SVF::StmtDPItem']]],
123
- ['setlocale_5276',['setlocale',['../extapi_8c.html#afe784c4f5d12b74272740c5211c960c5',1,'extapi.c']]],
124
- ['setlocvar_5277',['setLocVar',['../classSVF_1_1StmtDPItem.html#a3feb4bc8e003cfdd30c1b2cfb2219efb',1,'SVF::StmtDPItem']]],
125
- ['setloopbound_5278',['setLoopBound',['../classSVF_1_1SVFLoop.html#af594a873db7d6dbbcf25176da45fba80',1,'SVF::SVFLoop']]],
126
- ['setmaxbudget_5279',['setMaxBudget',['../classSVF_1_1DPItem.html#a687ef8944ccb55b826508c47ea5b9240',1,'SVF::DPItem']]],
127
- ['setmaxcxtlen_5280',['setMaxCxtLen',['../classSVF_1_1ContextCond.html#a92e89bbae0f31bb9eb971ab3edcc8071',1,'SVF::ContextCond']]],
128
- ['setmaxfieldoffsetlimit_5281',['setMaxFieldOffsetLimit',['../classSVF_1_1ObjTypeInfo.html#a9fff869c63776c6ebeff78933e0f6092',1,'SVF::ObjTypeInfo']]],
129
- ['setmaxpathlen_5282',['setMaxPathLen',['../classSVF_1_1ContextCond.html#a084679a423e78217ca10794775c25b1d',1,'SVF::ContextCond']]],
130
- ['setmemusageafter_5283',['setMemUsageAfter',['../classSVF_1_1DDAStat.html#a9353910ceb01b53da6e880ebeb157433',1,'SVF::DDAStat']]],
131
- ['setmemusagebefore_5284',['setMemUsageBefore',['../classSVF_1_1DDAStat.html#accadfa44f7cf9f107e4c8d100ce8db0d',1,'SVF::DDAStat']]],
132
- ['setmodelconstants_5285',['setModelConstants',['../classSVF_1_1SymbolTableInfo.html#a4decfc9e7f5dc096d7bfa42d6965763d',1,'SVF::SymbolTableInfo']]],
133
- ['setmodule_5286',['setModule',['../classSVF_1_1SVFIR.html#a52bea4a99022b036104751cafa9152b1',1,'SVF::SVFIR::setModule()'],['../classSVF_1_1SymbolTableInfo.html#a4f916c64ca04c4db30bd19fb8505724d',1,'SVF::SymbolTableInfo::setModule()']]],
134
- ['setmoduleidentifier_5287',['setModuleIdentifier',['../classSVF_1_1SVFModule.html#acaba1ff38ed1fdd8a9a1251a1b36be92',1,'SVF::SVFModule']]],
135
- ['setmultiforked_5288',['setMultiforked',['../classSVF_1_1TCTNode.html#a0fafde34cdffde6d38bb9efca9b7a9a1',1,'SVF::TCTNode']]],
136
- ['setmultiforkedattrs_5289',['setMultiForkedAttrs',['../classSVF_1_1TCT.html#a11e36f9b58646dee4014e12e55c70508',1,'SVF::TCT']]],
137
- ['setmultiinheritance_5290',['setMultiInheritance',['../classSVF_1_1DCHNode.html#a798e80f0cc5951789474abc3a0999166',1,'SVF::DCHNode::setMultiInheritance()'],['../classSVF_1_1CHNode.html#a5d751a3a0d88c0de374bfeb526051440',1,'SVF::CHNode::setMultiInheritance()']]],
138
- ['setname_5291',['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)']]],
139
- ['setnegcondinst_5292',['setNegCondInst',['../classSVF_1_1SaberCondAllocator.html#ae8858c45c7406842ca967ed14f0b58e5',1,'SVF::SaberCondAllocator']]],
140
- ['setnodenumafterpagbuild_5293',['setNodeNumAfterPAGBuild',['../classSVF_1_1IRGraph.html#a5fe12445ed0528183775747dec356db0',1,'SVF::IRGraph']]],
141
- ['setnonconcretecxt_5294',['setNonConcreteCxt',['../classSVF_1_1ContextCond.html#ac80892cbef7a5d2c949e5f07682bc885',1,'SVF::ContextCond']]],
142
- ['setnonterminals_5295',['setNonterminals',['../classSVF_1_1GrammarBase.html#afc9635e14b5871df457bf64fae6ad8cf',1,'SVF::GrammarBase']]],
143
- ['setnumofelement_5296',['setNumOfElement',['../classSVF_1_1SVFArrayType.html#a986fc835f2e082796ecf1fd3b7f769b6',1,'SVF::SVFArrayType']]],
144
- ['setnumofelements_5297',['setNumOfElements',['../classSVF_1_1MemObj.html#a904c5a96407574565e9c48eb2d31e869',1,'SVF::MemObj::setNumOfElements()'],['../classSVF_1_1ObjTypeInfo.html#aff17d13e520a731accedd06350af6221',1,'SVF::ObjTypeInfo::setNumOfElements()']]],
145
- ['setnumoffieldsandelems_5298',['setNumOfFieldsAndElems',['../classSVF_1_1StInfo.html#a1a07c2b1415c29d7d70791c6dfe602a3',1,'SVF::StInfo']]],
146
- ['setobjfieldinsensitive_5299',['setObjFieldInsensitive',['../classSVF_1_1PointerAnalysis.html#ac5683fe2e24b393ccc5cb6d8bc92cf2b',1,'SVF::PointerAnalysis']]],
147
- ['setoffset_5300',['setOffset',['../classSVF_1_1DCHEdge.html#a70f757826082c95766c8324c1264e977',1,'SVF::DCHEdge']]],
148
- ['setopver_5301',['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()']]],
149
- ['setopverandbb_5302',['setOpVerAndBB',['../classSVF_1_1IntraPHIVFGNode.html#a7e5fd83393224ece808de83cbf496882',1,'SVF::IntraPHIVFGNode']]],
150
- ['setpag_5303',['setPAG',['../classSVF_1_1DDAClient.html#a21badb317a249bbb506615182671b32c',1,'SVF::DDAClient']]],
151
- ['setpagfromtxt_5304',['setPagFromTXT',['../classSVF_1_1SVFModule.html#a7af3076a26060090377d1f74293560fe',1,'SVF::SVFModule']]],
152
- ['setpartialreachable_5305',['setPartialReachable',['../classSVF_1_1ProgSlice.html#af6f137be08ca0e743424ff07d679777d',1,'SVF::ProgSlice']]],
153
- ['setpointerto_5306',['setPointerTo',['../classSVF_1_1SVFType.html#a3ddabbd763acaaca28cacbabe5bc7f3b',1,'SVF::SVFType']]],
154
- ['setptrelementtype_5307',['setPtrElementType',['../classSVF_1_1SVFPointerType.html#aaaa79de3df0f6764bfd3d2e487ea7a09',1,'SVF::SVFPointerType']]],
155
- ['setptrinuncalledfunction_5308',['setPtrInUncalledFunction',['../classSVF_1_1SVFValue.html#ac2e5c42d0ac92375c88ef5b3f1b65dc4',1,'SVF::SVFValue']]],
156
- ['setpureabstract_5309',['setPureAbstract',['../classSVF_1_1DCHNode.html#afa271fdb9c1aa3589f41655813a2de8e',1,'SVF::DCHNode::setPureAbstract()'],['../classSVF_1_1CHNode.html#abac89987927dadd53dd646eae540a024',1,'SVF::CHNode::setPureAbstract()']]],
157
- ['setpwcnode_5310',['setPWCNode',['../classSVF_1_1ConstraintGraph.html#a03f9fe8ae7094c39937f47f422276724',1,'SVF::ConstraintGraph::setPWCNode()'],['../classSVF_1_1ConstraintNode.html#ad8701df90d93c5dfed26cff8f0b2fbb3',1,'SVF::ConstraintNode::setPWCNode()']]],
158
- ['setquery_5311',['setQuery',['../classSVF_1_1DDAClient.html#a3d0f732e284f3237287b375582c0aa88',1,'SVF::DDAClient']]],
159
- ['setrawproductions_5312',['setRawProductions',['../classSVF_1_1GrammarBase.html#a2eb6ab294093710ca1dc119836adff5a',1,'SVF::GrammarBase']]],
160
- ['setreachablebbs_5313',['setReachableBBs',['../classSVF_1_1SVFLoopAndDomInfo.html#acc409e328f641a2c9512beeb727f58c7',1,'SVF::SVFLoopAndDomInfo']]],
161
- ['setreachglobal_5314',['setReachGlobal',['../classSVF_1_1ProgSlice.html#a397632ce0c523c4a54c5dc578606d14d',1,'SVF::ProgSlice']]],
162
- ['setreles_5315',['setRelEs',['../classSVF_1_1SVFIR2ItvExeState.html#af0b6abd2310a9bf0311760b290114341',1,'SVF::SVFIR2ItvExeState']]],
163
- ['setrep_5316',['setRep',['../classSVF_1_1ConstraintGraph.html#abea65bf6dd43aa312082f8d4c7c3e3cb',1,'SVF::ConstraintGraph']]],
164
- ['setrepr_5317',['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)']]],
165
- ['setresver_5318',['setResVer',['../classSVF_1_1MSSADEF.html#a343eb4c9515dfbbbdadaacf5500e5f05',1,'SVF::MSSADEF']]],
166
- ['setreticfgnode_5319',['setRetICFGNode',['../classSVF_1_1CallICFGNode.html#a91b38c6930f3c15b9b38121662fded20',1,'SVF::CallICFGNode']]],
167
- ['setscalar_5320',['setScalar',['../classSVF_1_1DCHNode.html#a917265fa44ed08b66a6bd722f318bfa4',1,'SVF::DCHNode']]],
168
- ['setsignandwidth_5321',['setSignAndWidth',['../classSVF_1_1SVFIntegerType.html#aeacf0513bfde42511fe6e464d48d1e11',1,'SVF::SVFIntegerType']]],
169
- ['setsourceloc_5322',['setSourceLoc',['../classSVF_1_1SVFValue.html#a588acec1904d440797ca4500f63f7d28',1,'SVF::SVFValue']]],
170
- ['setstartkind_5323',['setStartKind',['../classSVF_1_1GrammarBase.html#a1de2b9f6c39936afa8f821ca262deadd',1,'SVF::GrammarBase']]],
171
- ['setstat_5324',['setStat',['../classSVF_1_1SVFBugReport.html#a817f61a73d84f9054a2f80375f51f747',1,'SVF::SVFBugReport']]],
172
- ['setsubs_5325',['setSubs',['../classSVF_1_1ConstraintGraph.html#a148235bd1355a700d3ce187702e89bc8',1,'SVF::ConstraintGraph']]],
173
- ['settemplate_5326',['setTemplate',['../classSVF_1_1DCHNode.html#a3947007a7b8074f06064e34de9d980fe',1,'SVF::DCHNode::setTemplate()'],['../classSVF_1_1CHNode.html#a00343177422c8d84d707432d0c483438',1,'SVF::CHNode::setTemplate()']]],
174
- ['setterminals_5327',['setTerminals',['../classSVF_1_1GrammarBase.html#ae79b973ec24ba034e831a90285737a41',1,'SVF::GrammarBase']]],
175
- ['settokeepactualoutformalin_5328',['setTokeepActualOutFormalIn',['../classSVF_1_1SVFGOPT.html#af0c1bb4055d3c4b7f5c6133c433144ad',1,'SVF::SVFGOPT']]],
176
- ['settokeepallselfcycle_5329',['setTokeepAllSelfCycle',['../classSVF_1_1SVFGOPT.html#a99cce24804a9116f9bf4e773b2f28e85',1,'SVF::SVFGOPT']]],
177
- ['settokeepcontextselfcycle_5330',['setTokeepContextSelfCycle',['../classSVF_1_1SVFGOPT.html#abe2392e0971f6c46537727f001fa44de',1,'SVF::SVFGOPT']]],
178
- ['settop_5331',['setTop',['../classSVF_1_1AddressValue.html#a2100009a0e744ebc9e2780dffb6f622b',1,'SVF::AddressValue']]],
179
- ['settotalkind_5332',['setTotalKind',['../classSVF_1_1GrammarBase.html#a37a31f03501a11e7951d56dbf1cb146a',1,'SVF::GrammarBase']]],
180
- ['settypeinfo_5333',['setTypeInfo',['../classSVF_1_1SVFType.html#aef5999ada62dac3cc946d832ac66948c',1,'SVF::SVFType']]],
181
- ['settypeofelement_5334',['setTypeOfElement',['../classSVF_1_1SVFArrayType.html#a56179bc4c145adce210adab80c61be7a',1,'SVF::SVFArrayType']]],
182
- ['setub_5335',['setUb',['../classSVF_1_1IntervalValue.html#aa3b742bd0116a6b7bf290286902b470b',1,'SVF::IntervalValue']]],
183
- ['setvals_5336',['setVals',['../classSVF_1_1AddressValue.html#a0fed06401997d4259d7ef183343f1949',1,'SVF::AddressValue']]],
184
- ['setvalue_5337',['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()']]],
185
- ['setvalueattr_5338',['setValueAttr',['../classSVF_1_1LLVMModuleSet.html#a7d61f479f52e1dc71a4ae7a4d62f3b6a',1,'SVF::LLVMModuleSet']]],
186
- ['setvardfinsetupdated_5339',['setVarDFInSetUpdated',['../classSVF_1_1MutableIncDFPTData.html#a33b2e976439e489d4bd707379e1bac9c',1,'SVF::MutableIncDFPTData::setVarDFInSetUpdated()'],['../classSVF_1_1PersistentIncDFPTData.html#a3b42e65b301c1e2cf7976e2780cb6fd2',1,'SVF::PersistentIncDFPTData::setVarDFInSetUpdated()']]],
187
- ['setvardfoutsetupdated_5340',['setVarDFOutSetUpdated',['../classSVF_1_1MutableIncDFPTData.html#a851947de9ccbe51239b76d2d93fcd4c4',1,'SVF::MutableIncDFPTData::setVarDFOutSetUpdated()'],['../classSVF_1_1PersistentIncDFPTData.html#aa9f6b38595cabbb583c52217188457e8',1,'SVF::PersistentIncDFPTData::setVarDFOutSetUpdated()']]],
188
- ['setver_5341',['setVer',['../classSVF_1_1MSSAMU.html#a2af1e639aabbc5997aa4e6526f6595fb',1,'SVF::MSSAMU']]],
189
- ['setversion_5342',['setVersion',['../classSVF_1_1VersionedFlowSensitive.html#adf37ae1f6a07716bca6fbe1603b8a070',1,'SVF::VersionedFlowSensitive']]],
190
- ['setvfcond_5343',['setVFCond',['../classSVF_1_1ProgSlice.html#ab5de7bf99935818ef1b0962e36b8624c',1,'SVF::ProgSlice']]],
191
- ['setvisited_5344',['setVisited',['../classSVF_1_1SCCDetection.html#ad888a3dc94909823319384055896c84d',1,'SVF::SCCDetection::setVisited()'],['../classSVF_1_1CSC.html#adac02224ec722f0cf1954d7a484bd11e',1,'SVF::CSC::setVisited()']]],
192
- ['setvtable_5345',['setVTable',['../classSVF_1_1DCHNode.html#ad3144bcf462769c687bc7b65ef2f1639',1,'SVF::DCHNode::setVTable()'],['../classSVF_1_1CHNode.html#aa72c4509da3bfd2a3c656da38fe36c81',1,'SVF::CHNode::setVTable()']]],
193
- ['setvtableptr_5346',['setVtablePtr',['../classSVF_1_1SVFVirtualCallInst.html#a94c04bebac82268c00d614c61e15274b',1,'SVF::SVFVirtualCallInst']]],
194
- ['setyield_5347',['setYield',['../classSVF_1_1VersionedFlowSensitive.html#ac33c7cef2d1d143950820ea48e97e806',1,'SVF::VersionedFlowSensitive']]],
195
- ['sfrandersen_5348',['sfrAndersen',['../classSVF_1_1AndersenSFR.html#abcf0f758174f224c5da066d0115beefb',1,'SVF::AndersenSFR']]],
196
- ['sfrobjnodes_5349',['sfrObjNodes',['../classSVF_1_1AndersenSFR.html#a0865c50224ffc1e053cf859122f83f75',1,'SVF::AndersenSFR']]],
197
- ['sfrtrait_5350',['SFRTrait',['../classSVF_1_1AndersenSFR.html#a2d41b49a1474c030ef2324c14467af30',1,'SVF::AndersenSFR']]],
198
- ['sfvgoptend_5351',['sfvgOptEnd',['../classSVF_1_1SVFGStat.html#aaec3a7f29b3ded0c971d57376d2779ff',1,'SVF::SVFGStat']]],
199
- ['sfvgoptstart_5352',['sfvgOptStart',['../classSVF_1_1SVFGStat.html#acb80953b39ce247679242df4f042ab79',1,'SVF::SVFGStat']]],
200
- ['shl_5353',['Shl',['../classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6a193780e40cee5123c543b6f739b3b46b',1,'SVF::BinaryOPStmt::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()']]],
201
- ['showhiddennode_5354',['ShowHiddenNode',['../classSVF_1_1Options.html#adee65a3773fbb98532538c938230e1d3',1,'SVF::Options']]],
202
- ['showsvfirvalue_5355',['ShowSVFIRValue',['../classSVF_1_1Options.html#a424a44f39a43b22434dbdce26007a353',1,'SVF::Options']]],
203
- ['shufflevectorinst_5356',['ShuffleVectorInst',['../namespaceSVF.html#a64e69f438b8c302c4cae27735319fa49',1,'SVF']]],
204
- ['signandwidth_5357',['signAndWidth',['../classSVF_1_1SVFIntegerType.html#a887e8255bb19f85d80d737ac753f0a87',1,'SVF::SVFIntegerType']]],
205
- ['simpletype_5358',['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()']]],
206
- ['simplify_5359',['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()']]],
207
- ['simplify_5ftype_5360',['simplify_type',['../structSVF_1_1SVFUtil_1_1simplify__type.html',1,'SVF::SVFUtil']]],
208
- ['simplify_5ftype_3c_20const_20from_20_3e_5361',['simplify_type< const From >',['../structSVF_1_1SVFUtil_1_1simplify__type_3_01const_01From_01_4.html',1,'SVF::SVFUtil']]],
209
- ['singleabsvalue_5362',['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)']]],
210
- ['singleabsvalue_2eh_5363',['SingleAbsValue.h',['../SingleAbsValue_8h.html',1,'']]],
211
- ['singlecondvar_5364',['SingleCondVar',['../classSVF_1_1CondPointsToSet.html#a0ef73bd2c1b42439ee6f265e07f17514',1,'SVF::CondPointsToSet']]],
212
- ['singleload_5365',['SingleLoad',['../classSVF_1_1Options.html#a5fe0e29e325a6d53ccf16f8fe725821e',1,'SVF::Options']]],
213
- ['singlerhstoprods_5366',['singleRHSToProds',['../classSVF_1_1CFGrammar.html#a727061855e5c86525e7ea1a165b97346',1,'SVF::CFGrammar']]],
214
- ['singlestride_5367',['SingleStride',['../classSVF_1_1Options.html#ae5af5a2b3854b4d234197ab1a389aac2',1,'SVF::Options']]],
3
+ ['cpputil_5157',['cppUtil',['../namespaceSVF_1_1cppUtil.html',1,'SVF']]],
4
+ ['ctir_5158',['ctir',['../namespaceSVF_1_1cppUtil_1_1ctir.html',1,'SVF::cppUtil']]],
5
+ ['dot_5159',['DOT',['../namespaceSVF_1_1DOT.html',1,'SVF']]],
6
+ ['graphprogram_5160',['GraphProgram',['../namespaceSVF_1_1GraphProgram.html',1,'SVF']]],
7
+ ['llvmutil_5161',['LLVMUtil',['../namespaceSVF_1_1LLVMUtil.html',1,'SVF']]],
8
+ ['s32_5ft_5162',['s32_t',['../namespaceSVF.html#a9b707002523ece2ac54ca893ee9a2d4e',1,'SVF']]],
9
+ ['s64_5ft_5163',['s64_t',['../namespaceSVF.html#ad781b0b14e89773e774072b280658ef3',1,'SVF']]],
10
+ ['saber_2ecpp_5164',['saber.cpp',['../saber_8cpp.html',1,'']]],
11
+ ['sabercheckerapi_5165',['SaberCheckerAPI',['../classSVF_1_1SaberCheckerAPI.html',1,'SVF::SaberCheckerAPI'],['../classSVF_1_1SaberCheckerAPI.html#afdd2f15bb46594a61a3c552899215806',1,'SVF::SaberCheckerAPI::SaberCheckerAPI()']]],
12
+ ['sabercheckerapi_2ecpp_5166',['SaberCheckerAPI.cpp',['../SaberCheckerAPI_8cpp.html',1,'']]],
13
+ ['sabercheckerapi_2eh_5167',['SaberCheckerAPI.h',['../SaberCheckerAPI_8h.html',1,'']]],
14
+ ['sabercondallocator_5168',['SaberCondAllocator',['../classSVF_1_1SaberCondAllocator.html',1,'SVF::SaberCondAllocator'],['../classSVF_1_1SaberSVFGBuilder.html#ad7902869f6565f92a4c5af61bd895235',1,'SVF::SaberSVFGBuilder::saberCondAllocator()'],['../classSVF_1_1SrcSnkDDA.html#a193ec317ac2208c7b92f024b35203f44',1,'SVF::SrcSnkDDA::saberCondAllocator()'],['../classSVF_1_1SaberCondAllocator.html#a4b1625597c6b331dfe0e8ceef95731b5',1,'SVF::SaberCondAllocator::SaberCondAllocator()']]],
15
+ ['sabercondallocator_2ecpp_5169',['SaberCondAllocator.cpp',['../SaberCondAllocator_8cpp.html',1,'']]],
16
+ ['sabercondallocator_2eh_5170',['SaberCondAllocator.h',['../SaberCondAllocator_8h.html',1,'']]],
17
+ ['saberfullsvfg_5171',['SABERFULLSVFG',['../classSVF_1_1Options.html#a93970b0b5e0a6148a86ab192a812f34b',1,'SVF::Options']]],
18
+ ['sabersvfgbuilder_5172',['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()']]],
19
+ ['sabersvfgbuilder_2ecpp_5173',['SaberSVFGBuilder.cpp',['../SaberSVFGBuilder_8cpp.html',1,'']]],
20
+ ['sabersvfgbuilder_2eh_5174',['SaberSVFGBuilder.h',['../SaberSVFGBuilder_8h.html',1,'']]],
21
+ ['same_5175',['Same',['../classSVF_1_1AccessPath.html#aabb6c9600fac408f36b9fde013597245ab1ba3a42758473e5ff427ba36147a56a',1,'SVF::AccessPath']]],
22
+ ['samelooptripcount_5176',['sameLoopTripCount',['../classSVF_1_1ForkJoinAnalysis.html#a28e50b1ffdcdaba57d3515a5f6410c86',1,'SVF::ForkJoinAnalysis']]],
23
+ ['sanitizepts_5177',['sanitizePts',['../classSVF_1_1Andersen.html#a308ef1f3a1c9fd7ac1858d0c690aa37a',1,'SVF::Andersen']]],
24
+ ['sanitycheck_5178',['sanityCheck',['../classSVF_1_1SVFIRBuilder.html#a09baa8c7246853c3faaed85b38f0da60',1,'SVF::SVFIRBuilder']]],
25
+ ['saveid_5179',['saveID',['../classSVF_1_1WriterPtrPool.html#a99162b81da24cf79d1252c18573038d4',1,'SVF::WriterPtrPool']]],
26
+ ['savetogenericgraph_5180',['saveToGenericGraph',['../classSVF_1_1GenericGraphReader.html#a337b37b2d78cfaa756f44dee76fb187f',1,'SVF::GenericGraphReader']]],
27
+ ['savetoidtoobjmap_5181',['saveToIDToObjMap',['../classSVF_1_1ReaderIDToObjMap.html#a8c39d643a10d83a7f525ace9a002844c',1,'SVF::ReaderIDToObjMap']]],
28
+ ['savetoset_5182',['saveToSet',['../classSVF_1_1ReaderPtrPool.html#a8a766e643ac79dc023ff58e1883c9626',1,'SVF::ReaderPtrPool']]],
29
+ ['sb_5ffesible_5183',['SB_FESIBLE',['../classSVF_1_1Annotator.html#ac58473072d90baa6dc377b45f18d0da5',1,'SVF::Annotator']]],
30
+ ['sb_5finfesible_5184',['SB_INFESIBLE',['../classSVF_1_1Annotator.html#a556138c152d52921d6f0a709a826a93a',1,'SVF::Annotator']]],
31
+ ['sb_5fslicesink_5185',['SB_SLICESINK',['../classSVF_1_1Annotator.html#a3edacb8703c74abf42c4a29761a3437f',1,'SVF::Annotator']]],
32
+ ['sb_5fslicesource_5186',['SB_SLICESOURCE',['../classSVF_1_1Annotator.html#a01900f5ada5948361cc18857aee26744',1,'SVF::Annotator']]],
33
+ ['sbv_5187',['SBV',['../classSVF_1_1PointsTo.html#a8f757f92ebf0a2ebdb5e6b001606923eacccb6e19f3e8db5f5b5b8858b22da61a',1,'SVF::PointsTo::SBV()'],['../classSVF_1_1PointsTo.html#aecd6b98c0687de59aebb297ec38a7084',1,'SVF::PointsTo::sbv()']]],
34
+ ['sbvit_5188',['sbvIt',['../classSVF_1_1PointsTo_1_1PointsToIterator.html#a735a2a9f0c3f4bc3997edf11b133c0f9',1,'SVF::PointsTo::PointsToIterator']]],
35
+ ['scalar_5189',['SCALAR',['../classSVF_1_1DCHNode.html#a029988e54846db9aca2584e1c10283e3ad5c99cf0681af30e8ed4cc59cc2371cb',1,'SVF::DCHNode']]],
36
+ ['scalarevolution_5190',['ScalarEvolution',['../namespaceSVF.html#ad8794eb3c00de3d3b5c5e43dded3fb42',1,'SVF']]],
37
+ ['scalarevolutionwrapperpass_5191',['ScalarEvolutionWrapperPass',['../namespaceSVF.html#a9f1aca0384166e42d14e2608009ebc01',1,'SVF']]],
38
+ ['scc_5192',['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()']]],
39
+ ['scc_2eh_5193',['SCC.h',['../SCC_8h.html',1,'']]],
40
+ ['scccandidates_5194',['sccCandidates',['../classSVF_1_1AndersenSCD.html#aeb0b3644c3bfbfa5768b92c99aeeef40',1,'SVF::AndersenSCD']]],
41
+ ['sccdetect_5195',['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)']]],
42
+ ['sccdetection_5196',['SCCDetection',['../classSVF_1_1SCCDetection.html',1,'SVF::SCCDetection< GraphType >'],['../classSVF_1_1SCCDetection.html#a1bd915ba4079ddd5dd6e57a88129ffee',1,'SVF::SCCDetection::SCCDetection()']]],
43
+ ['sccrepnode_5197',['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()']]],
44
+ ['sccsubnodes_5198',['sccSubNodes',['../classSVF_1_1ConstraintGraph.html#aed605b010e313f4b11e95b83fe50e3b3',1,'SVF::ConstraintGraph::sccSubNodes()'],['../classSVF_1_1Andersen.html#acd2feff818906db49a1bb2d94c33db5f',1,'SVF::Andersen::sccSubNodes()']]],
45
+ ['scctime_5199',['sccTime',['../classSVF_1_1FlowSensitive.html#af496fa9aa2f4d59594950b2ad121deff',1,'SVF::FlowSensitive']]],
46
+ ['scdandersen_5200',['scdAndersen',['../classSVF_1_1AndersenSCD.html#a1d143f104c0bfb5258b7129d0eceb4cd',1,'SVF::AndersenSCD']]],
47
+ ['scev_5201',['SCEV',['../namespaceSVF.html#aac5262378e41a3414a20cc9a41d4adc6',1,'SVF']]],
48
+ ['scevaddrecexpr_5202',['SCEVAddRecExpr',['../namespaceSVF.html#a4f7c400fbf2fa03db8cf61cb9a7dd3e8',1,'SVF']]],
49
+ ['scevconstant_5203',['SCEVConstant',['../namespaceSVF.html#abe745006fa40399d8a13613a3e0dfc63',1,'SVF']]],
50
+ ['sdiv_5204',['SDiv',['../classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6a7a4ce4e97992d92ac044456e66821552',1,'SVF::BinaryOPStmt']]],
51
+ ['secondrhstoprods_5205',['secondRHSToProds',['../classSVF_1_1CFGrammar.html#acc33ac845314730a896c0c3459088e4f',1,'SVF::CFGrammar']]],
52
+ ['select_5206',['Select',['../classSVF_1_1SVFStmt.html#a0ab8621e75e75f03425c323b3ed62ce9ad9397ec243a61992dc2b5681bea587fa',1,'SVF::SVFStmt']]],
53
+ ['selectclient_5207',['selectClient',['../classSVF_1_1DDAPass.html#aa33694e0b5f30c451c229e92877e4842',1,'SVF::DDAPass']]],
54
+ ['selectedvalidationscenarios_5208',['selectedValidationScenarios',['../classSVF_1_1RaceResultValidator.html#a1294cb90b073ba25a8ffc06180c09419',1,'SVF::RaceResultValidator']]],
55
+ ['selectinst_5209',['SelectInst',['../namespaceSVF.html#ab7fac9d4a4839be445c89777e21bc307',1,'SVF']]],
56
+ ['selectstmt_5210',['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)']]],
57
+ ['selfcycle_5211',['SelfCycle',['../classSVF_1_1Options.html#a9ef14f68939b7678ddff83d544e024cc',1,'SVF::Options']]],
58
+ ['seq_5212',['SEQ',['../classSVF_1_1NodeIDAllocator.html#a8cf553cd07768aad3f3b91bf3d7c6228a85142db6ed24203f054117f3a5110e2f',1,'SVF::NodeIDAllocator']]],
59
+ ['set_5213',['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']]],
60
+ ['set_5fminus_5finfinite_5214',['set_minus_infinite',['../classSVF_1_1BoundedZ3Expr.html#ae76bf19d580cbc12a40f7c1823165178',1,'SVF::BoundedZ3Expr']]],
61
+ ['set_5fplus_5finfinite_5215',['set_plus_infinite',['../classSVF_1_1BoundedZ3Expr.html#ad781e43e6d1e1fd2392e51737b7898b9',1,'SVF::BoundedZ3Expr']]],
62
+ ['set_5fto_5fbottom_5216',['set_to_bottom',['../classSVF_1_1IntervalValue.html#ac763bab0b6fedbe5ec5b345c7b260e30',1,'SVF::IntervalValue']]],
63
+ ['set_5fto_5ftop_5217',['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()']]],
64
+ ['setabsstate_5218',['setAbsState',['../classSVF_1_1SymState.html#a1f946132843a9bdf5099b243613079be',1,'SVF::SymState']]],
65
+ ['setactualindef_5219',['setActualINDef',['../classSVF_1_1SVFGOPT.html#a490695ab536cd455c531fbdc57499cac',1,'SVF::SVFGOPT']]],
66
+ ['setallreachable_5220',['setAllReachable',['../classSVF_1_1ProgSlice.html#ae6102647fa4985142c293116516612cd',1,'SVF::ProgSlice']]],
67
+ ['setattributekinds_5221',['setAttributeKinds',['../classSVF_1_1GrammarBase.html#a1e1bf1e32bcd7c68ce789c2f9f6327c0',1,'SVF::GrammarBase']]],
68
+ ['setbasenode_5222',['setBaseNode',['../classSVF_1_1GepObjVar.html#a5e371fae7592d763661a7cb777107ff4',1,'SVF::GepObjVar']]],
69
+ ['setbb_5223',['setBB',['../classSVF_1_1SVFStmt.html#a0e45ab5b38059371c47d5f2011118a4d',1,'SVF::SVFStmt']]],
70
+ ['setbottom_5224',['setBottom',['../classSVF_1_1AddressValue.html#a77d6a1706328d86b210b26bacaf2fa9f',1,'SVF::AddressValue']]],
71
+ ['setbranchcond_5225',['setBranchCond',['../classSVF_1_1SaberCondAllocator.html#a5012a977e0db66a2ae111d4164936037',1,'SVF::SaberCondAllocator']]],
72
+ ['setbranchcondition_5226',['setBranchCondition',['../classSVF_1_1SymState.html#aae6109025931aea5d066a62058f584a6',1,'SVF::SymState::setBranchCondition()'],['../classSVF_1_1IntraCFGEdge.html#ad7b35b7c9abb07122eaa8517dae56508',1,'SVF::IntraCFGEdge::setBranchCondition()']]],
73
+ ['setbytesizeofobj_5227',['setByteSizeOfObj',['../classSVF_1_1ObjTypeInfo.html#ac093156bfb46c07675ae201f449cdca0',1,'SVF::ObjTypeInfo']]],
74
+ ['setcalledoperand_5228',['setCalledOperand',['../classSVF_1_1SVFCallInst.html#a6dd304f555d2d2388c4430e57b0d2b91',1,'SVF::SVFCallInst']]],
75
+ ['setcallgraph_5229',['setCallGraph',['../classSVF_1_1DDAVFSolver.html#afc2b0eeb1d5d5f292690f3c949217c38',1,'SVF::DDAVFSolver']]],
76
+ ['setcallgraphscc_5230',['setCallGraphSCC',['../classSVF_1_1DDAVFSolver.html#abd652b2627f68d7d4f8bf3bdb20ce975',1,'SVF::DDAVFSolver']]],
77
+ ['setcdn_5231',['setCDN',['../classSVF_1_1CFBasicBlockGWTO.html#a49d0128828b44df0a8631dd193ed8898',1,'SVF::CFBasicBlockGWTO']]],
78
+ ['setcfcond_5232',['setCFCond',['../classSVF_1_1SaberCondAllocator.html#a9c1660f4a9ecc161c0fb97c735a690b9',1,'SVF::SaberCondAllocator']]],
79
+ ['setchg_5233',['setCHG',['../classSVF_1_1SVFIR.html#aa14f6cde41bcac27ce2f66c6b33ee410',1,'SVF::SVFIR']]],
80
+ ['setcondinst_5234',['setCondInst',['../classSVF_1_1SaberCondAllocator.html#a97d540340f9039b3f8bd1527fc7d7ebb',1,'SVF::SaberCondAllocator']]],
81
+ ['setconstdataoraggdata_5235',['setConstDataOrAggData',['../classSVF_1_1SVFValue.html#afe1de41ca3215b325d0ca61814c6bd6b',1,'SVF::SVFValue']]],
82
+ ['setconsume_5236',['setConsume',['../classSVF_1_1VersionedFlowSensitive.html#aabc0a5a7a31b8d880e019773ba960741',1,'SVF::VersionedFlowSensitive']]],
83
+ ['setcurevalsvfgnode_5237',['setCurEvalSVFGNode',['../classSVF_1_1SaberCondAllocator.html#ae717f565b947a72651c0de19bf6bcca0',1,'SVF::SaberCondAllocator']]],
84
+ ['setcurnodeid_5238',['setCurNodeID',['../classSVF_1_1DPItem.html#a5fbde30cae2cb09bd9dc9a6969ea4b90',1,'SVF::DPItem']]],
85
+ ['setcurrentbbandvalueforpagedge_5239',['setCurrentBBAndValueForPAGEdge',['../classSVF_1_1SVFIRBuilder.html#abc394c99f0905c958a230412134eda01',1,'SVF::SVFIRBuilder']]],
86
+ ['setcurrentbestnodemapping_5240',['setCurrentBestNodeMapping',['../classSVF_1_1PointsTo.html#a84eca4c7fc833f8ca4d119cd4da08ca8',1,'SVF::PointsTo']]],
87
+ ['setcurrentlocation_5241',['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)']]],
88
+ ['setcurrentqueryptr_5242',['setCurrentQueryPtr',['../classSVF_1_1DDAClient.html#a3fbe4ffde0a14b2db40189883d49237f',1,'SVF::DDAClient']]],
89
+ ['setcurrentscc_5243',['setCurrentSCC',['../classSVF_1_1WPASCCSolver.html#a782121c831536e231f5b287629defef7',1,'SVF::WPASCCSolver']]],
90
+ ['setcurslice_5244',['setCurSlice',['../classSVF_1_1SrcSnkDDA.html#ab35c0d1f02c83a2c10717905f1abf5cd',1,'SVF::SrcSnkDDA']]],
91
+ ['setcursvfgnode_5245',['setCurSVFGNode',['../classSVF_1_1ProgSlice.html#aee72d029c185c24b2bf01cdc0dcb25d8',1,'SVF::ProgSlice']]],
92
+ ['setddastat_5246',['setDDAStat',['../classSVF_1_1DDAVFSolver.html#adcb641eec4f620effdb3f61a46429f40',1,'SVF::DDAVFSolver']]],
93
+ ['setdef_5247',['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()']]],
94
+ ['setdeffunformultiplemodule_5248',['setDefFunForMultipleModule',['../classSVF_1_1SVFFunction.html#af1c181322926639bd99bbe58a8df70ab',1,'SVF::SVFFunction']]],
95
+ ['setdefglobalformultiplemodule_5249',['setDefGlobalForMultipleModule',['../classSVF_1_1SVFGlobalValue.html#a72c43f12f42a73dc28855c425fe5543a',1,'SVF::SVFGlobalValue']]],
96
+ ['setdetectpwc_5250',['setDetectPWC',['../classSVF_1_1Andersen.html#a1462bdde3748b1513e92a119b8a43794',1,'SVF::Andersen']]],
97
+ ['setebnfsigns_5251',['setEBNFSigns',['../classSVF_1_1GrammarBase.html#ad87ca88d62e7bc3a189652c707a72e12',1,'SVF::GrammarBase']]],
98
+ ['setec_5252',['setEC',['../classSVF_1_1Steensgaard.html#aa283cff49b0d340956649a95465b82b6',1,'SVF::Steensgaard']]],
99
+ ['setedgeflag_5253',['setEdgeFlag',['../classSVF_1_1SVFIRReader.html#aec95a42a5e46be50457fb3a8e9de7fbf',1,'SVF::SVFIRReader']]],
100
+ ['setes_5254',['setEs',['../classSVF_1_1SVFIR2ConsExeState.html#a7421cab74f02c7ab54aefb3242ed6c77',1,'SVF::SVFIR2ConsExeState::setEs()'],['../classSVF_1_1SVFIR2ItvExeState.html#a2e9ecde8db07741daa112649c432cbfd',1,'SVF::SVFIR2ItvExeState::setEs()']]],
101
+ ['setexitblock_5255',['setExitBlock',['../classSVF_1_1SVFFunction.html#abd458bb5a035d3f7db32fac5f01b57f3',1,'SVF::SVFFunction']]],
102
+ ['setextbcpath_5256',['setExtBcPath',['../classSVF_1_1ExtAPI.html#ac0dc697b93f41b1e094a9be8baf4a103',1,'SVF::ExtAPI']]],
103
+ ['setfieldinsensitive_5257',['setFieldInsensitive',['../classSVF_1_1MemObj.html#ab9637ea9acd1f8ae4933b4ab2b997e5c',1,'SVF::MemObj']]],
104
+ ['setfieldsensitive_5258',['setFieldSensitive',['../classSVF_1_1MemObj.html#a981b7424901ef74467f725ffc9fec0ca',1,'SVF::MemObj']]],
105
+ ['setfinalcond_5259',['setFinalCond',['../classSVF_1_1ProgSlice.html#af55830503ef47b4b1c15c0e5b3cd6a3f',1,'SVF::ProgSlice']]],
106
+ ['setflag_5260',['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()']]],
107
+ ['setfldidx_5261',['setFldIdx',['../classSVF_1_1AccessPath.html#ab95df74c97fba13206df48e00131e15f',1,'SVF::AccessPath']]],
108
+ ['setformaloutdef_5262',['setFormalOUTDef',['../classSVF_1_1SVFGOPT.html#a3e2b811dd939c93bcf9fb94e91d553b1',1,'SVF::SVFGOPT']]],
109
+ ['setfunidxinvtable_5263',['setFunIdxInVtable',['../classSVF_1_1SVFVirtualCallInst.html#a947d6ca3695477fb5b36b46fa4899fb7',1,'SVF::SVFVirtualCallInst']]],
110
+ ['setfunnameofvirtualcall_5264',['setFunNameOfVirtualCall',['../classSVF_1_1SVFVirtualCallInst.html#adf936a7ee01d9c4662e31a5022ae94c0',1,'SVF::SVFVirtualCallInst']]],
111
+ ['setgraph_5265',['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()']]],
112
+ ['seticfg_5266',['setICFG',['../classSVF_1_1SVFIR.html#a756ae2b40ec29f2f92c95919f615e5ec',1,'SVF::SVFIR']]],
113
+ ['seticfgnode_5267',['setICFGNode',['../classSVF_1_1VFGNode.html#a9c95dd4f0e70ccc4a03282cdddba95de',1,'SVF::VFGNode::setICFGNode()'],['../classSVF_1_1SVFStmt.html#adb92a92f5c878576dff26cb38eab8c8c',1,'SVF::SVFStmt::setICFGNode()']]],
114
+ ['setincycle_5268',['setIncycle',['../classSVF_1_1CxtThread.html#adde663205c3ecc5a2e01b18bc305d5cb',1,'SVF::CxtThread']]],
115
+ ['setinloop_5269',['setInloop',['../classSVF_1_1CxtThread.html#aa4e1a9babb249a005e8dfae8cb83df21',1,'SVF::CxtThread']]],
116
+ ['setinscc_5270',['setInSCC',['../classSVF_1_1SCCDetection.html#aafe9ae9d158480e6a04803b25b61083e',1,'SVF::SCCDetection']]],
117
+ ['setisnotret_5271',['setIsNotRet',['../classSVF_1_1SVFFunction.html#aaddef080cdc8e4080fc2da1e3cf92deb',1,'SVF::SVFFunction']]],
118
+ ['setisuncalledfunction_5272',['setIsUncalledFunction',['../classSVF_1_1SVFFunction.html#a37f89063b55ff657a07e186224338ce8',1,'SVF::SVFFunction']]],
119
+ ['setkeynodesset_5273',['setKeyNodesSet',['../classSVF_1_1SymState.html#a2b4bdce23c28d5f635db6b48ce9aba11',1,'SVF::SymState']]],
120
+ ['setkindtoattrsmap_5274',['setKindToAttrsMap',['../classSVF_1_1GrammarBase.html#a082342020848e545c983df4d5ec6720a',1,'SVF::GrammarBase']]],
121
+ ['setlb_5275',['setLb',['../classSVF_1_1IntervalValue.html#adf3cae41adaeb62c3b5da19e81adbb5d',1,'SVF::IntervalValue']]],
122
+ ['setloc_5276',['setLoc',['../classSVF_1_1StmtDPItem.html#a9ba9ab1013a36530369aa6d684397f4f',1,'SVF::StmtDPItem']]],
123
+ ['setlocale_5277',['setlocale',['../extapi_8c.html#afe784c4f5d12b74272740c5211c960c5',1,'extapi.c']]],
124
+ ['setlocvar_5278',['setLocVar',['../classSVF_1_1StmtDPItem.html#a3feb4bc8e003cfdd30c1b2cfb2219efb',1,'SVF::StmtDPItem']]],
125
+ ['setloopbound_5279',['setLoopBound',['../classSVF_1_1SVFLoop.html#af594a873db7d6dbbcf25176da45fba80',1,'SVF::SVFLoop']]],
126
+ ['setmaxbudget_5280',['setMaxBudget',['../classSVF_1_1DPItem.html#a687ef8944ccb55b826508c47ea5b9240',1,'SVF::DPItem']]],
127
+ ['setmaxcxtlen_5281',['setMaxCxtLen',['../classSVF_1_1ContextCond.html#a92e89bbae0f31bb9eb971ab3edcc8071',1,'SVF::ContextCond']]],
128
+ ['setmaxfieldoffsetlimit_5282',['setMaxFieldOffsetLimit',['../classSVF_1_1ObjTypeInfo.html#a9fff869c63776c6ebeff78933e0f6092',1,'SVF::ObjTypeInfo']]],
129
+ ['setmaxpathlen_5283',['setMaxPathLen',['../classSVF_1_1ContextCond.html#a084679a423e78217ca10794775c25b1d',1,'SVF::ContextCond']]],
130
+ ['setmemusageafter_5284',['setMemUsageAfter',['../classSVF_1_1DDAStat.html#a9353910ceb01b53da6e880ebeb157433',1,'SVF::DDAStat']]],
131
+ ['setmemusagebefore_5285',['setMemUsageBefore',['../classSVF_1_1DDAStat.html#accadfa44f7cf9f107e4c8d100ce8db0d',1,'SVF::DDAStat']]],
132
+ ['setmodelconstants_5286',['setModelConstants',['../classSVF_1_1SymbolTableInfo.html#a4decfc9e7f5dc096d7bfa42d6965763d',1,'SVF::SymbolTableInfo']]],
133
+ ['setmodule_5287',['setModule',['../classSVF_1_1SVFIR.html#a52bea4a99022b036104751cafa9152b1',1,'SVF::SVFIR::setModule()'],['../classSVF_1_1SymbolTableInfo.html#a4f916c64ca04c4db30bd19fb8505724d',1,'SVF::SymbolTableInfo::setModule()']]],
134
+ ['setmoduleidentifier_5288',['setModuleIdentifier',['../classSVF_1_1SVFModule.html#acaba1ff38ed1fdd8a9a1251a1b36be92',1,'SVF::SVFModule']]],
135
+ ['setmultiforked_5289',['setMultiforked',['../classSVF_1_1TCTNode.html#a0fafde34cdffde6d38bb9efca9b7a9a1',1,'SVF::TCTNode']]],
136
+ ['setmultiforkedattrs_5290',['setMultiForkedAttrs',['../classSVF_1_1TCT.html#a11e36f9b58646dee4014e12e55c70508',1,'SVF::TCT']]],
137
+ ['setmultiinheritance_5291',['setMultiInheritance',['../classSVF_1_1DCHNode.html#a798e80f0cc5951789474abc3a0999166',1,'SVF::DCHNode::setMultiInheritance()'],['../classSVF_1_1CHNode.html#a5d751a3a0d88c0de374bfeb526051440',1,'SVF::CHNode::setMultiInheritance()']]],
138
+ ['setname_5292',['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)']]],
139
+ ['setnegcondinst_5293',['setNegCondInst',['../classSVF_1_1SaberCondAllocator.html#ae8858c45c7406842ca967ed14f0b58e5',1,'SVF::SaberCondAllocator']]],
140
+ ['setnodenumafterpagbuild_5294',['setNodeNumAfterPAGBuild',['../classSVF_1_1IRGraph.html#a5fe12445ed0528183775747dec356db0',1,'SVF::IRGraph']]],
141
+ ['setnonconcretecxt_5295',['setNonConcreteCxt',['../classSVF_1_1ContextCond.html#ac80892cbef7a5d2c949e5f07682bc885',1,'SVF::ContextCond']]],
142
+ ['setnonterminals_5296',['setNonterminals',['../classSVF_1_1GrammarBase.html#afc9635e14b5871df457bf64fae6ad8cf',1,'SVF::GrammarBase']]],
143
+ ['setnumofelement_5297',['setNumOfElement',['../classSVF_1_1SVFArrayType.html#a986fc835f2e082796ecf1fd3b7f769b6',1,'SVF::SVFArrayType']]],
144
+ ['setnumofelements_5298',['setNumOfElements',['../classSVF_1_1MemObj.html#a904c5a96407574565e9c48eb2d31e869',1,'SVF::MemObj::setNumOfElements()'],['../classSVF_1_1ObjTypeInfo.html#aff17d13e520a731accedd06350af6221',1,'SVF::ObjTypeInfo::setNumOfElements()']]],
145
+ ['setnumoffieldsandelems_5299',['setNumOfFieldsAndElems',['../classSVF_1_1StInfo.html#a1a07c2b1415c29d7d70791c6dfe602a3',1,'SVF::StInfo']]],
146
+ ['setobjfieldinsensitive_5300',['setObjFieldInsensitive',['../classSVF_1_1PointerAnalysis.html#ac5683fe2e24b393ccc5cb6d8bc92cf2b',1,'SVF::PointerAnalysis']]],
147
+ ['setoffset_5301',['setOffset',['../classSVF_1_1DCHEdge.html#a70f757826082c95766c8324c1264e977',1,'SVF::DCHEdge']]],
148
+ ['setopver_5302',['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()']]],
149
+ ['setopverandbb_5303',['setOpVerAndBB',['../classSVF_1_1IntraPHIVFGNode.html#a7e5fd83393224ece808de83cbf496882',1,'SVF::IntraPHIVFGNode']]],
150
+ ['setpag_5304',['setPAG',['../classSVF_1_1DDAClient.html#a21badb317a249bbb506615182671b32c',1,'SVF::DDAClient']]],
151
+ ['setpagfromtxt_5305',['setPagFromTXT',['../classSVF_1_1SVFModule.html#a7af3076a26060090377d1f74293560fe',1,'SVF::SVFModule']]],
152
+ ['setpartialreachable_5306',['setPartialReachable',['../classSVF_1_1ProgSlice.html#af6f137be08ca0e743424ff07d679777d',1,'SVF::ProgSlice']]],
153
+ ['setpointerto_5307',['setPointerTo',['../classSVF_1_1SVFType.html#a3ddabbd763acaaca28cacbabe5bc7f3b',1,'SVF::SVFType']]],
154
+ ['setptrelementtype_5308',['setPtrElementType',['../classSVF_1_1SVFPointerType.html#aaaa79de3df0f6764bfd3d2e487ea7a09',1,'SVF::SVFPointerType']]],
155
+ ['setptrinuncalledfunction_5309',['setPtrInUncalledFunction',['../classSVF_1_1SVFValue.html#ac2e5c42d0ac92375c88ef5b3f1b65dc4',1,'SVF::SVFValue']]],
156
+ ['setpureabstract_5310',['setPureAbstract',['../classSVF_1_1DCHNode.html#afa271fdb9c1aa3589f41655813a2de8e',1,'SVF::DCHNode::setPureAbstract()'],['../classSVF_1_1CHNode.html#abac89987927dadd53dd646eae540a024',1,'SVF::CHNode::setPureAbstract()']]],
157
+ ['setpwcnode_5311',['setPWCNode',['../classSVF_1_1ConstraintGraph.html#a03f9fe8ae7094c39937f47f422276724',1,'SVF::ConstraintGraph::setPWCNode()'],['../classSVF_1_1ConstraintNode.html#ad8701df90d93c5dfed26cff8f0b2fbb3',1,'SVF::ConstraintNode::setPWCNode()']]],
158
+ ['setquery_5312',['setQuery',['../classSVF_1_1DDAClient.html#a3d0f732e284f3237287b375582c0aa88',1,'SVF::DDAClient']]],
159
+ ['setrawproductions_5313',['setRawProductions',['../classSVF_1_1GrammarBase.html#a2eb6ab294093710ca1dc119836adff5a',1,'SVF::GrammarBase']]],
160
+ ['setreachablebbs_5314',['setReachableBBs',['../classSVF_1_1SVFLoopAndDomInfo.html#acc409e328f641a2c9512beeb727f58c7',1,'SVF::SVFLoopAndDomInfo']]],
161
+ ['setreachglobal_5315',['setReachGlobal',['../classSVF_1_1ProgSlice.html#a397632ce0c523c4a54c5dc578606d14d',1,'SVF::ProgSlice']]],
162
+ ['setreles_5316',['setRelEs',['../classSVF_1_1SVFIR2ItvExeState.html#af0b6abd2310a9bf0311760b290114341',1,'SVF::SVFIR2ItvExeState']]],
163
+ ['setrep_5317',['setRep',['../classSVF_1_1ConstraintGraph.html#abea65bf6dd43aa312082f8d4c7c3e3cb',1,'SVF::ConstraintGraph']]],
164
+ ['setrepr_5318',['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)']]],
165
+ ['setresver_5319',['setResVer',['../classSVF_1_1MSSADEF.html#a343eb4c9515dfbbbdadaacf5500e5f05',1,'SVF::MSSADEF']]],
166
+ ['setreticfgnode_5320',['setRetICFGNode',['../classSVF_1_1CallICFGNode.html#a91b38c6930f3c15b9b38121662fded20',1,'SVF::CallICFGNode']]],
167
+ ['setsabercondallocator_5321',['setSaberCondAllocator',['../classSVF_1_1SaberSVFGBuilder.html#a8eb03d4362685f361bc1110fc98925b9',1,'SVF::SaberSVFGBuilder']]],
168
+ ['setscalar_5322',['setScalar',['../classSVF_1_1DCHNode.html#a917265fa44ed08b66a6bd722f318bfa4',1,'SVF::DCHNode']]],
169
+ ['setsignandwidth_5323',['setSignAndWidth',['../classSVF_1_1SVFIntegerType.html#aeacf0513bfde42511fe6e464d48d1e11',1,'SVF::SVFIntegerType']]],
170
+ ['setsourceloc_5324',['setSourceLoc',['../classSVF_1_1SVFValue.html#a588acec1904d440797ca4500f63f7d28',1,'SVF::SVFValue']]],
171
+ ['setstartkind_5325',['setStartKind',['../classSVF_1_1GrammarBase.html#a1de2b9f6c39936afa8f821ca262deadd',1,'SVF::GrammarBase']]],
172
+ ['setstat_5326',['setStat',['../classSVF_1_1SVFBugReport.html#a817f61a73d84f9054a2f80375f51f747',1,'SVF::SVFBugReport']]],
173
+ ['setsubs_5327',['setSubs',['../classSVF_1_1ConstraintGraph.html#a148235bd1355a700d3ce187702e89bc8',1,'SVF::ConstraintGraph']]],
174
+ ['settemplate_5328',['setTemplate',['../classSVF_1_1DCHNode.html#a3947007a7b8074f06064e34de9d980fe',1,'SVF::DCHNode::setTemplate()'],['../classSVF_1_1CHNode.html#a00343177422c8d84d707432d0c483438',1,'SVF::CHNode::setTemplate()']]],
175
+ ['setterminals_5329',['setTerminals',['../classSVF_1_1GrammarBase.html#ae79b973ec24ba034e831a90285737a41',1,'SVF::GrammarBase']]],
176
+ ['settokeepactualoutformalin_5330',['setTokeepActualOutFormalIn',['../classSVF_1_1SVFGOPT.html#af0c1bb4055d3c4b7f5c6133c433144ad',1,'SVF::SVFGOPT']]],
177
+ ['settokeepallselfcycle_5331',['setTokeepAllSelfCycle',['../classSVF_1_1SVFGOPT.html#a99cce24804a9116f9bf4e773b2f28e85',1,'SVF::SVFGOPT']]],
178
+ ['settokeepcontextselfcycle_5332',['setTokeepContextSelfCycle',['../classSVF_1_1SVFGOPT.html#abe2392e0971f6c46537727f001fa44de',1,'SVF::SVFGOPT']]],
179
+ ['settop_5333',['setTop',['../classSVF_1_1AddressValue.html#a2100009a0e744ebc9e2780dffb6f622b',1,'SVF::AddressValue']]],
180
+ ['settotalkind_5334',['setTotalKind',['../classSVF_1_1GrammarBase.html#a37a31f03501a11e7951d56dbf1cb146a',1,'SVF::GrammarBase']]],
181
+ ['settypeinfo_5335',['setTypeInfo',['../classSVF_1_1SVFType.html#aef5999ada62dac3cc946d832ac66948c',1,'SVF::SVFType']]],
182
+ ['settypeofelement_5336',['setTypeOfElement',['../classSVF_1_1SVFArrayType.html#a56179bc4c145adce210adab80c61be7a',1,'SVF::SVFArrayType']]],
183
+ ['setub_5337',['setUb',['../classSVF_1_1IntervalValue.html#aa3b742bd0116a6b7bf290286902b470b',1,'SVF::IntervalValue']]],
184
+ ['setvals_5338',['setVals',['../classSVF_1_1AddressValue.html#a0fed06401997d4259d7ef183343f1949',1,'SVF::AddressValue']]],
185
+ ['setvalue_5339',['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()']]],
186
+ ['setvalueattr_5340',['setValueAttr',['../classSVF_1_1LLVMModuleSet.html#a7d61f479f52e1dc71a4ae7a4d62f3b6a',1,'SVF::LLVMModuleSet']]],
187
+ ['setvardfinsetupdated_5341',['setVarDFInSetUpdated',['../classSVF_1_1MutableIncDFPTData.html#a33b2e976439e489d4bd707379e1bac9c',1,'SVF::MutableIncDFPTData::setVarDFInSetUpdated()'],['../classSVF_1_1PersistentIncDFPTData.html#a3b42e65b301c1e2cf7976e2780cb6fd2',1,'SVF::PersistentIncDFPTData::setVarDFInSetUpdated()']]],
188
+ ['setvardfoutsetupdated_5342',['setVarDFOutSetUpdated',['../classSVF_1_1MutableIncDFPTData.html#a851947de9ccbe51239b76d2d93fcd4c4',1,'SVF::MutableIncDFPTData::setVarDFOutSetUpdated()'],['../classSVF_1_1PersistentIncDFPTData.html#aa9f6b38595cabbb583c52217188457e8',1,'SVF::PersistentIncDFPTData::setVarDFOutSetUpdated()']]],
189
+ ['setver_5343',['setVer',['../classSVF_1_1MSSAMU.html#a2af1e639aabbc5997aa4e6526f6595fb',1,'SVF::MSSAMU']]],
190
+ ['setversion_5344',['setVersion',['../classSVF_1_1VersionedFlowSensitive.html#adf37ae1f6a07716bca6fbe1603b8a070',1,'SVF::VersionedFlowSensitive']]],
191
+ ['setvfcond_5345',['setVFCond',['../classSVF_1_1ProgSlice.html#ab5de7bf99935818ef1b0962e36b8624c',1,'SVF::ProgSlice']]],
192
+ ['setvisited_5346',['setVisited',['../classSVF_1_1SCCDetection.html#ad888a3dc94909823319384055896c84d',1,'SVF::SCCDetection::setVisited()'],['../classSVF_1_1CSC.html#adac02224ec722f0cf1954d7a484bd11e',1,'SVF::CSC::setVisited()']]],
193
+ ['setvtable_5347',['setVTable',['../classSVF_1_1DCHNode.html#ad3144bcf462769c687bc7b65ef2f1639',1,'SVF::DCHNode::setVTable()'],['../classSVF_1_1CHNode.html#aa72c4509da3bfd2a3c656da38fe36c81',1,'SVF::CHNode::setVTable()']]],
194
+ ['setvtableptr_5348',['setVtablePtr',['../classSVF_1_1SVFVirtualCallInst.html#a94c04bebac82268c00d614c61e15274b',1,'SVF::SVFVirtualCallInst']]],
195
+ ['setyield_5349',['setYield',['../classSVF_1_1VersionedFlowSensitive.html#ac33c7cef2d1d143950820ea48e97e806',1,'SVF::VersionedFlowSensitive']]],
196
+ ['sfrandersen_5350',['sfrAndersen',['../classSVF_1_1AndersenSFR.html#abcf0f758174f224c5da066d0115beefb',1,'SVF::AndersenSFR']]],
197
+ ['sfrobjnodes_5351',['sfrObjNodes',['../classSVF_1_1AndersenSFR.html#a0865c50224ffc1e053cf859122f83f75',1,'SVF::AndersenSFR']]],
198
+ ['sfrtrait_5352',['SFRTrait',['../classSVF_1_1AndersenSFR.html#a2d41b49a1474c030ef2324c14467af30',1,'SVF::AndersenSFR']]],
199
+ ['sfvgoptend_5353',['sfvgOptEnd',['../classSVF_1_1SVFGStat.html#aaec3a7f29b3ded0c971d57376d2779ff',1,'SVF::SVFGStat']]],
200
+ ['sfvgoptstart_5354',['sfvgOptStart',['../classSVF_1_1SVFGStat.html#acb80953b39ce247679242df4f042ab79',1,'SVF::SVFGStat']]],
201
+ ['shl_5355',['Shl',['../classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6a193780e40cee5123c543b6f739b3b46b',1,'SVF::BinaryOPStmt::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()']]],
202
+ ['showhiddennode_5356',['ShowHiddenNode',['../classSVF_1_1Options.html#adee65a3773fbb98532538c938230e1d3',1,'SVF::Options']]],
203
+ ['showsvfirvalue_5357',['ShowSVFIRValue',['../classSVF_1_1Options.html#a424a44f39a43b22434dbdce26007a353',1,'SVF::Options']]],
204
+ ['shufflevectorinst_5358',['ShuffleVectorInst',['../namespaceSVF.html#a64e69f438b8c302c4cae27735319fa49',1,'SVF']]],
205
+ ['signandwidth_5359',['signAndWidth',['../classSVF_1_1SVFIntegerType.html#a887e8255bb19f85d80d737ac753f0a87',1,'SVF::SVFIntegerType']]],
206
+ ['simpletype_5360',['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()']]],
207
+ ['simplify_5361',['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()']]],
208
+ ['simplify_5ftype_5362',['simplify_type',['../structSVF_1_1SVFUtil_1_1simplify__type.html',1,'SVF::SVFUtil']]],
209
+ ['simplify_5ftype_3c_20const_20from_20_3e_5363',['simplify_type< const From >',['../structSVF_1_1SVFUtil_1_1simplify__type_3_01const_01From_01_4.html',1,'SVF::SVFUtil']]],
210
+ ['singleabsvalue_5364',['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)']]],
211
+ ['singleabsvalue_2eh_5365',['SingleAbsValue.h',['../SingleAbsValue_8h.html',1,'']]],
212
+ ['singlecondvar_5366',['SingleCondVar',['../classSVF_1_1CondPointsToSet.html#a0ef73bd2c1b42439ee6f265e07f17514',1,'SVF::CondPointsToSet']]],
213
+ ['singlerhstoprods_5367',['singleRHSToProds',['../classSVF_1_1CFGrammar.html#a727061855e5c86525e7ea1a165b97346',1,'SVF::CFGrammar']]],
215
214
  ['singlevaluek_5368',['SingleValueK',['../classSVF_1_1ExeState.html#a259b93247e06141077b2c1ae15efcbb8acb163848414937d2331958216330a20e',1,'SVF::ExeState']]],
216
215
  ['sinks_5369',['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()']]],
217
216
  ['sinksbegin_5370',['sinksBegin',['../classSVF_1_1ProgSlice.html#adf620c97daed49735d21b485c448b4a2',1,'SVF::ProgSlice::sinksBegin()'],['../classSVF_1_1SrcSnkDDA.html#a79833c0cf1916d63e1dd32c2220056dd',1,'SVF::SrcSnkDDA::sinksBegin()']]],
@@ -312,7 +311,7 @@ var searchData=
312
311
  ['storeoutedges_5465',['storeOutEdges',['../classSVF_1_1ConstraintNode.html#a8d28c94a72acf221177aeae135f73ec1',1,'SVF::ConstraintNode']]],
313
312
  ['storeset_5466',['StoreSet',['../classSVF_1_1MTA.html#a6bcd86c36f8f4307c4951a23021af92e',1,'SVF::MTA::StoreSet()'],['../classSVF_1_1MTAAnnotator.html#a37df9f2416685c535be2faa01e162f3a',1,'SVF::MTAAnnotator::storeset()']]],
314
313
  ['storestmt_5467',['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)']]],
315
- ['storestomrsmap_5468',['StoresToMRsMap',['../classSVF_1_1MRGenerator.html#afacb458ca832ef459e873b7d90134a8c',1,'SVF::MRGenerator::StoresToMRsMap()'],['../classSVF_1_1MRGenerator.html#a255551fd3ff8fb33bcea93d0b00280b3',1,'SVF::MRGenerator::storesToMRsMap()']]],
314
+ ['storestomrsmap_5468',['storesToMRsMap',['../classSVF_1_1MRGenerator.html#a255551fd3ff8fb33bcea93d0b00280b3',1,'SVF::MRGenerator::storesToMRsMap()'],['../classSVF_1_1MRGenerator.html#afacb458ca832ef459e873b7d90134a8c',1,'SVF::MRGenerator::StoresToMRsMap()']]],
316
315
  ['storestopointstomap_5469',['StoresToPointsToMap',['../classSVF_1_1MRGenerator.html#a357e1654e30b2f91f6ea30ea5a52e91d',1,'SVF::MRGenerator::StoresToPointsToMap()'],['../classSVF_1_1MRGenerator.html#a7d86f708743a59aa31c0a9fd6de45dac',1,'SVF::MRGenerator::storesToPointsToMap()']]],
317
316
  ['storesvfgnode_5470',['StoreSVFGNode',['../namespaceSVF.html#a54c5725186e66ead6faf53c10a288714',1,'SVF']]],
318
317
  ['storetime_5471',['storeTime',['../classSVF_1_1FlowSensitive.html#a82b76087363b26fbe749653935569de7',1,'SVF::FlowSensitive']]],
@@ -410,7 +409,7 @@ var searchData=
410
409
  ['svfg_5563',['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()']]],
411
410
  ['svfg_2ecpp_5564',['SVFG.cpp',['../SVFG_8cpp.html',1,'']]],
412
411
  ['svfg_2eh_5565',['SVFG.h',['../SVFG_8h.html',1,'']]],
413
- ['svfgbuilder_5566',['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()']]],
412
+ ['svfgbuilder_5566',['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()']]],
414
413
  ['svfgbuilder_2ecpp_5567',['SVFGBuilder.cpp',['../SVFGBuilder_8cpp.html',1,'']]],
415
414
  ['svfgbuilder_2eh_5568',['SVFGBuilder.h',['../SVFGBuilder_8h.html',1,'']]],
416
415
  ['svfgedge_5569',['SVFGEdge',['../namespaceSVF.html#aa4745cf70b26e17d59752356f0b19dd9',1,'SVF']]],
@@ -427,130 +426,131 @@ var searchData=
427
426
  ['svfgnodeidset_5580',['SVFGNodeIDSet',['../classSVF_1_1MTASVFGBuilder.html#a17da7e5da237c23873e17250d9746939',1,'SVF::MTASVFGBuilder']]],
428
427
  ['svfgnodeidtonodemapty_5581',['SVFGNodeIDToNodeMapTy',['../classSVF_1_1SVFG.html#a3d04ce1429b1edf90c9c0833e3b5a4a9',1,'SVF::SVFG']]],
429
428
  ['svfgnodelockspan_5582',['SVFGNodeLockSpan',['../classSVF_1_1SVFGNodeLockSpan.html',1,'SVF::SVFGNodeLockSpan'],['../classSVF_1_1SVFGNodeLockSpan.html#a43f4d595b31259576b141cb99883938e',1,'SVF::SVFGNodeLockSpan::SVFGNodeLockSpan()']]],
430
- ['svfgnodeset_5583',['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()']]],
429
+ ['svfgnodeset_5583',['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()']]],
431
430
  ['svfgnodesetiter_5584',['SVFGNodeSetIter',['../classSVF_1_1ProgSlice.html#af41c438baa739406a35bcb2e9ba431dd',1,'SVF::ProgSlice::SVFGNodeSetIter()'],['../classSVF_1_1SrcSnkDDA.html#ad6935e27bbd95d26a01b22b879efed58',1,'SVF::SrcSnkDDA::SVFGNodeSetIter()']]],
432
431
  ['svfgnodetocondmap_5585',['SVFGNodeToCondMap',['../classSVF_1_1ProgSlice.html#adaf0bb2e3104c9d86d997b2e7c93275e',1,'SVF::ProgSlice::SVFGNodeToCondMap()'],['../classSVF_1_1ProgSlice.html#aeda61b2786b128e8c45089de60dcafce',1,'SVF::ProgSlice::svfgNodeToCondMap()']]],
433
432
  ['svfgnodetocsidmap_5586',['SVFGNodeToCSIDMap',['../classSVF_1_1LeakChecker.html#a90c7275babe222f006233d2f2d2b6700',1,'SVF::LeakChecker']]],
434
433
  ['svfgnodetodpitemsmap_5587',['SVFGNodeToDPItemsMap',['../classSVF_1_1SrcSnkDDA.html#a4f9de61860db86668606f0c276ce8117',1,'SVF::SrcSnkDDA']]],
435
434
  ['svfgnodetoslicemap_5588',['SVFGNodeToSliceMap',['../classSVF_1_1SrcSnkDDA.html#ac96c2f09dee260b4378eae7eb67b21e4',1,'SVF::SrcSnkDDA']]],
436
- ['svfgnodevec_5589',['SVFGNodeVec',['../classSVF_1_1MTASVFGBuilder.html#a2d0e5077ce9ae6148845db607f086312',1,'SVF::MTASVFGBuilder']]],
437
- ['svfgopt_5590',['SVFGOPT',['../classSVF_1_1SVFGOPT.html',1,'SVF::SVFGOPT'],['../classSVF_1_1SVFGOPT.html#a64c300c8a9f8cc2ac13eef65c1108d01',1,'SVF::SVFGOPT::SVFGOPT()']]],
438
- ['svfgopt_2ecpp_5591',['SVFGOPT.cpp',['../SVFGOPT_8cpp.html',1,'']]],
439
- ['svfgopt_2eh_5592',['SVFGOPT.h',['../SVFGOPT_8h.html',1,'']]],
440
- ['svfgopttimeend_5593',['svfgOptTimeEnd',['../classSVF_1_1SVFGStat.html#ac06625b26e1aa1a0ed171c9f5cea0f35',1,'SVF::SVFGStat']]],
441
- ['svfgopttimestart_5594',['svfgOptTimeStart',['../classSVF_1_1SVFGStat.html#a1e92f02d43f06ef31e107859d1bd8ac2',1,'SVF::SVFGStat']]],
442
- ['svfgreadwrite_2ecpp_5595',['SVFGReadWrite.cpp',['../SVFGReadWrite_8cpp.html',1,'']]],
443
- ['svfgscc_5596',['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()']]],
444
- ['svfgsccdetection_5597',['SVFGSCCDetection',['../classSVF_1_1DDAVFSolver.html#aba0ec611a5cfd096ac0b8b11e0bd5580',1,'SVF::DDAVFSolver']]],
445
- ['svfgstat_5598',['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()']]],
446
- ['svfgstat_2ecpp_5599',['SVFGStat.cpp',['../SVFGStat_8cpp.html',1,'']]],
447
- ['svfgstat_2eh_5600',['SVFGStat.h',['../SVFGStat_8h.html',1,'']]],
448
- ['svfgwithindcall_5601',['SVFGWithIndCall',['../classSVF_1_1SVFGBuilder.html#a70de38086437635d2e44d2a0c9fdded9',1,'SVF::SVFGBuilder']]],
449
- ['svfgwithindirectcall_5602',['SVFGWithIndirectCall',['../classSVF_1_1Options.html#a06eea18ba4cdf509255126a9b58e8eb0',1,'SVF::Options']]],
450
- ['svfinst_5603',['SVFInst',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860eacb5f1f872986a8f8bccd9a3b3904e9dd',1,'SVF::SVFValue']]],
451
- ['svfinstruction_5604',['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']]],
452
- ['svfintegerty_5605',['SVFIntegerTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cae2025d3e9d7943027c74ae6bba3fff22',1,'SVF::SVFType']]],
453
- ['svfintegertype_5606',['SVFIntegerType',['../classSVF_1_1SVFIntegerType.html',1,'SVF::SVFIntegerType'],['../classSVF_1_1SVFIntegerType.html#aa7679a15dff308f24c3d75840c518e5e',1,'SVF::SVFIntegerType::SVFIntegerType()']]],
454
- ['svfir_5607',['SVFIR',['../classSVF_1_1SVFIR.html',1,'SVF::SVFIR'],['../classSVF_1_1CFLBase.html#a9e6cbab31612da4a1f8f660d1fabc4c0',1,'SVF::CFLBase::svfir()'],['../classSVF_1_1SVFVar.html#a6dbb40e8ee92033b77440c44acd8a868',1,'SVF::SVFVar::SVFIR()'],['../classSVF_1_1SVFIR.html#abf511f82cdbf7a6d9b6da167aee57636',1,'SVF::SVFIR::SVFIR()'],['../classSVF_1_1SVFIRWriter.html#a599d699f1a1dcb576d33cb40142c6db8',1,'SVF::SVFIRWriter::svfIR()']]],
455
- ['svfir_2ecpp_5608',['SVFIR.cpp',['../SVFIR_8cpp.html',1,'']]],
456
- ['svfir_2eh_5609',['SVFIR.h',['../SVFIR_8h.html',1,'']]],
457
- ['svfir2consexestate_5610',['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()']]],
458
- ['svfir2consexestate_2ecpp_5611',['SVFIR2ConsExeState.cpp',['../SVFIR2ConsExeState_8cpp.html',1,'']]],
459
- ['svfir2consexestate_2eh_5612',['SVFIR2ConsExeState.h',['../SVFIR2ConsExeState_8h.html',1,'']]],
460
- ['svfir2itvexestate_5613',['SVFIR2ItvExeState',['../classSVF_1_1SVFIR2ItvExeState.html',1,'SVF::SVFIR2ItvExeState'],['../classSVF_1_1ExeState.html#af1ac478aba3f3858d5f6f4b15a9f73a6',1,'SVF::ExeState::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()']]],
461
- ['svfir2itvexestate_2ecpp_5614',['SVFIR2ItvExeState.cpp',['../SVFIR2ItvExeState_8cpp.html',1,'']]],
462
- ['svfir2itvexestate_2eh_5615',['SVFIR2ItvExeState.h',['../SVFIR2ItvExeState_8h.html',1,'']]],
463
- ['svfir2relation_2ecpp_5616',['SVFIR2Relation.cpp',['../SVFIR2Relation_8cpp.html',1,'']]],
464
- ['svfir_5fdebug_5617',['SVFIR_DEBUG',['../SVFFileSystem_8h.html#a9b0b85a19311bdaea6d6174812eef0d9',1,'SVFFileSystem.h']]],
465
- ['svfirbuilder_5618',['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()']]],
466
- ['svfirbuilder_2ecpp_5619',['SVFIRBuilder.cpp',['../SVFIRBuilder_8cpp.html',1,'']]],
467
- ['svfirbuilder_2eh_5620',['SVFIRBuilder.h',['../SVFIRBuilder_8h.html',1,'']]],
468
- ['svfirextapi_2ecpp_5621',['SVFIRExtAPI.cpp',['../SVFIRExtAPI_8cpp.html',1,'']]],
469
- ['svfirreader_5622',['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()']]],
470
- ['svfirwriter_5623',['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()']]],
471
- ['svfloop_5624',['SVFLoop',['../classSVF_1_1SVFLoop.html',1,'SVF::SVFLoop'],['../classSVF_1_1SVFLoop.html#a25b9a079f48aa0374c91be6a1e9697f8',1,'SVF::SVFLoop::SVFLoop()']]],
472
- ['svfloop_2eh_5625',['SVFLoop.h',['../SVFLoop_8h.html',1,'']]],
473
- ['svfloopanddominfo_5626',['SVFLoopAndDomInfo',['../classSVF_1_1SVFLoopAndDomInfo.html',1,'SVF::SVFLoopAndDomInfo'],['../classSVF_1_1SVFLoopAndDomInfo.html#a2b5c892437d21ece0a9e0ae7a285b622',1,'SVF::SVFLoopAndDomInfo::SVFLoopAndDomInfo()']]],
474
- ['svflooppool_5627',['svfLoopPool',['../classSVF_1_1ICFGWriter.html#a79f4edaff02404f518ffeaeab136c0a9',1,'SVF::ICFGWriter::svfLoopPool()'],['../classSVF_1_1ICFGReader.html#a366fa1cfec101c723e36582d80125194',1,'SVF::ICFGReader::svfLoopPool()']]],
475
- ['svfloopvec_5628',['SVFLoopVec',['../classSVF_1_1ICFG.html#ad15daca24c91c5abe4bbb962979efbde',1,'SVF::ICFG']]],
476
- ['svfmain_5629',['SVFMain',['../classSVF_1_1Options.html#a3a718b0a27c2d13878c0718af97ad73d',1,'SVF::Options']]],
477
- ['svfmetaasvalue_5630',['SVFMetaAsValue',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860eaf3025e3b2f13ffb20a5bb441ea5f8a73',1,'SVF::SVFValue']]],
478
- ['svfmetadataasvalue_5631',['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']]],
479
- ['svfmod_5632',['svfMod',['../classSVF_1_1CHGraph.html#a62a3ccdbc55381d5f8d96dc23141f2e5',1,'SVF::CHGraph::svfMod()'],['../classSVF_1_1PointerAnalysis.html#a7e8b3f6843e5ea75fd189162d2cd60a5',1,'SVF::PointerAnalysis::svfMod()']]],
480
- ['svfmodule_5633',['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']]],
481
- ['svfmodule_2ecpp_5634',['SVFModule.cpp',['../SVFModule_8cpp.html',1,'']]],
482
- ['svfmodule_2eh_5635',['SVFModule.h',['../SVFModule_8h.html',1,'']]],
483
- ['svfmodulefieldjson_5636',['svfModuleFieldJson',['../classSVF_1_1SVFModuleReader.html#a5258ef11a30116a8c7cdd366faa6568c',1,'SVF::SVFModuleReader']]],
484
- ['svfmodulereader_5637',['SVFModuleReader',['../classSVF_1_1SVFModuleReader.html',1,'SVF::SVFModuleReader'],['../classSVF_1_1SVFIRReader.html#a2414da27b56b86d2e6266693c66963cd',1,'SVF::SVFIRReader::svfModuleReader()']]],
485
- ['svfmodulewriter_5638',['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()']]],
486
- ['svfnullptr_5639',['SVFNullPtr',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea4d2525e8d4329c644940b0b44c3f0c2c',1,'SVF::SVFValue']]],
487
- ['svfother_5640',['SVFOther',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea582b0563ca6cb659fe6811b50c5b6ad0',1,'SVF::SVFValue']]],
488
- ['svfotherty_5641',['SVFOtherTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cac7de365c24c89f86bc6f6ab5ecafd8ef',1,'SVF::SVFType']]],
489
- ['svfothertype_5642',['SVFOtherType',['../classSVF_1_1SVFOtherType.html',1,'SVF::SVFOtherType'],['../classSVF_1_1SVFOtherType.html#a4811e1d34753e19e27d552a254f0d0af',1,'SVF::SVFOtherType::SVFOtherType()']]],
490
- ['svfothervalue_5643',['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']]],
491
- ['svfpointerty_5644',['SVFPointerTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cae8c18603570fa65fa5a9aabdf2f5d0a1',1,'SVF::SVFType']]],
492
- ['svfpointertype_5645',['SVFPointerType',['../classSVF_1_1SVFPointerType.html',1,'SVF::SVFPointerType'],['../classSVF_1_1SVFPointerType.html#a2ce46de03df7896cc43e466189ba6ba2',1,'SVF::SVFPointerType::SVFPointerType()']]],
493
- ['svfstat_5646',['SVFStat',['../classSVF_1_1SVFStat.html',1,'SVF::SVFStat'],['../classSVF_1_1SVFStat.html#ad22433722f7c71df19a891a5b5039d26',1,'SVF::SVFStat::SVFStat()']]],
494
- ['svfstat_2ecpp_5647',['SVFStat.cpp',['../SVFStat_8cpp.html',1,'']]],
495
- ['svfstat_2eh_5648',['SVFStat.h',['../SVFStat_8h.html',1,'']]],
496
- ['svfstatements_2ecpp_5649',['SVFStatements.cpp',['../SVFStatements_8cpp.html',1,'']]],
497
- ['svfstatements_2eh_5650',['SVFStatements.h',['../SVFStatements_8h.html',1,'']]],
498
- ['svfstmt_5651',['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)']]],
499
- ['svfstmtlist_5652',['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()']]],
500
- ['svfstmtset_5653',['SVFStmtSet',['../classSVF_1_1IRGraph.html#a28ea8f85b0923d00364a010c1fd4e416',1,'SVF::IRGraph::SVFStmtSet()'],['../classSVF_1_1VFG.html#a8e3633597a4dca714df20e0720b31f1e',1,'SVF::VFG::SVFStmtSet()']]],
501
- ['svfstmtsetty_5654',['SVFStmtSetTy',['../classSVF_1_1SVFStmt.html#a8cd7b6c6fd8b030b1421d95a086359f4',1,'SVF::SVFStmt']]],
502
- ['svfstructty_5655',['SVFStructTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40ca77e52ad9bebff282f40383f468fe856d',1,'SVF::SVFType']]],
503
- ['svfstructtype_5656',['SVFStructType',['../classSVF_1_1SVFStructType.html',1,'SVF::SVFStructType'],['../classSVF_1_1SVFStructType.html#adf471a114f91b87ea9bb981441babb24',1,'SVF::SVFStructType::SVFStructType()']]],
504
- ['svfty_5657',['SVFTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40ca2862d2a6ef2e31bf7fa1cc2f72d65725',1,'SVF::SVFType']]],
505
- ['svftykind_5658',['SVFTyKind',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40c',1,'SVF::SVFType']]],
506
- ['svftype_5659',['SVFType',['../classSVF_1_1SVFType.html',1,'SVF::SVFType'],['../classSVF_1_1SVFType.html#a3afd7c9a47ab7cd96d9bfc5fc8c473a4',1,'SVF::SVFType::SVFType(bool svt, SVFTyKind k, u32_t Sz)'],['../classSVF_1_1SVFType.html#aaaa5452f32227f5e44ac7665f2945202',1,'SVF::SVFType::SVFType(void)=delete']]],
507
- ['svftype_2ecpp_5660',['SVFType.cpp',['../SVFType_8cpp.html',1,'']]],
508
- ['svftype_2eh_5661',['SVFType.h',['../SVFType_8h.html',1,'']]],
509
- ['svftype2bytesize_5662',['SVFType2ByteSize',['../namespaceSVF_1_1LLVMUtil.html#a276a85b292038a197a525e08e9252c92',1,'SVF::LLVMUtil']]],
510
- ['svftypelocsetspair_5663',['SVFTypeLocSetsPair',['../classSVF_1_1SVFIR.html#a9062fc3ed889f8971fb2ea49b8de3674',1,'SVF::SVFIR']]],
511
- ['svftypepool_5664',['svfTypePool',['../classSVF_1_1SVFModuleWriter.html#ad7636d8ee53d13d06bc5c5712fb4837d',1,'SVF::SVFModuleWriter::svfTypePool()'],['../classSVF_1_1SVFModuleReader.html#a8db477eba6a3886e63dfd13cfabd5c8d',1,'SVF::SVFModuleReader::svfTypePool()']]],
512
- ['svftypes_5665',['svfTypes',['../classSVF_1_1SymbolTableInfo.html#aff6341f4e2a79b3c999ec955e48555c9',1,'SVF::SymbolTableInfo']]],
513
- ['svftypeset_5666',['SVFTypeSet',['../classSVF_1_1SymbolTableInfo.html#a87d443030a8a86e13be5a3a964bc7fa4',1,'SVF::SymbolTableInfo']]],
514
- ['svfutil_5667',['SVFUtil',['../namespaceSVF_1_1SVFUtil.html',1,'SVF']]],
515
- ['svfutil_2ecpp_5668',['SVFUtil.cpp',['../SVFUtil_8cpp.html',1,'']]],
516
- ['svfutil_2eh_5669',['SVFUtil.h',['../SVFUtil_8h.html',1,'']]],
517
- ['svfval_5670',['SVFVal',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea51746c2f6b368f5d9a7ec4625cb6559e',1,'SVF::SVFValue']]],
518
- ['svfvalkind_5671',['SVFValKind',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860e',1,'SVF::SVFValue']]],
519
- ['svfvalue_5672',['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']]],
520
- ['svfvalue_2ecpp_5673',['SVFValue.cpp',['../SVFValue_8cpp.html',1,'']]],
521
- ['svfvalue_2eh_5674',['SVFValue.h',['../SVFValue_8h.html',1,'']]],
522
- ['svfvalue2llvmvalue_5675',['SVFValue2LLVMValue',['../classSVF_1_1LLVMModuleSet.html#a7f8e61cf5d838d7a2e862bc6955f16be',1,'SVF::LLVMModuleSet']]],
523
- ['svfvalue2llvmvaluemap_5676',['SVFValue2LLVMValueMap',['../classSVF_1_1LLVMModuleSet.html#aa872d7a6b6bf3ec944bd9077de51b259',1,'SVF::LLVMModuleSet']]],
524
- ['svfvaluepool_5677',['svfValuePool',['../classSVF_1_1SVFModuleWriter.html#aa3c7f0cf409d3b303f3dc308951b45fd',1,'SVF::SVFModuleWriter::svfValuePool()'],['../classSVF_1_1SVFModuleReader.html#a2993c4358d71036440325001163731fe',1,'SVF::SVFModuleReader::svfValuePool()']]],
525
- ['svfvar_5678',['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)']]],
526
- ['svfvariables_2ecpp_5679',['SVFVariables.cpp',['../SVFVariables_8cpp.html',1,'']]],
527
- ['svfvariables_2eh_5680',['SVFVariables.h',['../SVFVariables_8h.html',1,'']]],
528
- ['svfvarlist_5681',['SVFVarList',['../classSVF_1_1SVFIR.html#a64939d7ecfd8e2cf862782954a56596b',1,'SVF::SVFIR']]],
529
- ['svfvcall_5682',['SVFVCall',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea240c99d161081b7400deddde71ca6914',1,'SVF::SVFValue']]],
530
- ['svfvirtualcallinst_5683',['SVFVirtualCallInst',['../classSVF_1_1SVFVirtualCallInst.html',1,'SVF::SVFVirtualCallInst'],['../classSVF_1_1SVFVirtualCallInst.html#a57fa2d35c2df09e607b5d23852fca2fd',1,'SVF::SVFVirtualCallInst::SVFVirtualCallInst()']]],
531
- ['switchinst_5684',['SwitchInst',['../namespaceSVF.html#a412280b134578905248ce0122c5db7c9',1,'SVF']]],
532
- ['symbol_5685',['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)']]],
533
- ['symbolhash_5686',['SymbolHash',['../classSVF_1_1GrammarBase_1_1SymbolHash.html',1,'SVF::GrammarBase']]],
534
- ['symbolinfo_5687',['SymbolInfo',['../classSVF_1_1SymbolTableInfo.html#a267169023fc4f8dd66b145f7231fec11',1,'SVF::SymbolTableInfo']]],
535
- ['symbolmap_5688',['SymbolMap',['../classSVF_1_1GrammarBase.html#a4405933cc8ed8cf30b98ee16fc14c112',1,'SVF::GrammarBase']]],
536
- ['symbolset_5689',['SymbolSet',['../classSVF_1_1GrammarBase.html#a8687586451b07458d591120cdee9f6a3',1,'SVF::GrammarBase']]],
537
- ['symboltablebuilder_5690',['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()']]],
538
- ['symboltablebuilder_2ecpp_5691',['SymbolTableBuilder.cpp',['../SymbolTableBuilder_8cpp.html',1,'']]],
539
- ['symboltablebuilder_2eh_5692',['SymbolTableBuilder.h',['../SymbolTableBuilder_8h.html',1,'']]],
540
- ['symboltableinfo_5693',['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()']]],
541
- ['symboltableinfo_2ecpp_5694',['SymbolTableInfo.cpp',['../SymbolTableInfo_8cpp.html',1,'']]],
542
- ['symboltableinfo_2eh_5695',['SymbolTableInfo.h',['../SymbolTableInfo_8h.html',1,'']]],
543
- ['symboltableinforeader_5696',['SymbolTableInfoReader',['../classSVF_1_1SymbolTableInfoReader.html',1,'SVF']]],
544
- ['symbolvectorhash_5697',['SymbolVectorHash',['../structSVF_1_1GrammarBase_1_1SymbolVectorHash.html',1,'SVF::GrammarBase']]],
545
- ['symid_5698',['symId',['../classSVF_1_1MemObj.html#a37f4e34b7f7dd6bfd4379cf3552e9046',1,'SVF::MemObj::symId()'],['../namespaceSVF.html#ad11fe2412b2182365a662ff0e4639b48',1,'SVF::SymID()']]],
546
- ['syminfo_5699',['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()']]],
547
- ['symstate_5700',['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']]],
548
- ['symstate_2ecpp_5701',['SymState.cpp',['../SymState_8cpp.html',1,'']]],
549
- ['symstate_2eh_5702',['SymState.h',['../SymState_8h.html',1,'']]],
550
- ['symtabfieldjson_5703',['symTabFieldJson',['../classSVF_1_1SymbolTableInfoReader.html#a4ebfcabecee32b0a226c2c57f6411a3c',1,'SVF::SymbolTableInfoReader']]],
551
- ['symtablereader_5704',['symTableReader',['../classSVF_1_1SVFIRReader.html#af86d67ef511b844e11a7d4f20756385c',1,'SVF::SVFIRReader']]],
552
- ['symtabprint_5705',['SymTabPrint',['../classSVF_1_1Options.html#a52c06ea1c5dd347079f192f0cba3dcd3',1,'SVF::Options']]],
553
- ['symtostrdump_5706',['symToStrDump',['../classSVF_1_1GrammarBase.html#a49aad1a3620735a2929795df3d23ba38',1,'SVF::GrammarBase']]],
554
- ['symtype_5707',['SYMTYPE',['../classSVF_1_1SymbolTableInfo.html#afd2cf6ef6d7f2a583c709a72067be89b',1,'SVF::SymbolTableInfo']]],
555
- ['szudzik_5708',['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 > >']]]
435
+ ['svfgnodetosvfgnodesetmap_5589',['SVFGNodeToSVFGNodeSetMap',['../classSVF_1_1ProgSlice.html#a256122a6455854a99131b807f7eb8335',1,'SVF::ProgSlice::SVFGNodeToSVFGNodeSetMap()'],['../classSVF_1_1SaberCondAllocator.html#a1e5ab069ebb4d17f04788a37fa616cab',1,'SVF::SaberCondAllocator::SVFGNodeToSVFGNodeSetMap()']]],
436
+ ['svfgnodevec_5590',['SVFGNodeVec',['../classSVF_1_1MTASVFGBuilder.html#a2d0e5077ce9ae6148845db607f086312',1,'SVF::MTASVFGBuilder']]],
437
+ ['svfgopt_5591',['SVFGOPT',['../classSVF_1_1SVFGOPT.html',1,'SVF::SVFGOPT'],['../classSVF_1_1SVFGOPT.html#a64c300c8a9f8cc2ac13eef65c1108d01',1,'SVF::SVFGOPT::SVFGOPT()']]],
438
+ ['svfgopt_2ecpp_5592',['SVFGOPT.cpp',['../SVFGOPT_8cpp.html',1,'']]],
439
+ ['svfgopt_2eh_5593',['SVFGOPT.h',['../SVFGOPT_8h.html',1,'']]],
440
+ ['svfgopttimeend_5594',['svfgOptTimeEnd',['../classSVF_1_1SVFGStat.html#ac06625b26e1aa1a0ed171c9f5cea0f35',1,'SVF::SVFGStat']]],
441
+ ['svfgopttimestart_5595',['svfgOptTimeStart',['../classSVF_1_1SVFGStat.html#a1e92f02d43f06ef31e107859d1bd8ac2',1,'SVF::SVFGStat']]],
442
+ ['svfgreadwrite_2ecpp_5596',['SVFGReadWrite.cpp',['../SVFGReadWrite_8cpp.html',1,'']]],
443
+ ['svfgscc_5597',['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()']]],
444
+ ['svfgsccdetection_5598',['SVFGSCCDetection',['../classSVF_1_1DDAVFSolver.html#aba0ec611a5cfd096ac0b8b11e0bd5580',1,'SVF::DDAVFSolver']]],
445
+ ['svfgstat_5599',['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()']]],
446
+ ['svfgstat_2ecpp_5600',['SVFGStat.cpp',['../SVFGStat_8cpp.html',1,'']]],
447
+ ['svfgstat_2eh_5601',['SVFGStat.h',['../SVFGStat_8h.html',1,'']]],
448
+ ['svfgwithindcall_5602',['SVFGWithIndCall',['../classSVF_1_1SVFGBuilder.html#a70de38086437635d2e44d2a0c9fdded9',1,'SVF::SVFGBuilder']]],
449
+ ['svfgwithindirectcall_5603',['SVFGWithIndirectCall',['../classSVF_1_1Options.html#a06eea18ba4cdf509255126a9b58e8eb0',1,'SVF::Options']]],
450
+ ['svfinst_5604',['SVFInst',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860eacb5f1f872986a8f8bccd9a3b3904e9dd',1,'SVF::SVFValue']]],
451
+ ['svfinstruction_5605',['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']]],
452
+ ['svfintegerty_5606',['SVFIntegerTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cae2025d3e9d7943027c74ae6bba3fff22',1,'SVF::SVFType']]],
453
+ ['svfintegertype_5607',['SVFIntegerType',['../classSVF_1_1SVFIntegerType.html',1,'SVF::SVFIntegerType'],['../classSVF_1_1SVFIntegerType.html#aa7679a15dff308f24c3d75840c518e5e',1,'SVF::SVFIntegerType::SVFIntegerType()']]],
454
+ ['svfir_5608',['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()']]],
455
+ ['svfir_2ecpp_5609',['SVFIR.cpp',['../SVFIR_8cpp.html',1,'']]],
456
+ ['svfir_2eh_5610',['SVFIR.h',['../SVFIR_8h.html',1,'']]],
457
+ ['svfir2consexestate_5611',['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()']]],
458
+ ['svfir2consexestate_2ecpp_5612',['SVFIR2ConsExeState.cpp',['../SVFIR2ConsExeState_8cpp.html',1,'']]],
459
+ ['svfir2consexestate_2eh_5613',['SVFIR2ConsExeState.h',['../SVFIR2ConsExeState_8h.html',1,'']]],
460
+ ['svfir2itvexestate_5614',['SVFIR2ItvExeState',['../classSVF_1_1SVFIR2ItvExeState.html',1,'SVF::SVFIR2ItvExeState'],['../classSVF_1_1ExeState.html#af1ac478aba3f3858d5f6f4b15a9f73a6',1,'SVF::ExeState::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()']]],
461
+ ['svfir2itvexestate_2ecpp_5615',['SVFIR2ItvExeState.cpp',['../SVFIR2ItvExeState_8cpp.html',1,'']]],
462
+ ['svfir2itvexestate_2eh_5616',['SVFIR2ItvExeState.h',['../SVFIR2ItvExeState_8h.html',1,'']]],
463
+ ['svfir2relation_2ecpp_5617',['SVFIR2Relation.cpp',['../SVFIR2Relation_8cpp.html',1,'']]],
464
+ ['svfir_5fdebug_5618',['SVFIR_DEBUG',['../SVFFileSystem_8h.html#a9b0b85a19311bdaea6d6174812eef0d9',1,'SVFFileSystem.h']]],
465
+ ['svfirbuilder_5619',['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()']]],
466
+ ['svfirbuilder_2ecpp_5620',['SVFIRBuilder.cpp',['../SVFIRBuilder_8cpp.html',1,'']]],
467
+ ['svfirbuilder_2eh_5621',['SVFIRBuilder.h',['../SVFIRBuilder_8h.html',1,'']]],
468
+ ['svfirextapi_2ecpp_5622',['SVFIRExtAPI.cpp',['../SVFIRExtAPI_8cpp.html',1,'']]],
469
+ ['svfirreader_5623',['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()']]],
470
+ ['svfirwriter_5624',['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()']]],
471
+ ['svfloop_5625',['SVFLoop',['../classSVF_1_1SVFLoop.html',1,'SVF::SVFLoop'],['../classSVF_1_1SVFLoop.html#a25b9a079f48aa0374c91be6a1e9697f8',1,'SVF::SVFLoop::SVFLoop()']]],
472
+ ['svfloop_2eh_5626',['SVFLoop.h',['../SVFLoop_8h.html',1,'']]],
473
+ ['svfloopanddominfo_5627',['SVFLoopAndDomInfo',['../classSVF_1_1SVFLoopAndDomInfo.html',1,'SVF::SVFLoopAndDomInfo'],['../classSVF_1_1SVFLoopAndDomInfo.html#a2b5c892437d21ece0a9e0ae7a285b622',1,'SVF::SVFLoopAndDomInfo::SVFLoopAndDomInfo()']]],
474
+ ['svflooppool_5628',['svfLoopPool',['../classSVF_1_1ICFGWriter.html#a79f4edaff02404f518ffeaeab136c0a9',1,'SVF::ICFGWriter::svfLoopPool()'],['../classSVF_1_1ICFGReader.html#a366fa1cfec101c723e36582d80125194',1,'SVF::ICFGReader::svfLoopPool()']]],
475
+ ['svfloopvec_5629',['SVFLoopVec',['../classSVF_1_1ICFG.html#ad15daca24c91c5abe4bbb962979efbde',1,'SVF::ICFG']]],
476
+ ['svfmain_5630',['SVFMain',['../classSVF_1_1Options.html#a3a718b0a27c2d13878c0718af97ad73d',1,'SVF::Options']]],
477
+ ['svfmetaasvalue_5631',['SVFMetaAsValue',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860eaf3025e3b2f13ffb20a5bb441ea5f8a73',1,'SVF::SVFValue']]],
478
+ ['svfmetadataasvalue_5632',['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']]],
479
+ ['svfmod_5633',['svfMod',['../classSVF_1_1CHGraph.html#a62a3ccdbc55381d5f8d96dc23141f2e5',1,'SVF::CHGraph::svfMod()'],['../classSVF_1_1PointerAnalysis.html#a7e8b3f6843e5ea75fd189162d2cd60a5',1,'SVF::PointerAnalysis::svfMod()']]],
480
+ ['svfmodule_5634',['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']]],
481
+ ['svfmodule_2ecpp_5635',['SVFModule.cpp',['../SVFModule_8cpp.html',1,'']]],
482
+ ['svfmodule_2eh_5636',['SVFModule.h',['../SVFModule_8h.html',1,'']]],
483
+ ['svfmodulefieldjson_5637',['svfModuleFieldJson',['../classSVF_1_1SVFModuleReader.html#a5258ef11a30116a8c7cdd366faa6568c',1,'SVF::SVFModuleReader']]],
484
+ ['svfmodulereader_5638',['SVFModuleReader',['../classSVF_1_1SVFModuleReader.html',1,'SVF::SVFModuleReader'],['../classSVF_1_1SVFIRReader.html#a2414da27b56b86d2e6266693c66963cd',1,'SVF::SVFIRReader::svfModuleReader()']]],
485
+ ['svfmodulewriter_5639',['SVFModuleWriter',['../classSVF_1_1SVFModuleWriter.html',1,'SVF::SVFModuleWriter'],['../classSVF_1_1SVFIRWriter.html#a9fd47674ea5736f069d994e59c24e858',1,'SVF::SVFIRWriter::svfModuleWriter()'],['../classSVF_1_1SVFModuleWriter.html#a915ae39b2cb537e0137f5af496b10b10',1,'SVF::SVFModuleWriter::SVFModuleWriter()']]],
486
+ ['svfnullptr_5640',['SVFNullPtr',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea4d2525e8d4329c644940b0b44c3f0c2c',1,'SVF::SVFValue']]],
487
+ ['svfother_5641',['SVFOther',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea582b0563ca6cb659fe6811b50c5b6ad0',1,'SVF::SVFValue']]],
488
+ ['svfotherty_5642',['SVFOtherTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cac7de365c24c89f86bc6f6ab5ecafd8ef',1,'SVF::SVFType']]],
489
+ ['svfothertype_5643',['SVFOtherType',['../classSVF_1_1SVFOtherType.html',1,'SVF::SVFOtherType'],['../classSVF_1_1SVFOtherType.html#a4811e1d34753e19e27d552a254f0d0af',1,'SVF::SVFOtherType::SVFOtherType()']]],
490
+ ['svfothervalue_5644',['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']]],
491
+ ['svfpointerty_5645',['SVFPointerTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40cae8c18603570fa65fa5a9aabdf2f5d0a1',1,'SVF::SVFType']]],
492
+ ['svfpointertype_5646',['SVFPointerType',['../classSVF_1_1SVFPointerType.html',1,'SVF::SVFPointerType'],['../classSVF_1_1SVFPointerType.html#a2ce46de03df7896cc43e466189ba6ba2',1,'SVF::SVFPointerType::SVFPointerType()']]],
493
+ ['svfstat_5647',['SVFStat',['../classSVF_1_1SVFStat.html',1,'SVF::SVFStat'],['../classSVF_1_1SVFStat.html#ad22433722f7c71df19a891a5b5039d26',1,'SVF::SVFStat::SVFStat()']]],
494
+ ['svfstat_2ecpp_5648',['SVFStat.cpp',['../SVFStat_8cpp.html',1,'']]],
495
+ ['svfstat_2eh_5649',['SVFStat.h',['../SVFStat_8h.html',1,'']]],
496
+ ['svfstatements_2ecpp_5650',['SVFStatements.cpp',['../SVFStatements_8cpp.html',1,'']]],
497
+ ['svfstatements_2eh_5651',['SVFStatements.h',['../SVFStatements_8h.html',1,'']]],
498
+ ['svfstmt_5652',['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)']]],
499
+ ['svfstmtlist_5653',['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()']]],
500
+ ['svfstmtset_5654',['SVFStmtSet',['../classSVF_1_1IRGraph.html#a28ea8f85b0923d00364a010c1fd4e416',1,'SVF::IRGraph::SVFStmtSet()'],['../classSVF_1_1VFG.html#a8e3633597a4dca714df20e0720b31f1e',1,'SVF::VFG::SVFStmtSet()']]],
501
+ ['svfstmtsetty_5655',['SVFStmtSetTy',['../classSVF_1_1SVFStmt.html#a8cd7b6c6fd8b030b1421d95a086359f4',1,'SVF::SVFStmt']]],
502
+ ['svfstructty_5656',['SVFStructTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40ca77e52ad9bebff282f40383f468fe856d',1,'SVF::SVFType']]],
503
+ ['svfstructtype_5657',['SVFStructType',['../classSVF_1_1SVFStructType.html',1,'SVF::SVFStructType'],['../classSVF_1_1SVFStructType.html#adf471a114f91b87ea9bb981441babb24',1,'SVF::SVFStructType::SVFStructType()']]],
504
+ ['svfty_5658',['SVFTy',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40ca2862d2a6ef2e31bf7fa1cc2f72d65725',1,'SVF::SVFType']]],
505
+ ['svftykind_5659',['SVFTyKind',['../classSVF_1_1SVFType.html#a333e01a9c431c8f53bd2fc597bd5c40c',1,'SVF::SVFType']]],
506
+ ['svftype_5660',['SVFType',['../classSVF_1_1SVFType.html',1,'SVF::SVFType'],['../classSVF_1_1SVFType.html#a3afd7c9a47ab7cd96d9bfc5fc8c473a4',1,'SVF::SVFType::SVFType(bool svt, SVFTyKind k, u32_t Sz)'],['../classSVF_1_1SVFType.html#aaaa5452f32227f5e44ac7665f2945202',1,'SVF::SVFType::SVFType(void)=delete']]],
507
+ ['svftype_2ecpp_5661',['SVFType.cpp',['../SVFType_8cpp.html',1,'']]],
508
+ ['svftype_2eh_5662',['SVFType.h',['../SVFType_8h.html',1,'']]],
509
+ ['svftype2bytesize_5663',['SVFType2ByteSize',['../namespaceSVF_1_1LLVMUtil.html#a276a85b292038a197a525e08e9252c92',1,'SVF::LLVMUtil']]],
510
+ ['svftypelocsetspair_5664',['SVFTypeLocSetsPair',['../classSVF_1_1SVFIR.html#a9062fc3ed889f8971fb2ea49b8de3674',1,'SVF::SVFIR']]],
511
+ ['svftypepool_5665',['svfTypePool',['../classSVF_1_1SVFModuleWriter.html#ad7636d8ee53d13d06bc5c5712fb4837d',1,'SVF::SVFModuleWriter::svfTypePool()'],['../classSVF_1_1SVFModuleReader.html#a8db477eba6a3886e63dfd13cfabd5c8d',1,'SVF::SVFModuleReader::svfTypePool()']]],
512
+ ['svftypes_5666',['svfTypes',['../classSVF_1_1SymbolTableInfo.html#aff6341f4e2a79b3c999ec955e48555c9',1,'SVF::SymbolTableInfo']]],
513
+ ['svftypeset_5667',['SVFTypeSet',['../classSVF_1_1SymbolTableInfo.html#a87d443030a8a86e13be5a3a964bc7fa4',1,'SVF::SymbolTableInfo']]],
514
+ ['svfutil_5668',['SVFUtil',['../namespaceSVF_1_1SVFUtil.html',1,'SVF']]],
515
+ ['svfutil_2ecpp_5669',['SVFUtil.cpp',['../SVFUtil_8cpp.html',1,'']]],
516
+ ['svfutil_2eh_5670',['SVFUtil.h',['../SVFUtil_8h.html',1,'']]],
517
+ ['svfval_5671',['SVFVal',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea51746c2f6b368f5d9a7ec4625cb6559e',1,'SVF::SVFValue']]],
518
+ ['svfvalkind_5672',['SVFValKind',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860e',1,'SVF::SVFValue']]],
519
+ ['svfvalue_5673',['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']]],
520
+ ['svfvalue_2ecpp_5674',['SVFValue.cpp',['../SVFValue_8cpp.html',1,'']]],
521
+ ['svfvalue_2eh_5675',['SVFValue.h',['../SVFValue_8h.html',1,'']]],
522
+ ['svfvalue2llvmvalue_5676',['SVFValue2LLVMValue',['../classSVF_1_1LLVMModuleSet.html#a7f8e61cf5d838d7a2e862bc6955f16be',1,'SVF::LLVMModuleSet']]],
523
+ ['svfvalue2llvmvaluemap_5677',['SVFValue2LLVMValueMap',['../classSVF_1_1LLVMModuleSet.html#aa872d7a6b6bf3ec944bd9077de51b259',1,'SVF::LLVMModuleSet']]],
524
+ ['svfvaluepool_5678',['svfValuePool',['../classSVF_1_1SVFModuleWriter.html#aa3c7f0cf409d3b303f3dc308951b45fd',1,'SVF::SVFModuleWriter::svfValuePool()'],['../classSVF_1_1SVFModuleReader.html#a2993c4358d71036440325001163731fe',1,'SVF::SVFModuleReader::svfValuePool()']]],
525
+ ['svfvar_5679',['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)']]],
526
+ ['svfvariables_2ecpp_5680',['SVFVariables.cpp',['../SVFVariables_8cpp.html',1,'']]],
527
+ ['svfvariables_2eh_5681',['SVFVariables.h',['../SVFVariables_8h.html',1,'']]],
528
+ ['svfvarlist_5682',['SVFVarList',['../classSVF_1_1SVFIR.html#a64939d7ecfd8e2cf862782954a56596b',1,'SVF::SVFIR']]],
529
+ ['svfvcall_5683',['SVFVCall',['../classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea240c99d161081b7400deddde71ca6914',1,'SVF::SVFValue']]],
530
+ ['svfvirtualcallinst_5684',['SVFVirtualCallInst',['../classSVF_1_1SVFVirtualCallInst.html',1,'SVF::SVFVirtualCallInst'],['../classSVF_1_1SVFVirtualCallInst.html#a57fa2d35c2df09e607b5d23852fca2fd',1,'SVF::SVFVirtualCallInst::SVFVirtualCallInst()']]],
531
+ ['switchinst_5685',['SwitchInst',['../namespaceSVF.html#a412280b134578905248ce0122c5db7c9',1,'SVF']]],
532
+ ['symbol_5686',['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)']]],
533
+ ['symbolhash_5687',['SymbolHash',['../classSVF_1_1GrammarBase_1_1SymbolHash.html',1,'SVF::GrammarBase']]],
534
+ ['symbolinfo_5688',['SymbolInfo',['../classSVF_1_1SymbolTableInfo.html#a267169023fc4f8dd66b145f7231fec11',1,'SVF::SymbolTableInfo']]],
535
+ ['symbolmap_5689',['SymbolMap',['../classSVF_1_1GrammarBase.html#a4405933cc8ed8cf30b98ee16fc14c112',1,'SVF::GrammarBase']]],
536
+ ['symbolset_5690',['SymbolSet',['../classSVF_1_1GrammarBase.html#a8687586451b07458d591120cdee9f6a3',1,'SVF::GrammarBase']]],
537
+ ['symboltablebuilder_5691',['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()']]],
538
+ ['symboltablebuilder_2ecpp_5692',['SymbolTableBuilder.cpp',['../SymbolTableBuilder_8cpp.html',1,'']]],
539
+ ['symboltablebuilder_2eh_5693',['SymbolTableBuilder.h',['../SymbolTableBuilder_8h.html',1,'']]],
540
+ ['symboltableinfo_5694',['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()']]],
541
+ ['symboltableinfo_2ecpp_5695',['SymbolTableInfo.cpp',['../SymbolTableInfo_8cpp.html',1,'']]],
542
+ ['symboltableinfo_2eh_5696',['SymbolTableInfo.h',['../SymbolTableInfo_8h.html',1,'']]],
543
+ ['symboltableinforeader_5697',['SymbolTableInfoReader',['../classSVF_1_1SymbolTableInfoReader.html',1,'SVF']]],
544
+ ['symbolvectorhash_5698',['SymbolVectorHash',['../structSVF_1_1GrammarBase_1_1SymbolVectorHash.html',1,'SVF::GrammarBase']]],
545
+ ['symid_5699',['symId',['../classSVF_1_1MemObj.html#a37f4e34b7f7dd6bfd4379cf3552e9046',1,'SVF::MemObj::symId()'],['../namespaceSVF.html#ad11fe2412b2182365a662ff0e4639b48',1,'SVF::SymID()']]],
546
+ ['syminfo_5700',['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()']]],
547
+ ['symstate_5701',['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']]],
548
+ ['symstate_2ecpp_5702',['SymState.cpp',['../SymState_8cpp.html',1,'']]],
549
+ ['symstate_2eh_5703',['SymState.h',['../SymState_8h.html',1,'']]],
550
+ ['symtabfieldjson_5704',['symTabFieldJson',['../classSVF_1_1SymbolTableInfoReader.html#a4ebfcabecee32b0a226c2c57f6411a3c',1,'SVF::SymbolTableInfoReader']]],
551
+ ['symtablereader_5705',['symTableReader',['../classSVF_1_1SVFIRReader.html#af86d67ef511b844e11a7d4f20756385c',1,'SVF::SVFIRReader']]],
552
+ ['symtabprint_5706',['SymTabPrint',['../classSVF_1_1Options.html#a52c06ea1c5dd347079f192f0cba3dcd3',1,'SVF::Options']]],
553
+ ['symtostrdump_5707',['symToStrDump',['../classSVF_1_1GrammarBase.html#a49aad1a3620735a2929795df3d23ba38',1,'SVF::GrammarBase']]],
554
+ ['symtype_5708',['SYMTYPE',['../classSVF_1_1SymbolTableInfo.html#afd2cf6ef6d7f2a583c709a72067be89b',1,'SVF::SymbolTableInfo']]],
555
+ ['szudzik_5709',['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 > >']]]
556
556
  ];