svf-tools 1.0.374 → 1.0.375

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 (194) hide show
  1. package/SVF-doxygen/html/html/AndersenSFR_8cpp_source.html +2 -2
  2. package/SVF-doxygen/html/html/AndersenStat_8cpp_source.html +5 -6
  3. package/SVF-doxygen/html/html/Andersen_8cpp_source.html +4 -4
  4. package/SVF-doxygen/html/html/CHGBuilder_8cpp_source.html +1 -1
  5. package/SVF-doxygen/html/html/ConsG_8cpp_source.html +1 -1
  6. package/SVF-doxygen/html/html/ConsG_8h_source.html +6 -6
  7. package/SVF-doxygen/html/html/ContextDDA_8cpp_source.html +4 -4
  8. package/SVF-doxygen/html/html/DDAClient_8cpp_source.html +3 -3
  9. package/SVF-doxygen/html/html/DDAClient_8h_source.html +1 -1
  10. package/SVF-doxygen/html/html/DDAPass_8cpp_source.html +1 -1
  11. package/SVF-doxygen/html/html/DDAVFSolver_8h_source.html +13 -13
  12. package/SVF-doxygen/html/html/FlowDDA_8cpp_source.html +1 -1
  13. package/SVF-doxygen/html/html/FlowSensitiveStat_8cpp_source.html +5 -5
  14. package/SVF-doxygen/html/html/FlowSensitiveTBHC_8cpp_source.html +4 -4
  15. package/SVF-doxygen/html/html/IRAnnotator_8h_source.html +3 -3
  16. package/SVF-doxygen/html/html/IRGraph_8cpp_source.html +5 -5
  17. package/SVF-doxygen/html/html/IRGraph_8h_source.html +1 -1
  18. package/SVF-doxygen/html/html/LeakChecker_8cpp_source.html +1 -1
  19. package/SVF-doxygen/html/html/LocationSet_8cpp_source.html +3 -3
  20. package/SVF-doxygen/html/html/MemRegion_8cpp_source.html +8 -8
  21. package/SVF-doxygen/html/html/OfflineConsG_8cpp_source.html +1 -1
  22. package/SVF-doxygen/html/html/PTAStat_8cpp_source.html +15 -15
  23. package/SVF-doxygen/html/html/PointerAnalysisImpl_8cpp_source.html +6 -6
  24. package/SVF-doxygen/html/html/PointerAnalysisImpl_8h_source.html +2 -2
  25. package/SVF-doxygen/html/html/PointerAnalysis_8cpp_source.html +9 -9
  26. package/SVF-doxygen/html/html/PointerAnalysis_8h_source.html +13 -13
  27. package/SVF-doxygen/html/html/SVFG_8cpp_source.html +1 -1
  28. package/SVF-doxygen/html/html/SVFIRBuilder_8cpp_source.html +2 -2
  29. package/SVF-doxygen/html/html/SVFIRBuilder_8h_source.html +1 -1
  30. package/SVF-doxygen/html/html/SVFIR_8cpp_source.html +30 -28
  31. package/SVF-doxygen/html/html/SVFIR_8h_source.html +63 -65
  32. package/SVF-doxygen/html/html/SVFModule_8cpp_source.html +1 -1
  33. package/SVF-doxygen/html/html/SVFStatements_8cpp_source.html +1 -1
  34. package/SVF-doxygen/html/html/SVFVariables_8cpp_source.html +18 -19
  35. package/SVF-doxygen/html/html/SVFVariables_8h_source.html +118 -121
  36. package/SVF-doxygen/html/html/SaberSVFGBuilder_8cpp_source.html +6 -6
  37. package/SVF-doxygen/html/html/SymbolTableBuilder_8cpp_source.html +20 -13
  38. package/SVF-doxygen/html/html/SymbolTableBuilder_8h_source.html +7 -4
  39. package/SVF-doxygen/html/html/SymbolTableInfo_8cpp_source.html +81 -43
  40. package/SVF-doxygen/html/html/SymbolTableInfo_8h_source.html +45 -47
  41. package/SVF-doxygen/html/html/ThreadCallGraph_8cpp_source.html +3 -3
  42. package/SVF-doxygen/html/html/TypeBasedHeapCloning_8cpp_source.html +12 -12
  43. package/SVF-doxygen/html/html/VFGNode_8h_source.html +2 -2
  44. package/SVF-doxygen/html/html/VFG_8cpp_source.html +7 -7
  45. package/SVF-doxygen/html/html/VFG_8h_source.html +2 -2
  46. package/SVF-doxygen/html/html/VersionedFlowSensitiveStat_8cpp_source.html +2 -2
  47. package/SVF-doxygen/html/html/VersionedFlowSensitive_8cpp_source.html +4 -4
  48. package/SVF-doxygen/html/html/WPAPass_8cpp_source.html +1 -1
  49. package/SVF-doxygen/html/html/classSVF_1_1ActualParmVFGNode.html +1 -1
  50. package/SVF-doxygen/html/html/classSVF_1_1ActualRetVFGNode.html +1 -1
  51. package/SVF-doxygen/html/html/classSVF_1_1AliasDDAClient.html +2 -2
  52. package/SVF-doxygen/html/html/classSVF_1_1Andersen.html +6 -6
  53. package/SVF-doxygen/html/html/classSVF_1_1AndersenBase.html +3 -3
  54. package/SVF-doxygen/html/html/classSVF_1_1AndersenSFR.html +3 -3
  55. package/SVF-doxygen/html/html/classSVF_1_1AndersenStat.html +5 -6
  56. package/SVF-doxygen/html/html/classSVF_1_1ArgumentVFGNode.html +3 -3
  57. package/SVF-doxygen/html/html/classSVF_1_1BVDataPTAImpl.html +10 -10
  58. package/SVF-doxygen/html/html/classSVF_1_1BinaryOPVFGNode.html +3 -3
  59. package/SVF-doxygen/html/html/classSVF_1_1BranchStmt.html +2 -2
  60. package/SVF-doxygen/html/html/classSVF_1_1CHGBuilder.html +1 -1
  61. package/SVF-doxygen/html/html/classSVF_1_1CloneDummyObjVar-members.html +22 -25
  62. package/SVF-doxygen/html/html/classSVF_1_1CloneDummyObjVar.html +16 -25
  63. package/SVF-doxygen/html/html/classSVF_1_1CloneFIObjVar-members.html +22 -25
  64. package/SVF-doxygen/html/html/classSVF_1_1CloneFIObjVar.html +17 -26
  65. package/SVF-doxygen/html/html/classSVF_1_1CloneGepObjVar-members.html +23 -26
  66. package/SVF-doxygen/html/html/classSVF_1_1CloneGepObjVar.html +17 -26
  67. package/SVF-doxygen/html/html/classSVF_1_1CmpVFGNode.html +3 -3
  68. package/SVF-doxygen/html/html/classSVF_1_1CondPTAImpl.html +1 -1
  69. package/SVF-doxygen/html/html/classSVF_1_1ConstraintGraph.html +5 -5
  70. package/SVF-doxygen/html/html/classSVF_1_1ContextDDA.html +4 -4
  71. package/SVF-doxygen/html/html/classSVF_1_1DDAClient.html +2 -2
  72. package/SVF-doxygen/html/html/classSVF_1_1DDAPass.html +2 -2
  73. package/SVF-doxygen/html/html/classSVF_1_1DDAVFSolver.html +12 -12
  74. package/SVF-doxygen/html/html/classSVF_1_1DummyObjVar-members.html +22 -25
  75. package/SVF-doxygen/html/html/classSVF_1_1DummyObjVar.html +18 -27
  76. package/SVF-doxygen/html/html/classSVF_1_1DummyValVar-members.html +21 -24
  77. package/SVF-doxygen/html/html/classSVF_1_1DummyValVar.html +18 -27
  78. package/SVF-doxygen/html/html/classSVF_1_1FIObjVar-members.html +22 -25
  79. package/SVF-doxygen/html/html/classSVF_1_1FIObjVar.html +19 -28
  80. package/SVF-doxygen/html/html/classSVF_1_1FlowDDA.html +2 -2
  81. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitive.html +8 -8
  82. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitiveStat.html +6 -6
  83. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitiveTBHC.html +9 -9
  84. package/SVF-doxygen/html/html/classSVF_1_1FormalParmVFGNode.html +1 -1
  85. package/SVF-doxygen/html/html/classSVF_1_1FormalRetVFGNode.html +1 -1
  86. package/SVF-doxygen/html/html/classSVF_1_1FunptrDDAClient.html +1 -1
  87. package/SVF-doxygen/html/html/classSVF_1_1GepObjVar-members.html +24 -27
  88. package/SVF-doxygen/html/html/classSVF_1_1GepObjVar.html +41 -50
  89. package/SVF-doxygen/html/html/classSVF_1_1GepValVar-members.html +22 -25
  90. package/SVF-doxygen/html/html/classSVF_1_1GepValVar.html +28 -37
  91. package/SVF-doxygen/html/html/classSVF_1_1IRGraph.html +3 -3
  92. package/SVF-doxygen/html/html/classSVF_1_1InterPHIVFGNode.html +1 -1
  93. package/SVF-doxygen/html/html/classSVF_1_1IntraPHIVFGNode.html +2 -2
  94. package/SVF-doxygen/html/html/classSVF_1_1LeakChecker.html +1 -1
  95. package/SVF-doxygen/html/html/classSVF_1_1LocationSet.html +4 -4
  96. package/SVF-doxygen/html/html/classSVF_1_1MRGenerator.html +9 -9
  97. package/SVF-doxygen/html/html/classSVF_1_1MemObj.html +69 -69
  98. package/SVF-doxygen/html/html/classSVF_1_1NullPtrVFGNode.html +1 -1
  99. package/SVF-doxygen/html/html/classSVF_1_1ObjTypeInfo-members.html +7 -8
  100. package/SVF-doxygen/html/html/classSVF_1_1ObjTypeInfo.html +124 -174
  101. package/SVF-doxygen/html/html/classSVF_1_1ObjVar-members.html +22 -25
  102. package/SVF-doxygen/html/html/classSVF_1_1ObjVar.html +23 -32
  103. package/SVF-doxygen/html/html/classSVF_1_1OfflineConsG.html +1 -1
  104. package/SVF-doxygen/html/html/classSVF_1_1PAGBuilderFromFile.html +2 -2
  105. package/SVF-doxygen/html/html/classSVF_1_1PHIVFGNode.html +4 -4
  106. package/SVF-doxygen/html/html/classSVF_1_1PTAStat.html +16 -16
  107. package/SVF-doxygen/html/html/classSVF_1_1PointerAnalysis.html +26 -26
  108. package/SVF-doxygen/html/html/classSVF_1_1RetPN-members.html +22 -25
  109. package/SVF-doxygen/html/html/classSVF_1_1RetPN.html +18 -27
  110. package/SVF-doxygen/html/html/classSVF_1_1SVFG.html +1 -1
  111. package/SVF-doxygen/html/html/classSVF_1_1SVFIR-members.html +3 -3
  112. package/SVF-doxygen/html/html/classSVF_1_1SVFIR.html +181 -187
  113. package/SVF-doxygen/html/html/classSVF_1_1SVFIRBuilder.html +33 -33
  114. package/SVF-doxygen/html/html/classSVF_1_1SVFModule.html +1 -1
  115. package/SVF-doxygen/html/html/classSVF_1_1SVFVar-members.html +23 -26
  116. package/SVF-doxygen/html/html/classSVF_1_1SVFVar.html +54 -151
  117. package/SVF-doxygen/html/html/classSVF_1_1SaberSVFGBuilder.html +6 -6
  118. package/SVF-doxygen/html/html/classSVF_1_1StInfo.html +6 -6
  119. package/SVF-doxygen/html/html/classSVF_1_1SymbolTableBuilder-members.html +10 -7
  120. package/SVF-doxygen/html/html/classSVF_1_1SymbolTableBuilder.html +154 -35
  121. package/SVF-doxygen/html/html/classSVF_1_1SymbolTableInfo-members.html +1 -1
  122. package/SVF-doxygen/html/html/classSVF_1_1SymbolTableInfo.html +77 -73
  123. package/SVF-doxygen/html/html/classSVF_1_1ThreadCallGraph.html +3 -3
  124. package/SVF-doxygen/html/html/classSVF_1_1TypeBasedHeapCloning.html +20 -20
  125. package/SVF-doxygen/html/html/classSVF_1_1UnaryOPVFGNode.html +2 -2
  126. package/SVF-doxygen/html/html/classSVF_1_1VFG.html +8 -8
  127. package/SVF-doxygen/html/html/classSVF_1_1ValVar-members.html +21 -24
  128. package/SVF-doxygen/html/html/classSVF_1_1ValVar.html +16 -25
  129. package/SVF-doxygen/html/html/classSVF_1_1VarArgPN-members.html +22 -25
  130. package/SVF-doxygen/html/html/classSVF_1_1VarArgPN.html +18 -27
  131. package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitive.html +7 -7
  132. package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitiveStat.html +3 -3
  133. package/SVF-doxygen/html/html/classSVF_1_1WPAPass.html +1 -1
  134. package/SVF-doxygen/html/html/functions_a.html +6 -6
  135. package/SVF-doxygen/html/html/functions_c.html +1 -1
  136. package/SVF-doxygen/html/html/functions_func.html +6 -6
  137. package/SVF-doxygen/html/html/functions_func_c.html +1 -1
  138. package/SVF-doxygen/html/html/functions_func_g.html +6 -3
  139. package/SVF-doxygen/html/html/functions_func_i.html +11 -17
  140. package/SVF-doxygen/html/html/functions_func_o.html +4 -4
  141. package/SVF-doxygen/html/html/functions_func_r.html +5 -2
  142. package/SVF-doxygen/html/html/functions_g.html +7 -4
  143. package/SVF-doxygen/html/html/functions_i.html +12 -21
  144. package/SVF-doxygen/html/html/functions_l.html +3 -3
  145. package/SVF-doxygen/html/html/functions_o.html +17 -13
  146. package/SVF-doxygen/html/html/functions_p.html +7 -7
  147. package/SVF-doxygen/html/html/functions_r.html +10 -7
  148. package/SVF-doxygen/html/html/functions_rela.html +2 -1
  149. package/SVF-doxygen/html/html/functions_s.html +15 -12
  150. package/SVF-doxygen/html/html/functions_t.html +7 -5
  151. package/SVF-doxygen/html/html/functions_v.html +6 -6
  152. package/SVF-doxygen/html/html/functions_vars_i.html +3 -6
  153. package/SVF-doxygen/html/html/namespaceSVF.html +1 -1
  154. package/SVF-doxygen/html/html/search/all_1.js +4 -4
  155. package/SVF-doxygen/html/html/search/all_10.js +10 -10
  156. package/SVF-doxygen/html/html/search/all_12.js +1 -0
  157. package/SVF-doxygen/html/html/search/all_13.js +9 -9
  158. package/SVF-doxygen/html/html/search/all_14.js +5 -5
  159. package/SVF-doxygen/html/html/search/all_16.js +2 -2
  160. package/SVF-doxygen/html/html/search/all_3.js +1 -1
  161. package/SVF-doxygen/html/html/search/all_7.js +2 -1
  162. package/SVF-doxygen/html/html/search/all_9.js +2 -5
  163. package/SVF-doxygen/html/html/search/all_c.js +2 -2
  164. package/SVF-doxygen/html/html/search/all_d.js +2 -2
  165. package/SVF-doxygen/html/html/search/all_e.js +2 -2
  166. package/SVF-doxygen/html/html/search/all_f.js +1 -1
  167. package/SVF-doxygen/html/html/search/functions_0.js +4 -4
  168. package/SVF-doxygen/html/html/search/functions_2.js +1 -1
  169. package/SVF-doxygen/html/html/search/functions_6.js +2 -1
  170. package/SVF-doxygen/html/html/search/functions_8.js +1 -3
  171. package/SVF-doxygen/html/html/search/functions_d.js +1 -1
  172. package/SVF-doxygen/html/html/search/functions_e.js +1 -1
  173. package/SVF-doxygen/html/html/search/functions_f.js +1 -0
  174. package/SVF-doxygen/html/html/search/related_9.js +1 -1
  175. package/SVF-doxygen/html/html/search/variables_14.js +2 -2
  176. package/SVF-doxygen/html/html/search/variables_9.js +1 -2
  177. package/SVF-doxygen/html/html/search/variables_d.js +1 -1
  178. package/SVF-doxygen/html/html/search/variables_e.js +2 -2
  179. package/SVF-doxygen/html/html/structllvm_1_1DOTGraphTraits_3_01ConstraintGraph_01_5_01_4.html +1 -1
  180. package/SVF-doxygen/html/html/structllvm_1_1DOTGraphTraits_3_01IRGraph_01_5_01_4.html +3 -3
  181. package/SVF-doxygen/html/html/structllvm_1_1DOTGraphTraits_3_01OfflineConsG_01_5_01_4.html +1 -1
  182. package/SVF-doxygen/html/html/svf-ex_8cpp.html +2 -2
  183. package/SVF-doxygen/html/html/svf-ex_8cpp_source.html +2 -2
  184. package/include/MemoryModel/SVFIR.h +4 -36
  185. package/include/MemoryModel/SVFVariables.h +2 -13
  186. package/include/MemoryModel/SymbolTableInfo.h +6 -18
  187. package/include/SVF-FE/SymbolTableBuilder.h +8 -1
  188. package/lib/MemoryModel/SVFIR.cpp +50 -2
  189. package/lib/MemoryModel/SVFVariables.cpp +6 -13
  190. package/lib/MemoryModel/SymbolTableInfo.cpp +21 -48
  191. package/lib/SVF-FE/SVFIRBuilder.cpp +1 -1
  192. package/lib/SVF-FE/SymbolTableBuilder.cpp +60 -13
  193. package/lib/WPA/AndersenStat.cpp +1 -1
  194. package/package.json +1 -1
@@ -322,9 +322,6 @@ $(function() {
322
322
  <li>isActualRetPHI()
323
323
  : <a class="el" href="classSVF_1_1InterPHIVFGNode.html#aacfd7f1e99e246283191f41d44567ed4">SVF::InterPHIVFGNode</a>
324
324
  </li>
325
- <li>isAddressTakenPtr()
326
- : <a class="el" href="classSVF_1_1SVFVar.html#a482652e097c8e7921b4db2e75eb71efc">SVF::SVFVar</a>
327
- </li>
328
325
  <li>isAgg()
329
326
  : <a class="el" href="classSVF_1_1DCHGraph.html#a9d2be5aec5216cbc1d1709b41f79c44b">SVF::DCHGraph</a>
330
327
  </li>
@@ -557,14 +554,14 @@ $(function() {
557
554
  , <a class="el" href="classSVF_1_1SrcSnkDDA.html#a391bb031b2f244e930b266a29cda0af7">SVF::SrcSnkDDA</a>
558
555
  </li>
559
556
  <li>isHareParFor()
560
- : <a class="el" href="classSVF_1_1ThreadAPI.html#a86d75b7e3570337e484397e60f97d88e">SVF::ThreadAPI</a>
557
+ : <a class="el" href="classSVF_1_1ThreadAPI.html#adb944c2287cf7686a03b0e53a03ba025">SVF::ThreadAPI</a>
561
558
  </li>
562
559
  <li>isHBPair()
563
560
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#a86c68ce5fd8825b1593d92a5a5bad389">SVF::ForkJoinAnalysis</a>
564
561
  , <a class="el" href="classSVF_1_1MHP.html#a6f07427b45991b2d8a3ff21582121d23">SVF::MHP</a>
565
562
  </li>
566
563
  <li>isHeadofSpan()
567
- : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#a5c32c2f5038aab15ec2da50c7c99b405">SVF::MTASVFGBuilder</a>
564
+ : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#ad0c3ea19875191721cd466fe85b91a8c">SVF::MTASVFGBuilder</a>
568
565
  </li>
569
566
  <li>isHeap()
570
567
  : <a class="el" href="classSVF_1_1MemObj.html#a898c5bb3956402578266a6fb142e02b1">SVF::MemObj</a>
@@ -629,7 +626,7 @@ $(function() {
629
626
  : <a class="el" href="classSVF_1_1LockAnalysis.html#a65aca2bc12fc34203b16549653943eae">SVF::LockAnalysis</a>
630
627
  </li>
631
628
  <li>isInSameCSSpan()
632
- : <a class="el" href="classSVF_1_1LockAnalysis.html#a8595b976bf60d161561e5494257aa179">SVF::LockAnalysis</a>
629
+ : <a class="el" href="classSVF_1_1LockAnalysis.html#a4245d946dd694b59b5c8ef30b08cb1dd">SVF::LockAnalysis</a>
633
630
  </li>
634
631
  <li>isInSameSpan()
635
632
  : <a class="el" href="classSVF_1_1LockAnalysis.html#af30d0dad3d17188de8c2cea9b004f3d3">SVF::LockAnalysis</a>
@@ -700,13 +697,13 @@ $(function() {
700
697
  : <a class="el" href="classSVF_1_1TCT.html#a549a95aa04233c98732777ea210d8525">SVF::TCT</a>
701
698
  </li>
702
699
  <li>isMemAlloc()
703
- : <a class="el" href="classSVF_1_1SaberCheckerAPI.html#a71cbe5fbf582d0801f604595d3dfb416">SVF::SaberCheckerAPI</a>
700
+ : <a class="el" href="classSVF_1_1SaberCheckerAPI.html#a8a96f6ee7bd9be1abfa89b05d773539f">SVF::SaberCheckerAPI</a>
704
701
  </li>
705
702
  <li>isMemcpy()
706
703
  : <a class="el" href="classSVF_1_1MTAAnnotator.html#aee9e5ebac543d9a2aab511410b047898">SVF::MTAAnnotator</a>
707
704
  </li>
708
705
  <li>isMemDealloc()
709
- : <a class="el" href="classSVF_1_1SaberCheckerAPI.html#a3b9d60c60d518a8abe2951ccc627fe33">SVF::SaberCheckerAPI</a>
706
+ : <a class="el" href="classSVF_1_1SaberCheckerAPI.html#ab6d9c2435bdb1c01542cc75e9eef0a4e">SVF::SaberCheckerAPI</a>
710
707
  </li>
711
708
  <li>isMemset()
712
709
  : <a class="el" href="classSVF_1_1MTAAnnotator.html#a36eb47b716c3b44ba5c459052bb0ed93">SVF::MTAAnnotator</a>
@@ -747,7 +744,7 @@ $(function() {
747
744
  </li>
748
745
  <li>isNonPointerObj()
749
746
  : <a class="el" href="classSVF_1_1PointerAnalysis.html#a9d3b20c9883d734537fb98b57b5372b9">SVF::PointerAnalysis</a>
750
- , <a class="el" href="classSVF_1_1SVFIR.html#a07716ca7f769f704a80ccee1a6ad7ee2">SVF::SVFIR</a>
747
+ , <a class="el" href="classSVF_1_1SVFIR.html#a980e54129ece0757d7f0373f37428507">SVF::SVFIR</a>
751
748
  </li>
752
749
  <li>isNonPtrFieldObj()
753
750
  : <a class="el" href="classSVF_1_1MemObj.html#ad6926becf26a625cfe165aec120b2a1e">SVF::MemObj</a>
@@ -785,7 +782,7 @@ $(function() {
785
782
  : <a class="el" href="classSVF_1_1LockAnalysis.html#a842ddef4d1cb9c45555d949375627a48">SVF::LockAnalysis</a>
786
783
  </li>
787
784
  <li>isProtectedByCommonCxtLock()
788
- : <a class="el" href="classSVF_1_1LockAnalysis.html#a3e2e629a588b44ed39e529babb59a4f9">SVF::LockAnalysis</a>
785
+ : <a class="el" href="classSVF_1_1LockAnalysis.html#a56405fa1fec68717958ed1c05dd34287">SVF::LockAnalysis</a>
789
786
  </li>
790
787
  <li>isProtectedByCommonLock()
791
788
  : <a class="el" href="classSVF_1_1LockAnalysis.html#a4d4501d62bf51475662b6ba66e6380aa">SVF::LockAnalysis</a>
@@ -916,17 +913,17 @@ $(function() {
916
913
  : <a class="el" href="classSVF_1_1DDAVFSolver.html#add7daee4a0ecae479a5ab015130c8c93">SVF::DDAVFSolver&lt; CVar, CPtSet, DPIm &gt;</a>
917
914
  </li>
918
915
  <li>isTailofSpan()
919
- : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#af8ea2da28e9818d4f9e4e9528997f023">SVF::MTASVFGBuilder</a>
916
+ : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#ac8339229ade604f4205b111bfc99f23f">SVF::MTASVFGBuilder</a>
920
917
  </li>
921
918
  <li>isTDAcquire()
922
919
  : <a class="el" href="classSVF_1_1LockAnalysis.html#a5521de9933ce74d0954a942dfceae772">SVF::LockAnalysis</a>
923
- , <a class="el" href="classSVF_1_1ThreadAPI.html#a9db4df7968ec179e5012794c58fdee70">SVF::ThreadAPI</a>
920
+ , <a class="el" href="classSVF_1_1ThreadAPI.html#a608f0cb60a665745748b6a6654a6e837">SVF::ThreadAPI</a>
924
921
  </li>
925
922
  <li>isTDBarWait()
926
923
  : <a class="el" href="classSVF_1_1ThreadAPI.html#a0ff50b4312b9aa2c7ebd00e9a40a2668">SVF::ThreadAPI</a>
927
924
  </li>
928
925
  <li>isTDExit()
929
- : <a class="el" href="classSVF_1_1ThreadAPI.html#a22d6c0cf0ba19af0661b106a8859024f">SVF::ThreadAPI</a>
926
+ : <a class="el" href="classSVF_1_1ThreadAPI.html#ae87d129560d7015966336f06a516db23">SVF::ThreadAPI</a>
930
927
  </li>
931
928
  <li>isTDFork()
932
929
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aff32f240a03421937c2fc606359dca9b">SVF::ForkJoinAnalysis</a>
@@ -937,7 +934,7 @@ $(function() {
937
934
  <li>isTDJoin()
938
935
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aac722a42dc6e03e771a7a80de5f8ec94">SVF::ForkJoinAnalysis</a>
939
936
  , <a class="el" href="classSVF_1_1MHP.html#ab566508ffd73abd4d5ad047a1d7f9c27">SVF::MHP</a>
940
- , <a class="el" href="classSVF_1_1ThreadAPI.html#a50e56d63c6d713ac34b4006d248f880b">SVF::ThreadAPI</a>
937
+ , <a class="el" href="classSVF_1_1ThreadAPI.html#a8cc5f9ff6039392ce1471cd830973c44">SVF::ThreadAPI</a>
941
938
  </li>
942
939
  <li>isTDRelease()
943
940
  : <a class="el" href="classSVF_1_1LockAnalysis.html#ae312fa9ddb320674f7bc31e29aa474ed">SVF::LockAnalysis</a>
@@ -959,9 +956,6 @@ $(function() {
959
956
  <li>isThreadMHPIndirectVFGEdge()
960
957
  : <a class="el" href="classSVF_1_1VFGEdge.html#ace832abe1ec87e3e2338944061d09ea4">SVF::VFGEdge</a>
961
958
  </li>
962
- <li>isTopLevelPtr()
963
- : <a class="el" href="classSVF_1_1SVFVar.html#a60bed99a7fd939873118698b058ccc4a">SVF::SVFVar</a>
964
- </li>
965
959
  <li>isTopLevelPtrStmt()
966
960
  : <a class="el" href="classSVF_1_1DDAVFSolver.html#a7b35588de00e322afd742041bf735571">SVF::DDAVFSolver&lt; CVar, CPtSet, DPIm &gt;</a>
967
961
  </li>
@@ -65,7 +65,7 @@ $(function() {
65
65
  : <a class="el" href="classSVF_1_1SymbolTableInfo.html#a3f9612f32c651220386beb0514f8fcff">SVF::SymbolTableInfo</a>
66
66
  </li>
67
67
  <li>ObjTypeInfo()
68
- : <a class="el" href="classSVF_1_1ObjTypeInfo.html#a1a182e6a8710242f94729412d4683f8d">SVF::ObjTypeInfo</a>
68
+ : <a class="el" href="classSVF_1_1ObjTypeInfo.html#a351edf73b2b035ce61a99a10b3d9de87">SVF::ObjTypeInfo</a>
69
69
  </li>
70
70
  <li>ObjVar()
71
71
  : <a class="el" href="classSVF_1_1ObjVar.html#a3ccbe6bbe3f565641e0cf46c5ecbb6bb">SVF::ObjVar</a>
@@ -234,8 +234,8 @@ $(function() {
234
234
  , <a class="el" href="classSVF_1_1NormalGepCGEdge.html#a7f3a388e37e497fc5874e9f392901a39">SVF::NormalGepCGEdge</a>
235
235
  , <a class="el" href="classSVF_1_1PathStmtDPItem.html#a36ff7567d47e3818d79ede424f736817">SVF::PathStmtDPItem&lt; LocCond &gt;</a>
236
236
  , <a class="el" href="classSVF_1_1PhiStmt.html#a331c7e14409b2d78881a0ec8932c1170">SVF::PhiStmt</a>
237
- , <a class="el" href="classSVF_1_1PointsTo.html#ab06c71c3d1ab7ef2a67fc00b42f4be72">SVF::PointsTo</a>
238
- , <a class="el" href="classSVF_1_1PointsTo_1_1PointsToIterator.html#acbbcff746f7f0dc37815e688e9172f21">SVF::PointsTo::PointsToIterator</a>
237
+ , <a class="el" href="classSVF_1_1PointsTo.html#a269d334618e4acc7e739317fd58d7fe7">SVF::PointsTo</a>
238
+ , <a class="el" href="classSVF_1_1PointsTo_1_1PointsToIterator.html#ac35de79e5c5d48d7f8f6f22e8450a0f6">SVF::PointsTo::PointsToIterator</a>
239
239
  , <a class="el" href="classSVF_1_1PTASCEV.html#a144e7fa8c5f4987067914416a85656ca">SVF::PTASCEV</a>
240
240
  , <a class="el" href="classSVF_1_1RetPE.html#acb2a5e66fab9f95278c44344d268f465">SVF::RetPE</a>
241
241
  , <a class="el" href="classSVF_1_1SelectStmt.html#ae3dd9ff3908218082b8c71c0ec7ef252">SVF::SelectStmt</a>
@@ -325,7 +325,7 @@ $(function() {
325
325
  , <a class="el" href="classSVF_1_1CondManager.html#a83824b36d6cd073a171df9919aa0c704">SVF::CondManager</a>
326
326
  </li>
327
327
  <li>OutEdgeBegin()
328
- : <a class="el" href="classSVF_1_1GenericNode.html#a50219c203fb5a8a44fe22428699f26e7">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
328
+ : <a class="el" href="classSVF_1_1GenericNode.html#aa4f103330118c8976bf95e4bf53416eb">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
329
329
  </li>
330
330
  <li>OutEdgeEnd()
331
331
  : <a class="el" href="classSVF_1_1GenericNode.html#ace88b6c7561f61f747ff08f61e2c18bc">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
@@ -329,6 +329,9 @@ $(function() {
329
329
  <li>resetSubs()
330
330
  : <a class="el" href="classSVF_1_1ConstraintGraph.html#a5fe3815a7990e16b99cf46e90529f8b3">SVF::ConstraintGraph</a>
331
331
  </li>
332
+ <li>resetTypeForHeapStaticObj()
333
+ : <a class="el" href="classSVF_1_1ObjTypeInfo.html#a57d714a511273b8275374cd4c7f14373">SVF::ObjTypeInfo</a>
334
+ </li>
332
335
  <li>resolveCPPIndCalls()
333
336
  : <a class="el" href="classSVF_1_1PointerAnalysis.html#ac04b64a5884710508b304f93da88c7ba">SVF::PointerAnalysis</a>
334
337
  </li>
@@ -366,7 +369,7 @@ $(function() {
366
369
  : <a class="el" href="classSVF_1_1RetMU.html#a8cd41b018ddef450d17a20ea83ce3fee">SVF::RetMU&lt; Cond &gt;</a>
367
370
  </li>
368
371
  <li>RetPE()
369
- : <a class="el" href="classSVF_1_1RetPE.html#a60cb8a19e352547b22f197f4ca8e19d8">SVF::RetPE</a>
372
+ : <a class="el" href="classSVF_1_1RetPE.html#ab4da5e54fec989eab5640acc8c4fe215">SVF::RetPE</a>
370
373
  </li>
371
374
  <li>retPEBegin()
372
375
  : <a class="el" href="classSVF_1_1FormalRetVFGNode.html#ad81c6e6579293352ecb59345538b2132">SVF::FormalRetVFGNode</a>
@@ -404,7 +407,7 @@ $(function() {
404
407
  , <a class="el" href="classSVF_1_1LeakChecker.html#ab3bb79d88d73c8b881d714921e7b5e12">SVF::LeakChecker</a>
405
408
  , <a class="el" href="classSVF_1_1MergeFunctionRets.html#a8fe74477a43f80104fb3461d006ad392">SVF::MergeFunctionRets</a>
406
409
  , <a class="el" href="classSVF_1_1MTA.html#a32f6beffb47e5c2ac86f5c3b8a1bd9ba">SVF::MTA</a>
407
- , <a class="el" href="classSVF_1_1WPAPass.html#a1f47c1cb5a64bab9a6b8ac38103416ac">SVF::WPAPass</a>
410
+ , <a class="el" href="classSVF_1_1WPAPass.html#a394dcd976c1ef08d9cadcba8f5d07c75">SVF::WPAPass</a>
408
411
  </li>
409
412
  <li>runPointerAnalysis()
410
413
  : <a class="el" href="classSVF_1_1DDAPass.html#a13ff3107a0e4f8749b166fa9b8165167">SVF::DDAPass</a>
@@ -1108,7 +1108,7 @@ $(function() {
1108
1108
  : <a class="el" href="classSVF_1_1ConstraintNode.html#a19d3d2c996ba821227a836717e5443c8">SVF::ConstraintNode</a>
1109
1109
  </li>
1110
1110
  <li>getGepValVar()
1111
- : <a class="el" href="classSVF_1_1SVFIR.html#a811c5eaeef1e52cc2d6f56ec5a76bb02">SVF::SVFIR</a>
1111
+ : <a class="el" href="classSVF_1_1SVFIR.html#af17643b59ad9aa277b6e8f90a47c76b0">SVF::SVFIR</a>
1112
1112
  , <a class="el" href="classSVF_1_1SVFIRBuilder.html#a74cff1c31f2fd1d23709b34ae988c29a">SVF::SVFIRBuilder</a>
1113
1113
  </li>
1114
1114
  <li>getGlobalICFGNode()
@@ -2002,7 +2002,7 @@ $(function() {
2002
2002
  </li>
2003
2003
  <li>getRevPts()
2004
2004
  : <a class="el" href="classSVF_1_1BVDataPTAImpl.html#a58113943e4e7144d94d26991dcc8bcc7">SVF::BVDataPTAImpl</a>
2005
- , <a class="el" href="classSVF_1_1CondPTAImpl.html#aa266eef30817c557882de19aefe135a9">SVF::CondPTAImpl&lt; Cond &gt;</a>
2005
+ , <a class="el" href="classSVF_1_1CondPTAImpl.html#a0da0602c5b260afaba4bef1abcbcf7b3">SVF::CondPTAImpl&lt; Cond &gt;</a>
2006
2006
  , <a class="el" href="classSVF_1_1MutableDFPTData.html#a2f98940bd8266ad37a975c6d30d948b4">SVF::MutableDFPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
2007
2007
  , <a class="el" href="classSVF_1_1MutableDiffPTData.html#ad9bd6762fc6525afaed4a6c6da63688d">SVF::MutableDiffPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
2008
2008
  , <a class="el" href="classSVF_1_1MutablePTData.html#a36aa05b8f5c308035315d6df7036c096">SVF::MutablePTData&lt; Key, KeySet, Data, DataSet &gt;</a>
@@ -2205,7 +2205,7 @@ $(function() {
2205
2205
  : <a class="el" href="classSVF_1_1SVFIR.html#ae2006820c0d00482b85e7ae3adcb5744">SVF::SVFIR</a>
2206
2206
  </li>
2207
2207
  <li>getTaskDataAtHareParForSite()
2208
- : <a class="el" href="classSVF_1_1ThreadAPI.html#a58cf56e35be873a5a26c5eb0d9b5c9b3">SVF::ThreadAPI</a>
2208
+ : <a class="el" href="classSVF_1_1ThreadAPI.html#aee8fac6281a95d8a519add100e8887d1">SVF::ThreadAPI</a>
2209
2209
  </li>
2210
2210
  <li>getTaskFuncAtHareParForSite()
2211
2211
  : <a class="el" href="classSVF_1_1ThreadAPI.html#a282d6aeab91135af4cab8195d67badf6">SVF::ThreadAPI</a>
@@ -2303,6 +2303,9 @@ $(function() {
2303
2303
  <li>getUnifyExit()
2304
2304
  : <a class="el" href="classSVF_1_1MergeFunctionRets.html#a0644ac0f560911632855d9129f3d71ca">SVF::MergeFunctionRets</a>
2305
2305
  </li>
2306
+ <li>getUniqueUseViaCastInst()
2307
+ : <a class="el" href="classSVF_1_1SymbolTableBuilder.html#aa5c2b13b54ddb172816d1ee269ddbb81">SVF::SymbolTableBuilder</a>
2308
+ </li>
2306
2309
  <li>getValSym()
2307
2310
  : <a class="el" href="classSVF_1_1SymbolTableInfo.html#aec7ee137f828c9d61a11df7fc2241161">SVF::SymbolTableInfo</a>
2308
2311
  </li>
@@ -2420,7 +2423,7 @@ $(function() {
2420
2423
  : <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#a01a199e9fdb5759c7f78ee344dbc413c">SVF::VersionedFlowSensitive</a>
2421
2424
  </li>
2422
2425
  <li>global_begin()
2423
- : <a class="el" href="classSVF_1_1SVFModule.html#af81c6deed3978562f83f120119c6aad2">SVF::SVFModule</a>
2426
+ : <a class="el" href="classSVF_1_1SVFModule.html#a4dc32c583d29d74d052eaa5665b0b70e">SVF::SVFModule</a>
2424
2427
  </li>
2425
2428
  <li>global_end()
2426
2429
  : <a class="el" href="classSVF_1_1SVFModule.html#afa9068e662918f6649d5ca25340a3ae2">SVF::SVFModule</a>
@@ -620,9 +620,6 @@ $(function() {
620
620
  <li>isActualRetPHI()
621
621
  : <a class="el" href="classSVF_1_1InterPHIVFGNode.html#aacfd7f1e99e246283191f41d44567ed4">SVF::InterPHIVFGNode</a>
622
622
  </li>
623
- <li>isAddressTakenPtr()
624
- : <a class="el" href="classSVF_1_1SVFVar.html#a482652e097c8e7921b4db2e75eb71efc">SVF::SVFVar</a>
625
- </li>
626
623
  <li>isAgg()
627
624
  : <a class="el" href="classSVF_1_1DCHGraph.html#a9d2be5aec5216cbc1d1709b41f79c44b">SVF::DCHGraph</a>
628
625
  </li>
@@ -659,9 +656,6 @@ $(function() {
659
656
  <li>isArrayMemObj()
660
657
  : <a class="el" href="classSVF_1_1PointerAnalysis.html#a89dfeedf8e3e91603a1e9c73e3608a73">SVF::PointerAnalysis</a>
661
658
  </li>
662
- <li>isATPointer
663
- : <a class="el" href="classSVF_1_1SVFVar.html#a307c0f4d90308d5f77977d5635cad65d">SVF::SVFVar</a>
664
- </li>
665
659
  <li>isBase()
666
660
  : <a class="el" href="classSVF_1_1DCHGraph.html#ab33f9af6ad22eb99dd0d9950fb0e50e6">SVF::DCHGraph</a>
667
661
  , <a class="el" href="classSVF_1_1TypeBasedHeapCloning.html#add00f1c20a524c0be903af679bd6f638">SVF::TypeBasedHeapCloning</a>
@@ -797,7 +791,7 @@ $(function() {
797
791
  : <a class="el" href="classSVF_1_1ExtAPI.html#a329882c608e9a6b10a758bcd1ca7a0b5">SVF::ExtAPI</a>
798
792
  </li>
799
793
  <li>isFClose()
800
- : <a class="el" href="classSVF_1_1SaberCheckerAPI.html#a970676d884d66da9fce00fe5b60c96ba">SVF::SaberCheckerAPI</a>
794
+ : <a class="el" href="classSVF_1_1SaberCheckerAPI.html#ad029e2f347ee2aeb5b0abb928a552789">SVF::SaberCheckerAPI</a>
801
795
  </li>
802
796
  <li>isFieldInsenCondMemObj()
803
797
  : <a class="el" href="classSVF_1_1DDAVFSolver.html#a37a6321f50bef2939b287cc088e76170">SVF::DDAVFSolver&lt; CVar, CPtSet, DPIm &gt;</a>
@@ -1013,7 +1007,7 @@ $(function() {
1013
1007
  : <a class="el" href="classSVF_1_1TCT.html#a549a95aa04233c98732777ea210d8525">SVF::TCT</a>
1014
1008
  </li>
1015
1009
  <li>isMemAlloc()
1016
- : <a class="el" href="classSVF_1_1SaberCheckerAPI.html#a71cbe5fbf582d0801f604595d3dfb416">SVF::SaberCheckerAPI</a>
1010
+ : <a class="el" href="classSVF_1_1SaberCheckerAPI.html#acd2486bcf4cf413e63afed7884a0719e">SVF::SaberCheckerAPI</a>
1017
1011
  </li>
1018
1012
  <li>isMemcpy()
1019
1013
  : <a class="el" href="classSVF_1_1MTAAnnotator.html#aee9e5ebac543d9a2aab511410b047898">SVF::MTAAnnotator</a>
@@ -1060,7 +1054,7 @@ $(function() {
1060
1054
  </li>
1061
1055
  <li>isNonPointerObj()
1062
1056
  : <a class="el" href="classSVF_1_1PointerAnalysis.html#a9d3b20c9883d734537fb98b57b5372b9">SVF::PointerAnalysis</a>
1063
- , <a class="el" href="classSVF_1_1SVFIR.html#a07716ca7f769f704a80ccee1a6ad7ee2">SVF::SVFIR</a>
1057
+ , <a class="el" href="classSVF_1_1SVFIR.html#a980e54129ece0757d7f0373f37428507">SVF::SVFIR</a>
1064
1058
  </li>
1065
1059
  <li>isNonPtrFieldObj()
1066
1060
  : <a class="el" href="classSVF_1_1MemObj.html#ad6926becf26a625cfe165aec120b2a1e">SVF::MemObj</a>
@@ -1115,6 +1109,9 @@ $(function() {
1115
1109
  , <a class="el" href="classSVF_1_1PHIVFGNode.html#a103e55e670ce614cabc13b8dc5b17b91">SVF::PHIVFGNode</a>
1116
1110
  , <a class="el" href="classSVF_1_1StmtVFGNode.html#a88d856dc04d922dc553bc2eae31e88a6">SVF::StmtVFGNode</a>
1117
1111
  </li>
1112
+ <li>isPtr
1113
+ : <a class="el" href="classSVF_1_1SVFVar.html#a7c8ffadedbf53d30694feeb7771990af">SVF::SVFVar</a>
1114
+ </li>
1118
1115
  <li>isPtrOnlySVFG()
1119
1116
  : <a class="el" href="classSVF_1_1VFG.html#a268ec1495cbe4adb51fa50d28a4cba3d">SVF::VFG</a>
1120
1117
  </li>
@@ -1235,23 +1232,23 @@ $(function() {
1235
1232
  : <a class="el" href="classSVF_1_1DDAVFSolver.html#add7daee4a0ecae479a5ab015130c8c93">SVF::DDAVFSolver&lt; CVar, CPtSet, DPIm &gt;</a>
1236
1233
  </li>
1237
1234
  <li>isTailofSpan()
1238
- : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#af8ea2da28e9818d4f9e4e9528997f023">SVF::MTASVFGBuilder</a>
1235
+ : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#a9c8681767551575a18ee141f7336db05">SVF::MTASVFGBuilder</a>
1239
1236
  </li>
1240
1237
  <li>isTDAcquire()
1241
1238
  : <a class="el" href="classSVF_1_1LockAnalysis.html#a5521de9933ce74d0954a942dfceae772">SVF::LockAnalysis</a>
1242
- , <a class="el" href="classSVF_1_1ThreadAPI.html#a608f0cb60a665745748b6a6654a6e837">SVF::ThreadAPI</a>
1239
+ , <a class="el" href="classSVF_1_1ThreadAPI.html#a9db4df7968ec179e5012794c58fdee70">SVF::ThreadAPI</a>
1243
1240
  </li>
1244
1241
  <li>isTDBarWait()
1245
- : <a class="el" href="classSVF_1_1ThreadAPI.html#af3aa58dc83dca382162df67c12169585">SVF::ThreadAPI</a>
1242
+ : <a class="el" href="classSVF_1_1ThreadAPI.html#a0ff50b4312b9aa2c7ebd00e9a40a2668">SVF::ThreadAPI</a>
1246
1243
  </li>
1247
1244
  <li>isTDExit()
1248
- : <a class="el" href="classSVF_1_1ThreadAPI.html#ae87d129560d7015966336f06a516db23">SVF::ThreadAPI</a>
1245
+ : <a class="el" href="classSVF_1_1ThreadAPI.html#a22d6c0cf0ba19af0661b106a8859024f">SVF::ThreadAPI</a>
1249
1246
  </li>
1250
1247
  <li>isTDFork()
1251
1248
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aff32f240a03421937c2fc606359dca9b">SVF::ForkJoinAnalysis</a>
1252
1249
  , <a class="el" href="classSVF_1_1LockAnalysis.html#a6e34f3138e8ee558bb00d9d808afba16">SVF::LockAnalysis</a>
1253
1250
  , <a class="el" href="classSVF_1_1MHP.html#aeabf2e9ec8b1ec874503c83cc65e1205">SVF::MHP</a>
1254
- , <a class="el" href="classSVF_1_1ThreadAPI.html#a9da276dca5092d18f4f22d32e5ab6cdf">SVF::ThreadAPI</a>
1251
+ , <a class="el" href="classSVF_1_1ThreadAPI.html#a261eb3c2f7e44a81edf4feddfc65a3cc">SVF::ThreadAPI</a>
1255
1252
  </li>
1256
1253
  <li>isTDJoin()
1257
1254
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aac722a42dc6e03e771a7a80de5f8ec94">SVF::ForkJoinAnalysis</a>
@@ -1260,7 +1257,7 @@ $(function() {
1260
1257
  </li>
1261
1258
  <li>isTDRelease()
1262
1259
  : <a class="el" href="classSVF_1_1LockAnalysis.html#ae312fa9ddb320674f7bc31e29aa474ed">SVF::LockAnalysis</a>
1263
- , <a class="el" href="classSVF_1_1ThreadAPI.html#a38adae633d5aceddcca3b3a23ad66db9">SVF::ThreadAPI</a>
1260
+ , <a class="el" href="classSVF_1_1ThreadAPI.html#a1bba2e9df7a74e7e2f728267ff4bfe0f">SVF::ThreadAPI</a>
1264
1261
  </li>
1265
1262
  <li>isTemplate()
1266
1263
  : <a class="el" href="classSVF_1_1CHNode.html#aff23fda93401c60422a4a5a08d77d749">SVF::CHNode</a>
@@ -1281,12 +1278,6 @@ $(function() {
1281
1278
  <li>isThunkFunc
1282
1279
  : <a class="el" href="structSVF_1_1cppUtil_1_1DemangledName.html#af6117df8aec7f4c077058fa8f00b0243">SVF::cppUtil::DemangledName</a>
1283
1280
  </li>
1284
- <li>isTLPointer
1285
- : <a class="el" href="classSVF_1_1SVFVar.html#afeb667f2af988479e93a6067c4e6e622">SVF::SVFVar</a>
1286
- </li>
1287
- <li>isTopLevelPtr()
1288
- : <a class="el" href="classSVF_1_1SVFVar.html#a60bed99a7fd939873118698b058ccc4a">SVF::SVFVar</a>
1289
- </li>
1290
1281
  <li>isTopLevelPtrStmt()
1291
1282
  : <a class="el" href="classSVF_1_1DDAVFSolver.html#a7b35588de00e322afd742041bf735571">SVF::DDAVFSolver&lt; CVar, CPtSet, DPIm &gt;</a>
1292
1283
  </li>
@@ -121,12 +121,12 @@ $(function() {
121
121
  <li>llvmFunEnd()
122
122
  : <a class="el" href="classSVF_1_1SVFModule.html#af38d0f831967d6d8391a4c84e58d6519">SVF::SVFModule</a>
123
123
  </li>
124
- <li>llvmModuleSet
125
- : <a class="el" href="classSVF_1_1LLVMModuleSet.html#ac59b07cafcbacc950eefea4082425b63">SVF::LLVMModuleSet</a>
126
- </li>
127
124
  <li>LLVMModuleSet()
128
125
  : <a class="el" href="classSVF_1_1LLVMModuleSet.html#a8e70de9eefe2e188b10e214e073750e6">SVF::LLVMModuleSet</a>
129
126
  </li>
127
+ <li>llvmModuleSet
128
+ : <a class="el" href="classSVF_1_1LLVMModuleSet.html#ac59b07cafcbacc950eefea4082425b63">SVF::LLVMModuleSet</a>
129
+ </li>
130
130
  <li>Load
131
131
  : <a class="el" href="classSVF_1_1ConstraintEdge.html#a663af27955ba0c545f34fa1f076b7375a1bdeb9a06641d16b43391120812b40b2">SVF::ConstraintEdge</a>
132
132
  , <a class="el" href="classSVF_1_1SVFStmt.html#a0ab8621e75e75f03425c323b3ed62ce9a62ac8480c43fcc657c631ec0003b15d5">SVF::SVFStmt</a>
@@ -98,7 +98,7 @@ $(function() {
98
98
  : <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#af9a43f48b7d99cc6694f3ae3248fd8e0">SVF::VersionedFlowSensitive</a>
99
99
  </li>
100
100
  <li>ObjTypeInfo()
101
- : <a class="el" href="classSVF_1_1ObjTypeInfo.html#a1a182e6a8710242f94729412d4683f8d">SVF::ObjTypeInfo</a>
101
+ : <a class="el" href="classSVF_1_1ObjTypeInfo.html#a351edf73b2b035ce61a99a10b3d9de87">SVF::ObjTypeInfo</a>
102
102
  </li>
103
103
  <li>ObjVar()
104
104
  : <a class="el" href="classSVF_1_1ObjVar.html#a3ccbe6bbe3f565641e0cf46c5ecbb6bb">SVF::ObjVar</a>
@@ -311,7 +311,7 @@ $(function() {
311
311
  , <a class="el" href="classSVF_1_1NormalGepCGEdge.html#a7f3a388e37e497fc5874e9f392901a39">SVF::NormalGepCGEdge</a>
312
312
  , <a class="el" href="classSVF_1_1PathStmtDPItem.html#a36ff7567d47e3818d79ede424f736817">SVF::PathStmtDPItem&lt; LocCond &gt;</a>
313
313
  , <a class="el" href="classSVF_1_1PhiStmt.html#a331c7e14409b2d78881a0ec8932c1170">SVF::PhiStmt</a>
314
- , <a class="el" href="classSVF_1_1PointsTo.html#ab06c71c3d1ab7ef2a67fc00b42f4be72">SVF::PointsTo</a>
314
+ , <a class="el" href="classSVF_1_1PointsTo.html#a269d334618e4acc7e739317fd58d7fe7">SVF::PointsTo</a>
315
315
  , <a class="el" href="classSVF_1_1PointsTo_1_1PointsToIterator.html#acbbcff746f7f0dc37815e688e9172f21">SVF::PointsTo::PointsToIterator</a>
316
316
  , <a class="el" href="classSVF_1_1PTASCEV.html#a144e7fa8c5f4987067914416a85656ca">SVF::PTASCEV</a>
317
317
  , <a class="el" href="classSVF_1_1RetPE.html#acb2a5e66fab9f95278c44344d268f465">SVF::RetPE</a>
@@ -367,7 +367,7 @@ $(function() {
367
367
  : <a class="el" href="classSVF_1_1CondPointsToSet.html#a74c50cfaf788a828a4fc97eba703ec4e">SVF::CondPointsToSet&lt; Cond &gt;</a>
368
368
  , <a class="el" href="classSVF_1_1CondStdSet.html#a90e4c4ead1cbdca01c0be801a68b005b">SVF::CondStdSet&lt; Element &gt;</a>
369
369
  , <a class="el" href="classSVF_1_1CoreBitVector.html#af8e63360242a49fb63c3ef3d7071503d">SVF::CoreBitVector</a>
370
- , <a class="el" href="classSVF_1_1PointsTo.html#aa8644057ec182382e3c34e90d7d61ade">SVF::PointsTo</a>
370
+ , <a class="el" href="classSVF_1_1PointsTo.html#a687b34cac3c43dd957b86a4833a24871">SVF::PointsTo</a>
371
371
  </li>
372
372
  <li>opICFGNodes
373
373
  : <a class="el" href="classSVF_1_1PhiStmt.html#a4c75a8f8430621aaec62a5189db136b5">SVF::PhiStmt</a>
@@ -375,12 +375,12 @@ $(function() {
375
375
  <li>OpICFGNodeVec
376
376
  : <a class="el" href="classSVF_1_1PhiStmt.html#ac505a4fe33e82f555663872e81220ba4">SVF::PhiStmt</a>
377
377
  </li>
378
- <li>opIncomingBBs
379
- : <a class="el" href="classSVF_1_1IntraPHIVFGNode.html#a73f39a488ad82300010abd18afe247a4">SVF::IntraPHIVFGNode</a>
380
- </li>
381
378
  <li>OPIncomingBBs
382
379
  : <a class="el" href="classSVF_1_1IntraPHIVFGNode.html#a66928f6cc755bd2a048804d00f859a80">SVF::IntraPHIVFGNode</a>
383
380
  </li>
381
+ <li>opIncomingBBs
382
+ : <a class="el" href="classSVF_1_1IntraPHIVFGNode.html#a73f39a488ad82300010abd18afe247a4">SVF::IntraPHIVFGNode</a>
383
+ </li>
384
384
  <li>OpIt
385
385
  : <a class="el" href="classllvm_1_1generic__bridge__gep__type__iterator.html#aa3fd4dca27e09df9ee726879624ae47e">llvm::generic_bridge_gep_type_iterator&lt; ItTy &gt;</a>
386
386
  </li>
@@ -396,12 +396,12 @@ $(function() {
396
396
  <li>opVarBegin()
397
397
  : <a class="el" href="classSVF_1_1MultiOpndStmt.html#abebed8985cb4d4d1361c42e5454c90b9">SVF::MultiOpndStmt</a>
398
398
  </li>
399
- <li>OPVars
400
- : <a class="el" href="classSVF_1_1MultiOpndStmt.html#acf8c7cfbf1c8baab672040635bb9a007">SVF::MultiOpndStmt</a>
401
- </li>
402
399
  <li>opVars
403
400
  : <a class="el" href="classSVF_1_1MultiOpndStmt.html#a172025849492f4de8f87564ef08f5880">SVF::MultiOpndStmt</a>
404
401
  </li>
402
+ <li>OPVars
403
+ : <a class="el" href="classSVF_1_1MultiOpndStmt.html#acf8c7cfbf1c8baab672040635bb9a007">SVF::MultiOpndStmt</a>
404
+ </li>
405
405
  <li>opVer
406
406
  : <a class="el" href="classSVF_1_1MSSACHI.html#a86f2f3f6e2215cdbe31caee048510757">SVF::MSSACHI&lt; Cond &gt;</a>
407
407
  </li>
@@ -445,11 +445,15 @@ $(function() {
445
445
  </li>
446
446
  <li>OPVers
447
447
  : <a class="el" href="classSVF_1_1MSSAPHISVFGNode.html#a300f37203eb84fc57e005c27ce0422fb">SVF::MSSAPHISVFGNode</a>
448
- , <a class="el" href="classSVF_1_1PHIVFGNode.html#a44ba5254e5f4def007c99916cd58668c">SVF::PHIVFGNode</a>
449
448
  </li>
450
449
  <li>opVers
451
450
  : <a class="el" href="classSVF_1_1PHIVFGNode.html#a08ccd55d0fb6ce33f69959349008daca">SVF::PHIVFGNode</a>
452
- , <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#ae6fdb5759a0dfeb0635ffd758b752dc1">SVF::UnaryOPVFGNode</a>
451
+ </li>
452
+ <li>OPVers
453
+ : <a class="el" href="classSVF_1_1PHIVFGNode.html#a44ba5254e5f4def007c99916cd58668c">SVF::PHIVFGNode</a>
454
+ </li>
455
+ <li>opVers
456
+ : <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#ae6fdb5759a0dfeb0635ffd758b752dc1">SVF::UnaryOPVFGNode</a>
453
457
  </li>
454
458
  <li>OPVers
455
459
  : <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#af96b598342bbcbcd739e2603acfc5a41">SVF::UnaryOPVFGNode</a>
@@ -475,10 +479,10 @@ $(function() {
475
479
  : <a class="el" href="classSVF_1_1FlowSensitiveStat.html#ab11996ab5606f51c977b9b1385c13d71ac018f116c78ed5e314b52e5d743f3fa5">SVF::FlowSensitiveStat</a>
476
480
  </li>
477
481
  <li>OutEdgeBegin()
478
- : <a class="el" href="classSVF_1_1GenericNode.html#a50219c203fb5a8a44fe22428699f26e7">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
482
+ : <a class="el" href="classSVF_1_1GenericNode.html#aa4f103330118c8976bf95e4bf53416eb">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
479
483
  </li>
480
484
  <li>OutEdgeEnd()
481
- : <a class="el" href="classSVF_1_1GenericNode.html#ace88b6c7561f61f747ff08f61e2c18bc">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
485
+ : <a class="el" href="classSVF_1_1GenericNode.html#a19a3366fd8a58290d0c740c46c3dcb3d">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
482
486
  </li>
483
487
  <li>OutEdgeKindToSetMap
484
488
  : <a class="el" href="classSVF_1_1SVFVar.html#a3775dd07e89ea6b25950a8b900a4ceab">SVF::SVFVar</a>
@@ -393,12 +393,12 @@ $(function() {
393
393
  <li>Phi
394
394
  : <a class="el" href="classSVF_1_1SVFStmt.html#a0ab8621e75e75f03425c323b3ed62ce9a6b3cd98eeb47c8475e7ee64480dcdee9">SVF::SVFStmt</a>
395
395
  </li>
396
- <li>phiNodeMap
397
- : <a class="el" href="classSVF_1_1SVFIR.html#a41abf665421dbfaef508b1eba0c91fb9">SVF::SVFIR</a>
398
- </li>
399
396
  <li>PHINodeMap
400
397
  : <a class="el" href="classSVF_1_1SVFIR.html#a08a05dfa6b9734936bb92b3969dbce3b">SVF::SVFIR</a>
401
398
  </li>
399
+ <li>phiNodeMap
400
+ : <a class="el" href="classSVF_1_1SVFIR.html#a41abf665421dbfaef508b1eba0c91fb9">SVF::SVFIR</a>
401
+ </li>
402
402
  <li>PHISet
403
403
  : <a class="el" href="classSVF_1_1MemSSA.html#a8a5d3597f3dba9744e170cc8c32bf25f">SVF::MemSSA</a>
404
404
  , <a class="el" href="classSVF_1_1SVFG.html#aef7ee9d802934d51b3761663bdaf0c05">SVF::SVFG</a>
@@ -956,12 +956,12 @@ $(function() {
956
956
  <li>ptrToBVPtsMap
957
957
  : <a class="el" href="classSVF_1_1CondPTAImpl.html#a30b9ee7b1dcd04285f92cf7accd05b2e">SVF::CondPTAImpl&lt; Cond &gt;</a>
958
958
  </li>
959
- <li>PtrToCPtsMap
960
- : <a class="el" href="classSVF_1_1CondPTAImpl.html#a5043e9d9255d31777d038c48c809bb09">SVF::CondPTAImpl&lt; Cond &gt;</a>
961
- </li>
962
959
  <li>ptrToCPtsMap
963
960
  : <a class="el" href="classSVF_1_1CondPTAImpl.html#a61167fcdb2005090de1b38e53450431a">SVF::CondPTAImpl&lt; Cond &gt;</a>
964
961
  </li>
962
+ <li>PtrToCPtsMap
963
+ : <a class="el" href="classSVF_1_1CondPTAImpl.html#a5043e9d9255d31777d038c48c809bb09">SVF::CondPTAImpl&lt; Cond &gt;</a>
964
+ </li>
965
965
  <li>PtrToNSMap
966
966
  : <a class="el" href="classSVF_1_1CondPTAImpl.html#a838c3f2be39d278072f7a9df7c0bcb4d">SVF::CondPTAImpl&lt; Cond &gt;</a>
967
967
  </li>
@@ -1032,7 +1032,7 @@ $(function() {
1032
1032
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aaf70954762aa86f835d799994726790e">SVF::ForkJoinAnalysis</a>
1033
1033
  , <a class="el" href="classSVF_1_1LockAnalysis.html#a7d9fd3ddcadd84969b57491181983b17">SVF::LockAnalysis</a>
1034
1034
  , <a class="el" href="classSVF_1_1MHP.html#a67e2d43f0e35cc46eb7680ec66a4fe44">SVF::MHP</a>
1035
- , <a class="el" href="classSVF_1_1TCT.html#aa98a5b427a92eca1e043efcdf7945169">SVF::TCT</a>
1035
+ , <a class="el" href="classSVF_1_1TCT.html#afc6d7a91cfc98561bcce13425964a39e">SVF::TCT</a>
1036
1036
  </li>
1037
1037
  <li>pushIntoWorklist()
1038
1038
  : <a class="el" href="classSVF_1_1CFLSolver.html#a28cd2677717b19c9cd8ab3c1c441d409">SVF::CFLSolver&lt; GraphType, DPIm &gt;</a>
@@ -438,6 +438,9 @@ $(function() {
438
438
  <li>resetSubs()
439
439
  : <a class="el" href="classSVF_1_1ConstraintGraph.html#a5fe3815a7990e16b99cf46e90529f8b3">SVF::ConstraintGraph</a>
440
440
  </li>
441
+ <li>resetTypeForHeapStaticObj()
442
+ : <a class="el" href="classSVF_1_1ObjTypeInfo.html#a57d714a511273b8275374cd4c7f14373">SVF::ObjTypeInfo</a>
443
+ </li>
441
444
  <li>resolveCPPIndCalls()
442
445
  : <a class="el" href="classSVF_1_1PointerAnalysis.html#ac04b64a5884710508b304f93da88c7ba">SVF::PointerAnalysis</a>
443
446
  </li>
@@ -523,7 +526,7 @@ $(function() {
523
526
  : <a class="el" href="classSVF_1_1RetCFGEdge.html#ad4bbb9881dff7b715c7a70b92baf376c">SVF::RetCFGEdge</a>
524
527
  </li>
525
528
  <li>RetPE()
526
- : <a class="el" href="classSVF_1_1RetPE.html#a0af89e939e91a980a083f931b209aea0">SVF::RetPE</a>
529
+ : <a class="el" href="classSVF_1_1RetPE.html#ab4da5e54fec989eab5640acc8c4fe215">SVF::RetPE</a>
527
530
  </li>
528
531
  <li>retPEBegin()
529
532
  : <a class="el" href="classSVF_1_1FormalRetVFGNode.html#ad81c6e6579293352ecb59345538b2132">SVF::FormalRetVFGNode</a>
@@ -563,19 +566,19 @@ $(function() {
563
566
  <li>reverseNodeMapping
564
567
  : <a class="el" href="classSVF_1_1PointsTo.html#a1ae4abe690d21eb5aaf2154243b604c1">SVF::PointsTo</a>
565
568
  </li>
569
+ <li>RevPtsMap
570
+ : <a class="el" href="classSVF_1_1MutablePTData.html#a6d491581d17876625d0265cd26acd8e1">SVF::MutablePTData&lt; Key, KeySet, Data, DataSet &gt;</a>
571
+ </li>
566
572
  <li>revPtsMap
567
573
  : <a class="el" href="classSVF_1_1MutablePTData.html#ad8c9fc1b290372ed9c68e54687724b64">SVF::MutablePTData&lt; Key, KeySet, Data, DataSet &gt;</a>
568
574
  </li>
569
575
  <li>RevPtsMap
570
- : <a class="el" href="classSVF_1_1MutablePTData.html#a6d491581d17876625d0265cd26acd8e1">SVF::MutablePTData&lt; Key, KeySet, Data, DataSet &gt;</a>
571
- , <a class="el" href="classSVF_1_1PersistentDiffPTData.html#ac008ee5f7e4d286f9e76d85989358305">SVF::PersistentDiffPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
576
+ : <a class="el" href="classSVF_1_1PersistentDiffPTData.html#ac008ee5f7e4d286f9e76d85989358305">SVF::PersistentDiffPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
577
+ , <a class="el" href="classSVF_1_1PersistentPTData.html#aad89172e6e99d5ee576faa7bc74b36d8">SVF::PersistentPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
572
578
  </li>
573
579
  <li>revPtsMap
574
580
  : <a class="el" href="classSVF_1_1PersistentPTData.html#a7b43ad5045ebdaa86f2587ea3f2f9563">SVF::PersistentPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
575
581
  </li>
576
- <li>RevPtsMap
577
- : <a class="el" href="classSVF_1_1PersistentPTData.html#aad89172e6e99d5ee576faa7bc74b36d8">SVF::PersistentPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
578
- </li>
579
582
  <li>rid
580
583
  : <a class="el" href="classSVF_1_1MemRegion.html#aeb8ba1e0c907aeb3de84d8bd899c98b4">SVF::MemRegion</a>
581
584
  </li>
@@ -611,7 +614,7 @@ $(function() {
611
614
  </li>
612
615
  <li>runOnModule()
613
616
  : <a class="el" href="classSVF_1_1BreakConstantGEPs.html#ae99ceb7923161d54e7d0a687f4f68e1a">SVF::BreakConstantGEPs</a>
614
- , <a class="el" href="classSVF_1_1DDAPass.html#a7bc2c9a62b7d97b8e19bee0c4625aea3">SVF::DDAPass</a>
617
+ , <a class="el" href="classSVF_1_1DDAPass.html#af196994d6ec7f5cead72212407842103">SVF::DDAPass</a>
615
618
  , <a class="el" href="classSVF_1_1DoubleFreeChecker.html#a71c9f9450e369d1196c49b7d9019dbda">SVF::DoubleFreeChecker</a>
616
619
  , <a class="el" href="classSVF_1_1FileChecker.html#a98a68536b8ffdb2250bbb01437598ac3">SVF::FileChecker</a>
617
620
  , <a class="el" href="classSVF_1_1FlowSensitive.html#a611608ccc9659bd320670f1ec31ad18e">SVF::FlowSensitive</a>
@@ -164,7 +164,8 @@ $(function() {
164
164
  : <a class="el" href="classSVF_1_1SVFIR.html#a46fadea4d08baefc8fbc1d8928da7f6b">SVF::SVFIR</a>
165
165
  </li>
166
166
  <li>SymbolTableBuilder
167
- : <a class="el" href="classSVF_1_1SymbolTableInfo.html#a9d9633d48431b80c078bd4a34c1e7fa0">SVF::SymbolTableInfo</a>
167
+ : <a class="el" href="classSVF_1_1ObjTypeInfo.html#a9d9633d48431b80c078bd4a34c1e7fa0">SVF::ObjTypeInfo</a>
168
+ , <a class="el" href="classSVF_1_1SymbolTableInfo.html#a9d9633d48431b80c078bd4a34c1e7fa0">SVF::SymbolTableInfo</a>
168
169
  </li>
169
170
  <li>SymbolTableInfo
170
171
  : <a class="el" href="classSVF_1_1LocationSet.html#a32ddec529ccbf4ea6336e5fd765164d8">SVF::LocationSet</a>
@@ -112,11 +112,13 @@ $(function() {
112
112
  </li>
113
113
  <li>SCC
114
114
  : <a class="el" href="classSVF_1_1MRGenerator.html#af8d52e6c9884c6e1abc6dbcbc5e32629">SVF::MRGenerator</a>
115
- , <a class="el" href="classSVF_1_1WPASolver.html#a1352953966be14b2a1d6244f35e74a33">SVF::WPASolver&lt; GraphType &gt;</a>
116
115
  </li>
117
116
  <li>scc
118
117
  : <a class="el" href="classSVF_1_1WPASolver.html#a21709a0f33b6238afe735cc9fe49ff70">SVF::WPASolver&lt; GraphType &gt;</a>
119
118
  </li>
119
+ <li>SCC
120
+ : <a class="el" href="classSVF_1_1WPASolver.html#a1352953966be14b2a1d6244f35e74a33">SVF::WPASolver&lt; GraphType &gt;</a>
121
+ </li>
120
122
  <li>sccCandidates
121
123
  : <a class="el" href="classSVF_1_1AndersenSCD.html#aeb0b3644c3bfbfa5768b92c99aeeef40">SVF::AndersenSCD</a>
122
124
  </li>
@@ -812,12 +814,12 @@ $(function() {
812
814
  <li>StoreStmt()
813
815
  : <a class="el" href="classSVF_1_1StoreStmt.html#a39ee0d8cc951aff0d6418a3d743fb3ae">SVF::StoreStmt</a>
814
816
  </li>
815
- <li>storesToMRsMap
816
- : <a class="el" href="classSVF_1_1MRGenerator.html#a255551fd3ff8fb33bcea93d0b00280b3">SVF::MRGenerator</a>
817
- </li>
818
817
  <li>StoresToMRsMap
819
818
  : <a class="el" href="classSVF_1_1MRGenerator.html#afacb458ca832ef459e873b7d90134a8c">SVF::MRGenerator</a>
820
819
  </li>
820
+ <li>storesToMRsMap
821
+ : <a class="el" href="classSVF_1_1MRGenerator.html#a255551fd3ff8fb33bcea93d0b00280b3">SVF::MRGenerator</a>
822
+ </li>
821
823
  <li>StoresToPointsToMap
822
824
  : <a class="el" href="classSVF_1_1MRGenerator.html#a357e1654e30b2f91f6ea30ea5a52e91d">SVF::MRGenerator</a>
823
825
  </li>
@@ -839,12 +841,12 @@ $(function() {
839
841
  <li>StoreVFGNode()
840
842
  : <a class="el" href="classSVF_1_1StoreVFGNode.html#ab4b9182cb0f2ef7dfc1e15789a311ecd">SVF::StoreVFGNode</a>
841
843
  </li>
842
- <li>strategy
843
- : <a class="el" href="classSVF_1_1NodeIDAllocator.html#a44420802f9db288515ee09771c3edd4d">SVF::NodeIDAllocator</a>
844
- </li>
845
844
  <li>Strategy
846
845
  : <a class="el" href="classSVF_1_1NodeIDAllocator.html#a8cf553cd07768aad3f3b91bf3d7c6228">SVF::NodeIDAllocator</a>
847
846
  </li>
847
+ <li>strategy
848
+ : <a class="el" href="classSVF_1_1NodeIDAllocator.html#a44420802f9db288515ee09771c3edd4d">SVF::NodeIDAllocator</a>
849
+ </li>
848
850
  <li>stride
849
851
  : <a class="el" href="classSVF_1_1StInfo.html#a6c52ecbeeeeb0dda019c68aec687f2c2">SVF::StInfo</a>
850
852
  </li>
@@ -971,12 +973,12 @@ $(function() {
971
973
  : <a class="el" href="classSVF_1_1ProgSlice.html#af41c438baa739406a35bcb2e9ba431dd">SVF::ProgSlice</a>
972
974
  , <a class="el" href="classSVF_1_1SrcSnkDDA.html#ad6935e27bbd95d26a01b22b879efed58">SVF::SrcSnkDDA</a>
973
975
  </li>
974
- <li>SVFGNodeToCondMap
975
- : <a class="el" href="classSVF_1_1ProgSlice.html#ae16157bd0b66dfb3cc18b778a745ed00">SVF::ProgSlice</a>
976
- </li>
977
976
  <li>svfgNodeToCondMap
978
977
  : <a class="el" href="classSVF_1_1ProgSlice.html#aeda61b2786b128e8c45089de60dcafce">SVF::ProgSlice</a>
979
978
  </li>
979
+ <li>SVFGNodeToCondMap
980
+ : <a class="el" href="classSVF_1_1ProgSlice.html#ae16157bd0b66dfb3cc18b778a745ed00">SVF::ProgSlice</a>
981
+ </li>
980
982
  <li>SVFGNodeToCSIDMap
981
983
  : <a class="el" href="classSVF_1_1LeakChecker.html#a90c7275babe222f006233d2f2d2b6700">SVF::LeakChecker</a>
982
984
  </li>
@@ -1078,8 +1080,9 @@ $(function() {
1078
1080
  <li>SymbolInfo()
1079
1081
  : <a class="el" href="classSVF_1_1SymbolTableInfo.html#a267169023fc4f8dd66b145f7231fec11">SVF::SymbolTableInfo</a>
1080
1082
  </li>
1081
- <li>SymbolTableBuilder()
1082
- : <a class="el" href="classSVF_1_1SymbolTableBuilder.html#ad39b982a2a91a10b4f22ee6150e9cebf">SVF::SymbolTableBuilder</a>
1083
+ <li>SymbolTableBuilder
1084
+ : <a class="el" href="classSVF_1_1ObjTypeInfo.html#a9d9633d48431b80c078bd4a34c1e7fa0">SVF::ObjTypeInfo</a>
1085
+ , <a class="el" href="classSVF_1_1SymbolTableBuilder.html#ad39b982a2a91a10b4f22ee6150e9cebf">SVF::SymbolTableBuilder</a>
1083
1086
  , <a class="el" href="classSVF_1_1SymbolTableInfo.html#a9d9633d48431b80c078bd4a34c1e7fa0">SVF::SymbolTableInfo</a>
1084
1087
  </li>
1085
1088
  <li>SymbolTableInfo