svf-tools 1.0.633 → 1.0.635

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 (386) hide show
  1. package/CMakeLists.txt +111 -90
  2. package/SVF-doxygen/html/html/CFL_2CMakeLists_8txt.html +102 -0
  3. package/SVF-doxygen/html/html/CMakeLists_8txt.html +73 -0
  4. package/SVF-doxygen/html/html/DDA_2CMakeLists_8txt.html +102 -0
  5. package/SVF-doxygen/html/html/Example_2CMakeLists_8txt.html +102 -0
  6. package/SVF-doxygen/html/html/LockResultValidator_8cpp.html +2 -3
  7. package/SVF-doxygen/html/html/LockResultValidator_8cpp_source.html +6 -52
  8. package/SVF-doxygen/html/html/LockResultValidator_8h.html +2 -3
  9. package/SVF-doxygen/html/html/LockResultValidator_8h_source.html +2 -26
  10. package/SVF-doxygen/html/html/MTAAnnotator_8cpp.html +3 -3
  11. package/SVF-doxygen/html/html/MTAAnnotator_8cpp_source.html +3 -57
  12. package/SVF-doxygen/html/html/MTAAnnotator_8h.html +5 -6
  13. package/SVF-doxygen/html/html/MTAAnnotator_8h_source.html +2 -22
  14. package/SVF-doxygen/html/html/MTAResultValidator_8cpp.html +2 -3
  15. package/SVF-doxygen/html/html/MTAResultValidator_8cpp_source.html +12 -72
  16. package/SVF-doxygen/html/html/MTAResultValidator_8h.html +6 -6
  17. package/SVF-doxygen/html/html/MTAResultValidator_8h_source.html +76 -114
  18. package/SVF-doxygen/html/html/MTA_2CMakeLists_8txt.html +102 -0
  19. package/SVF-doxygen/html/html/SABER_2CMakeLists_8txt.html +102 -0
  20. package/SVF-doxygen/html/html/WPA_2CMakeLists_8txt.html +102 -0
  21. package/SVF-doxygen/html/html/annotated.html +9 -468
  22. package/SVF-doxygen/html/html/cfl_8cpp.html +5 -10
  23. package/SVF-doxygen/html/html/cfl_8cpp_source.html +2 -12
  24. package/SVF-doxygen/html/html/classSVF_1_1LockResultValidator.html +51 -119
  25. package/SVF-doxygen/html/html/classSVF_1_1MHPValidator-members.html +2 -14
  26. package/SVF-doxygen/html/html/classSVF_1_1MHPValidator.html +14 -49
  27. package/SVF-doxygen/html/html/classSVF_1_1MTAAnnotator-members.html +25 -43
  28. package/SVF-doxygen/html/html/classSVF_1_1MTAAnnotator.html +67 -187
  29. package/SVF-doxygen/html/html/classSVF_1_1MTAAnnotator.png +0 -0
  30. package/SVF-doxygen/html/html/classSVF_1_1MTAResultValidator-members.html +20 -48
  31. package/SVF-doxygen/html/html/classSVF_1_1MTAResultValidator.html +345 -1317
  32. package/SVF-doxygen/html/html/classSVF_1_1RaceResultValidator-members.html +8 -23
  33. package/SVF-doxygen/html/html/classSVF_1_1RaceResultValidator.html +137 -758
  34. package/SVF-doxygen/html/html/classSVF_1_1RaceResultValidator_1_1AccessPair-members.html +3 -7
  35. package/SVF-doxygen/html/html/classSVF_1_1RaceResultValidator_1_1AccessPair.html +37 -184
  36. package/SVF-doxygen/html/html/classSVF_1_1RaceValidator-members.html +1 -13
  37. package/SVF-doxygen/html/html/classSVF_1_1RaceValidator.html +13 -48
  38. package/SVF-doxygen/html/html/classes.html +10 -123
  39. package/SVF-doxygen/html/html/dda_8cpp.html +172 -63
  40. package/SVF-doxygen/html/html/dda_8cpp_source.html +8 -20
  41. package/SVF-doxygen/html/html/dir_0c09191358c30c0f2d864382d285cb43.html +1 -1
  42. package/SVF-doxygen/html/html/files.html +19 -288
  43. package/SVF-doxygen/html/html/functions.html +322 -300
  44. package/SVF-doxygen/html/html/functions_func.html +171 -1020
  45. package/SVF-doxygen/html/html/functions_type.html +27 -17
  46. package/SVF-doxygen/html/html/functions_vars.html +151 -364
  47. package/SVF-doxygen/html/html/globals.html +53 -11
  48. package/SVF-doxygen/html/html/globals_func.html +22 -236
  49. package/SVF-doxygen/html/html/hierarchy.html +9 -543
  50. package/SVF-doxygen/html/html/menudata.js +44 -294
  51. package/SVF-doxygen/html/html/mta_8cpp.html +8 -16
  52. package/SVF-doxygen/html/html/mta_8cpp_source.html +4 -18
  53. package/SVF-doxygen/html/html/namespaceSVF.html +9 -6287
  54. package/SVF-doxygen/html/html/namespacemembers.html +3 -35
  55. package/SVF-doxygen/html/html/namespacemembers_type.html +3 -26
  56. package/SVF-doxygen/html/html/namespaces.html +2 -9
  57. package/SVF-doxygen/html/html/saber_8cpp.html +104 -53
  58. package/SVF-doxygen/html/html/saber_8cpp_source.html +5 -19
  59. package/SVF-doxygen/html/html/search/all_0.js +1 -131
  60. package/SVF-doxygen/html/html/search/all_1.js +4 -449
  61. package/SVF-doxygen/html/html/search/all_10.js +9 -310
  62. package/SVF-doxygen/html/html/search/all_11.js +1 -187
  63. package/SVF-doxygen/html/html/search/all_12.js +4 -474
  64. package/SVF-doxygen/html/html/search/all_2.js +17 -141
  65. package/SVF-doxygen/html/html/search/all_3.js +5 -592
  66. package/SVF-doxygen/html/html/search/all_4.js +3 -222
  67. package/SVF-doxygen/html/html/search/all_5.js +3 -141
  68. package/SVF-doxygen/html/html/search/all_6.js +12 -211
  69. package/SVF-doxygen/html/html/search/all_7.js +1 -923
  70. package/SVF-doxygen/html/html/search/all_8.js +17 -187
  71. package/SVF-doxygen/html/html/search/all_9.js +11 -553
  72. package/SVF-doxygen/html/html/search/all_a.js +17 -10
  73. package/SVF-doxygen/html/html/search/all_b.js +11 -21
  74. package/SVF-doxygen/html/html/search/all_c.js +5 -112
  75. package/SVF-doxygen/html/html/search/all_d.js +15 -190
  76. package/SVF-doxygen/html/html/search/all_e.js +7 -198
  77. package/SVF-doxygen/html/html/search/all_f.js +6 -122
  78. package/SVF-doxygen/html/html/search/classes_0.js +1 -25
  79. package/SVF-doxygen/html/html/search/classes_1.js +1 -7
  80. package/SVF-doxygen/html/html/search/classes_2.js +3 -69
  81. package/SVF-doxygen/html/html/search/classes_3.js +2 -32
  82. package/SVF-doxygen/html/html/search/files_0.js +2 -11
  83. package/SVF-doxygen/html/html/search/files_1.js +1 -5
  84. package/SVF-doxygen/html/html/search/files_2.js +2 -48
  85. package/SVF-doxygen/html/html/search/files_3.js +5 -14
  86. package/SVF-doxygen/html/html/search/files_4.js +2 -4
  87. package/SVF-doxygen/html/html/search/files_5.js +1 -13
  88. package/SVF-doxygen/html/html/search/functions_0.js +3 -339
  89. package/SVF-doxygen/html/html/search/functions_1.js +8 -73
  90. package/SVF-doxygen/html/html/search/functions_2.js +4 -228
  91. package/SVF-doxygen/html/html/search/functions_3.js +3 -69
  92. package/SVF-doxygen/html/html/search/functions_4.js +1 -50
  93. package/SVF-doxygen/html/html/search/functions_5.js +12 -49
  94. package/SVF-doxygen/html/html/search/functions_6.js +1 -766
  95. package/SVF-doxygen/html/html/search/functions_7.js +7 -143
  96. package/SVF-doxygen/html/html/search/functions_8.js +2 -393
  97. package/SVF-doxygen/html/html/search/functions_9.js +9 -4
  98. package/SVF-doxygen/html/html/search/functions_a.js +5 -1
  99. package/SVF-doxygen/html/html/search/functions_b.js +4 -20
  100. package/SVF-doxygen/html/html/search/functions_c.js +2 -72
  101. package/SVF-doxygen/html/html/search/functions_d.js +2 -31
  102. package/SVF-doxygen/html/html/search/functions_e.js +5 -58
  103. package/SVF-doxygen/html/html/search/functions_f.js +4 -132
  104. package/SVF-doxygen/html/html/search/namespaces_0.js +1 -1
  105. package/SVF-doxygen/html/html/search/searchdata.js +9 -21
  106. package/SVF-doxygen/html/html/search/typedefs_0.js +3 -15
  107. package/SVF-doxygen/html/html/search/typedefs_1.js +2 -24
  108. package/SVF-doxygen/html/html/search/typedefs_2.js +1 -120
  109. package/SVF-doxygen/html/html/search/typedefs_3.js +1 -41
  110. package/SVF-doxygen/html/html/search/typedefs_4.js +3 -15
  111. package/SVF-doxygen/html/html/search/typedefs_5.js +2 -41
  112. package/SVF-doxygen/html/html/search/variables_0.js +1 -131
  113. package/SVF-doxygen/html/html/search/variables_1.js +2 -66
  114. package/SVF-doxygen/html/html/search/variables_2.js +4 -30
  115. package/SVF-doxygen/html/html/search/variables_3.js +2 -136
  116. package/SVF-doxygen/html/html/search/variables_4.js +8 -54
  117. package/SVF-doxygen/html/html/search/variables_5.js +6 -35
  118. package/SVF-doxygen/html/html/search/variables_6.js +3 -66
  119. package/SVF-doxygen/html/html/search/variables_7.js +10 -30
  120. package/SVF-doxygen/html/html/search/variables_8.js +7 -8
  121. package/SVF-doxygen/html/html/search/variables_9.js +2 -68
  122. package/SVF-doxygen/html/html/search/variables_a.js +4 -3
  123. package/SVF-doxygen/html/html/search/variables_b.js +2 -10
  124. package/SVF-doxygen/html/html/svf-ex_8cpp.html +31 -86
  125. package/SVF-doxygen/html/html/svf-ex_8cpp_source.html +7 -64
  126. package/SVF-doxygen/html/html/wpa_8cpp.html +6 -12
  127. package/SVF-doxygen/html/html/wpa_8cpp_source.html +2 -14
  128. package/package.json +1 -1
  129. package/svf/CMakeLists.txt +26 -0
  130. package/{include → svf/include}/AbstractExecution/AbstractValue.h +0 -0
  131. package/{include → svf/include}/AbstractExecution/AddressValue.h +0 -0
  132. package/{include → svf/include}/AbstractExecution/ExeState.h +0 -0
  133. package/{include → svf/include}/AbstractExecution/IntervalExeState.h +0 -0
  134. package/{include → svf/include}/AbstractExecution/IntervalValue.h +0 -0
  135. package/{include → svf/include}/AbstractExecution/NumericLiteral.h +0 -0
  136. package/{include → svf/include}/AbstractExecution/RelExeState.h +0 -0
  137. package/{include → svf/include}/AbstractExecution/RelationSolver.h +0 -0
  138. package/{include → svf/include}/AbstractExecution/SVFIR2ItvExeState.h +0 -0
  139. package/{include → svf/include}/AbstractExecution/WTO.h +0 -0
  140. package/{include → svf/include}/CFL/CFGNormalizer.h +0 -0
  141. package/{include → svf/include}/CFL/CFLAlias.h +0 -0
  142. package/{include → svf/include}/CFL/CFLBase.h +0 -0
  143. package/{include → svf/include}/CFL/CFLData.h +0 -0
  144. package/{include → svf/include}/CFL/CFLDataBuilder.h +0 -0
  145. package/{include → svf/include}/CFL/CFLGramGraphChecker.h +0 -0
  146. package/{include → svf/include}/CFL/CFLGrammar.h +0 -0
  147. package/{include → svf/include}/CFL/CFLGrammar.txt +0 -0
  148. package/{include → svf/include}/CFL/CFLGraphBuilder.h +0 -0
  149. package/{include → svf/include}/CFL/CFLSolver.h +0 -0
  150. package/{include → svf/include}/CFL/CFLStat.h +0 -0
  151. package/{include → svf/include}/CFL/CFLVF.h +0 -0
  152. package/{include → svf/include}/CFL/GrammarBuilder.h +0 -0
  153. package/{include → svf/include}/CFL/PEGGrammar.txt +0 -0
  154. package/{include → svf/include}/CFL/VFG.txt +0 -0
  155. package/{include → svf/include}/DDA/ContextDDA.h +0 -0
  156. package/{include → svf/include}/DDA/DDAClient.h +0 -0
  157. package/{include → svf/include}/DDA/DDAPass.h +0 -0
  158. package/{include → svf/include}/DDA/DDAStat.h +0 -0
  159. package/{include → svf/include}/DDA/DDAVFSolver.h +0 -0
  160. package/{include → svf/include}/DDA/FlowDDA.h +0 -0
  161. package/{include → svf/include}/FastCluster/LICENSE.TXT +0 -0
  162. package/{include → svf/include}/FastCluster/fastcluster.h +0 -0
  163. package/{include → svf/include}/Graphs/CFLGraph.h +0 -0
  164. package/{include → svf/include}/Graphs/CHG.h +0 -0
  165. package/{include → svf/include}/Graphs/ConsG.h +0 -0
  166. package/{include → svf/include}/Graphs/ConsGEdge.h +0 -0
  167. package/{include → svf/include}/Graphs/ConsGNode.h +0 -0
  168. package/{include → svf/include}/Graphs/DOTGraphTraits.h +0 -0
  169. package/{include → svf/include}/Graphs/GenericGraph.h +0 -0
  170. package/{include → svf/include}/Graphs/GraphPrinter.h +0 -0
  171. package/{include → svf/include}/Graphs/GraphTraits.h +0 -0
  172. package/{include → svf/include}/Graphs/GraphWriter.h +0 -0
  173. package/{include → svf/include}/Graphs/ICFG.h +0 -0
  174. package/{include → svf/include}/Graphs/ICFGEdge.h +0 -0
  175. package/{include → svf/include}/Graphs/ICFGNode.h +0 -0
  176. package/{include → svf/include}/Graphs/ICFGStat.h +0 -0
  177. package/{include → svf/include}/Graphs/IRGraph.h +0 -0
  178. package/{include → svf/include}/Graphs/PTACallGraph.h +0 -0
  179. package/{include → svf/include}/Graphs/SVFG.h +0 -0
  180. package/{include → svf/include}/Graphs/SVFGEdge.h +0 -0
  181. package/{include → svf/include}/Graphs/SVFGNode.h +0 -0
  182. package/{include → svf/include}/Graphs/SVFGOPT.h +0 -0
  183. package/{include → svf/include}/Graphs/SVFGStat.h +0 -0
  184. package/{include → svf/include}/Graphs/ThreadCallGraph.h +0 -0
  185. package/{include → svf/include}/Graphs/VFG.h +0 -0
  186. package/{include → svf/include}/Graphs/VFGEdge.h +0 -0
  187. package/{include → svf/include}/Graphs/VFGNode.h +0 -0
  188. package/{include → svf/include}/MSSA/MSSAMuChi.h +0 -0
  189. package/{include → svf/include}/MSSA/MemPartition.h +0 -0
  190. package/{include → svf/include}/MSSA/MemRegion.h +0 -0
  191. package/{include → svf/include}/MSSA/MemSSA.h +0 -0
  192. package/{include → svf/include}/MSSA/SVFGBuilder.h +0 -0
  193. package/{include → svf/include}/MTA/FSMPTA.h +0 -0
  194. package/{include → svf/include}/MTA/LockAnalysis.h +0 -0
  195. package/{include → svf/include}/MTA/MHP.h +0 -0
  196. package/{include → svf/include}/MTA/MTA.h +0 -0
  197. package/{include → svf/include}/MTA/MTAResultValidator.h +0 -0
  198. package/{include → svf/include}/MTA/MTAStat.h +0 -0
  199. package/{include → svf/include}/MTA/PCG.h +0 -0
  200. package/{include → svf/include}/MTA/TCT.h +0 -0
  201. package/{include → svf/include}/MemoryModel/AbstractPointsToDS.h +0 -0
  202. package/{include → svf/include}/MemoryModel/ConditionalPT.h +0 -0
  203. package/{include → svf/include}/MemoryModel/LocationSet.h +0 -0
  204. package/{include → svf/include}/MemoryModel/MutablePointsToDS.h +0 -0
  205. package/{include → svf/include}/MemoryModel/PersistentPointsToCache.h +0 -0
  206. package/{include → svf/include}/MemoryModel/PersistentPointsToDS.h +0 -0
  207. package/{include → svf/include}/MemoryModel/PointerAnalysis.h +0 -0
  208. package/{include → svf/include}/MemoryModel/PointerAnalysisImpl.h +0 -0
  209. package/{include → svf/include}/MemoryModel/PointsTo.h +0 -0
  210. package/{include → svf/include}/MemoryModel/SVFLoop.h +0 -0
  211. package/{include → svf/include}/SABER/DoubleFreeChecker.h +0 -0
  212. package/{include → svf/include}/SABER/FileChecker.h +0 -0
  213. package/{include → svf/include}/SABER/LeakChecker.h +0 -0
  214. package/{include → svf/include}/SABER/ProgSlice.h +0 -0
  215. package/{include → svf/include}/SABER/SaberCheckerAPI.h +0 -0
  216. package/{include → svf/include}/SABER/SaberCondAllocator.h +0 -0
  217. package/{include → svf/include}/SABER/SaberSVFGBuilder.h +0 -0
  218. package/{include → svf/include}/SABER/SrcSnkDDA.h +0 -0
  219. package/{include → svf/include}/SABER/SrcSnkSolver.h +0 -0
  220. package/{include → svf/include}/SVFIR/PAGBuilderFromFile.h +0 -0
  221. package/{include → svf/include}/SVFIR/SVFIR.h +0 -0
  222. package/{include → svf/include}/SVFIR/SVFModule.h +0 -0
  223. package/{include → svf/include}/SVFIR/SVFStatements.h +0 -0
  224. package/{include → svf/include}/SVFIR/SVFType.h +12 -14
  225. package/{include → svf/include}/SVFIR/SVFValue.h +0 -0
  226. package/{include → svf/include}/SVFIR/SVFVariables.h +0 -0
  227. package/{include → svf/include}/SVFIR/SymbolTableInfo.h +0 -0
  228. package/{include → svf/include}/Util/Annotator.h +0 -0
  229. package/{include → svf/include}/Util/BitVector.h +0 -0
  230. package/{include → svf/include}/Util/CallGraphBuilder.h +0 -0
  231. package/{include → svf/include}/Util/Casting.h +0 -0
  232. package/{include → svf/include}/Util/CommandLine.h +0 -0
  233. package/{include → svf/include}/Util/CoreBitVector.h +0 -0
  234. package/{include → svf/include}/Util/CppUtil.h +0 -0
  235. package/{include → svf/include}/Util/CxtStmt.h +0 -0
  236. package/{include → svf/include}/Util/DPItem.h +0 -0
  237. package/{include → svf/include}/Util/ExtAPI.h +2 -2
  238. package/{include → svf/include}/Util/ExtAPI.json +0 -0
  239. package/{include → svf/include}/Util/GraphReachSolver.h +0 -0
  240. package/{include → svf/include}/Util/NodeIDAllocator.h +0 -0
  241. package/{include → svf/include}/Util/Options.h +0 -0
  242. package/{include → svf/include}/Util/PTAStat.h +0 -0
  243. package/{include → svf/include}/Util/SCC.h +0 -0
  244. package/{include → svf/include}/Util/SVFStat.h +0 -0
  245. package/{include → svf/include}/Util/SVFUtil.h +0 -0
  246. package/{include → svf/include}/Util/SparseBitVector.h +0 -0
  247. package/{include → svf/include}/Util/ThreadAPI.h +0 -0
  248. package/{include → svf/include}/Util/WorkList.h +0 -0
  249. package/{include → svf/include}/Util/Z3Expr.h +0 -0
  250. package/{include → svf/include}/Util/cJSON.h +0 -0
  251. package/{include → svf/include}/Util/iterator.h +0 -0
  252. package/{include → svf/include}/Util/iterator_range.h +0 -0
  253. package/{include → svf/include}/WPA/Andersen.h +0 -0
  254. package/{include → svf/include}/WPA/AndersenPWC.h +0 -0
  255. package/{include → svf/include}/WPA/CSC.h +0 -0
  256. package/{include → svf/include}/WPA/FlowSensitive.h +0 -0
  257. package/{include → svf/include}/WPA/Steensgaard.h +0 -0
  258. package/{include → svf/include}/WPA/TypeAnalysis.h +0 -0
  259. package/{include → svf/include}/WPA/VersionedFlowSensitive.h +0 -0
  260. package/{include → svf/include}/WPA/WPAFSSolver.h +0 -0
  261. package/{include → svf/include}/WPA/WPAPass.h +0 -0
  262. package/{include → svf/include}/WPA/WPASolver.h +0 -0
  263. package/{include → svf/include}/WPA/WPAStat.h +0 -0
  264. package/{lib → svf/lib}/AbstractExecution/ExeState.cpp +0 -0
  265. package/{lib → svf/lib}/AbstractExecution/IntervalExeState.cpp +0 -0
  266. package/{lib → svf/lib}/AbstractExecution/RelExeState.cpp +0 -0
  267. package/{lib → svf/lib}/AbstractExecution/RelationSolver.cpp +0 -0
  268. package/{lib → svf/lib}/AbstractExecution/SVFIR2ItvExeState.cpp +0 -0
  269. package/{lib → svf/lib}/AbstractExecution/SVFIR2Relation.cpp +0 -0
  270. package/{lib → svf/lib}/CFL/CFGNormalizer.cpp +0 -0
  271. package/{lib → svf/lib}/CFL/CFLAlias.cpp +0 -0
  272. package/{lib → svf/lib}/CFL/CFLBase.cpp +0 -0
  273. package/{lib → svf/lib}/CFL/CFLGrammar.cpp +0 -0
  274. package/{lib → svf/lib}/CFL/CFLGraphBuilder.cpp +0 -0
  275. package/{lib → svf/lib}/CFL/CFLSolver.cpp +0 -0
  276. package/{lib → svf/lib}/CFL/CFLStat.cpp +0 -0
  277. package/{lib → svf/lib}/CFL/CFLVF.cpp +0 -0
  278. package/{lib → svf/lib}/CFL/GrammarBuilder.cpp +6 -1
  279. package/{lib → svf/lib}/DDA/ContextDDA.cpp +0 -0
  280. package/{lib → svf/lib}/DDA/DDAClient.cpp +0 -0
  281. package/{lib → svf/lib}/DDA/DDAPass.cpp +0 -0
  282. package/{lib → svf/lib}/DDA/DDAStat.cpp +0 -0
  283. package/{lib → svf/lib}/DDA/FlowDDA.cpp +0 -0
  284. package/{lib → svf/lib}/FastCluster/LICENSE.TXT +0 -0
  285. package/{lib → svf/lib}/FastCluster/fastcluster.cpp +0 -0
  286. package/{lib → svf/lib}/FastCluster/fastcluster_R_dm.cpp.inc +0 -0
  287. package/{lib → svf/lib}/FastCluster/fastcluster_dm.cpp.inc +0 -0
  288. package/{lib → svf/lib}/Graphs/CFLGraph.cpp +0 -0
  289. package/{lib → svf/lib}/Graphs/CHG.cpp +0 -0
  290. package/{lib → svf/lib}/Graphs/ConsG.cpp +0 -0
  291. package/{lib → svf/lib}/Graphs/GraphWriter.cpp +0 -0
  292. package/{lib → svf/lib}/Graphs/ICFG.cpp +0 -0
  293. package/{lib → svf/lib}/Graphs/IRGraph.cpp +0 -0
  294. package/{lib → svf/lib}/Graphs/PTACallGraph.cpp +0 -0
  295. package/{lib → svf/lib}/Graphs/SVFG.cpp +0 -0
  296. package/{lib → svf/lib}/Graphs/SVFGOPT.cpp +0 -0
  297. package/{lib → svf/lib}/Graphs/SVFGReadWrite.cpp +0 -0
  298. package/{lib → svf/lib}/Graphs/SVFGStat.cpp +0 -0
  299. package/{lib → svf/lib}/Graphs/ThreadCallGraph.cpp +0 -0
  300. package/{lib → svf/lib}/Graphs/VFG.cpp +0 -0
  301. package/{lib → svf/lib}/MSSA/MemPartition.cpp +0 -0
  302. package/{lib → svf/lib}/MSSA/MemRegion.cpp +0 -0
  303. package/{lib → svf/lib}/MSSA/MemSSA.cpp +0 -0
  304. package/{lib → svf/lib}/MSSA/SVFGBuilder.cpp +0 -0
  305. package/{lib → svf/lib}/MTA/FSMPTA.cpp +0 -0
  306. package/{lib → svf/lib}/MTA/LockAnalysis.cpp +0 -0
  307. package/{lib → svf/lib}/MTA/MHP.cpp +0 -0
  308. package/{lib → svf/lib}/MTA/MTA.cpp +0 -0
  309. package/{lib → svf/lib}/MTA/MTAStat.cpp +0 -0
  310. package/{lib → svf/lib}/MTA/PCG.cpp +0 -0
  311. package/{lib → svf/lib}/MTA/TCT.cpp +0 -0
  312. package/{lib → svf/lib}/MemoryModel/LocationSet.cpp +0 -0
  313. package/{lib → svf/lib}/MemoryModel/PointerAnalysis.cpp +0 -0
  314. package/{lib → svf/lib}/MemoryModel/PointerAnalysisImpl.cpp +0 -0
  315. package/{lib → svf/lib}/MemoryModel/PointsTo.cpp +0 -0
  316. package/{lib → svf/lib}/SABER/DoubleFreeChecker.cpp +0 -0
  317. package/{lib → svf/lib}/SABER/FileChecker.cpp +0 -0
  318. package/{lib → svf/lib}/SABER/LeakChecker.cpp +0 -0
  319. package/{lib → svf/lib}/SABER/ProgSlice.cpp +0 -0
  320. package/{lib → svf/lib}/SABER/SaberCheckerAPI.cpp +0 -0
  321. package/{lib → svf/lib}/SABER/SaberCondAllocator.cpp +0 -0
  322. package/{lib → svf/lib}/SABER/SaberSVFGBuilder.cpp +0 -0
  323. package/{lib → svf/lib}/SABER/SrcSnkDDA.cpp +0 -0
  324. package/{lib → svf/lib}/SVFIR/PAGBuilderFromFile.cpp +0 -0
  325. package/{lib → svf/lib}/SVFIR/SVFIR.cpp +0 -0
  326. package/{lib → svf/lib}/SVFIR/SVFModule.cpp +0 -0
  327. package/{lib → svf/lib}/SVFIR/SVFStatements.cpp +0 -0
  328. package/{lib → svf/lib}/SVFIR/SVFValue.cpp +0 -0
  329. package/{lib → svf/lib}/SVFIR/SVFVariables.cpp +0 -0
  330. package/{lib → svf/lib}/SVFIR/SymbolTableInfo.cpp +0 -0
  331. package/{lib → svf/lib}/Util/BitVector.cpp +0 -0
  332. package/{lib → svf/lib}/Util/CallGraphBuilder.cpp +0 -0
  333. package/{lib → svf/lib}/Util/CoreBitVector.cpp +0 -0
  334. package/{lib → svf/lib}/Util/CppUtil.cpp +0 -0
  335. package/{lib → svf/lib}/Util/ExtAPI.cpp +64 -58
  336. package/{lib → svf/lib}/Util/NodeIDAllocator.cpp +0 -0
  337. package/{lib → svf/lib}/Util/Options.cpp +0 -0
  338. package/{lib → svf/lib}/Util/PTAStat.cpp +0 -0
  339. package/{lib → svf/lib}/Util/SVFStat.cpp +0 -0
  340. package/{lib → svf/lib}/Util/SVFUtil.cpp +0 -0
  341. package/{lib → svf/lib}/Util/ThreadAPI.cpp +0 -0
  342. package/{lib → svf/lib}/Util/Z3Expr.cpp +0 -0
  343. package/{lib → svf/lib}/Util/cJSON.cpp +0 -0
  344. package/{lib → svf/lib}/WPA/Andersen.cpp +0 -0
  345. package/{lib → svf/lib}/WPA/AndersenSCD.cpp +0 -0
  346. package/{lib → svf/lib}/WPA/AndersenSFR.cpp +0 -0
  347. package/{lib → svf/lib}/WPA/AndersenStat.cpp +0 -0
  348. package/{lib → svf/lib}/WPA/AndersenWaveDiff.cpp +0 -0
  349. package/{lib → svf/lib}/WPA/CSC.cpp +0 -0
  350. package/{lib → svf/lib}/WPA/FlowSensitive.cpp +0 -0
  351. package/{lib → svf/lib}/WPA/FlowSensitiveStat.cpp +0 -0
  352. package/{lib → svf/lib}/WPA/Steensgaard.cpp +0 -0
  353. package/{lib → svf/lib}/WPA/TypeAnalysis.cpp +0 -0
  354. package/{lib → svf/lib}/WPA/VersionedFlowSensitive.cpp +0 -0
  355. package/{lib → svf/lib}/WPA/VersionedFlowSensitiveStat.cpp +0 -0
  356. package/{lib → svf/lib}/WPA/WPAPass.cpp +0 -0
  357. package/svf-llvm/CMakeLists.txt +21 -0
  358. package/{include → svf-llvm/include}/SVF-LLVM/BasicTypes.h +0 -0
  359. package/{include → svf-llvm/include}/SVF-LLVM/BreakConstantExpr.h +0 -0
  360. package/{include → svf-llvm/include}/SVF-LLVM/CHGBuilder.h +0 -0
  361. package/{include → svf-llvm/include}/SVF-LLVM/DCHG.h +0 -0
  362. package/{include → svf-llvm/include}/SVF-LLVM/GEPTypeBridgeIterator.h +0 -0
  363. package/{include → svf-llvm/include}/SVF-LLVM/ICFGBuilder.h +0 -0
  364. package/{include → svf-llvm/include}/SVF-LLVM/LLVMLoopAnalysis.h +0 -0
  365. package/{include → svf-llvm/include}/SVF-LLVM/LLVMModule.h +0 -0
  366. package/{include → svf-llvm/include}/SVF-LLVM/LLVMUtil.h +0 -0
  367. package/{include → svf-llvm/include}/SVF-LLVM/SVFIRBuilder.h +0 -0
  368. package/{include → svf-llvm/include}/SVF-LLVM/SymbolTableBuilder.h +0 -0
  369. package/{lib/SVF-LLVM → svf-llvm/lib}/BreakConstantExpr.cpp +0 -0
  370. package/{lib/SVF-LLVM → svf-llvm/lib}/CHGBuilder.cpp +0 -0
  371. package/{lib/SVF-LLVM → svf-llvm/lib}/DCHG.cpp +0 -0
  372. package/{lib/SVF-LLVM → svf-llvm/lib}/ICFGBuilder.cpp +0 -0
  373. package/{lib/SVF-LLVM → svf-llvm/lib}/LLVMLoopAnalysis.cpp +0 -0
  374. package/{lib/SVF-LLVM → svf-llvm/lib}/LLVMModule.cpp +0 -0
  375. package/{lib/SVF-LLVM → svf-llvm/lib}/LLVMUtil.cpp +0 -0
  376. package/{lib/SVF-LLVM → svf-llvm/lib}/SVFIRBuilder.cpp +0 -0
  377. package/{lib/SVF-LLVM → svf-llvm/lib}/SymbolTableBuilder.cpp +0 -0
  378. package/tools/CFL/CMakeLists.txt +18 -7
  379. package/tools/CMakeLists.txt +2 -1
  380. package/tools/DDA/CMakeLists.txt +18 -7
  381. package/tools/Example/CMakeLists.txt +18 -7
  382. package/tools/Example/svf-ex.cpp +0 -1
  383. package/tools/MTA/CMakeLists.txt +20 -9
  384. package/tools/SABER/CMakeLists.txt +18 -7
  385. package/tools/WPA/CMakeLists.txt +18 -8
  386. package/lib/CMakeLists.txt +0 -55
@@ -1,231 +1,7 @@
1
1
  var searchData=
2
2
  [
3
- ['calculateaddrvarpts',['calculateAddrVarPts',['../classSVF_1_1FlowSensitiveStat.html#a04466753c771238c6e1cc57964061dce',1,'SVF::FlowSensitiveStat']]],
4
- ['calculatenodedegrees',['calculateNodeDegrees',['../classSVF_1_1SVFGStat.html#a570b8466e99ce5f68e02546d1ef21971',1,'SVF::SVFGStat']]],
5
- ['callcfgedge',['CallCFGEdge',['../classSVF_1_1CallCFGEdge.html#aa6eb16dadce895fbd13d09645b60245a',1,'SVF::CallCFGEdge']]],
6
- ['callchi',['CallCHI',['../classSVF_1_1CallCHI.html#a011044a63529bdd773dd2ad447668029',1,'SVF::CallCHI']]],
7
- ['calldirsvfgedge',['CallDirSVFGEdge',['../classSVF_1_1CallDirSVFGEdge.html#a76db2165a2f956cbb43f63f2949679f4',1,'SVF::CallDirSVFGEdge']]],
8
- ['callgraphbuilder',['CallGraphBuilder',['../classSVF_1_1CallGraphBuilder.html#ae5c2b2deb4a621cb38a31c8895052856',1,'SVF::CallGraphBuilder']]],
9
- ['callgraphsccdetection',['callGraphSCCDetection',['../classSVF_1_1PointerAnalysis.html#aafa5df4aa576a144476e547b1da35795',1,'SVF::PointerAnalysis']]],
10
- ['callgraphsolvebasedoncha',['callGraphSolveBasedOnCHA',['../classSVF_1_1TypeAnalysis.html#aec579b7854aa6a994632d3f7c5d621db',1,'SVF::TypeAnalysis']]],
11
- ['callgraphstat',['callgraphStat',['../classSVF_1_1PTAStat.html#af2eb88d1563be9e6290a5fc69bec3bbe',1,'SVF::PTAStat::callgraphStat()'],['../classSVF_1_1SVFStat.html#a21e6767fbe2c3cdea4aac30199dfd2f0',1,'SVF::SVFStat::callgraphStat()']]],
12
- ['callicfgnode',['CallICFGNode',['../classSVF_1_1CallICFGNode.html#aeaf8909658b59ba248d0c9a89cbd98f2',1,'SVF::CallICFGNode']]],
13
- ['callindsvfgedge',['CallIndSVFGEdge',['../classSVF_1_1CallIndSVFGEdge.html#a9651aa6a85a7ee9e626dd66a5410b191',1,'SVF::CallIndSVFGEdge']]],
14
- ['callmu',['CallMU',['../classSVF_1_1CallMU.html#abb981eb0739d7b3fdcc271b693e708ae',1,'SVF::CallMU']]],
15
- ['callpe',['CallPE',['../classSVF_1_1CallPE.html#a5e6271f5697a32b57efeccfedc61e331',1,'SVF::CallPE::CallPE()'],['../classSVF_1_1CallPE.html#a1e09f62a8e3ce2d3bc3fadb29e32a50e',1,'SVF::CallPE::CallPE(const CallPE &)'],['../classSVF_1_1CallPE.html#ac288d86ba28464f37af1d565e7f78571',1,'SVF::CallPE::CallPE(SVFVar *s, SVFVar *d, const CallICFGNode *i, const FunEntryICFGNode *e, GEdgeKind k=SVFStmt::Call)']]],
16
- ['callpebegin',['callPEBegin',['../classSVF_1_1FormalParmVFGNode.html#ac2711b6bf2b27386def742aa0959ba35',1,'SVF::FormalParmVFGNode']]],
17
- ['callpeend',['callPEEnd',['../classSVF_1_1FormalParmVFGNode.html#ae9a11d1c9c646baecc4e510eb10fa515',1,'SVF::FormalParmVFGNode']]],
18
- ['callsite',['CallSite',['../classSVF_1_1CallSite.html#aa21ead8f8652ef405a86b385837ea910',1,'SVF::CallSite']]],
19
- ['callsitehasret',['callsiteHasRet',['../classSVF_1_1SVFIR.html#aa79dba26cb34b40eee682713db299d5f',1,'SVF::SVFIR']]],
20
- ['canberemoved',['canBeRemoved',['../classSVF_1_1SVFGOPT.html#ab72ce28409a440bbf5b84a68e5f82b85',1,'SVF::SVFGOPT']]],
21
- ['canhold',['canHold',['../classSVF_1_1CoreBitVector.html#a3c85fd2084e52df869cb8fcf2dab6486',1,'SVF::CoreBitVector']]],
22
- ['canset',['canSet',['../classOptionBase.html#a41b5697dffc86139fa9341210f7233d9',1,'OptionBase::canSet()'],['../classOption.html#a25507245c3b4b8d2d52ab069d756bc31',1,'Option::canSet()'],['../classOptionMap.html#a9fe150111f4ef83a91c5a1a01878ffa3',1,'OptionMap::canSet()'],['../classOptionMultiple.html#aa582e95f6546ffd2fc8420699967bca9',1,'OptionMultiple::canSet()']]],
23
- ['case_5finsensitive_5fstrcmp',['case_insensitive_strcmp',['../cJSON_8cpp.html#a9b295e9edc859c11ad8c1e3d2cef0467',1,'cJSON.cpp']]],
24
- ['cast',['cast',['../namespaceSVF_1_1SVFUtil.html#a3ddf7041e685da8ede81cd773dd47761',1,'SVF::SVFUtil::cast(const Y &Val)'],['../namespaceSVF_1_1SVFUtil.html#a406dd9baf2ce66235d482fd6c6121b2c',1,'SVF::SVFUtil::cast(Y &Val)'],['../namespaceSVF_1_1SVFUtil.html#acc2419a55c0427571f11ad14db2fe481',1,'SVF::SVFUtil::cast(Y *Val)'],['../namespaceSVF_1_1SVFUtil.html#af3ca049b4ce83c874e231f5e13bf36a8',1,'SVF::SVFUtil::cast(std::unique_ptr< Y > &&Val)']]],
25
- ['cast_5faway_5fconst',['cast_away_const',['../cJSON_8cpp.html#a48223c36735c39cfc4711b0659f966c8',1,'cJSON.cpp']]],
26
- ['cfgnormalizer',['CFGNormalizer',['../classSVF_1_1CFGNormalizer.html#ab1c19d6347ed694f52ded7defafeffe3',1,'SVF::CFGNormalizer']]],
27
- ['cflalias',['CFLAlias',['../classSVF_1_1CFLAlias.html#aae1dbf8d8c413eb7812ca428edfbae48',1,'SVF::CFLAlias']]],
28
- ['cflbase',['CFLBase',['../classSVF_1_1CFLBase.html#a59c71b0eada5c763ce776f3618d08dd8',1,'SVF::CFLBase']]],
29
- ['cfldata',['cflData',['../classSVF_1_1POCRAlias.html#a8f936a2325919f016d09b1fb86c5c72b',1,'SVF::POCRAlias::cflData()'],['../classSVF_1_1CFLDataBuilder.html#a0e7ddcf73bde929b9b1b87f503f3bc3f',1,'SVF::CFLDataBuilder::cflData()'],['../classSVF_1_1POCRSolver.html#a5e82e65d4e7bec0031d06b41902fae54',1,'SVF::POCRSolver::cflData()'],['../classSVF_1_1CFLData.html#a05d8b0f55753fdad40a0f7be00aa80e4',1,'SVF::CFLData::CFLData()']]],
30
- ['cfldatabuilder',['CFLDataBuilder',['../classSVF_1_1CFLDataBuilder.html#a5a2cdbf128e536c771567b372c29ce0b',1,'SVF::CFLDataBuilder']]],
31
- ['cfledge',['CFLEdge',['../classSVF_1_1CFLEdge.html#a808f0a3b6df73df41dcc2f0bfe944116',1,'SVF::CFLEdge']]],
32
- ['cflfifoworklist',['CFLFIFOWorkList',['../classSVF_1_1CFLFIFOWorkList.html#a1246a16c404664f0f17e8333eaae2511',1,'SVF::CFLFIFOWorkList']]],
33
- ['cflgrammar',['CFLGrammar',['../classSVF_1_1CFLGrammar.html#ad124b5e229216515b34b8d9b5d04e067',1,'SVF::CFLGrammar']]],
34
- ['cflgrammarstat',['CFLGrammarStat',['../classSVF_1_1CFLStat.html#a1fbe39f511320df60f54235bd7842257',1,'SVF::CFLStat']]],
35
- ['cflgraph',['CFLGraph',['../classSVF_1_1CFLGraph.html#a3dddc713969a95943d1f9b1e31ec71bc',1,'SVF::CFLGraph']]],
36
- ['cflgraphstat',['CFLGraphStat',['../classSVF_1_1CFLStat.html#a75710bf2e22ec4881026104e815751cf',1,'SVF::CFLStat']]],
37
- ['cflnode',['CFLNode',['../classSVF_1_1CFLNode.html#a235dcc5d8115d8450230638ce68070d6',1,'SVF::CFLNode']]],
38
- ['cflsolver',['CFLSolver',['../classSVF_1_1CFLSolver.html#a394ecf58da040648dda4adb8d0e7d75b',1,'SVF::CFLSolver']]],
39
- ['cflsolverstat',['CFLSolverStat',['../classSVF_1_1CFLStat.html#aced1956e5d8b47cdfea62b9d3ce8d8d6',1,'SVF::CFLStat']]],
40
- ['cflstat',['CFLStat',['../classSVF_1_1CFLStat.html#ada5680cabe65962be3a574a8a740f59c',1,'SVF::CFLStat']]],
41
- ['cflvf',['CFLVF',['../classSVF_1_1CFLVF.html#a1e6a36bc27f7b325086f8f44d745d519',1,'SVF::CFLVF']]],
42
- ['cha',['cha',['../classSVF_1_1DCHGraph.html#a0a3dfe1f2757eabd75082e2c4caec47a',1,'SVF::DCHGraph']]],
43
- ['check',['check',['../classSVF_1_1CFLGramGraphChecker.html#ada643d980c2590711660eb5f2a4e5f93',1,'SVF::CFLGramGraphChecker']]],
44
- ['check_5fhead',['check_head',['../classSVF_1_1CFGNormalizer.html#afe01de5c8333e4ba436adbdc0e99e3cc',1,'SVF::CFGNormalizer']]],
45
- ['checkandremap',['checkAndRemap',['../classSVF_1_1CondStdSet.html#a347097404761b16a077eac1ae9fbfd94',1,'SVF::CondStdSet::checkAndRemap()'],['../classSVF_1_1PointsTo.html#a731a028a2a4ed30e86992652ad71a63f',1,'SVF::PointsTo::checkAndRemap()']]],
46
- ['checkargtypes',['checkArgTypes',['../CHG_8cpp.html#a28cd7506ba009f12fa978aab492767b7',1,'CHG.cpp']]],
47
- ['checkintraedgeparents',['checkIntraEdgeParents',['../classSVF_1_1ICFG.html#a70421a19a494eb6131a9ae72ef1a64d6',1,'SVF::ICFG::checkIntraEdgeParents()'],['../classSVF_1_1VFG.html#a43b0c126c2e32cb3d286a78b14e09a96',1,'SVF::VFG::checkIntraEdgeParents()']]],
48
- ['checkrelation',['checkRelation',['../classSVF_1_1LocationSet.html#a4e839125b32c7cb3ad07fbec6f203c10',1,'SVF::LocationSet']]],
49
- ['checkselfcycleedges',['checkSelfCycleEdges',['../classSVF_1_1SVFGOPT.html#afb068fd46dfbf993decd7d6c8ca2c9ba',1,'SVF::SVFGOPT']]],
50
- ['chedge',['CHEdge',['../classSVF_1_1CHEdge.html#af01c14c28db231b7bfae39344d1ae8ee',1,'SVF::CHEdge']]],
51
- ['chgbuilder',['CHGBuilder',['../classSVF_1_1CHGBuilder.html#a436e4f8b1e1cad85f0c7df938afe8c78',1,'SVF::CHGBuilder']]],
52
- ['chgraph',['CHGraph',['../classSVF_1_1CHGraph.html#afacd7d35dad4344a5c2551d951acb442',1,'SVF::CHGraph']]],
53
- ['child_5fbegin',['child_begin',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1GenericNode_3_01NodeTy_00_01EdgeTy_01_4_01_5_01_4.html#ae637bc31f349b6f73f0af2af6804de16',1,'SVF::GenericGraphTraits< SVF::GenericNode< NodeTy, EdgeTy > * >::child_begin()'],['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1GenericNode_3_01NodeTy_00_01EdgeTy_01_4_01_5_4_01_4.html#a94ebf9aa4f1b1c6e74237baf70535261',1,'SVF::GenericGraphTraits< Inverse< SVF::GenericNode< NodeTy, EdgeTy > *> >::child_begin()']]],
54
- ['child_5fend',['child_end',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1GenericNode_3_01NodeTy_00_01EdgeTy_01_4_01_5_01_4.html#a478b8ebeec4d12d2e831ba9b5679011e',1,'SVF::GenericGraphTraits< SVF::GenericNode< NodeTy, EdgeTy > * >::child_end()'],['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1GenericNode_3_01NodeTy_00_01EdgeTy_01_4_01_5_4_01_4.html#ad46aad713072be28258bd2d0350300cc',1,'SVF::GenericGraphTraits< Inverse< SVF::GenericNode< NodeTy, EdgeTy > *> >::child_end()']]],
55
- ['children',['children',['../namespaceSVF.html#a67f454fa9341632d195fd5da619130f0',1,'SVF']]],
56
- ['children_5fedges',['children_edges',['../namespaceSVF.html#ab485076115c46b3e009cc5c4d252adae',1,'SVF']]],
57
- ['chnode',['CHNode',['../classSVF_1_1CHNode.html#a1f2c496e378d01841e4dc164942dc145',1,'SVF::CHNode']]],
58
- ['cjson_5fdelete',['cJSON_Delete',['../cJSON_8cpp.html#afde5c619f31577b3d821b56b23953c85',1,'cJSON_Delete(null): cJSON.cpp'],['../cJSON_8cpp.html#a82198c8ae9b9391ec58d1b4dd2a0d835',1,'cJSON_Delete(true_item): cJSON.cpp'],['../cJSON_8cpp.html#a38f5e694b5c8025da97c64a1323624b6',1,'cJSON_Delete(false_item): cJSON.cpp'],['../cJSON_8cpp.html#ad4379116322d8ea25bed7d926949928e',1,'cJSON_Delete(bool_item): cJSON.cpp'],['../cJSON_8cpp.html#a863d15ca4bb3d25b45537a52e60d5f16',1,'cJSON_Delete(number_item): cJSON.cpp'],['../cJSON_8cpp.html#ac343e582979460eb601a28c0f160f20d',1,'cJSON_Delete(string_item): cJSON.cpp'],['../cJSON_8cpp.html#acd085638be3dd8a2283605d0a63cd10f',1,'cJSON_Delete(raw_item): cJSON.cpp'],['../cJSON_8cpp.html#a4c1451255d141b30ba24e40a463a1a50',1,'cJSON_Delete(object_item): cJSON.cpp'],['../cJSON_8cpp.html#aec5a5cee199637b43ff6bca41f6e4d17',1,'cJSON_Delete(array): cJSON.cpp'],['../cJSON_8cpp.html#ae3da86d5128d65acfd4dd68fbcd4c09c',1,'cJSON_Delete(item): cJSON.cpp']]],
59
- ['cjson_5fdetachitemviapointer',['cJSON_DetachItemViaPointer',['../cJSON_8cpp.html#a3ac2a63423914bb3e443d578dd07b998',1,'cJSON.cpp']]],
60
- ['cjson_5fnew_5fitem',['cJSON_New_Item',['../cJSON_8cpp.html#a8f447c625af025c35d0ec59032ad6473',1,'cJSON.cpp']]],
61
- ['cjson_5fparsewithlengthopts',['cJSON_ParseWithLengthOpts',['../cJSON_8cpp.html#abeffdb0695e8c30e4612c8f917bfd9e1',1,'cJSON.cpp']]],
62
- ['cjson_5fpublic',['CJSON_PUBLIC',['../cJSON_8h.html#ad111420010c8684e2acde69bb1ead4f8',1,'CJSON_PUBLIC(const char *) cJSON_Version(void): cJSON.cpp'],['../cJSON_8h.html#a5712efac9864c56f805260c5e2a5c01b',1,'CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks *hooks): cJSON.cpp'],['../cJSON_8h.html#abd55c37a5af547c3c1ada176e38afbc6',1,'CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value): cJSON.cpp'],['../cJSON_8h.html#acc0bf2ad0de27db33e6471754c8f3ace',1,'CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item): cJSON.cpp'],['../cJSON_8h.html#aa7717765ab33f9dac70ff47e7e078b8b',1,'CJSON_PUBLIC(cJSON_bool) cJSON_PrintPreallocated(cJSON *item: cJSON.cpp'],['../cJSON_8h.html#a228b429c345d298fa5b887420337a54c',1,'CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON *const item): cJSON.h'],['../cJSON_8h.html#a8172bffbb05eec3c761bf0b43484f62d',1,'CJSON_PUBLIC(void *) cJSON_malloc(size_t size): cJSON.h'],['../cJSON_8cpp.html#a92b8d4d07c18d85e65c80af773a575ef',1,'CJSON_PUBLIC(const char *) cJSON_GetErrorPtr(void): cJSON.cpp'],['../cJSON_8cpp.html#aa64b79aec6e4df008236f79b7f373641',1,'CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON *const item): cJSON.cpp'],['../cJSON_8cpp.html#a228b429c345d298fa5b887420337a54c',1,'CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON *const item): cJSON.cpp'],['../cJSON_8cpp.html#a5712efac9864c56f805260c5e2a5c01b',1,'CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks *hooks): cJSON.cpp'],['../cJSON_8cpp.html#a265fb6f60d093cb333c087fdabc6efdb',1,'CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value: cJSON.cpp'],['../cJSON_8cpp.html#aa7717765ab33f9dac70ff47e7e078b8b',1,'CJSON_PUBLIC(cJSON_bool) cJSON_PrintPreallocated(cJSON *item: cJSON.cpp']]],
63
- ['cjson_5fstrdup',['cJSON_strdup',['../cJSON_8cpp.html#a5da7bd9b4622e97e7e19c36017410252',1,'cJSON.cpp']]],
64
- ['classof',['classof',['../classSVF_1_1IntervalValue.html#a101633c38e284f6e2bcad852daa3baae',1,'SVF::IntervalValue::classof(const IntervalValue *)'],['../classSVF_1_1IntervalValue.html#a72d89f686c6239c43ea1ea6fcab3062a',1,'SVF::IntervalValue::classof(const AbstractValue *v)'],['../classSVF_1_1WtoVertex.html#aa16a28629fd927cd2c827b2019f92c31',1,'SVF::WtoVertex::classof(const WtoVertex *)'],['../classSVF_1_1WtoVertex.html#af1629f621a67d660f75054a22b513965',1,'SVF::WtoVertex::classof(const WtoComponent *c)'],['../classSVF_1_1WtoCycle.html#af55574afbbb75dede2d9589070da600d',1,'SVF::WtoCycle::classof(const WtoCycle *)'],['../classSVF_1_1WtoCycle.html#a6310716df636f3623b5b3ecda0033aea',1,'SVF::WtoCycle::classof(const WtoComponent *c)'],['../classSVF_1_1CFLGrammar.html#a866db9b7ba6569421fa8a9e3c64c2eab',1,'SVF::CFLGrammar::classof(const CFLGrammar *)'],['../classSVF_1_1CFLGrammar.html#a25b035e49e90f42a44f7f6173a4bfdaf',1,'SVF::CFLGrammar::classof(const GrammarBase *node)'],['../classSVF_1_1CHGraph.html#ae7e9f1a3c524d80c77b2a75f877dc2d6',1,'SVF::CHGraph::classof()'],['../classSVF_1_1ConstraintEdge.html#a2c2a62e61022bb936a903846e0aacdd3',1,'SVF::ConstraintEdge::classof()'],['../classSVF_1_1AddrCGEdge.html#a541102364cd692d5f53a6aaef8b41965',1,'SVF::AddrCGEdge::classof(const AddrCGEdge *)'],['../classSVF_1_1AddrCGEdge.html#ac635af9bdde40ea73c267998b9e4b6c4',1,'SVF::AddrCGEdge::classof(const ConstraintEdge *edge)'],['../classSVF_1_1AddrCGEdge.html#a1eeac9d23b4c3c789697c992e9ef8dbd',1,'SVF::AddrCGEdge::classof(const GenericConsEdgeTy *edge)'],['../classSVF_1_1CopyCGEdge.html#a321ccd6048312a570acbb8a217269434',1,'SVF::CopyCGEdge::classof(const CopyCGEdge *)'],['../classSVF_1_1CopyCGEdge.html#a7bd7d0f76d235db2f7d8a846da5bd20d',1,'SVF::CopyCGEdge::classof(const ConstraintEdge *edge)'],['../classSVF_1_1CopyCGEdge.html#aee721f02965d46fcd1f8acc4a98df108',1,'SVF::CopyCGEdge::classof(const GenericConsEdgeTy *edge)'],['../classSVF_1_1StoreCGEdge.html#a7fdb88d66ee7489f2e2de5e91ed5f25b',1,'SVF::StoreCGEdge::classof(const StoreCGEdge *)'],['../classSVF_1_1StoreCGEdge.html#a2cc6943983c51fac45e312741404e8e9',1,'SVF::StoreCGEdge::classof(const ConstraintEdge *edge)'],['../classSVF_1_1StoreCGEdge.html#a1d7f40c84a7601620784dfafec6112b6',1,'SVF::StoreCGEdge::classof(const GenericConsEdgeTy *edge)'],['../classSVF_1_1LoadCGEdge.html#a1e4ddf7950685fa18fc0bb8669cc1961',1,'SVF::LoadCGEdge::classof(const LoadCGEdge *)'],['../classSVF_1_1LoadCGEdge.html#ab7d9fa1d9ed23f3f7579ba26dad46032',1,'SVF::LoadCGEdge::classof(const ConstraintEdge *edge)'],['../classSVF_1_1LoadCGEdge.html#aa1b47bbe3ac2de21a5dc7a72bb486953',1,'SVF::LoadCGEdge::classof(const GenericConsEdgeTy *edge)'],['../classSVF_1_1GepCGEdge.html#af9fbe33becd8f832267ab7ea6e0437b6',1,'SVF::GepCGEdge::classof(const GepCGEdge *)'],['../classSVF_1_1GepCGEdge.html#a13ca016474348064693416fcd183d4ab',1,'SVF::GepCGEdge::classof(const ConstraintEdge *edge)'],['../classSVF_1_1GepCGEdge.html#aeceef279a35e9a92ecaff32372f0c112',1,'SVF::GepCGEdge::classof(const GenericConsEdgeTy *edge)'],['../classSVF_1_1NormalGepCGEdge.html#a79033645683ead9a7404cd35fd936092',1,'SVF::NormalGepCGEdge::classof(const NormalGepCGEdge *)'],['../classSVF_1_1NormalGepCGEdge.html#abaa71e2b1e7f9a6d7920a89eb397dccc',1,'SVF::NormalGepCGEdge::classof(const GepCGEdge *edge)'],['../classSVF_1_1NormalGepCGEdge.html#ac6c37d7442a4b48cdce8b2eef67ee87d',1,'SVF::NormalGepCGEdge::classof(const ConstraintEdge *edge)'],['../classSVF_1_1NormalGepCGEdge.html#a025e8e6526f339c12e357958138be903',1,'SVF::NormalGepCGEdge::classof(const GenericConsEdgeTy *edge)'],['../classSVF_1_1VariantGepCGEdge.html#a5afc61b0781b222c70707a0ea765a4bd',1,'SVF::VariantGepCGEdge::classof(const VariantGepCGEdge *)'],['../classSVF_1_1VariantGepCGEdge.html#ae83d829f94cb886ddf36cddb75fb17df',1,'SVF::VariantGepCGEdge::classof(const GepCGEdge *edge)'],['../classSVF_1_1VariantGepCGEdge.html#a0342be6f165cbabc58e1dba75e6a0b79',1,'SVF::VariantGepCGEdge::classof(const ConstraintEdge *edge)'],['../classSVF_1_1VariantGepCGEdge.html#aba0cc74af291252bc8911c81832bef68',1,'SVF::VariantGepCGEdge::classof(const GenericConsEdgeTy *edge)'],['../classSVF_1_1IntraCFGEdge.html#a70bdadf898a10c6db89e9f432529092c',1,'SVF::IntraCFGEdge::classof(const IntraCFGEdge *)'],['../classSVF_1_1IntraCFGEdge.html#aea905f535696918ed63cd5ce04b7e0fb',1,'SVF::IntraCFGEdge::classof(const ICFGEdge *edge)'],['../classSVF_1_1IntraCFGEdge.html#adda4f50f50127f5d7f193300933c209f',1,'SVF::IntraCFGEdge::classof(const GenericICFGEdgeTy *edge)'],['../classSVF_1_1CallCFGEdge.html#a38b56212fb58934ee50079b1e69ad5ff',1,'SVF::CallCFGEdge::classof(const CallCFGEdge *)'],['../classSVF_1_1CallCFGEdge.html#a2d06b1b7913887fa0b147a5ec3098678',1,'SVF::CallCFGEdge::classof(const ICFGEdge *edge)'],['../classSVF_1_1CallCFGEdge.html#acea0923ca5c08f455af8ba3bcd738dd2',1,'SVF::CallCFGEdge::classof(const GenericICFGEdgeTy *edge)'],['../classSVF_1_1RetCFGEdge.html#aa26fbdb6a5fc801eef8a7f59ea28bc3a',1,'SVF::RetCFGEdge::classof(const RetCFGEdge *)'],['../classSVF_1_1RetCFGEdge.html#acbd01243e6fa346180221b3cc14672fe',1,'SVF::RetCFGEdge::classof(const ICFGEdge *edge)'],['../classSVF_1_1RetCFGEdge.html#a552aab628945c0d5d669c28068221bef',1,'SVF::RetCFGEdge::classof(const GenericICFGEdgeTy *edge)'],['../classSVF_1_1GlobalICFGNode.html#a06d0940d1b923991144c827e145a028e',1,'SVF::GlobalICFGNode::classof(const GlobalICFGNode *)'],['../classSVF_1_1GlobalICFGNode.html#a982efb288d9b6ec41cd64be562e4be6d',1,'SVF::GlobalICFGNode::classof(const ICFGNode *node)'],['../classSVF_1_1GlobalICFGNode.html#af6b336561b3924b438d0e4d7c5fd34e3',1,'SVF::GlobalICFGNode::classof(const GenericICFGNodeTy *node)'],['../classSVF_1_1IntraICFGNode.html#a295649753e583729a9f3bfd9e8a1e87f',1,'SVF::IntraICFGNode::classof(const IntraICFGNode *)'],['../classSVF_1_1IntraICFGNode.html#a9ce3f760813e3108dda53ff3f558a23d',1,'SVF::IntraICFGNode::classof(const ICFGNode *node)'],['../classSVF_1_1IntraICFGNode.html#a00e015884ec85772b161cc7b4a5bfbd8',1,'SVF::IntraICFGNode::classof(const GenericICFGNodeTy *node)'],['../classSVF_1_1InterICFGNode.html#a67ef8b6f4d8961c54145df0ce8a5c843',1,'SVF::InterICFGNode::classof(const InterICFGNode *)'],['../classSVF_1_1InterICFGNode.html#adfe73a4bcd2a3074bef97661a787bfa3',1,'SVF::InterICFGNode::classof(const ICFGNode *node)'],['../classSVF_1_1InterICFGNode.html#a6b43bc8bf2bd2cd78e6cd5064cf7c470',1,'SVF::InterICFGNode::classof(const GenericICFGNodeTy *node)'],['../classSVF_1_1FunEntryICFGNode.html#ad7f8c8f10b067b6766d7c7974f2b751c',1,'SVF::FunEntryICFGNode::classof(const FunEntryICFGNode *)'],['../classSVF_1_1FunEntryICFGNode.html#a1964b1b95d37b8b250a4779c7d4214b4',1,'SVF::FunEntryICFGNode::classof(const InterICFGNode *node)'],['../classSVF_1_1FunEntryICFGNode.html#a3f0f02c9fb1ab2406ed970f0e0e7942e',1,'SVF::FunEntryICFGNode::classof(const ICFGNode *node)'],['../classSVF_1_1FunEntryICFGNode.html#a5225463cf5c8601d919ab810bc3276ef',1,'SVF::FunEntryICFGNode::classof(const GenericICFGNodeTy *node)'],['../classSVF_1_1FunExitICFGNode.html#ab81f7f50638b8ce85f83ca3b7b566213',1,'SVF::FunExitICFGNode::classof(const FunEntryICFGNode *)'],['../classSVF_1_1FunExitICFGNode.html#acace98ae1961dcd498678694b7ba4699',1,'SVF::FunExitICFGNode::classof(const ICFGNode *node)'],['../classSVF_1_1FunExitICFGNode.html#a9731fdd29f15eab3a900eb72d3447e13',1,'SVF::FunExitICFGNode::classof(const InterICFGNode *node)'],['../classSVF_1_1FunExitICFGNode.html#ab980476a746eecd8d1018e43b40db635',1,'SVF::FunExitICFGNode::classof(const GenericICFGNodeTy *node)'],['../classSVF_1_1CallICFGNode.html#afb8bed9242cea8c927d14028526c19b9',1,'SVF::CallICFGNode::classof(const CallICFGNode *)'],['../classSVF_1_1CallICFGNode.html#ad064bfbbc08c297d66071ff7a9c0c991',1,'SVF::CallICFGNode::classof(const ICFGNode *node)'],['../classSVF_1_1CallICFGNode.html#a678d5ffc5c2bc44f82f8bd6d97daefc6',1,'SVF::CallICFGNode::classof(const InterICFGNode *node)'],['../classSVF_1_1CallICFGNode.html#a406c851efb93f7b838f3246deb2610ec',1,'SVF::CallICFGNode::classof(const GenericICFGNodeTy *node)'],['../classSVF_1_1RetICFGNode.html#a495a6ff3a561fac9a5157308c68a5ea8',1,'SVF::RetICFGNode::classof(const RetICFGNode *)'],['../classSVF_1_1RetICFGNode.html#abc490a79a39229d10010816bbd105326',1,'SVF::RetICFGNode::classof(const InterICFGNode *node)'],['../classSVF_1_1RetICFGNode.html#a5ce46692509e51b32afb060cce5701dd',1,'SVF::RetICFGNode::classof(const ICFGNode *node)'],['../classSVF_1_1RetICFGNode.html#a9a1d69cec6f240971767eee3c1c6ac41',1,'SVF::RetICFGNode::classof(const GenericICFGNodeTy *node)'],['../classSVF_1_1PTACallGraphEdge.html#adb10c32eff8a794d9f2b1b4a47d85d21',1,'SVF::PTACallGraphEdge::classof(const PTACallGraphEdge *)'],['../classSVF_1_1PTACallGraphEdge.html#afb092fc0502837b52ebcaa3c0dedb736',1,'SVF::PTACallGraphEdge::classof(const GenericCallGraphEdgeTy *edge)'],['../classSVF_1_1IndirectSVFGEdge.html#a65d58ce28f0bec8ba20191257a80221f',1,'SVF::IndirectSVFGEdge::classof(const IndirectSVFGEdge *)'],['../classSVF_1_1IndirectSVFGEdge.html#ad1635bdd79cae91c5a58b5e540f19df1',1,'SVF::IndirectSVFGEdge::classof(const VFGEdge *edge)'],['../classSVF_1_1IndirectSVFGEdge.html#a62352957241f7ac5faba6b502d0ed0f1',1,'SVF::IndirectSVFGEdge::classof(const GenericVFGEdgeTy *edge)'],['../classSVF_1_1IntraIndSVFGEdge.html#ae1e57e6cc223a06f957c4d6761c35402',1,'SVF::IntraIndSVFGEdge::classof(const IntraIndSVFGEdge *)'],['../classSVF_1_1IntraIndSVFGEdge.html#ac749c96247b6070479ccd597266c1d84',1,'SVF::IntraIndSVFGEdge::classof(const IndirectSVFGEdge *edge)'],['../classSVF_1_1IntraIndSVFGEdge.html#ad123c668b35ad004f3897565ac69c054',1,'SVF::IntraIndSVFGEdge::classof(const VFGEdge *edge)'],['../classSVF_1_1IntraIndSVFGEdge.html#a54de415e46849515629ace05fe2afed4',1,'SVF::IntraIndSVFGEdge::classof(const GenericVFGEdgeTy *edge)'],['../classSVF_1_1CallIndSVFGEdge.html#a9da25118e904862eb1f39231c2b191bd',1,'SVF::CallIndSVFGEdge::classof(const CallIndSVFGEdge *)'],['../classSVF_1_1CallIndSVFGEdge.html#ad6a01c5fc68ce5777a801aa7668b47e9',1,'SVF::CallIndSVFGEdge::classof(const IndirectSVFGEdge *edge)'],['../classSVF_1_1CallIndSVFGEdge.html#a54c3c37723424cb98ac6d01e9ed25c39',1,'SVF::CallIndSVFGEdge::classof(const VFGEdge *edge)'],['../classSVF_1_1CallIndSVFGEdge.html#ad50e4be3af1da84aa8a58b56faba36df',1,'SVF::CallIndSVFGEdge::classof(const GenericVFGEdgeTy *edge)'],['../classSVF_1_1RetIndSVFGEdge.html#a436d46d2a475a291ecc56cc2f26b910f',1,'SVF::RetIndSVFGEdge::classof(const RetIndSVFGEdge *)'],['../classSVF_1_1RetIndSVFGEdge.html#ae3cedf9206a460394f761c8b785fb1f8',1,'SVF::RetIndSVFGEdge::classof(const IndirectSVFGEdge *edge)'],['../classSVF_1_1RetIndSVFGEdge.html#a4b9b7308ea5e74ff175f6b1fedc873e2',1,'SVF::RetIndSVFGEdge::classof(const VFGEdge *edge)'],['../classSVF_1_1RetIndSVFGEdge.html#a0c7696c378afe92f8cf1612564ab98c3',1,'SVF::RetIndSVFGEdge::classof(const GenericVFGEdgeTy *edge)'],['../classSVF_1_1ThreadMHPIndSVFGEdge.html#a4f7b0802389ce183635d5be2a40128bc',1,'SVF::ThreadMHPIndSVFGEdge::classof(const ThreadMHPIndSVFGEdge *)'],['../classSVF_1_1ThreadMHPIndSVFGEdge.html#a0db2e69a5182d1c30b44e87711558bd9',1,'SVF::ThreadMHPIndSVFGEdge::classof(const IndirectSVFGEdge *edge)'],['../classSVF_1_1ThreadMHPIndSVFGEdge.html#a564a1648b45d3563d69401a7f8e31906',1,'SVF::ThreadMHPIndSVFGEdge::classof(const VFGEdge *edge)'],['../classSVF_1_1ThreadMHPIndSVFGEdge.html#acb948e40582b6cc8b4360f2205b5c926',1,'SVF::ThreadMHPIndSVFGEdge::classof(const GenericVFGEdgeTy *edge)'],['../classSVF_1_1MRSVFGNode.html#a22e28a37a013d14964ce832fa23dfb84',1,'SVF::MRSVFGNode::classof(const MRSVFGNode *)'],['../classSVF_1_1MRSVFGNode.html#a9b843265a6f95eea56a5a62eede8893c',1,'SVF::MRSVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1MRSVFGNode.html#a5f14facdcee7fec54c45b5956af553be',1,'SVF::MRSVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1FormalINSVFGNode.html#a049c4760e5d0ea2e31fc84ec32850310',1,'SVF::FormalINSVFGNode::classof(const FormalINSVFGNode *)'],['../classSVF_1_1FormalINSVFGNode.html#a93393ca0fb82c738b9357e93572b026a',1,'SVF::FormalINSVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1FormalINSVFGNode.html#a637ece0b4dcb990d3a3a5d5bbee4ef8d',1,'SVF::FormalINSVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1FormalOUTSVFGNode.html#ac29004272d47ad58ea1e05fbfc1ac639',1,'SVF::FormalOUTSVFGNode::classof(const FormalOUTSVFGNode *)'],['../classSVF_1_1FormalOUTSVFGNode.html#a48fc0991af02d9e0b8700cf96a8ca35c',1,'SVF::FormalOUTSVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1FormalOUTSVFGNode.html#a3b1387416f3ca61eed5581c9112cfcde',1,'SVF::FormalOUTSVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1ActualINSVFGNode.html#a73ccbee2a81439e70ea0c096d113a89b',1,'SVF::ActualINSVFGNode::classof(const ActualINSVFGNode *)'],['../classSVF_1_1ActualINSVFGNode.html#aae28a748413002046d02a4003229fc88',1,'SVF::ActualINSVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1ActualINSVFGNode.html#a476ef9fb19b3da1149945f9fe27cd9f1',1,'SVF::ActualINSVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1ActualOUTSVFGNode.html#a810b526c35918ed894c8dc2f95d44cb3',1,'SVF::ActualOUTSVFGNode::classof(const ActualOUTSVFGNode *)'],['../classSVF_1_1ActualOUTSVFGNode.html#a12cb923163baad086ca7a6365c74cc6b',1,'SVF::ActualOUTSVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1ActualOUTSVFGNode.html#a06dfaac3d2a41fa297a7707fc1240f8f',1,'SVF::ActualOUTSVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1MSSAPHISVFGNode.html#ac55ddd2788fff5bcff8afc5c0b49ad2d',1,'SVF::MSSAPHISVFGNode::classof(const MSSAPHISVFGNode *)'],['../classSVF_1_1MSSAPHISVFGNode.html#a44089a90d2c8bdb7ea8d8f2904c9d768',1,'SVF::MSSAPHISVFGNode::classof(const MRSVFGNode *node)'],['../classSVF_1_1MSSAPHISVFGNode.html#abcb8ba7fc0574b75aa3582f35cdb47f5',1,'SVF::MSSAPHISVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1MSSAPHISVFGNode.html#ab91626e88e8c28553c44b5939cfd65b3',1,'SVF::MSSAPHISVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1IntraMSSAPHISVFGNode.html#ae1fef4865427f59811fde241d4ac80cc',1,'SVF::IntraMSSAPHISVFGNode::classof(const IntraMSSAPHISVFGNode *)'],['../classSVF_1_1IntraMSSAPHISVFGNode.html#ada532ff4ffbd7592ae1b89b1e234ba21',1,'SVF::IntraMSSAPHISVFGNode::classof(const MSSAPHISVFGNode *node)'],['../classSVF_1_1IntraMSSAPHISVFGNode.html#a1382366ed10250d8f9a21c1f28bcad1c',1,'SVF::IntraMSSAPHISVFGNode::classof(const MRSVFGNode *node)'],['../classSVF_1_1IntraMSSAPHISVFGNode.html#a4d0c0866ed958cdbb5fd9310696f24ba',1,'SVF::IntraMSSAPHISVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1IntraMSSAPHISVFGNode.html#a885dabe57bcf57d10dbdb40fd658b075',1,'SVF::IntraMSSAPHISVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1InterMSSAPHISVFGNode.html#a62c0f4f98a42fe65f1dd570ec277b13f',1,'SVF::InterMSSAPHISVFGNode::classof(const InterMSSAPHISVFGNode *)'],['../classSVF_1_1InterMSSAPHISVFGNode.html#a084a26ee34913e89b8b28fac43cda5f2',1,'SVF::InterMSSAPHISVFGNode::classof(const MSSAPHISVFGNode *node)'],['../classSVF_1_1InterMSSAPHISVFGNode.html#a14866d7c95c5d3d8215ffec2172d208b',1,'SVF::InterMSSAPHISVFGNode::classof(const MRSVFGNode *node)'],['../classSVF_1_1InterMSSAPHISVFGNode.html#a7674d5c0f395624085f0764dba78cb93',1,'SVF::InterMSSAPHISVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1InterMSSAPHISVFGNode.html#ac1b291caedbd584d0e37702b682fa440',1,'SVF::InterMSSAPHISVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1DummyVersionPropSVFGNode.html#ac997d06e133d698a5aa29c2af55a624e',1,'SVF::DummyVersionPropSVFGNode::classof(const DummyVersionPropSVFGNode *)'],['../classSVF_1_1DummyVersionPropSVFGNode.html#a684f1f5c9f9f5059127d3024cc5d71e9',1,'SVF::DummyVersionPropSVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1DummyVersionPropSVFGNode.html#aa1ac53d368232b002cdd8f8a91f284da',1,'SVF::DummyVersionPropSVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1ThreadForkEdge.html#a4d2c3601a3fd530d178ec00ee3e1bc5d',1,'SVF::ThreadForkEdge::classof(const ThreadForkEdge *)'],['../classSVF_1_1ThreadForkEdge.html#ae40d52a9080627661aad198adf5f411a',1,'SVF::ThreadForkEdge::classof(const PTACallGraphEdge *edge)'],['../classSVF_1_1ThreadJoinEdge.html#a0fb671c87fecd2fd9c2dab4187a47d37',1,'SVF::ThreadJoinEdge::classof(const ThreadJoinEdge *)'],['../classSVF_1_1ThreadJoinEdge.html#ae4095b55b035bbf42d0a75afada4244d',1,'SVF::ThreadJoinEdge::classof(const PTACallGraphEdge *edge)'],['../classSVF_1_1HareParForEdge.html#ab1dba5dff1e71bce578dc7b0009ba518',1,'SVF::HareParForEdge::classof(const HareParForEdge *)'],['../classSVF_1_1HareParForEdge.html#af9cc260c4a767f9ebd4a454dff4f88be',1,'SVF::HareParForEdge::classof(const PTACallGraphEdge *edge)'],['../classSVF_1_1ThreadCallGraph.html#a4ba42f59f0a6a7ea5b059f6e8df64d89',1,'SVF::ThreadCallGraph::classof(const ThreadCallGraph *)'],['../classSVF_1_1ThreadCallGraph.html#a5d991e4511fc909dc170a4b03e71d77e',1,'SVF::ThreadCallGraph::classof(const PTACallGraph *g)'],['../classSVF_1_1DirectSVFGEdge.html#a200f8722e39d0267cd5d0212871e16bf',1,'SVF::DirectSVFGEdge::classof(const DirectSVFGEdge *)'],['../classSVF_1_1DirectSVFGEdge.html#ade837b89b661ab92b4f852c4a1d07e91',1,'SVF::DirectSVFGEdge::classof(const VFGEdge *edge)'],['../classSVF_1_1DirectSVFGEdge.html#a6e8eba3ca95255ce6d370f70ef1af723',1,'SVF::DirectSVFGEdge::classof(const GenericVFGEdgeTy *edge)'],['../classSVF_1_1IntraDirSVFGEdge.html#a66c199063471c5b3fcbe6a8cce47a1fe',1,'SVF::IntraDirSVFGEdge::classof(const IntraDirSVFGEdge *)'],['../classSVF_1_1IntraDirSVFGEdge.html#a05f6b2a386ffdc58f89fc9f650a03ce0',1,'SVF::IntraDirSVFGEdge::classof(const DirectSVFGEdge *edge)'],['../classSVF_1_1IntraDirSVFGEdge.html#a6a6a756f3f4d3b8bb162014ad8a013d6',1,'SVF::IntraDirSVFGEdge::classof(const VFGEdge *edge)'],['../classSVF_1_1IntraDirSVFGEdge.html#a83ecbb860bb65c348716a7b6eb0eb6e4',1,'SVF::IntraDirSVFGEdge::classof(const GenericVFGEdgeTy *edge)'],['../classSVF_1_1CallDirSVFGEdge.html#a977cb840fbed0b89b445a1b7384d3352',1,'SVF::CallDirSVFGEdge::classof(const CallDirSVFGEdge *)'],['../classSVF_1_1CallDirSVFGEdge.html#a9af19b582b2fc0ad587c186bbe1ae3c5',1,'SVF::CallDirSVFGEdge::classof(const DirectSVFGEdge *edge)'],['../classSVF_1_1CallDirSVFGEdge.html#afc2b7f68c04cb9d0140576c8bb4e3527',1,'SVF::CallDirSVFGEdge::classof(const VFGEdge *edge)'],['../classSVF_1_1CallDirSVFGEdge.html#ac4459c3e162af07af327a95b63ad24ba',1,'SVF::CallDirSVFGEdge::classof(const GenericVFGEdgeTy *edge)'],['../classSVF_1_1RetDirSVFGEdge.html#ae13c787500749e182c7b48d4750fc0bb',1,'SVF::RetDirSVFGEdge::classof(const RetDirSVFGEdge *)'],['../classSVF_1_1RetDirSVFGEdge.html#ad794858b1424836850d55e66376de2c3',1,'SVF::RetDirSVFGEdge::classof(const DirectSVFGEdge *edge)'],['../classSVF_1_1RetDirSVFGEdge.html#a072bfed40d4fc766f107da70428f4872',1,'SVF::RetDirSVFGEdge::classof(const VFGEdge *edge)'],['../classSVF_1_1RetDirSVFGEdge.html#a00d19ac1f96d9d66597d717eea58aeae',1,'SVF::RetDirSVFGEdge::classof(const GenericVFGEdgeTy *edge)'],['../classSVF_1_1StmtVFGNode.html#ade2eb6475fdc3d2fa107c9adf508b72a',1,'SVF::StmtVFGNode::classof(const StmtVFGNode *)'],['../classSVF_1_1StmtVFGNode.html#a07b6320e6b57de790737585ad7e0dfc9',1,'SVF::StmtVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1StmtVFGNode.html#a52b07152246113f9b55a9bcacf92e1b4',1,'SVF::StmtVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1LoadVFGNode.html#a4f8125b671b65b106b82fa7f555a0627',1,'SVF::LoadVFGNode::classof(const LoadVFGNode *)'],['../classSVF_1_1LoadVFGNode.html#a6809c239925254fdf505bd907ce8a773',1,'SVF::LoadVFGNode::classof(const StmtVFGNode *node)'],['../classSVF_1_1LoadVFGNode.html#a9bbb5bb491000f973ab2e2d391105eef',1,'SVF::LoadVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1LoadVFGNode.html#a649006bd37ea9a4e0add926acf6711e7',1,'SVF::LoadVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1StoreVFGNode.html#a61b6a4c05576d942024cc002905d5831',1,'SVF::StoreVFGNode::classof(const StoreVFGNode *)'],['../classSVF_1_1StoreVFGNode.html#acc772ccaec8d50c6c794ddf6433cc8da',1,'SVF::StoreVFGNode::classof(const StmtVFGNode *node)'],['../classSVF_1_1StoreVFGNode.html#a557a5eadd147cae44223a9a9b9f22a0a',1,'SVF::StoreVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1StoreVFGNode.html#a41e8b1729da33dd6572288cab334c0eb',1,'SVF::StoreVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1CopyVFGNode.html#adefcc30434a12173cfbdb05145ff2959',1,'SVF::CopyVFGNode::classof(const CopyVFGNode *)'],['../classSVF_1_1CopyVFGNode.html#af2a5123c24452b533b8cf3c737abfa61',1,'SVF::CopyVFGNode::classof(const StmtVFGNode *node)'],['../classSVF_1_1CopyVFGNode.html#ae9c59423e3f5b86eecd07e4d7f6297eb',1,'SVF::CopyVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1CopyVFGNode.html#a53e14acb8134334f2f8444235ba3dae9',1,'SVF::CopyVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1CmpVFGNode.html#ab1248b063654318677471fb10af16fd7',1,'SVF::CmpVFGNode::classof(const CmpVFGNode *)'],['../classSVF_1_1CmpVFGNode.html#a3230ae3a4a7f10e0486f000b92b87713',1,'SVF::CmpVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1CmpVFGNode.html#add2c095c6ae13c5d7a72f4551c2490a2',1,'SVF::CmpVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1BinaryOPVFGNode.html#a74266197f0ac969746c0be4175e70c17',1,'SVF::BinaryOPVFGNode::classof(const BinaryOPVFGNode *)'],['../classSVF_1_1BinaryOPVFGNode.html#aea93da7b12eec71280459e1c4a41306f',1,'SVF::BinaryOPVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1BinaryOPVFGNode.html#a9da4b2fca555fbb6a1867e9bc4749046',1,'SVF::BinaryOPVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1UnaryOPVFGNode.html#a01a9b0fd0189462e37ff51e232a5cda8',1,'SVF::UnaryOPVFGNode::classof(const UnaryOPVFGNode *)'],['../classSVF_1_1UnaryOPVFGNode.html#a11ff85d796e547f0258ec30cf23b7310',1,'SVF::UnaryOPVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1UnaryOPVFGNode.html#a1aec02a86416e9baf8819086bbb53080',1,'SVF::UnaryOPVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1BranchVFGNode.html#abaeefcd88c47e21065947f7587af2181',1,'SVF::BranchVFGNode::classof(const BranchVFGNode *)'],['../classSVF_1_1BranchVFGNode.html#aa578e56a2a4d145ba63628367786b9f0',1,'SVF::BranchVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1BranchVFGNode.html#a5cf9cbe215078178e12e06d859483336',1,'SVF::BranchVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1GepVFGNode.html#a77aa023b0c19e72a1263c63419643241',1,'SVF::GepVFGNode::classof(const GepVFGNode *)'],['../classSVF_1_1GepVFGNode.html#aae7c25ec33e4531778be58c28a0575c4',1,'SVF::GepVFGNode::classof(const StmtVFGNode *node)'],['../classSVF_1_1GepVFGNode.html#aa668a8000407a07937a5f4e4a6bfe31a',1,'SVF::GepVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1GepVFGNode.html#a70e2627cc05920864a97d054b2631985',1,'SVF::GepVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1PHIVFGNode.html#a522b90297d1a34858c9ae830cc24f1aa',1,'SVF::PHIVFGNode::classof(const PHIVFGNode *)'],['../classSVF_1_1PHIVFGNode.html#a4699fc06762e2d2573bbe3c0fd903da4',1,'SVF::PHIVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1PHIVFGNode.html#a1c5073aade64acbac65e8a8add61e231',1,'SVF::PHIVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1IntraPHIVFGNode.html#a30aa2227c1d94c2726d29cdbe800f91e',1,'SVF::IntraPHIVFGNode::classof(const IntraPHIVFGNode *)'],['../classSVF_1_1IntraPHIVFGNode.html#ae8c46b54a0a19b9516829b8ea897b946',1,'SVF::IntraPHIVFGNode::classof(const PHIVFGNode *node)'],['../classSVF_1_1IntraPHIVFGNode.html#a379b6f3452bdc6b5a3913fc7680ef70e',1,'SVF::IntraPHIVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1IntraPHIVFGNode.html#a7b8058dbbb9fc70db5f0de179e7e0196',1,'SVF::IntraPHIVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1AddrVFGNode.html#a5ad9c37ae429e0ac4c4fae224364f177',1,'SVF::AddrVFGNode::classof(const AddrVFGNode *)'],['../classSVF_1_1AddrVFGNode.html#a5510202381d0eb7af55353f8cc3be0d0',1,'SVF::AddrVFGNode::classof(const StmtVFGNode *node)'],['../classSVF_1_1AddrVFGNode.html#a24dde3e1cf8a66736233cd0a8dc91b82',1,'SVF::AddrVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1AddrVFGNode.html#af5ff980dea82f57e146e01d04882abbb',1,'SVF::AddrVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1ArgumentVFGNode.html#ab6179be01a029e52df59480c20a92ef2',1,'SVF::ArgumentVFGNode::classof(const ArgumentVFGNode *)'],['../classSVF_1_1ArgumentVFGNode.html#aef245c92b68e42d5a74bcc98fc026ac2',1,'SVF::ArgumentVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1ArgumentVFGNode.html#a7a81455d628934b84ce30a055a774673',1,'SVF::ArgumentVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1ActualParmVFGNode.html#a5d0c195ba42dc0dd48a360cba326d502',1,'SVF::ActualParmVFGNode::classof(const ActualParmVFGNode *)'],['../classSVF_1_1ActualParmVFGNode.html#abe1fd545e784375dc8da98db6b5869f8',1,'SVF::ActualParmVFGNode::classof(const ArgumentVFGNode *node)'],['../classSVF_1_1ActualParmVFGNode.html#acd3b55d18cb1227f7631df8e4912fdb3',1,'SVF::ActualParmVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1ActualParmVFGNode.html#a7f18a3d0eec50fafd505b8d6f8ebca5d',1,'SVF::ActualParmVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1FormalParmVFGNode.html#af91ecca224b99cd6dd3b9b17ad0d8e6f',1,'SVF::FormalParmVFGNode::classof(const FormalParmVFGNode *)'],['../classSVF_1_1FormalParmVFGNode.html#ae4cac828eec4ac2f55ff9d580c855b34',1,'SVF::FormalParmVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1FormalParmVFGNode.html#ad53fc9b2922c6c0145864bce59991d54',1,'SVF::FormalParmVFGNode::classof(const ArgumentVFGNode *node)'],['../classSVF_1_1FormalParmVFGNode.html#a691dc39c5ed3f3fa1ea518b5ec802c60',1,'SVF::FormalParmVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1ActualRetVFGNode.html#ab814b942e8ba02ed51f11ea6fcadd608',1,'SVF::ActualRetVFGNode::classof(const ActualRetVFGNode *)'],['../classSVF_1_1ActualRetVFGNode.html#a086f5a2156e90eee2ffa846954a79bb3',1,'SVF::ActualRetVFGNode::classof(const ArgumentVFGNode *node)'],['../classSVF_1_1ActualRetVFGNode.html#af3bf2a8f3a9398ec92a3418347af6b1a',1,'SVF::ActualRetVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1ActualRetVFGNode.html#a8aa10464c4295855c22921a6acb4bcda',1,'SVF::ActualRetVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1FormalRetVFGNode.html#af90572e9ac08cb2fffc9c63d51d5a129',1,'SVF::FormalRetVFGNode::classof(const FormalRetVFGNode)'],['../classSVF_1_1FormalRetVFGNode.html#ab5732a6cea2efbd352d1d8330f366f49',1,'SVF::FormalRetVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1FormalRetVFGNode.html#a75f6357396c84bfc08c9b08f95ae6b40',1,'SVF::FormalRetVFGNode::classof(const ArgumentVFGNode *node)'],['../classSVF_1_1FormalRetVFGNode.html#a444f13c4680b3762d0f2a55f98037acb',1,'SVF::FormalRetVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1InterPHIVFGNode.html#af05335676298acd6ad0bf2f445c8105b',1,'SVF::InterPHIVFGNode::classof(const InterPHIVFGNode *)'],['../classSVF_1_1InterPHIVFGNode.html#a9363508afb598d53d0deaedefdd8a01c',1,'SVF::InterPHIVFGNode::classof(const PHIVFGNode *node)'],['../classSVF_1_1InterPHIVFGNode.html#a6e134096deb0f33f8b137d7d16f88ba0',1,'SVF::InterPHIVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1InterPHIVFGNode.html#aae63bc1eb14d56d2f82e12eb1829a7a1',1,'SVF::InterPHIVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1NullPtrVFGNode.html#ad3fb6de5ce7d31e881e95bf60528847d',1,'SVF::NullPtrVFGNode::classof(const NullPtrVFGNode *)'],['../classSVF_1_1NullPtrVFGNode.html#a79b84b61e6e2c967fc3c1b8d9dad41c5',1,'SVF::NullPtrVFGNode::classof(const VFGNode *node)'],['../classSVF_1_1NullPtrVFGNode.html#abd9d77737434262b5bb801ebf9c8e9a8',1,'SVF::NullPtrVFGNode::classof(const GenericVFGNodeTy *node)'],['../classSVF_1_1DiffPTData.html#a09f6aa3d329f8adcd4928344720cff0f',1,'SVF::DiffPTData::classof(const DiffPTData< Key, KeySet, Data, DataSet > *)'],['../classSVF_1_1DiffPTData.html#af182fd3695fee155abac8c2f0c402a17',1,'SVF::DiffPTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1DFPTData.html#a1b09e85de5cc187958dd8fb1aa5edfcd',1,'SVF::DFPTData::classof(const DFPTData< Key, KeySet, Data, DataSet > *)'],['../classSVF_1_1DFPTData.html#abea003e1262f3e03967939e4028694a4',1,'SVF::DFPTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1VersionedPTData.html#a385133d44ac2b5fcef007040da8c2fd6',1,'SVF::VersionedPTData::classof(const VersionedPTData< Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet > *)'],['../classSVF_1_1VersionedPTData.html#a69ceac8acdf820486a45fc4444f78d04',1,'SVF::VersionedPTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1MutablePTData.html#a589d71ff881e53133e5c688f1c616ab3',1,'SVF::MutablePTData::classof(const MutablePTData< Key, KeySet, Data, DataSet > *)'],['../classSVF_1_1MutablePTData.html#a577a7fce1affd462afeb9fefa4bdb4a8',1,'SVF::MutablePTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1MutableDiffPTData.html#a1b2d520d24a8d19de00e26237e5cd098',1,'SVF::MutableDiffPTData::classof(const MutableDiffPTData< Key, KeySet, Data, DataSet > *)'],['../classSVF_1_1MutableDiffPTData.html#af27d457e1905876631bcf74e434257ae',1,'SVF::MutableDiffPTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1MutableDFPTData.html#a5baa6fffedfd0ac356590f9a0b222ee0',1,'SVF::MutableDFPTData::classof(const MutableDFPTData< Key, KeySet, Data, DataSet > *)'],['../classSVF_1_1MutableDFPTData.html#acb338bbe5773001a15b81e596a764222',1,'SVF::MutableDFPTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1MutableIncDFPTData.html#a89f65d37096c82fcdddb1c324ec206d2',1,'SVF::MutableIncDFPTData::classof(const MutableIncDFPTData< Key, KeySet, Data, DataSet > *)'],['../classSVF_1_1MutableIncDFPTData.html#aa4c262f0d62e902912d4cd7999731d3d',1,'SVF::MutableIncDFPTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1MutableVersionedPTData.html#a6be54447671288a666af5d48972e2ccf',1,'SVF::MutableVersionedPTData::classof(const MutableVersionedPTData< Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet > *)'],['../classSVF_1_1MutableVersionedPTData.html#a646111552a7112b8e48c00e766ce8d9b',1,'SVF::MutableVersionedPTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1PersistentPTData.html#a174c3cac13c839863171621ea25e609f',1,'SVF::PersistentPTData::classof(const PersistentPTData< Key, KeySet, Data, DataSet > *)'],['../classSVF_1_1PersistentPTData.html#a4e896ec87d07e5b75401de4367d67458',1,'SVF::PersistentPTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1PersistentDiffPTData.html#afb53f0b47cdad94379c3a4895980be9c',1,'SVF::PersistentDiffPTData::classof(const PersistentDiffPTData< Key, KeySet, Data, DataSet > *)'],['../classSVF_1_1PersistentDiffPTData.html#a4f4b1869210228e9d1b4f3900b41bb88',1,'SVF::PersistentDiffPTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1PersistentDFPTData.html#ad374e8e6ddd5c397bd5ab6cf9b259968',1,'SVF::PersistentDFPTData::classof(const PersistentDFPTData< Key, KeySet, Data, DataSet > *)'],['../classSVF_1_1PersistentDFPTData.html#a575a441ddbe233d34937792b66d2b39c',1,'SVF::PersistentDFPTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1PersistentIncDFPTData.html#a656434f7b67aabf25f6dba400d95f2bb',1,'SVF::PersistentIncDFPTData::classof(const PersistentIncDFPTData< Key, KeySet, Data, DataSet > *)'],['../classSVF_1_1PersistentIncDFPTData.html#a47c2fbf8b959aae3166b9757b12880a7',1,'SVF::PersistentIncDFPTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1PersistentVersionedPTData.html#a28a8bf95351e295e65360bf16241a5da',1,'SVF::PersistentVersionedPTData::classof(const PersistentVersionedPTData< Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet > *)'],['../classSVF_1_1PersistentVersionedPTData.html#a1f85475cb6690bb1caa003c5a3aec92f',1,'SVF::PersistentVersionedPTData::classof(const PTData< Key, KeySet, Data, DataSet > *ptd)'],['../classSVF_1_1BVDataPTAImpl.html#a6ba68138c10d1fbe5be6346c8dfeca74',1,'SVF::BVDataPTAImpl::classof()'],['../classSVF_1_1CondPTAImpl.html#ae76fb767c13ca39baa0fbec55a7780fe',1,'SVF::CondPTAImpl::classof()'],['../classSVF_1_1LoadMU.html#a675192a60c5afa6e1d5f9b7dae5953b5',1,'SVF::LoadMU::classof(const LoadMU *)'],['../classSVF_1_1LoadMU.html#a2b3f73c38c479e05984e01710227e50f',1,'SVF::LoadMU::classof(const MSSAMU< Cond > *mu)'],['../classSVF_1_1CallMU.html#af8a0defe4c5b36893e155a4b074c0f30',1,'SVF::CallMU::classof(const CallMU *)'],['../classSVF_1_1CallMU.html#a27c70bc7543eeb2fcf64f139481d3bf9',1,'SVF::CallMU::classof(const MSSAMU< Cond > *mu)'],['../classSVF_1_1RetMU.html#ace8b780beda75de78d08247335e1738a',1,'SVF::RetMU::classof(const RetMU *)'],['../classSVF_1_1RetMU.html#ae6608c348426d99a5d3963ceaca2eb8b',1,'SVF::RetMU::classof(const MSSAMU< Cond > *mu)'],['../classSVF_1_1MSSACHI.html#a49cf6b7e0cb38acfeb2eb2e1273c506d',1,'SVF::MSSACHI::classof(const MSSACHI *chi)'],['../classSVF_1_1MSSACHI.html#a450055eb758896fb2e3e4f67febe7782',1,'SVF::MSSACHI::classof(const MSSADEF *chi)'],['../classSVF_1_1StoreCHI.html#a66a4ea0b8b61d39a552f7da000732263',1,'SVF::StoreCHI::classof(const StoreCHI *chi)'],['../classSVF_1_1StoreCHI.html#a7a01d165b24d05f0a218c2abfaad8422',1,'SVF::StoreCHI::classof(const MSSACHI< Cond > *chi)'],['../classSVF_1_1StoreCHI.html#a4324f81324dd6d6c6ba6d1af32e29985',1,'SVF::StoreCHI::classof(const MSSADEF *chi)'],['../classSVF_1_1CallCHI.html#a7c0708ad9a2aa6278b1e7404340ca2ad',1,'SVF::CallCHI::classof(const CallCHI *chi)'],['../classSVF_1_1CallCHI.html#a039209d842c18ef9d4a86a5a725a775b',1,'SVF::CallCHI::classof(const MSSACHI< Cond > *chi)'],['../classSVF_1_1CallCHI.html#aeea8fd6c5904874604bb0ced9b080c29',1,'SVF::CallCHI::classof(const MSSADEF *chi)'],['../classSVF_1_1EntryCHI.html#ad9c86f7cf28fe22584b94416803639aa',1,'SVF::EntryCHI::classof(const EntryCHI *chi)'],['../classSVF_1_1EntryCHI.html#a55404375929d591f93d09f5a9e896cf6',1,'SVF::EntryCHI::classof(const MSSACHI< Cond > *chi)'],['../classSVF_1_1EntryCHI.html#aa5ed214cd44d8847c7539c7e3de3d276',1,'SVF::EntryCHI::classof(const MSSADEF *chi)'],['../classSVF_1_1MSSAPHI.html#adab25ebd69f699c019118bc1e099d4f9',1,'SVF::MSSAPHI::classof(const MSSAPHI *phi)'],['../classSVF_1_1MSSAPHI.html#a48d3a719b97991be8ba94149a1d30091',1,'SVF::MSSAPHI::classof(const MSSADEF *phi)'],['../classSVF_1_1TCTEdge.html#a38d3af1f146d4e70574874c7ec28f6f3',1,'SVF::TCTEdge::classof(const TCTEdge *)'],['../classSVF_1_1TCTEdge.html#a13088f28a806a095ede56240b9fa87a2',1,'SVF::TCTEdge::classof(const GenericTCTEdgeTy *edge)'],['../classSVF_1_1DCHGraph.html#af9970ff0ef4a8f4c638da9f519d14a21',1,'SVF::DCHGraph::classof()'],['../classSVF_1_1SVFStmt.html#ac517a3166a3afe45d04480534ac3bb50',1,'SVF::SVFStmt::classof(const SVFStmt *)'],['../classSVF_1_1SVFStmt.html#a00339663741d9f581d2f3ecae5a3e7e3',1,'SVF::SVFStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1AssignStmt.html#a4f94b6731f324e44fc4d4e06d7acdbf7',1,'SVF::AssignStmt::classof(const AssignStmt *)'],['../classSVF_1_1AssignStmt.html#ad5e2d41b8cd548628b59227368388ed0',1,'SVF::AssignStmt::classof(const SVFStmt *edge)'],['../classSVF_1_1AssignStmt.html#a8b2837153dcf9f7e2adc3b30b2dd0245',1,'SVF::AssignStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1AddrStmt.html#a32e129c9f7aa16be8c5c8569989f691f',1,'SVF::AddrStmt::classof(const AddrStmt *)'],['../classSVF_1_1AddrStmt.html#aeec83dc4e79ee62c92c75aa778a475ad',1,'SVF::AddrStmt::classof(const SVFStmt *edge)'],['../classSVF_1_1AddrStmt.html#a6876ffc2c97c5ba64155891b55a7884c',1,'SVF::AddrStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1CopyStmt.html#a253c81c922bef6e2d520262c2f7793c4',1,'SVF::CopyStmt::classof(const CopyStmt *)'],['../classSVF_1_1CopyStmt.html#a5e883bb0bc30cf8b7d325b66f7a42848',1,'SVF::CopyStmt::classof(const SVFStmt *edge)'],['../classSVF_1_1CopyStmt.html#a12e960569a9f4beae99195a0fe2d3b68',1,'SVF::CopyStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1StoreStmt.html#ae3c219e8af92e222f55c930009db6e67',1,'SVF::StoreStmt::classof(const StoreStmt *)'],['../classSVF_1_1StoreStmt.html#a31f69e402887eff60e2055799ed561b9',1,'SVF::StoreStmt::classof(const SVFStmt *edge)'],['../classSVF_1_1StoreStmt.html#ab71bf959fce0e702556dd753636298b2',1,'SVF::StoreStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1LoadStmt.html#a03d6f1ee2f52b34d905b204eb53d6560',1,'SVF::LoadStmt::classof(const LoadStmt *)'],['../classSVF_1_1LoadStmt.html#ac252b1e9b7c01108d1aff602fbe1ef40',1,'SVF::LoadStmt::classof(const SVFStmt *edge)'],['../classSVF_1_1LoadStmt.html#ab30f370a8a2a3e63765c1e4843f07826',1,'SVF::LoadStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1GepStmt.html#a441cd8487b320ceff9d62884b4f28176',1,'SVF::GepStmt::classof(const GepStmt *)'],['../classSVF_1_1GepStmt.html#a92016e7d6061e4a157c9cd39ad94cc20',1,'SVF::GepStmt::classof(const SVFStmt *edge)'],['../classSVF_1_1GepStmt.html#ac47064e21e2afdf7bd85c6acba44367f',1,'SVF::GepStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1CallPE.html#a6df0149f79122c5a7d517f75d0235e73',1,'SVF::CallPE::classof(const CallPE *)'],['../classSVF_1_1CallPE.html#a188c51f3e378c451d34e90c96cca0cf5',1,'SVF::CallPE::classof(const SVFStmt *edge)'],['../classSVF_1_1CallPE.html#a0d89c20d1d3ccee5f3e45a32085117aa',1,'SVF::CallPE::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1RetPE.html#a43c6965616d67e77087b486265139d21',1,'SVF::RetPE::classof(const RetPE *)'],['../classSVF_1_1RetPE.html#a9cd78a723ed55ed6f334a329576a7471',1,'SVF::RetPE::classof(const SVFStmt *edge)'],['../classSVF_1_1RetPE.html#a2f0121f26e79fe3766cba93b42dc1119',1,'SVF::RetPE::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1MultiOpndStmt.html#aa0d9a26d3ad17432505b1f5bb36368d9',1,'SVF::MultiOpndStmt::classof(const MultiOpndStmt *)'],['../classSVF_1_1MultiOpndStmt.html#a5de8ff8363cb3f0b1427b69aa1058470',1,'SVF::MultiOpndStmt::classof(const SVFStmt *node)'],['../classSVF_1_1MultiOpndStmt.html#ad20128715a7aaf173d60fe8f14575678',1,'SVF::MultiOpndStmt::classof(const GenericPAGEdgeTy *node)'],['../classSVF_1_1PhiStmt.html#abb620d35e77989c2f7f9ed480e5fa1e9',1,'SVF::PhiStmt::classof(const PhiStmt *)'],['../classSVF_1_1PhiStmt.html#ac214292370d79324f6da8624fe2c7139',1,'SVF::PhiStmt::classof(const SVFStmt *edge)'],['../classSVF_1_1PhiStmt.html#ae547394a731d29b44565d3e56a326354',1,'SVF::PhiStmt::classof(const MultiOpndStmt *edge)'],['../classSVF_1_1PhiStmt.html#a904591799ce401e8d3ee6aa634325ba3',1,'SVF::PhiStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1SelectStmt.html#a89f27a20f9c2acc66c4c6152e79ee30e',1,'SVF::SelectStmt::classof(const SelectStmt *)'],['../classSVF_1_1SelectStmt.html#a3cb54c9a91a32e12c5f8ee452fcf64be',1,'SVF::SelectStmt::classof(const SVFStmt *edge)'],['../classSVF_1_1SelectStmt.html#a0b73ca0dedc4b7c718585577424fa0ce',1,'SVF::SelectStmt::classof(const MultiOpndStmt *edge)'],['../classSVF_1_1SelectStmt.html#aa9d3eeb27fee7084bcd2921c98be1bd1',1,'SVF::SelectStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1CmpStmt.html#adec661dd23b7806b35abba2d44aebc61',1,'SVF::CmpStmt::classof(const CmpStmt *)'],['../classSVF_1_1CmpStmt.html#a16a5fddf61f6a13ee34dde0c4267d0e5',1,'SVF::CmpStmt::classof(const SVFStmt *edge)'],['../classSVF_1_1CmpStmt.html#a679ec89e3fa17a17dcc8fafeb30d3a61',1,'SVF::CmpStmt::classof(const MultiOpndStmt *edge)'],['../classSVF_1_1CmpStmt.html#af9f7fe4aa92bb443cd517f06a8fb94cd',1,'SVF::CmpStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1BinaryOPStmt.html#ab5a0f41455474643e8dd97aaab0aaab5',1,'SVF::BinaryOPStmt::classof(const BinaryOPStmt *)'],['../classSVF_1_1BinaryOPStmt.html#abc24c2d50b164a637ad0cec371cb7e63',1,'SVF::BinaryOPStmt::classof(const SVFStmt *edge)'],['../classSVF_1_1BinaryOPStmt.html#a7cae2a90a33225c90eb035cf9e663d3d',1,'SVF::BinaryOPStmt::classof(const MultiOpndStmt *edge)'],['../classSVF_1_1BinaryOPStmt.html#ac8831079a5a9c6d50fbd09ff545e7cfd',1,'SVF::BinaryOPStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1UnaryOPStmt.html#abb10688145fa76629916ec3df61b6c95',1,'SVF::UnaryOPStmt::classof(const UnaryOPStmt *)'],['../classSVF_1_1UnaryOPStmt.html#a2a4b7e3a4c5be8a253b542f144f830b7',1,'SVF::UnaryOPStmt::classof(const SVFStmt *edge)'],['../classSVF_1_1UnaryOPStmt.html#add29b76e0ef73da2606bac97f74a7896',1,'SVF::UnaryOPStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1BranchStmt.html#a750ffca6648fafedfb271fb90d975847',1,'SVF::BranchStmt::classof(const BranchStmt *)'],['../classSVF_1_1BranchStmt.html#a55b867cd85dbbe43e2f7c1bad5dce647',1,'SVF::BranchStmt::classof(const SVFStmt *edge)'],['../classSVF_1_1BranchStmt.html#adf97a239f15b635580cef475980e8d82',1,'SVF::BranchStmt::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1TDForkPE.html#a79317f2ac92ace129a1ccf802406498d',1,'SVF::TDForkPE::classof(const TDForkPE *)'],['../classSVF_1_1TDForkPE.html#a68f16df5a9b44dd2492c33fb0a1b5f0c',1,'SVF::TDForkPE::classof(const SVFStmt *edge)'],['../classSVF_1_1TDForkPE.html#a9e160158fe61958bcd6ef2a7da559018',1,'SVF::TDForkPE::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1TDJoinPE.html#ace17257476d0ee089a9f9cb8dc63e3f2',1,'SVF::TDJoinPE::classof(const TDJoinPE *)'],['../classSVF_1_1TDJoinPE.html#a18e24262f5be7835bc830ea410acc19d',1,'SVF::TDJoinPE::classof(const SVFStmt *edge)'],['../classSVF_1_1TDJoinPE.html#a22303af690086961b8d2356b345f882b',1,'SVF::TDJoinPE::classof(const GenericPAGEdgeTy *edge)'],['../classSVF_1_1SVFPointerType.html#a64502ac59788f5a1d53297123afbcfc6',1,'SVF::SVFPointerType::classof()'],['../classSVF_1_1SVFIntergerType.html#a731f46274e4008355700dfba8c1f695a',1,'SVF::SVFIntergerType::classof()'],['../classSVF_1_1SVFFunctionType.html#a527528ffe8005a3ff56f581f27296a49',1,'SVF::SVFFunctionType::classof()'],['../classSVF_1_1SVFStructType.html#a5551dee67814f75b701ba5e2757f6775',1,'SVF::SVFStructType::classof()'],['../classSVF_1_1SVFArrayType.html#a9b680e5f1995e1fb8f7d17f69f1c32ca',1,'SVF::SVFArrayType::classof()'],['../classSVF_1_1SVFOtherType.html#a7b026267db1dee3fd1149b92194d5655',1,'SVF::SVFOtherType::classof()'],['../classSVF_1_1SVFFunction.html#a099203980699464e1fbe5e37f2eb891f',1,'SVF::SVFFunction::classof()'],['../classSVF_1_1SVFBasicBlock.html#a0702a054bc6aec5fb67fe6e287f1e5f8',1,'SVF::SVFBasicBlock::classof()'],['../classSVF_1_1SVFInstruction.html#a3d3d19a3136d5d4fbda3946cf9f86231',1,'SVF::SVFInstruction::classof()'],['../classSVF_1_1SVFCallInst.html#a441f6d479c562ab00b9d287d8ecdb0fd',1,'SVF::SVFCallInst::classof(const SVFValue *node)'],['../classSVF_1_1SVFCallInst.html#a7bcd6dd2c135b3da30dcca7942d3ddb5',1,'SVF::SVFCallInst::classof(const SVFInstruction *node)'],['../classSVF_1_1SVFVirtualCallInst.html#a1d7057e02488b26ca34aefa045f733e9',1,'SVF::SVFVirtualCallInst::classof(const SVFValue *node)'],['../classSVF_1_1SVFVirtualCallInst.html#aa5c00eefbf2f2c8074c8e48b0b9a5e23',1,'SVF::SVFVirtualCallInst::classof(const SVFInstruction *node)'],['../classSVF_1_1SVFVirtualCallInst.html#a16dd17efc0762c20094e960115519c26',1,'SVF::SVFVirtualCallInst::classof(const SVFCallInst *node)'],['../classSVF_1_1SVFConstant.html#ad344f015332cfd79eb61fe734f197c51',1,'SVF::SVFConstant::classof()'],['../classSVF_1_1SVFGlobalValue.html#a5fb9b8bbaf347d99e9df5710da506c96',1,'SVF::SVFGlobalValue::classof(const SVFValue *node)'],['../classSVF_1_1SVFGlobalValue.html#a5a8b570bf9301e0269a6622f33320d4b',1,'SVF::SVFGlobalValue::classof(const SVFConstant *node)'],['../classSVF_1_1SVFArgument.html#a5656acc955ca756ad51064dee30ea07d',1,'SVF::SVFArgument::classof()'],['../classSVF_1_1SVFConstantData.html#a69777730832b61b6503f05ce80af65c3',1,'SVF::SVFConstantData::classof(const SVFValue *node)'],['../classSVF_1_1SVFConstantData.html#aaa93a599c1e8fee16aa6844cf64b8f5d',1,'SVF::SVFConstantData::classof(const SVFConstantData *node)'],['../classSVF_1_1SVFConstantInt.html#a68c3dc4b0a685397369b5116c2d31e42',1,'SVF::SVFConstantInt::classof(const SVFValue *node)'],['../classSVF_1_1SVFConstantInt.html#afd5d7569b52d4f26850b009a915b7e49',1,'SVF::SVFConstantInt::classof(const SVFConstantData *node)'],['../classSVF_1_1SVFConstantFP.html#a6f44afedce864c6ab6115f1aee4d3857',1,'SVF::SVFConstantFP::classof(const SVFValue *node)'],['../classSVF_1_1SVFConstantFP.html#a3aba9ce21649425c539695a7584dfe42',1,'SVF::SVFConstantFP::classof(const SVFConstantData *node)'],['../classSVF_1_1SVFConstantNullPtr.html#ab1b6b67fc90132d8ddbac873ced2f76e',1,'SVF::SVFConstantNullPtr::classof(const SVFValue *node)'],['../classSVF_1_1SVFConstantNullPtr.html#a3ca7ed38cf0887e21c14d8a6f18c4a59',1,'SVF::SVFConstantNullPtr::classof(const SVFConstantData *node)'],['../classSVF_1_1SVFBlackHoleValue.html#aa45bdedb7320ea07a902e474d92562c5',1,'SVF::SVFBlackHoleValue::classof(const SVFValue *node)'],['../classSVF_1_1SVFBlackHoleValue.html#ab79f7c5af1e235749b1e2d377748c5c2',1,'SVF::SVFBlackHoleValue::classof(const SVFConstantData *node)'],['../classSVF_1_1SVFOtherValue.html#ae47ccf0d62b35189416c6927136949b8',1,'SVF::SVFOtherValue::classof()'],['../classSVF_1_1SVFMetadataAsValue.html#adf70aaadd34d109de98389896d2ac4f2',1,'SVF::SVFMetadataAsValue::classof(const SVFValue *node)'],['../classSVF_1_1SVFMetadataAsValue.html#a3d62d0b7b89b3bf509b3efaa1a855221',1,'SVF::SVFMetadataAsValue::classof(const SVFOtherValue *node)'],['../classSVF_1_1ValVar.html#adbbf3c9ff5dcb10ac528d3eb4b69750c',1,'SVF::ValVar::classof(const ValVar *)'],['../classSVF_1_1ValVar.html#a71e5f4eaf74f852d3354ac6b0b65f39c',1,'SVF::ValVar::classof(const SVFVar *node)'],['../classSVF_1_1ValVar.html#a371f38564932cc04c6c4a00a99bf6c6a',1,'SVF::ValVar::classof(const GenericPAGNodeTy *node)'],['../classSVF_1_1ObjVar.html#ac127d3ee00a6bed2bdba2f24b389eb4b',1,'SVF::ObjVar::classof(const ObjVar *)'],['../classSVF_1_1ObjVar.html#a78ee2be4a346728be947ce29d3820c13',1,'SVF::ObjVar::classof(const SVFVar *node)'],['../classSVF_1_1ObjVar.html#a42b68822afc39d415db8c29079caf9c8',1,'SVF::ObjVar::classof(const GenericPAGNodeTy *node)'],['../classSVF_1_1GepValVar.html#a28e42f01110a2d0a5f1f90bca14c5035',1,'SVF::GepValVar::classof(const GepValVar *)'],['../classSVF_1_1GepValVar.html#aea2c58dc4124157a23c2cc0fe050f158',1,'SVF::GepValVar::classof(const ValVar *node)'],['../classSVF_1_1GepValVar.html#a8f8f8e21cdfcccd7523dc2371c696ad8',1,'SVF::GepValVar::classof(const SVFVar *node)'],['../classSVF_1_1GepValVar.html#a0aab756122dcce24faf556f0b7057dc1',1,'SVF::GepValVar::classof(const GenericPAGNodeTy *node)'],['../classSVF_1_1GepObjVar.html#ab3129ad98687e6352675d84373d96ffe',1,'SVF::GepObjVar::classof(const GepObjVar *)'],['../classSVF_1_1GepObjVar.html#ab6105a2f7bbd9a4e611d96f0bcac0e6c',1,'SVF::GepObjVar::classof(const ObjVar *node)'],['../classSVF_1_1GepObjVar.html#ad7fc6e6ed6fca8641c44b91ab29524bd',1,'SVF::GepObjVar::classof(const SVFVar *node)'],['../classSVF_1_1GepObjVar.html#ac3583a2d4d4ceaf820d23b43a893ac92',1,'SVF::GepObjVar::classof(const GenericPAGNodeTy *node)'],['../classSVF_1_1FIObjVar.html#a1801ca6c6cf3367eff5621fa7c788619',1,'SVF::FIObjVar::classof(const FIObjVar *)'],['../classSVF_1_1FIObjVar.html#a07ed7216777acb05861044542cc2fe66',1,'SVF::FIObjVar::classof(const ObjVar *node)'],['../classSVF_1_1FIObjVar.html#a1f6ba91fe429f55598cef983a2b3a538',1,'SVF::FIObjVar::classof(const SVFVar *node)'],['../classSVF_1_1FIObjVar.html#a73cd80e57f81d34b6295e110e3d43acc',1,'SVF::FIObjVar::classof(const GenericPAGNodeTy *node)'],['../classSVF_1_1RetPN.html#acedd9e576a077f96c0638065d4c70bcf',1,'SVF::RetPN::classof(const RetPN *)'],['../classSVF_1_1RetPN.html#a5e9d174902aa6dcfae418697363967b9',1,'SVF::RetPN::classof(const SVFVar *node)'],['../classSVF_1_1RetPN.html#a70b218109d2cc7850bbab5a4504784db',1,'SVF::RetPN::classof(const ValVar *node)'],['../classSVF_1_1RetPN.html#a69ee6310b7236bc1230fa63440b0f551',1,'SVF::RetPN::classof(const GenericPAGNodeTy *node)'],['../classSVF_1_1VarArgPN.html#acaecf9e9d98c4a14fecee0877a72839c',1,'SVF::VarArgPN::classof(const VarArgPN *)'],['../classSVF_1_1VarArgPN.html#a2adee91065fef72cb8f64924aa83ec0a',1,'SVF::VarArgPN::classof(const SVFVar *node)'],['../classSVF_1_1VarArgPN.html#a3a7f82ff9fe4426ae8d967460995e2cd',1,'SVF::VarArgPN::classof(const ValVar *node)'],['../classSVF_1_1VarArgPN.html#a7f873a8015eb6a6b30530a7e5a69018d',1,'SVF::VarArgPN::classof(const GenericPAGNodeTy *node)'],['../classSVF_1_1DummyValVar.html#a06c603907dce56bea44f9a4f9da4d6c7',1,'SVF::DummyValVar::classof(const DummyValVar *)'],['../classSVF_1_1DummyValVar.html#ac09e183185b178f16547bb355ccb01f3',1,'SVF::DummyValVar::classof(const SVFVar *node)'],['../classSVF_1_1DummyValVar.html#a3fbbb34ccb50e65d6d7aabe7e84e548f',1,'SVF::DummyValVar::classof(const ValVar *node)'],['../classSVF_1_1DummyValVar.html#abd4bbbbe43db12627923729a9d5a5442',1,'SVF::DummyValVar::classof(const GenericPAGNodeTy *node)'],['../classSVF_1_1DummyObjVar.html#a543ca59bd39740d1080fe4702bc2fd69',1,'SVF::DummyObjVar::classof(const DummyObjVar *)'],['../classSVF_1_1DummyObjVar.html#a9552d717a869b0ec6678843a56fc8695',1,'SVF::DummyObjVar::classof(const SVFVar *node)'],['../classSVF_1_1DummyObjVar.html#aabbc9127565b4c336b28d433297fa37f',1,'SVF::DummyObjVar::classof(const ObjVar *node)'],['../classSVF_1_1DummyObjVar.html#a6aefb8e6612cb6322e064ac3521fa849',1,'SVF::DummyObjVar::classof(const GenericPAGNodeTy *node)'],['../classSVF_1_1AndersenBase.html#afa4d710b093a6c7a33cb1aef823781f0',1,'SVF::AndersenBase::classof(const AndersenBase *)'],['../classSVF_1_1AndersenBase.html#a0167fa7b59571c07b2cbec08905f6629',1,'SVF::AndersenBase::classof(const PointerAnalysis *pta)'],['../classSVF_1_1Andersen.html#aaec53980b25ed769fa9a985860f810b5',1,'SVF::Andersen::classof(const Andersen *)'],['../classSVF_1_1Andersen.html#a60214d7c6c9aac8e498644b048660ab9',1,'SVF::Andersen::classof(const PointerAnalysis *pta)'],['../classSVF_1_1FlowSensitive.html#ac76934c9ba15742e470a785af54bd958',1,'SVF::FlowSensitive::classof(const FlowSensitive *)'],['../classSVF_1_1FlowSensitive.html#a12dea7b6057daddcc5c0d975aebf3f11',1,'SVF::FlowSensitive::classof(const PointerAnalysis *pta)'],['../classSVF_1_1Steensgaard.html#a7e7493bd144746edb4fbe1292e8ba55f',1,'SVF::Steensgaard::classof(const Steensgaard *)'],['../classSVF_1_1Steensgaard.html#acfd677c395809baea0a32f59646beb0f',1,'SVF::Steensgaard::classof(const AndersenBase *pta)'],['../classSVF_1_1Steensgaard.html#a69daef869bfaaf0dfa2dccaf575dd9a0',1,'SVF::Steensgaard::classof(const PointerAnalysis *pta)'],['../classSVF_1_1TypeAnalysis.html#ae14733ac9763b07a84ed9b5e297badf3',1,'SVF::TypeAnalysis::classof(const TypeAnalysis *)'],['../classSVF_1_1TypeAnalysis.html#a62f4d86457baa516e0fc5db0721dab5f',1,'SVF::TypeAnalysis::classof(const PointerAnalysis *pta)'],['../classSVF_1_1VersionedFlowSensitive.html#afd1e0d4445e1e50e95f816e51f8de3c8',1,'SVF::VersionedFlowSensitive::classof(const VersionedFlowSensitive *)'],['../classSVF_1_1VersionedFlowSensitive.html#abe1874f12ba05b4f453604c6d91598d6',1,'SVF::VersionedFlowSensitive::classof(const PointerAnalysis *pta)']]],
65
- ['cleanconscg',['cleanConsCG',['../classSVF_1_1AndersenBase.html#aebfe0c7238eb24f74f105b950b86cb5e',1,'SVF::AndersenBase']]],
66
- ['clear',['clear',['../classSVF_1_1IntervalExeState.html#a4723715a8d9be3021b39082432d99375',1,'SVF::IntervalExeState::clear()'],['../classSVF_1_1CFLData.html#add6e4c022793302af571cfd251de1f51',1,'SVF::CFLData::clear()'],['../classSVF_1_1CFLFIFOWorkList.html#a0899c25a81dfad2d134785c31ab6ad56',1,'SVF::CFLFIFOWorkList::clear()'],['../classSVF_1_1SVFGStat.html#a737352ac44d808c55a91e8bd5e9e0aac',1,'SVF::SVFGStat::clear()'],['../classSVF_1_1PTData.html#ad45879017d8fdeedc987ce35c4eba1a5',1,'SVF::PTData::clear()'],['../classSVF_1_1CondStdSet.html#a4c49e2964276825744ffce26fc43ec36',1,'SVF::CondStdSet::clear()'],['../classSVF_1_1CondPointsToSet.html#ad81774f0ad13fb21579180fc15affd7b',1,'SVF::CondPointsToSet::clear()'],['../classSVF_1_1MutablePTData.html#ac8da1a3357c3bc529f6ca85615486951',1,'SVF::MutablePTData::clear()'],['../classSVF_1_1MutableDiffPTData.html#a712da72277711b9aa1b33a197f6ff23f',1,'SVF::MutableDiffPTData::clear()'],['../classSVF_1_1MutableDFPTData.html#a446112803c54ca937f8b85e42a4a1381',1,'SVF::MutableDFPTData::clear()'],['../classSVF_1_1MutableVersionedPTData.html#ab476e1b59aead37b440fd5735df3814b',1,'SVF::MutableVersionedPTData::clear()'],['../classSVF_1_1PersistentPointsToCache.html#ae9017daca63227066bb1be6dedef8b0f',1,'SVF::PersistentPointsToCache::clear()'],['../classSVF_1_1PersistentPTData.html#a492df7c388e3f616e60b63630b8c37c5',1,'SVF::PersistentPTData::clear()'],['../classSVF_1_1PersistentDiffPTData.html#ae7e3ba711b38a3fe382d690ee24d7912',1,'SVF::PersistentDiffPTData::clear()'],['../classSVF_1_1PersistentDFPTData.html#ab91a95d661a95bb307b011c46f4dcee8',1,'SVF::PersistentDFPTData::clear()'],['../classSVF_1_1PersistentIncDFPTData.html#ad7785e4207e0b45aed72845af6c4916f',1,'SVF::PersistentIncDFPTData::clear()'],['../classSVF_1_1PersistentVersionedPTData.html#af27a907b6207cc1c9f3f72f15a0c7c0a',1,'SVF::PersistentVersionedPTData::clear()'],['../classSVF_1_1PointsTo.html#a14ce3ef70959f10e777e1090fd697116',1,'SVF::PointsTo::clear()'],['../classSVF_1_1CoreBitVector.html#a1e523bab1013a9f3e9eaea56e53afa58',1,'SVF::CoreBitVector::clear()'],['../classSVF_1_1SCCDetection.html#a3323ba77ae690533a0edcaebe82e20f5',1,'SVF::SCCDetection::clear()'],['../classSVF_1_1SparseBitVector.html#a5afe3e74412a1f3f728d7e0eaae70c13',1,'SVF::SparseBitVector::clear()'],['../classSVF_1_1FIFOWorkList.html#a29d9fec1ea7b8e5456342522eea403ad',1,'SVF::FIFOWorkList::clear()'],['../classSVF_1_1FILOWorkList.html#a97265eb340b48436c39f77f4095693fb',1,'SVF::FILOWorkList::clear()'],['../classSVF_1_1CSC.html#ac531556d88bedad2717aacc6575bfedd',1,'SVF::CSC::clear()']]],
67
- ['clearalldfoutupdatedvar',['clearAllDFOutUpdatedVar',['../classSVF_1_1DFPTData.html#ac20579e277a284158e2924fb5946cd86',1,'SVF::DFPTData::clearAllDFOutUpdatedVar()'],['../classSVF_1_1MutableDFPTData.html#a43a45997f6147245fe8a552b42f3f632',1,'SVF::MutableDFPTData::clearAllDFOutUpdatedVar()'],['../classSVF_1_1MutableIncDFPTData.html#ac9ff175dbdf75232a104e2aa34f87d43',1,'SVF::MutableIncDFPTData::clearAllDFOutUpdatedVar()'],['../classSVF_1_1PersistentDFPTData.html#a6af27fbe2c38c4d40d8df5aa1c765f62',1,'SVF::PersistentDFPTData::clearAllDFOutUpdatedVar()'],['../classSVF_1_1PersistentIncDFPTData.html#ab41bf3e2ba1700ae6116702fb5ce8efe',1,'SVF::PersistentIncDFPTData::clearAllDFOutUpdatedVar()']]],
68
- ['clearalldfoutvarflag',['clearAllDFOutVarFlag',['../classSVF_1_1FlowSensitive.html#a9622f0b7b16694b0c74b07834f598e67',1,'SVF::FlowSensitive']]],
69
- ['clearallpts',['clearAllPts',['../classSVF_1_1BVDataPTAImpl.html#a4426df37aeabeb94d301373b55a53c20',1,'SVF::BVDataPTAImpl']]],
70
- ['clearbkvisited',['clearbkVisited',['../classSVF_1_1DDAVFSolver.html#aa7e5839c5bc6f913561de10bce61e74b',1,'SVF::DDAVFSolver']]],
71
- ['clearcfcond',['clearCFCond',['../classSVF_1_1ProgSlice.html#ab514f387ae2122e919030c5006f1bbce',1,'SVF::ProgSlice::clearCFCond()'],['../classSVF_1_1SaberCondAllocator.html#a5406e73b860c419143035ee3774e7c1c',1,'SVF::SaberCondAllocator::clearCFCond()']]],
72
- ['clearedges',['clearEdges',['../classSVF_1_1CFLData.html#af9427cd02ab98f3a265c92ca5b60131f',1,'SVF::CFLData']]],
73
- ['clearflagmap',['clearFlagMap',['../classSVF_1_1LockAnalysis.html#adffd808458057544e3492c7afffeeebe',1,'SVF::LockAnalysis::clearFlagMap()'],['../classSVF_1_1ForkJoinAnalysis.html#a7965a276a3a12d532c9967de13d4cc8a',1,'SVF::ForkJoinAnalysis::clearFlagMap()']]],
74
- ['clearfullpts',['clearFullPts',['../classSVF_1_1PTData.html#a877888f12d9f8048002cc0e6b83d45ac',1,'SVF::PTData::clearFullPts()'],['../classSVF_1_1VersionedPTData.html#a4bfd083fae6ff689945ed34632e208e9',1,'SVF::VersionedPTData::clearFullPts()'],['../classSVF_1_1MutablePTData.html#a3bf34d8040779b4d251bb08a58604d77',1,'SVF::MutablePTData::clearFullPts()'],['../classSVF_1_1MutableDiffPTData.html#a8b6e2e5e016a5ae00ae440e3f383bb16',1,'SVF::MutableDiffPTData::clearFullPts()'],['../classSVF_1_1MutableDFPTData.html#ab345e148997b9e1c6e4c2c76267880b7',1,'SVF::MutableDFPTData::clearFullPts()'],['../classSVF_1_1MutableVersionedPTData.html#a9f985ff2daee53fb661e4b2bcfd17f05',1,'SVF::MutableVersionedPTData::clearFullPts(const Key &k) override'],['../classSVF_1_1MutableVersionedPTData.html#aaf3df7501f84233f6a687ef9f2f0ae90',1,'SVF::MutableVersionedPTData::clearFullPts(const VersionedKey &vk) override'],['../classSVF_1_1PersistentPTData.html#ae64bcb3ba179e934653e0ebfa2c18d8d',1,'SVF::PersistentPTData::clearFullPts()'],['../classSVF_1_1PersistentDiffPTData.html#af686e607c3dd26a08a36c4212107d78d',1,'SVF::PersistentDiffPTData::clearFullPts()'],['../classSVF_1_1PersistentDFPTData.html#a044c27920b947da4302d5214a3de580b',1,'SVF::PersistentDFPTData::clearFullPts()'],['../classSVF_1_1PersistentVersionedPTData.html#a080969ab00b584d44ea9afbd2baa740a',1,'SVF::PersistentVersionedPTData::clearFullPts(const Key &k) override'],['../classSVF_1_1PersistentVersionedPTData.html#a7560a47f1e8894b9025b779c4794138c',1,'SVF::PersistentVersionedPTData::clearFullPts(const VersionedKey &vk) override'],['../classSVF_1_1BVDataPTAImpl.html#afdb10c2cce4935156566ea1c2daf9ea9',1,'SVF::BVDataPTAImpl::clearFullPts()']]],
75
- ['clearmssa',['clearMSSA',['../classSVF_1_1SVFG.html#aeba803e60699f9d9422596d161d44241',1,'SVF::SVFG']]],
76
- ['clearpropapts',['clearPropaPts',['../classSVF_1_1DiffPTData.html#a7784c4a76aa41149975840af8b32c2a9',1,'SVF::DiffPTData::clearPropaPts()'],['../classSVF_1_1MutableDiffPTData.html#a3946e3b737d95539cb57b10e53d356fc',1,'SVF::MutableDiffPTData::clearPropaPts()'],['../classSVF_1_1PersistentDiffPTData.html#a5ab578384889cf6e01b0e67d9b0e456e',1,'SVF::PersistentDiffPTData::clearPropaPts()'],['../classSVF_1_1Andersen.html#a839ed248cf5ff8359217e2029f389d8a',1,'SVF::Andersen::clearPropaPts()']]],
77
- ['clearpts',['clearPts',['../classSVF_1_1PTData.html#a03c783b9a1faac0aee3e22361df594ce',1,'SVF::PTData::clearPts()'],['../classSVF_1_1VersionedPTData.html#a164436121f658ce0967a88bb84ecf220',1,'SVF::VersionedPTData::clearPts()'],['../classSVF_1_1MutablePTData.html#a5ca2c5a8908d003b7ec2c17f949ae6aa',1,'SVF::MutablePTData::clearPts()'],['../classSVF_1_1MutableDiffPTData.html#a65028f1634a18f6adbd4cfdb526d1d20',1,'SVF::MutableDiffPTData::clearPts()'],['../classSVF_1_1MutableDFPTData.html#ae0495fcba25d4baffda9f85254591ae1',1,'SVF::MutableDFPTData::clearPts()'],['../classSVF_1_1MutableVersionedPTData.html#ab20b71c9e2f31439c95071c375bf89e0',1,'SVF::MutableVersionedPTData::clearPts(const Key &k, const Data &element) override'],['../classSVF_1_1MutableVersionedPTData.html#a21e823484199946541b8b79d736b2601',1,'SVF::MutableVersionedPTData::clearPts(const VersionedKey &vk, const Data &element) override'],['../classSVF_1_1PersistentPTData.html#a6d2e2837d18dc66c92d59d0729bd7c91',1,'SVF::PersistentPTData::clearPts()'],['../classSVF_1_1PersistentDiffPTData.html#a4a55644f32cf3ccddf85541f61bef5ff',1,'SVF::PersistentDiffPTData::clearPts()'],['../classSVF_1_1PersistentDFPTData.html#a5ac4485ccff838ea9cf28751d1206e10',1,'SVF::PersistentDFPTData::clearPts()'],['../classSVF_1_1PersistentVersionedPTData.html#a522af0d1727809479b1122b075b0845e',1,'SVF::PersistentVersionedPTData::clearPts(const Key &k, const Data &element) override'],['../classSVF_1_1PersistentVersionedPTData.html#a64e3dbd840184eb8e829c4d003b5b4cf',1,'SVF::PersistentVersionedPTData::clearPts(const VersionedKey &vk, const Data &element) override'],['../classSVF_1_1BVDataPTAImpl.html#a4909696c946cf6aba12542ec51766b64',1,'SVF::BVDataPTAImpl::clearPts()'],['../classSVF_1_1CondPTAImpl.html#adfae199dfbe05c9c20052e0fc204e6de',1,'SVF::CondPTAImpl::clearPts()']]],
78
- ['clearrevpts',['clearRevPts',['../classSVF_1_1MutablePTData.html#a80cb0bdab4aa64d81e3d61405066a0da',1,'SVF::MutablePTData::clearRevPts()'],['../classSVF_1_1PersistentPTData.html#a2a83492ac0b641c67489a770aadc4ad0',1,'SVF::PersistentPTData::clearRevPts()']]],
79
- ['clearsinglerevpts',['clearSingleRevPts',['../classSVF_1_1MutablePTData.html#a5756fb30b7bd405c04defb49a7d688f7',1,'SVF::MutablePTData::clearSingleRevPts()'],['../classSVF_1_1PersistentPTData.html#a46ab9d8365d9f9db9d84f5b8bcd3309c',1,'SVF::PersistentPTData::clearSingleRevPts()']]],
80
- ['clearstat',['clearStat',['../classSVF_1_1FlowSensitiveStat.html#ab4c205136b22a13b54ceb48135730d23',1,'SVF::FlowSensitiveStat::clearStat()'],['../classSVF_1_1VersionedFlowSensitiveStat.html#a6664f28eab3052988ab9e89766373981',1,'SVF::VersionedFlowSensitiveStat::clearStat()']]],
81
- ['clearvisitedmap',['clearVisitedMap',['../classSVF_1_1SrcSnkDDA.html#af048c70d7e68da22835570a3381eb14d',1,'SVF::SrcSnkDDA']]],
82
- ['cluster',['cluster',['../classSVF_1_1NodeIDAllocator_1_1Clusterer.html#a33d502a0bd49307cd824e34b73157b9b',1,'SVF::NodeIDAllocator::Clusterer::cluster()'],['../classSVF_1_1Andersen.html#ae1ff65a411f2c4dfee0973ad4af48daf',1,'SVF::Andersen::cluster()'],['../classSVF_1_1FlowSensitive.html#a89d3b97b8077027514135c9201c4d02c',1,'SVF::FlowSensitive::cluster()'],['../classSVF_1_1VersionedFlowSensitive.html#aedd12e894fb2c17d2201f4049e5f3793',1,'SVF::VersionedFlowSensitive::cluster()']]],
83
- ['cmpnodebs',['cmpNodeBS',['../namespaceSVF_1_1SVFUtil.html#a8f749354b7e882ef3e5bf5081fa715b5',1,'SVF::SVFUtil']]],
84
- ['cmppts',['cmpPts',['../namespaceSVF_1_1SVFUtil.html#aa5ce14119a6e3b0b6022753ddd5890f3',1,'SVF::SVFUtil']]],
85
- ['cmpstmt',['CmpStmt',['../classSVF_1_1CmpStmt.html#a6e11c486468a8fe0f7aa38a0546b8328',1,'SVF::CmpStmt::CmpStmt()'],['../classSVF_1_1CmpStmt.html#abab82b7193ac1a9811d0177cedd329dc',1,'SVF::CmpStmt::CmpStmt(const CmpStmt &)'],['../classSVF_1_1CmpStmt.html#a5cf03d97a8e21b09946b0842c6fde54d',1,'SVF::CmpStmt::CmpStmt(SVFVar *s, const OPVars &opnds, u32_t pre)']]],
86
- ['cmpvfgnode',['CmpVFGNode',['../classSVF_1_1CmpVFGNode.html#adcb91fca3c1cd9e23c8996dd825504ac',1,'SVF::CmpVFGNode::CmpVFGNode()'],['../classSVF_1_1CmpVFGNode.html#a003f5049433ade9cdad5f3050532af8e',1,'SVF::CmpVFGNode::CmpVFGNode(const CmpVFGNode &)'],['../classSVF_1_1CmpVFGNode.html#ae7029edffae3f64899bf640fc0842258',1,'SVF::CmpVFGNode::CmpVFGNode(NodeID id, const PAGNode *r)']]],
87
- ['collapsefield',['collapseField',['../classSVF_1_1Andersen.html#af4a0d960ef198047517bb32ee1e24a61',1,'SVF::Andersen']]],
88
- ['collapsefields',['collapseFields',['../classSVF_1_1Andersen.html#ac22a6946de30bc5887b9e4ec9259764f',1,'SVF::Andersen::collapseFields()'],['../classSVF_1_1WPASolver.html#a79c2b3f10f3f813396d8caaa1f7bc62a',1,'SVF::WPASolver::collapseFields()']]],
89
- ['collapsenodepts',['collapseNodePts',['../classSVF_1_1Andersen.html#a3f0048155f0b3a6899dac6f30553aa9e',1,'SVF::Andersen']]],
90
- ['collapsepwcnode',['collapsePWCNode',['../classSVF_1_1Andersen.html#ae79bff0e9c49f15e7db00ed605824d98',1,'SVF::Andersen']]],
91
- ['collectarrayinfo',['collectArrayInfo',['../classSVF_1_1LLVMModuleSet.html#aa8de934358332505d4805db137d8ec29',1,'SVF::LLVMModuleSet']]],
92
- ['collectbbcallingprogexit',['collectBBCallingProgExit',['../classSVF_1_1SaberCondAllocator.html#a9c55829ba737d6100a0a39c32929a56a',1,'SVF::SaberCondAllocator']]],
93
- ['collectcallsitepts',['collectCallSitePts',['../classSVF_1_1MRGenerator.html#a9de695122660c1d8b65e1f3dab8a7ece',1,'SVF::MRGenerator']]],
94
- ['collectcallsitetargets',['collectCallsiteTargets',['../classSVF_1_1MTAResultValidator.html#a1fc4116b134aa87420d055b193208e68',1,'SVF::MTAResultValidator::collectCallsiteTargets()'],['../classSVF_1_1MTAResultValidator.html#ae76dbc090bc0039de0c82fb9e9fa72bd',1,'SVF::MTAResultValidator::collectCallsiteTargets()']]],
95
- ['collectcandidatequeries',['collectCandidateQueries',['../classSVF_1_1DDAClient.html#ab3fdab96c5bf55feb82b688c92510c36',1,'SVF::DDAClient::collectCandidateQueries()'],['../classSVF_1_1FunptrDDAClient.html#ac158889bf01d3fcb4f58c44577e398ab',1,'SVF::FunptrDDAClient::collectCandidateQueries()'],['../classSVF_1_1AliasDDAClient.html#a21ca982b21346c7fef54978de2169360',1,'SVF::AliasDDAClient::collectCandidateQueries()']]],
96
- ['collectcxtinsenedgeforrecur',['collectCxtInsenEdgeForRecur',['../classSVF_1_1DDAPass.html#af8bc7f84e7dc8c7032eec6162a837ba6',1,'SVF::DDAPass']]],
97
- ['collectcxtinsenedgeforvfcycle',['collectCxtInsenEdgeForVFCycle',['../classSVF_1_1DDAPass.html#af03661604ba924d1c3fd34a231ba87a6',1,'SVF::DDAPass']]],
98
- ['collectcxtlock',['collectCxtLock',['../classSVF_1_1LockAnalysis.html#ae03db88ef0ad0da2c31cf1623b32165f',1,'SVF::LockAnalysis']]],
99
- ['collectcxtthreadtargets',['collectCxtThreadTargets',['../classSVF_1_1MTAResultValidator.html#a430c03371b2b5b7300c5c3a68d633909',1,'SVF::MTAResultValidator::collectCxtThreadTargets()'],['../classSVF_1_1MTAResultValidator.html#a63ec4f6251cc95ee96aff15b4924abdc',1,'SVF::MTAResultValidator::collectCxtThreadTargets()']]],
100
- ['collectcycleinfo',['collectCycleInfo',['../classSVF_1_1AndersenStat.html#ae35507bebe6a1a9a64ab379473c85cad',1,'SVF::AndersenStat']]],
101
- ['collectentryfunincallgraph',['collectEntryFunInCallGraph',['../classSVF_1_1TCT.html#a313962cab59c12057d4f780a918ed1e8',1,'SVF::TCT']]],
102
- ['collectfollowers',['collectFollowers',['../classSVF_1_1PCG.html#a075370a557f111219530e166df745c15',1,'SVF::PCG']]],
103
- ['collectglobals',['collectGlobals',['../classSVF_1_1MRGenerator.html#afdae3e11009966856736d9aa1e2ad5bd',1,'SVF::MRGenerator::collectGlobals()'],['../classSVF_1_1SaberSVFGBuilder.html#a2d0492c50159a5f97a587874c6877286',1,'SVF::SaberSVFGBuilder::collectGlobals()']]],
104
- ['collectinterleavingtargets',['collectInterleavingTargets',['../classSVF_1_1MTAResultValidator.html#a3c3eacff786230d093d27615ff360ed4',1,'SVF::MTAResultValidator::collectInterleavingTargets()'],['../classSVF_1_1MTAResultValidator.html#a044d4c936df5b37496076c173f0dd503',1,'SVF::MTAResultValidator::collectInterleavingTargets()']]],
105
- ['collectloadstoreinst',['collectLoadStoreInst',['../classSVF_1_1MTAAnnotator.html#ab84e4295f1137090bdf9e0608a4c2077',1,'SVF::MTAAnnotator']]],
106
- ['collectloadstoresvfgnodes',['collectLoadStoreSVFGNodes',['../classSVF_1_1MTASVFGBuilder.html#a46d39980440040fc0ca50b3df7eead1a',1,'SVF::MTASVFGBuilder']]],
107
- ['collectlocktargets',['collectLockTargets',['../classSVF_1_1LockResultValidator.html#ae6c8782d10e96951f059789aaa309cc2',1,'SVF::LockResultValidator']]],
108
- ['collectlockunlocksites',['collectLockUnlocksites',['../classSVF_1_1LockAnalysis.html#aa8683de99ad02fb75b175b0bb54e5f7d',1,'SVF::LockAnalysis']]],
109
- ['collectloopinfoforjoin',['collectLoopInfoForJoin',['../classSVF_1_1TCT.html#a276da0e6bbe3e4fe9d1dd051ddd8d81b',1,'SVF::TCT']]],
110
- ['collectmodrefforcall',['collectModRefForCall',['../classSVF_1_1MRGenerator.html#a502f8379620378b36bc12d9a91b408d2',1,'SVF::MRGenerator']]],
111
- ['collectmodrefforloadstore',['collectModRefForLoadStore',['../classSVF_1_1MRGenerator.html#a207dfa4c9f044764665478142c6e6b22',1,'SVF::MRGenerator']]],
112
- ['collectmultiforkedthreads',['collectMultiForkedThreads',['../classSVF_1_1TCT.html#ad15753a9c20d738325e5c0edea6c9c56',1,'SVF::TCT']]],
113
- ['collectobj',['collectObj',['../classSVF_1_1SymbolTableBuilder.html#a891bfea437256d1b7aa957d32797e419',1,'SVF::SymbolTableBuilder']]],
114
- ['collectptschain',['CollectPtsChain',['../classSVF_1_1MRGenerator.html#a81bd687d34eea884dfcf68274fcec7b5',1,'SVF::MRGenerator::CollectPtsChain()'],['../classSVF_1_1SaberSVFGBuilder.html#a411e168e2a6c27e15186c609c5e216b3',1,'SVF::SaberSVFGBuilder::CollectPtsChain()']]],
115
- ['collectregdefs',['collectRegDefs',['../classSVF_1_1MemSSA.html#a35bdf8364527f3e556b0a32a8259ee45',1,'SVF::MemSSA']]],
116
- ['collectreguses',['collectRegUses',['../classSVF_1_1MemSSA.html#a8032c530b44e264544881d53d2fac390',1,'SVF::MemSSA']]],
117
- ['collectret',['collectRet',['../classSVF_1_1SymbolTableBuilder.html#a2f5321b9a76ea833650f1391ecd8de5f',1,'SVF::SymbolTableBuilder']]],
118
- ['collectscevinfo',['collectSCEVInfo',['../classSVF_1_1ForkJoinAnalysis.html#a731ece7e21bfa2b08ae16780b55f9f5f',1,'SVF::ForkJoinAnalysis']]],
119
- ['collectsimpletypeinfo',['collectSimpleTypeInfo',['../classSVF_1_1LLVMModuleSet.html#a52853bd34a394882c6fd0fc73739c9f2',1,'SVF::LLVMModuleSet']]],
120
- ['collectspawnees',['collectSpawnees',['../classSVF_1_1PCG.html#a8cff88e2a6cee5f655e491f9f2967460',1,'SVF::PCG']]],
121
- ['collectspawners',['collectSpawners',['../classSVF_1_1PCG.html#aef06745128e4e99c8e3bab226a337041',1,'SVF::PCG']]],
122
- ['collectstructinfo',['collectStructInfo',['../classSVF_1_1LLVMModuleSet.html#a93315673be515ce5c2fabd36fa927128',1,'SVF::LLVMModuleSet']]],
123
- ['collectsvftypeinfo',['collectSVFTypeInfo',['../classSVF_1_1SymbolTableBuilder.html#a42c69bc9ee71cc0ff322c1701b7e07bd',1,'SVF::SymbolTableBuilder']]],
124
- ['collectsym',['collectSym',['../classSVF_1_1SymbolTableBuilder.html#ac2fa9a797e3e2a8885ccc488030659d5',1,'SVF::SymbolTableBuilder']]],
125
- ['collecttcttargets',['collectTCTTargets',['../classSVF_1_1MTAResultValidator.html#abdf31e8fca824b56a53788de525042a6',1,'SVF::MTAResultValidator::collectTCTTargets()'],['../classSVF_1_1MTAResultValidator.html#a47b07809c67e2a48245f19ae2a7a488c',1,'SVF::MTAResultValidator::collectTCTTargets()']]],
126
- ['collecttypeinfo',['collectTypeInfo',['../classSVF_1_1LLVMModuleSet.html#a1f6cc76c996a0577b20b8cedd83fff92',1,'SVF::LLVMModuleSet']]],
127
- ['collectval',['collectVal',['../classSVF_1_1SymbolTableBuilder.html#abc8b35d432db78bd5282010c7c800d70',1,'SVF::SymbolTableBuilder']]],
128
- ['collectvalidationtargets',['collectValidationTargets',['../classSVF_1_1RaceResultValidator.html#adb3030fc7514506e2592e11898217375',1,'SVF::RaceResultValidator::collectValidationTargets()'],['../classSVF_1_1RaceResultValidator.html#adb3030fc7514506e2592e11898217375',1,'SVF::RaceResultValidator::collectValidationTargets()']]],
129
- ['collectvararg',['collectVararg',['../classSVF_1_1SymbolTableBuilder.html#add1f3d59a4a8234fb398ed52d4b2115e',1,'SVF::SymbolTableBuilder']]],
130
- ['collectwpanum',['collectWPANum',['../classSVF_1_1DDAClient.html#a76b4c50a1051ff7c0b162b55473de028',1,'SVF::DDAClient']]],
131
- ['compare',['compare',['../classSVF_1_1WtoNesting.html#a2b295c5414082b40011576450fb8b2ac',1,'SVF::WtoNesting::compare()'],['../classSVF_1_1RaceResultValidator.html#a2fbfa7dffd33fa23fdddc60b94af8467',1,'SVF::RaceResultValidator::compare(const CallBase *CI1, const CallBase *CI2)'],['../classSVF_1_1RaceResultValidator.html#a2fbfa7dffd33fa23fdddc60b94af8467',1,'SVF::RaceResultValidator::compare(const CallBase *CI1, const CallBase *CI2)']]],
132
- ['compare_5fdouble',['compare_double',['../cJSON_8cpp.html#aa7a85b63f1830e7e666e1f56872d5d3e',1,'cJSON.cpp']]],
133
- ['complementpts',['complementPts',['../classSVF_1_1PersistentPointsToCache.html#a86bf6959fb5587e350015d58d529af14',1,'SVF::PersistentPointsToCache']]],
134
- ['component',['component',['../classSVF_1_1Wto.html#ad3a6f7fb158687ecdc011be070501069',1,'SVF::Wto']]],
135
- ['computealllocations',['computeAllLocations',['../classSVF_1_1LocationSet.html#afc0f702b6cce26861b409130fe5e019f',1,'SVF::LocationSet']]],
136
- ['computeddapts',['computeDDAPts',['../classSVF_1_1ContextDDA.html#a337eb89cc5f31741ad8d840d9f284ca5',1,'SVF::ContextDDA::computeDDAPts(NodeID id) override'],['../classSVF_1_1ContextDDA.html#ae0f3b07267ded5f0ee879c39effff864',1,'SVF::ContextDDA::computeDDAPts(const CxtVar &cxtVar)'],['../classSVF_1_1FlowDDA.html#a113faa56ee75eff39da19fd4b47a47e0',1,'SVF::FlowDDA::computeDDAPts()'],['../classSVF_1_1PointerAnalysis.html#a0bb90b398ef85504bcd816ae57bee01d',1,'SVF::PointerAnalysis::computeDDAPts()']]],
137
- ['computediffpts',['computeDiffPts',['../classSVF_1_1DiffPTData.html#a6eab8e1201083ed8705379e100cfb3b7',1,'SVF::DiffPTData::computeDiffPts()'],['../classSVF_1_1MutableDiffPTData.html#ac97bd53101f306c46ab4349a808f67c9',1,'SVF::MutableDiffPTData::computeDiffPts()'],['../classSVF_1_1PersistentDiffPTData.html#a0aa74ee810233d6f1da09d1e593c35d8',1,'SVF::PersistentDiffPTData::computeDiffPts()'],['../classSVF_1_1Andersen.html#a7e26ac6fb40684694f7ff2aadfde8bc7',1,'SVF::Andersen::computeDiffPts()']]],
138
- ['computegepoffset',['computeGepOffset',['../classSVF_1_1SVFIRBuilder.html#a87b75f04942124711d5ea1366e866890',1,'SVF::SVFIRBuilder']]],
139
- ['computeintercallvfgguard',['ComputeInterCallVFGGuard',['../classSVF_1_1ProgSlice.html#a7a3ba7e6c08d84f82690a594e286205f',1,'SVF::ProgSlice::ComputeInterCallVFGGuard()'],['../classSVF_1_1SaberCondAllocator.html#aedb63308f8980bbaf2b6c1bd2826a710',1,'SVF::SaberCondAllocator::ComputeInterCallVFGGuard()']]],
140
- ['computeinterretvfgguard',['ComputeInterRetVFGGuard',['../classSVF_1_1ProgSlice.html#ab7311a806f1c3899b5a4de106eac24b7',1,'SVF::ProgSlice::ComputeInterRetVFGGuard()'],['../classSVF_1_1SaberCondAllocator.html#a8bb7f9ce20b5a640aa48c32176f429bf',1,'SVF::SaberCondAllocator::ComputeInterRetVFGGuard()']]],
141
- ['computeintersections',['computeIntersections',['../classSVF_1_1IntraDisjointMRG.html#adb3ed119aee3f1bc62b9679ee095580d',1,'SVF::IntraDisjointMRG']]],
142
- ['computeintravfgguard',['ComputeIntraVFGGuard',['../classSVF_1_1ProgSlice.html#ae7f6f66b7e70cf872dc572b073f6d67b',1,'SVF::ProgSlice::ComputeIntraVFGGuard()'],['../classSVF_1_1SaberCondAllocator.html#af77d3631664b21a16818f54b03b5a832',1,'SVF::SaberCondAllocator::ComputeIntraVFGGuard()']]],
143
- ['computelocksets',['computeLocksets',['../classSVF_1_1MTA.html#a0f4805f195ebd42d81127b1a79333c75',1,'SVF::MTA']]],
144
- ['computemhp',['computeMHP',['../classSVF_1_1MTA.html#a4f2f17975aabd2c4b9a3b2fbf3b1a487',1,'SVF::MTA']]],
145
- ['cond',['cond',['../classSVF_1_1CondPointsToSet_1_1CondPtsSetIterator.html#a3ccbb22634968d2fca0f6aba7b57971e',1,'SVF::CondPointsToSet::CondPtsSetIterator']]],
146
- ['condand',['condAnd',['../classSVF_1_1ProgSlice.html#aceb26d08f0d12367e4726e1ff0e25953',1,'SVF::ProgSlice::condAnd()'],['../classSVF_1_1SaberCondAllocator.html#a79682a4e4da23d0eaf0066a91c2f7bd4',1,'SVF::SaberCondAllocator::condAnd()']]],
147
- ['condensedindex',['condensedIndex',['../classSVF_1_1NodeIDAllocator_1_1Clusterer.html#ac8c209af1d177cbc8fbbfe4526fe8ce2',1,'SVF::NodeIDAllocator::Clusterer']]],
148
- ['condneg',['condNeg',['../classSVF_1_1ProgSlice.html#a0dfd466a758dd0be4c2bc5832c50fbd8',1,'SVF::ProgSlice::condNeg()'],['../classSVF_1_1SaberCondAllocator.html#a620d53b9af8dd30523c478f4e9655817',1,'SVF::SaberCondAllocator::condNeg()']]],
149
- ['condor',['condOr',['../classSVF_1_1ProgSlice.html#a3e729aba81cd64e8628df630f5a0f416',1,'SVF::ProgSlice::condOr()'],['../classSVF_1_1SaberCondAllocator.html#a2e4c3f5149a5085a5c8bb7547eae8161',1,'SVF::SaberCondAllocator::condOr()']]],
150
- ['condpointstoset',['CondPointsToSet',['../classSVF_1_1CondPointsToSet.html#a3670dc2bb046f2d3e0d27dc02b32e62f',1,'SVF::CondPointsToSet::CondPointsToSet()'],['../classSVF_1_1CondPointsToSet.html#a7217769c21c50c44f139006ec44d3a6f',1,'SVF::CondPointsToSet::CondPointsToSet(const Cond &cond, const PointsTo &pts)'],['../classSVF_1_1CondPointsToSet.html#aad144061d006968ff4d6d21488b84801',1,'SVF::CondPointsToSet::CondPointsToSet(const CondPointsToSet< Cond > &cptsSet)']]],
151
- ['condptaimpl',['CondPTAImpl',['../classSVF_1_1CondPTAImpl.html#a60678dda5071557483b27d09d26dc270',1,'SVF::CondPTAImpl']]],
152
- ['condptssetiterator',['CondPtsSetIterator',['../classSVF_1_1CondPointsToSet_1_1CondPtsSetIterator.html#a8a3d10d0aaf4708e7e44bedc6be077e0',1,'SVF::CondPointsToSet::CondPtsSetIterator']]],
153
- ['condstdset',['CondStdSet',['../classSVF_1_1CondStdSet.html#a1f3e8aa09ca8e7f252525e35c4886c5b',1,'SVF::CondStdSet::CondStdSet()'],['../classSVF_1_1CondStdSet.html#a3f1885562bb34c3ccbd15117788725e0',1,'SVF::CondStdSet::CondStdSet(const CondStdSet< Element > &cptsSet)']]],
154
- ['condvar',['CondVar',['../classSVF_1_1CondVar.html#a0999a4b34face00af83b3b840920fd3f',1,'SVF::CondVar::CondVar(const Cond &cond, NodeID id)'],['../classSVF_1_1CondVar.html#afd729e068419ed45bb9da8d5920f8674',1,'SVF::CondVar::CondVar(const CondVar &conVar)'],['../classSVF_1_1CondVar.html#a93101c4401ed4ced33d64b5726e9cd69',1,'SVF::CondVar::CondVar()']]],
155
- ['connectainandfin',['connectAInAndFIn',['../classSVF_1_1SVFG.html#ac9ab2a95cd7a09bbe4b4aa3e6fafaf62',1,'SVF::SVFG::connectAInAndFIn()'],['../classSVF_1_1SVFGOPT.html#a624c36b40fd301d67a71952adf206e47',1,'SVF::SVFGOPT::connectAInAndFIn()']]],
156
- ['connectaparamandfparam',['connectAParamAndFParam',['../classSVF_1_1SVFGOPT.html#a82c28afbba24b90ef0394c9dcd0aae57',1,'SVF::SVFGOPT::connectAParamAndFParam()'],['../classSVF_1_1VFG.html#a2c508fbf07bad33d5b56d2acc6e012d3',1,'SVF::VFG::connectAParamAndFParam()']]],
157
- ['connectcaller2calleeparams',['connectCaller2CalleeParams',['../classSVF_1_1CFLAlias.html#abfab36c0d5edbdfb94e617bed61ba875',1,'SVF::CFLAlias::connectCaller2CalleeParams()'],['../classSVF_1_1Andersen.html#a5a90e681e46c52ffd3debf02910c7ecf',1,'SVF::Andersen::connectCaller2CalleeParams()']]],
158
- ['connectcallerandcallee',['connectCallerAndCallee',['../classSVF_1_1SVFG.html#aefca97f043b3e220ef6012a049b83fdf',1,'SVF::SVFG::connectCallerAndCallee()'],['../classSVF_1_1VFG.html#aa055ce3c4fe1cde5529cd63dd1ef2ed6',1,'SVF::VFG::connectCallerAndCallee()'],['../classSVF_1_1FlowSensitive.html#ad7640ada31b5cb542e492e27ab4fe1af',1,'SVF::FlowSensitive::connectCallerAndCallee()']]],
159
- ['connectdirectvfgedges',['connectDirectVFGEdges',['../classSVF_1_1VFG.html#adedaba0713164e10ce6273b2947535e0',1,'SVF::VFG']]],
160
- ['connectfoutandaout',['connectFOutAndAOut',['../classSVF_1_1SVFG.html#a402dfe93b8692be453c4f76d048b690a',1,'SVF::SVFG::connectFOutAndAOut()'],['../classSVF_1_1SVFGOPT.html#ad88f85a4d5c397b3b6896608ba035bd3',1,'SVF::SVFGOPT::connectFOutAndAOut()']]],
161
- ['connectfretandaret',['connectFRetAndARet',['../classSVF_1_1SVFGOPT.html#ae5648d1248af4e4ce755ee5d32f84a06',1,'SVF::SVFGOPT::connectFRetAndARet()'],['../classSVF_1_1VFG.html#ab4e8ab307ad6beb46812a60ebd31ae3b',1,'SVF::VFG::connectFRetAndARet()']]],
162
- ['connectfromglobaltoprogentry',['connectFromGlobalToProgEntry',['../classSVF_1_1SVFG.html#a5921483cd5e1bf77b1b2bc8fb3250612',1,'SVF::SVFG']]],
163
- ['connectglobaltoprogentry',['connectGlobalToProgEntry',['../classSVF_1_1ICFGBuilder.html#a05539eb12b22886ea4b5b4275f601641',1,'SVF::ICFGBuilder']]],
164
- ['connectindirectsvfgedges',['connectIndirectSVFGEdges',['../classSVF_1_1SVFG.html#a164a3df08fc24bacc0b97aee8b6eec38',1,'SVF::SVFG']]],
165
- ['connectinheritedgeviacall',['connectInheritEdgeViaCall',['../classSVF_1_1CHGBuilder.html#ae6d92d48149334b177e9cb8be411b09d',1,'SVF::CHGBuilder']]],
166
- ['connectinheritedgeviastore',['connectInheritEdgeViaStore',['../classSVF_1_1CHGBuilder.html#a2898888c29261911388a9295bc969567',1,'SVF::CHGBuilder']]],
167
- ['connectmhpedges',['connectMHPEdges',['../classSVF_1_1MTASVFGBuilder.html#a1010ef4fc52e312f2b22867a63a5810d',1,'SVF::MTASVFGBuilder']]],
168
- ['connectvcalltovfns',['connectVCallToVFns',['../classSVF_1_1PointerAnalysis.html#a6a5dec067fa2a1babc83f36daa8afcc3',1,'SVF::PointerAnalysis']]],
169
- ['connectvgep',['connectVGep',['../classSVF_1_1AliasCFLGraphBuilder.html#a9feeeca8a919b19693e48d6a382c8871',1,'SVF::AliasCFLGraphBuilder::connectVGep()'],['../classSVF_1_1VFCFLGraphBuilder.html#a23e16f4dd62ffb96e64318c60f594067',1,'SVF::VFCFLGraphBuilder::connectVGep()']]],
170
- ['constant_5fbegin',['constant_begin',['../classSVF_1_1SVFModule.html#ac088d7ffb9319033308b7aaee78f364d',1,'SVF::SVFModule::constant_begin()'],['../classSVF_1_1SVFModule.html#a236f64d0b5529573f5070506e07b1faf',1,'SVF::SVFModule::constant_begin() const']]],
171
- ['constant_5fend',['constant_end',['../classSVF_1_1SVFModule.html#ad4616c3bde775e0cf19ea9ed90065a2e',1,'SVF::SVFModule::constant_end()'],['../classSVF_1_1SVFModule.html#abd37790149389fe1fd3bf93196b302e0',1,'SVF::SVFModule::constant_end() const']]],
172
- ['constantsymid',['constantSymID',['../classSVF_1_1SymbolTableInfo.html#ab582424fdb6d9674c1bd4466cdfbe497',1,'SVF::SymbolTableInfo']]],
173
- ['constraintedge',['ConstraintEdge',['../classSVF_1_1ConstraintEdge.html#a2b2b7206af6463b82441ac7a5c78e637',1,'SVF::ConstraintEdge']]],
174
- ['constraintgraph',['ConstraintGraph',['../classSVF_1_1ConstraintGraph.html#a7e4c0c3e6e3c64d2729abd0f161cf550',1,'SVF::ConstraintGraph']]],
175
- ['constraintgraphstat',['constraintGraphStat',['../classSVF_1_1AndersenStat.html#a5ad75166a80052f9e6fdd14ff7c8b948',1,'SVF::AndersenStat']]],
176
- ['constraintnode',['ConstraintNode',['../classSVF_1_1ConstraintNode.html#af8a23bea84c7a28a8ac4daa38586b88a',1,'SVF::ConstraintNode']]],
177
- ['containblackholenode',['containBlackHoleNode',['../classSVF_1_1PointerAnalysis.html#a56368369bc37e37b13f19e5eb1890063',1,'SVF::PointerAnalysis::containBlackHoleNode()'],['../classSVF_1_1CondPTAImpl.html#a8cd7b08bd978513cb0faacc47bbaf578',1,'SVF::CondPTAImpl::containBlackHoleNode()']]],
178
- ['containcallstr',['containCallStr',['../classSVF_1_1ContextCond.html#a6f5b0bbc0978220aaa990f5fd0ddce8d',1,'SVF::ContextCond']]],
179
- ['containconstantnode',['containConstantNode',['../classSVF_1_1PointerAnalysis.html#afa7d9f6209904acd7893ae583e28dafd',1,'SVF::PointerAnalysis::containConstantNode()'],['../classSVF_1_1CondPTAImpl.html#a3a10f3327d6473c348df5b62a5d6683f',1,'SVF::CondPTAImpl::containConstantNode()']]],
180
- ['contains',['contains',['../classSVF_1_1AddressValue.html#a6c18835f554f02ead25ea3c1cf981e8f',1,'SVF::AddressValue::contains()'],['../classSVF_1_1IntervalValue.html#afcb91d48a79aeba3c78c1a41b0730a73',1,'SVF::IntervalValue::contains()'],['../classSVF_1_1CondPTAImpl.html#a5af00bb26800882ab96c470ee9fc4632',1,'SVF::CondPTAImpl::contains()'],['../classSVF_1_1PointsTo.html#ab31a53693fe070767b8de74e88091cd8',1,'SVF::PointsTo::contains()'],['../classSVF_1_1CoreBitVector.html#af08c16aed45dfa65472f0b5ae518add2',1,'SVF::CoreBitVector::contains()'],['../classSVF_1_1SparseBitVector.html#abbd0e0cf759fad7858224ed8a63aade8',1,'SVF::SparseBitVector::contains()']]],
181
- ['contextcond',['ContextCond',['../classSVF_1_1ContextCond.html#a9b81bf11679645d32d50b91bdb6d2dc1',1,'SVF::ContextCond::ContextCond()'],['../classSVF_1_1ContextCond.html#a5f31275f74ff9eb5734481f36275c6d9',1,'SVF::ContextCond::ContextCond(const ContextCond &cond)'],['../classSVF_1_1ContextCond.html#a9ddc22484df27618c5095445f33b4cf1',1,'SVF::ContextCond::ContextCond(ContextCond &&cond) noexcept']]],
182
- ['contextdda',['ContextDDA',['../classSVF_1_1ContextDDA.html#ac73213825d188fb4d1105ddc472fde05',1,'SVF::ContextDDA']]],
183
- ['convertexpression',['convertExpression',['../BreakConstantExpr_8cpp.html#a25cf7d9aff084a1cd1aa51c85a4a17e1',1,'BreakConstantExpr.cpp']]],
184
- ['copycgedge',['CopyCGEdge',['../classSVF_1_1CopyCGEdge.html#a0e950b306ec8d45e38f0320c63681ecd',1,'SVF::CopyCGEdge::CopyCGEdge()'],['../classSVF_1_1CopyCGEdge.html#ac82949d49688f428d09842bda0ba1d53',1,'SVF::CopyCGEdge::CopyCGEdge(const CopyCGEdge &)'],['../classSVF_1_1CopyCGEdge.html#a90cbb8b4085648811f95afde4175a168',1,'SVF::CopyCGEdge::CopyCGEdge(ConstraintNode *s, ConstraintNode *d, EdgeID id)']]],
185
- ['copystmt',['CopyStmt',['../classSVF_1_1CopyStmt.html#a63b808e82e75562c53e4371cc3d7ed1e',1,'SVF::CopyStmt::CopyStmt()'],['../classSVF_1_1CopyStmt.html#aa965d58e96e8729d16d66387ee09eac7',1,'SVF::CopyStmt::CopyStmt(const CopyStmt &)'],['../classSVF_1_1CopyStmt.html#a69b179ef052408034786d32a52c52389',1,'SVF::CopyStmt::CopyStmt(SVFVar *s, SVFVar *d)']]],
186
- ['copyvfgnode',['CopyVFGNode',['../classSVF_1_1CopyVFGNode.html#a0f3f697a0053bf5847db95f526bec1e7',1,'SVF::CopyVFGNode::CopyVFGNode()'],['../classSVF_1_1CopyVFGNode.html#ac04930bac7b31563ce761779ff1dbf91',1,'SVF::CopyVFGNode::CopyVFGNode(const CopyVFGNode &)'],['../classSVF_1_1CopyVFGNode.html#aee4a402546b3df92412a5252c9608818',1,'SVF::CopyVFGNode::CopyVFGNode(NodeID id, const CopyStmt *copy)']]],
187
- ['corebitvector',['CoreBitVector',['../classSVF_1_1CoreBitVector.html#adb5b13df8bc76f00ceb145711cfb77e1',1,'SVF::CoreBitVector::CoreBitVector(void)'],['../classSVF_1_1CoreBitVector.html#aa25de5d26935c74e156c5f6604b3d8a8',1,'SVF::CoreBitVector::CoreBitVector(size_t n)'],['../classSVF_1_1CoreBitVector.html#a57b3db689583b652ab1426c04a66c4ae',1,'SVF::CoreBitVector::CoreBitVector(const CoreBitVector &cbv)'],['../classSVF_1_1CoreBitVector.html#a93f42d767c99bdf788dc4df4881751c5',1,'SVF::CoreBitVector::CoreBitVector(CoreBitVector &&cbv)']]],
188
- ['corebitvectoriterator',['CoreBitVectorIterator',['../classSVF_1_1CoreBitVector_1_1CoreBitVectorIterator.html#abe0289ad45158397b6950afc920f34ef',1,'SVF::CoreBitVector::CoreBitVectorIterator::CoreBitVectorIterator(void)=delete'],['../classSVF_1_1CoreBitVector_1_1CoreBitVectorIterator.html#ae209179f396c8b5b788ff6d2c437e5d6',1,'SVF::CoreBitVector::CoreBitVectorIterator::CoreBitVectorIterator(const CoreBitVector *cbv, bool end=false)'],['../classSVF_1_1CoreBitVector_1_1CoreBitVectorIterator.html#a66b4a85853791c4e1537a4bdbc7a2f90',1,'SVF::CoreBitVector::CoreBitVectorIterator::CoreBitVectorIterator(const CoreBitVectorIterator &cbv)=default'],['../classSVF_1_1CoreBitVector_1_1CoreBitVectorIterator.html#add4da76753804d22314f070e1ad1ce6f',1,'SVF::CoreBitVector::CoreBitVectorIterator::CoreBitVectorIterator(CoreBitVectorIterator &&cbv)=default']]],
189
- ['count',['count',['../classSVF_1_1CondStdSet.html#aa19e82905537f3ae41f64fce070ee555',1,'SVF::CondStdSet::count()'],['../classSVF_1_1PointsTo.html#aa0d4ee196b91fce626f3f15bcc5599e4',1,'SVF::PointsTo::count()'],['../classSVF_1_1CoreBitVector.html#abfed2e7daf2407e11cade625ac19a6ce',1,'SVF::CoreBitVector::count()'],['../structSVF_1_1TrailingZerosCounter.html#aa8b0814bfce87a935ef57f870fe1ee83',1,'SVF::TrailingZerosCounter::count()'],['../structSVF_1_1PopulationCounter.html#aa49a07f6be7991ffe42af5445b38d59b',1,'SVF::PopulationCounter::count()'],['../structSVF_1_1LeadingZerosCounter.html#ad85fa905e96374d79a832a027226d8d3',1,'SVF::LeadingZerosCounter::count()'],['../structSVF_1_1PopulationCounter_3_01T_00_018_01_4.html#a6b0aabdd55f93d2b5ea8df270a14a0ec',1,'SVF::PopulationCounter< T, 8 >::count()'],['../structSVF_1_1SparseBitVectorElement.html#a8ed9ca88c7eef7574a9887197b422e81',1,'SVF::SparseBitVectorElement::count()'],['../classSVF_1_1SparseBitVector.html#a9f96e6a886fa69e07cda5dbfaed8b7c9',1,'SVF::SparseBitVector::count()']]],
190
- ['countaliases',['countAliases',['../classSVF_1_1FlowSensitive.html#a94dc671f524ed3ed00f5a54b13f18e18',1,'SVF::FlowSensitive']]],
191
- ['countleadingzeros',['countLeadingZeros',['../namespaceSVF.html#af897f6692f1f6aa13d897f89b3370d0d',1,'SVF']]],
192
- ['countpopulation',['countPopulation',['../namespaceSVF.html#ae86e9ecca38512426d0bade3a95d0a51',1,'SVF']]],
193
- ['countstat',['countStat',['../classSVF_1_1ICFGStat.html#a632f57db1f1e17f49289b5dfec048ef6',1,'SVF::ICFGStat']]],
194
- ['countsumedges',['countSumEdges',['../classSVF_1_1CFLBase.html#a824da17d03599090d4e3b4c50aeccff9',1,'SVF::CFLBase']]],
195
- ['counttrailingzeros',['countTrailingZeros',['../namespaceSVF.html#a5cb5811bab8e04773dfa21ad919df461',1,'SVF']]],
196
- ['cptsbegin',['cptsBegin',['../classSVF_1_1CondPointsToSet.html#acc5c77fbd1a6133d5e80c3f587d49fb3',1,'SVF::CondPointsToSet::cptsBegin()'],['../classSVF_1_1CondPointsToSet.html#ad26570b94c56d6d2ae1cd5093ac66670',1,'SVF::CondPointsToSet::cptsBegin() const']]],
197
- ['cptsend',['cptsEnd',['../classSVF_1_1CondPointsToSet.html#a20026db57cfef6bf6a978140b2372cea',1,'SVF::CondPointsToSet::cptsEnd()'],['../classSVF_1_1CondPointsToSet.html#aa4c47630b9a06d70375daf5e9237303d',1,'SVF::CondPointsToSet::cptsEnd() const']]],
198
- ['create_5freference',['create_reference',['../cJSON_8cpp.html#ac06bbc307a6f39fe58aafbcb82fbf4b3',1,'cJSON.cpp']]],
199
- ['createandersenscd',['createAndersenSCD',['../classSVF_1_1AndersenSCD.html#ad403be45ff1c69fccdff6c5f3f1959c2',1,'SVF::AndersenSCD']]],
200
- ['createandersensfr',['createAndersenSFR',['../classSVF_1_1AndersenSFR.html#a4792427f84f402ec30f9447d24f3faad',1,'SVF::AndersenSFR']]],
201
- ['createandersenwavediff',['createAndersenWaveDiff',['../classSVF_1_1AndersenWaveDiff.html#a48ff6fc4badc79ad3204ae9bd95cc540',1,'SVF::AndersenWaveDiff']]],
202
- ['createblkobj',['createBlkObj',['../classSVF_1_1SymbolTableBuilder.html#a5db9e476132b0a653c7995b61def4065',1,'SVF::SymbolTableBuilder']]],
203
- ['createconstantobj',['createConstantObj',['../classSVF_1_1SymbolTableBuilder.html#a85994a1cdb68036dde589aab0d7b3e82',1,'SVF::SymbolTableBuilder']]],
204
- ['createdisjointmr',['createDisjointMR',['../classSVF_1_1IntraDisjointMRG.html#a17d0ad0c62982d2b03121e935469e7b2',1,'SVF::IntraDisjointMRG']]],
205
- ['createdistinctmr',['createDistinctMR',['../classSVF_1_1DistinctMRG.html#a7a6ffa1c8dc8e624e3b42f97e6e4b393',1,'SVF::DistinctMRG']]],
206
- ['createdummyobj',['createDummyObj',['../classSVF_1_1SymbolTableInfo.html#ae39b1a2330b157312727a560fddbd0dc',1,'SVF::SymbolTableInfo']]],
207
- ['createfsmpta',['createFSMPTA',['../classSVF_1_1FSMPTA.html#a8a2d1c846f8b6aead8d9426e1effa426',1,'SVF::FSMPTA']]],
208
- ['createfswpa',['createFSWPA',['../classSVF_1_1FlowSensitive.html#af21aa66bc41607d8c93faf1acea1f3be',1,'SVF::FlowSensitive']]],
209
- ['createintervalvalue',['createIntervalValue',['../classSVF_1_1IntervalExeState.html#a73d2e475625f5b9204cdecb94381c558',1,'SVF::IntervalExeState']]],
210
- ['createmr',['createMR',['../classSVF_1_1MRGenerator.html#ac18324bd2b862c3cdbf65494bf69ecb5',1,'SVF::MRGenerator']]],
211
- ['createmuchi',['createMUCHI',['../classSVF_1_1MemSSA.html#a695adf83e8c40b9628b1866053f68033',1,'SVF::MemSSA']]],
212
- ['createnode',['createNode',['../classSVF_1_1CHGBuilder.html#a8e915f257224b1d8e40d0e4c9b5e1df0',1,'SVF::CHGBuilder']]],
213
- ['createobjtypeinfo',['createObjTypeInfo',['../classSVF_1_1SymbolTableBuilder.html#a31190ba1934f945abe8a1b4fcbb636b3',1,'SVF::SymbolTableBuilder::createObjTypeInfo()'],['../classSVF_1_1SymbolTableInfo.html#a2994a616d76020a21903fcdc2d2cfdff',1,'SVF::SymbolTableInfo::createObjTypeInfo()']]],
214
- ['createsteensgaard',['createSteensgaard',['../classSVF_1_1Steensgaard.html#acd5f31c3b1f9b47def458637f8e9389e',1,'SVF::Steensgaard']]],
215
- ['createsvfdatastructure',['createSVFDataStructure',['../classSVF_1_1LLVMModuleSet.html#a4ca8c4678a7fefe26372fc1f4b2880fd',1,'SVF::LLVMModuleSet']]],
216
- ['createvfswpa',['createVFSWPA',['../classSVF_1_1VersionedFlowSensitive.html#ae7cf16ad79c13104dd9981e6b984057e',1,'SVF::VersionedFlowSensitive']]],
217
- ['csc',['CSC',['../classSVF_1_1CSC.html#a4ffb05984b0509d97ec713fc6bfc4b6e',1,'SVF::CSC']]],
218
- ['cshasvfnsbasedoncha',['csHasVFnsBasedonCHA',['../classSVF_1_1CommonCHGraph.html#a0ce9117288d9e0b498f128217fda0cca',1,'SVF::CommonCHGraph::csHasVFnsBasedonCHA()'],['../classSVF_1_1CHGraph.html#a885a81b08477e6ccdd7df98d249b8c39',1,'SVF::CHGraph::csHasVFnsBasedonCHA()'],['../classSVF_1_1DCHGraph.html#a1494aeef22e15baaa160e8d598dd7de0',1,'SVF::DCHGraph::csHasVFnsBasedonCHA()']]],
219
- ['cshasvtblsbasedoncha',['csHasVtblsBasedonCHA',['../classSVF_1_1CommonCHGraph.html#aff7363feebc20267dad7230666b583b1',1,'SVF::CommonCHGraph::csHasVtblsBasedonCHA()'],['../classSVF_1_1CHGraph.html#acd4907aa926a4c7fdc3964700d721f79',1,'SVF::CHGraph::csHasVtblsBasedonCHA()'],['../classSVF_1_1DCHGraph.html#afc7235305640be3d6dbae8199d5c8611',1,'SVF::DCHGraph::csHasVtblsBasedonCHA(CallBase *cs)'],['../classSVF_1_1DCHGraph.html#a2fef8f7209f100c7a266cf3102b1219b',1,'SVF::DCHGraph::csHasVtblsBasedonCHA(CallSite cs) override']]],
220
- ['cutree_5fcdist',['cutree_cdist',['../fastcluster_8h.html#a8dbbd465af9ed88a066301ac83ce6961',1,'cutree_cdist(int n, const int *merge, double *height, double cdist, int *labels): fastcluster.cpp'],['../fastcluster_8cpp.html#a8dbbd465af9ed88a066301ac83ce6961',1,'cutree_cdist(int n, const int *merge, double *height, double cdist, int *labels): fastcluster.cpp']]],
221
- ['cutree_5fk',['cutree_k',['../fastcluster_8h.html#a4815993b37ce6e177c9838584e4cda24',1,'cutree_k(int n, const int *merge, int nclust, int *labels): fastcluster.cpp'],['../fastcluster_8cpp.html#a4815993b37ce6e177c9838584e4cda24',1,'cutree_k(int n, const int *merge, int nclust, int *labels): fastcluster.cpp']]],
222
- ['cxtdpitem',['CxtDPItem',['../classSVF_1_1CxtDPItem.html#a673749f246b002b33ca3718a566779ca',1,'SVF::CxtDPItem::CxtDPItem(NodeID c, const ContextCond &cxt)'],['../classSVF_1_1CxtDPItem.html#a1c2b14fd60bd4902bfc520c9ba08c6e8',1,'SVF::CxtDPItem::CxtDPItem(const CxtVar &var)'],['../classSVF_1_1CxtDPItem.html#a53fa464132d5e51e832158d2e928db32',1,'SVF::CxtDPItem::CxtDPItem(const CxtDPItem &dps)'],['../classSVF_1_1CxtDPItem.html#ab2adb60f776ed2cde73253ff367e14cf',1,'SVF::CxtDPItem::CxtDPItem(CxtDPItem &&dps) noexcept']]],
223
- ['cxtproc',['CxtProc',['../classSVF_1_1CxtProc.html#ac1ca3a049f6d0f8a0548a153cc903aa0',1,'SVF::CxtProc::CxtProc(const CallStrCxt &c, const SVFFunction *f)'],['../classSVF_1_1CxtProc.html#a25a80c93a6aeb1112a846d6c588364cc',1,'SVF::CxtProc::CxtProc(const CxtProc &ctm)']]],
224
- ['cxtsize',['cxtSize',['../classSVF_1_1ContextCond.html#a20f15a1661f928ab80bacaf8f5c497b1',1,'SVF::ContextCond']]],
225
- ['cxtstmt',['CxtStmt',['../classSVF_1_1CxtStmt.html#a1fa357ea71dee45deac94141ef8cdd32',1,'SVF::CxtStmt::CxtStmt(const CallStrCxt &c, const SVFInstruction *f)'],['../classSVF_1_1CxtStmt.html#ad976db5b794019bb68ccc9a35349fb41',1,'SVF::CxtStmt::CxtStmt(const CxtStmt &ctm)']]],
226
- ['cxtstmtdpitem',['CxtStmtDPItem',['../classSVF_1_1CxtStmtDPItem.html#a5c3bd4e8f26bfdc863baeb1241a557d1',1,'SVF::CxtStmtDPItem::CxtStmtDPItem(const CxtVar &var, const LocCond *locCond)'],['../classSVF_1_1CxtStmtDPItem.html#a595d44fa92f4ebef2fe789873fd357e0',1,'SVF::CxtStmtDPItem::CxtStmtDPItem(const CxtStmtDPItem< LocCond > &dps)']]],
227
- ['cxtthread',['CxtThread',['../classSVF_1_1CxtThread.html#ad05fb5464900d6d444c1fd3a6e0d9280',1,'SVF::CxtThread::CxtThread(const CallStrCxt &c, const SVFInstruction *fork)'],['../classSVF_1_1CxtThread.html#ac6af46ba08bbad4454358298fd2557d3',1,'SVF::CxtThread::CxtThread(const CxtThread &ct)']]],
228
- ['cxtthreadproc',['CxtThreadProc',['../classSVF_1_1CxtThreadProc.html#a1c7dd7740266a07d354df537a9167bcc',1,'SVF::CxtThreadProc::CxtThreadProc(NodeID t, const CallStrCxt &c, const SVFFunction *f)'],['../classSVF_1_1CxtThreadProc.html#acce14996e41ae55ae8e27b29408ef7c8',1,'SVF::CxtThreadProc::CxtThreadProc(const CxtThreadProc &ctm)']]],
229
- ['cxtthreadstmt',['CxtThreadStmt',['../classSVF_1_1CxtThreadStmt.html#a5a4392f444e5fe64a1387c134935893d',1,'SVF::CxtThreadStmt::CxtThreadStmt(NodeID t, const CallStrCxt &c, const SVFInstruction *f)'],['../classSVF_1_1CxtThreadStmt.html#ab5487e3f330bb18685281c5effcecfbb',1,'SVF::CxtThreadStmt::CxtThreadStmt(const CxtThreadStmt &ctm)']]],
230
- ['cxttostr',['cxtToStr',['../classSVF_1_1CxtStmt.html#a85aa14770cec41503d674958f64c43ee',1,'SVF::CxtStmt::cxtToStr()'],['../classSVF_1_1CxtThread.html#aa07c20dee73682364690c3b454084c47',1,'SVF::CxtThread::cxtToStr()'],['../classSVF_1_1CxtProc.html#ac53f22f1e9547b15b8998d83290f4281',1,'SVF::CxtProc::cxtToStr()']]]
3
+ ['daa',['DAA',['../dda_8cpp.html#aab45572f58baa3f8dc5ed54e212b7840',1,'dda.cpp']]],
4
+ ['dfreechecker',['DFREECHECKER',['../saber_8cpp.html#a7414c3557fff03632694a567163935e4',1,'saber.cpp']]],
5
+ ['dumpcxt',['dumpCxt',['../classSVF_1_1MTAResultValidator.html#ae7d61becd14123f60976fd7261d0c84d',1,'SVF::MTAResultValidator']]],
6
+ ['dumpinterlev',['dumpInterlev',['../classSVF_1_1MTAResultValidator.html#a1af033b5742fa9cc1e4f9873184775b7',1,'SVF::MTAResultValidator']]]
231
7
  ];