svf-tools 1.0.533 → 1.0.536

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 (198) hide show
  1. package/SVF-doxygen/html/html/AndersenStat_8cpp_source.html +1 -1
  2. package/SVF-doxygen/html/html/AndersenWaveDiff_8cpp_source.html +1 -3
  3. package/SVF-doxygen/html/html/Andersen_8cpp_source.html +2 -2
  4. package/SVF-doxygen/html/html/Andersen_8h_source.html +5 -6
  5. package/SVF-doxygen/html/html/CallGraphBuilder_8cpp_source.html +2 -2
  6. package/SVF-doxygen/html/html/DCHG_8cpp_source.html +10 -10
  7. package/SVF-doxygen/html/html/DCHG_8h_source.html +5 -5
  8. package/SVF-doxygen/html/html/DDAPass_8cpp_source.html +1 -1
  9. package/SVF-doxygen/html/html/DataFlowUtil_8h_source.html +2 -2
  10. package/SVF-doxygen/html/html/ExtAPI_8cpp_source.html +43 -36
  11. package/SVF-doxygen/html/html/ExtAPI_8h.html +2 -0
  12. package/SVF-doxygen/html/html/ExtAPI_8h_source.html +80 -69
  13. package/SVF-doxygen/html/html/FlowSensitive_8h_source.html +1 -1
  14. package/SVF-doxygen/html/html/ICFGBuilder_8cpp_source.html +1 -1
  15. package/SVF-doxygen/html/html/LLVMUtil_8cpp_source.html +1 -1
  16. package/SVF-doxygen/html/html/LockAnalysis_8cpp_source.html +1 -1
  17. package/SVF-doxygen/html/html/MHP_8cpp.html +1 -1
  18. package/SVF-doxygen/html/html/MHP_8cpp_source.html +4 -4
  19. package/SVF-doxygen/html/html/MHP_8h_source.html +1 -1
  20. package/SVF-doxygen/html/html/MTAAnnotator_8cpp_source.html +1 -1
  21. package/SVF-doxygen/html/html/MTAStat_8cpp_source.html +1 -1
  22. package/SVF-doxygen/html/html/MTA_8cpp_source.html +2 -2
  23. package/SVF-doxygen/html/html/MTA_8h_source.html +2 -2
  24. package/SVF-doxygen/html/html/PCG_8cpp_source.html +1 -1
  25. package/SVF-doxygen/html/html/SVF-FE_2BasicTypes_8h.html +80 -0
  26. package/SVF-doxygen/html/html/SVF-FE_2BasicTypes_8h_source.html +62 -22
  27. package/SVF-doxygen/html/html/SVFIRBuilder_8cpp_source.html +4 -10
  28. package/SVF-doxygen/html/html/SVFIRBuilder_8h.html +0 -1
  29. package/SVF-doxygen/html/html/SVFIRBuilder_8h_source.html +60 -62
  30. package/SVF-doxygen/html/html/SVFIR_8h_source.html +1 -1
  31. package/SVF-doxygen/html/html/SVFUtil_8cpp_source.html +3 -1
  32. package/SVF-doxygen/html/html/SVFUtil_8h_source.html +7 -7
  33. package/SVF-doxygen/html/html/SrcSnkDDA_8cpp_source.html +1 -1
  34. package/SVF-doxygen/html/html/SymbolTableBuilder_8cpp_source.html +1 -1
  35. package/SVF-doxygen/html/html/TCT_8cpp_source.html +1 -1
  36. package/SVF-doxygen/html/html/TCT_8h_source.html +1 -1
  37. package/SVF-doxygen/html/html/VersionedFlowSensitive_8cpp_source.html +3 -3
  38. package/SVF-doxygen/html/html/WPAFSSolver_8h_source.html +6 -6
  39. package/SVF-doxygen/html/html/WPAPass_8cpp_source.html +1 -1
  40. package/SVF-doxygen/html/html/WPASolver_8h_source.html +17 -18
  41. package/SVF-doxygen/html/html/annotated.html +2 -1
  42. package/SVF-doxygen/html/html/cfl_8cpp.html +1 -1
  43. package/SVF-doxygen/html/html/cfl_8cpp_source.html +1 -1
  44. package/SVF-doxygen/html/html/classSVF_1_1Andersen.html +12 -13
  45. package/SVF-doxygen/html/html/classSVF_1_1AndersenBase-members.html +175 -176
  46. package/SVF-doxygen/html/html/classSVF_1_1AndersenBase.html +5 -7
  47. package/SVF-doxygen/html/html/classSVF_1_1AndersenSCD.html +11 -10
  48. package/SVF-doxygen/html/html/classSVF_1_1AndersenSFR.html +5 -4
  49. package/SVF-doxygen/html/html/classSVF_1_1AndersenStat.html +1 -1
  50. package/SVF-doxygen/html/html/classSVF_1_1AndersenWaveDiff-members.html +9 -9
  51. package/SVF-doxygen/html/html/classSVF_1_1AndersenWaveDiff.html +160 -208
  52. package/SVF-doxygen/html/html/classSVF_1_1CallGraphBuilder.html +1 -1
  53. package/SVF-doxygen/html/html/classSVF_1_1DCHGraph.html +43 -43
  54. package/SVF-doxygen/html/html/classSVF_1_1DDAPass.html +1 -1
  55. package/SVF-doxygen/html/html/classSVF_1_1ExtAPI-members.html +19 -17
  56. package/SVF-doxygen/html/html/classSVF_1_1ExtAPI.html +230 -141
  57. package/SVF-doxygen/html/html/classSVF_1_1ExtAPI_1_1Operation-members.html +88 -0
  58. package/SVF-doxygen/html/html/classSVF_1_1ExtAPI_1_1Operation.html +344 -0
  59. package/SVF-doxygen/html/html/classSVF_1_1FSMPTA-members.html +240 -241
  60. package/SVF-doxygen/html/html/classSVF_1_1FSMPTA.html +1 -3
  61. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitive-members.html +230 -231
  62. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitive.html +5 -7
  63. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitiveStat.html +1 -1
  64. package/SVF-doxygen/html/html/classSVF_1_1ForkJoinAnalysis.html +2 -2
  65. package/SVF-doxygen/html/html/classSVF_1_1ICFGBuilder.html +1 -1
  66. package/SVF-doxygen/html/html/classSVF_1_1LockAnalysis.html +1 -1
  67. package/SVF-doxygen/html/html/classSVF_1_1MHP.html +1 -1
  68. package/SVF-doxygen/html/html/classSVF_1_1MTA.html +3 -3
  69. package/SVF-doxygen/html/html/classSVF_1_1MTAAnnotator.html +1 -1
  70. package/SVF-doxygen/html/html/classSVF_1_1MTAStat.html +1 -1
  71. package/SVF-doxygen/html/html/classSVF_1_1PCG.html +1 -1
  72. package/SVF-doxygen/html/html/classSVF_1_1SVFIRBuilder-members.html +63 -64
  73. package/SVF-doxygen/html/html/classSVF_1_1SVFIRBuilder.html +306 -348
  74. package/SVF-doxygen/html/html/classSVF_1_1SrcSnkDDA.html +1 -1
  75. package/SVF-doxygen/html/html/classSVF_1_1Steensgaard-members.html +187 -188
  76. package/SVF-doxygen/html/html/classSVF_1_1Steensgaard.html +5 -7
  77. package/SVF-doxygen/html/html/classSVF_1_1SymbolTableBuilder.html +1 -1
  78. package/SVF-doxygen/html/html/classSVF_1_1ThreadCallGraphBuilder.html +1 -1
  79. package/SVF-doxygen/html/html/classSVF_1_1TypeAnalysis-members.html +179 -180
  80. package/SVF-doxygen/html/html/classSVF_1_1TypeAnalysis.html +1 -3
  81. package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitive-members.html +281 -282
  82. package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitive.html +6 -8
  83. package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitiveStat.html +1 -1
  84. package/SVF-doxygen/html/html/classSVF_1_1WPAFSSolver-members.html +31 -32
  85. package/SVF-doxygen/html/html/classSVF_1_1WPAFSSolver.html +1 -3
  86. package/SVF-doxygen/html/html/classSVF_1_1WPAMinimumSolver-members.html +42 -43
  87. package/SVF-doxygen/html/html/classSVF_1_1WPAMinimumSolver.html +6 -8
  88. package/SVF-doxygen/html/html/classSVF_1_1WPAPass.html +1 -1
  89. package/SVF-doxygen/html/html/classSVF_1_1WPASCCSolver-members.html +38 -39
  90. package/SVF-doxygen/html/html/classSVF_1_1WPASCCSolver.html +8 -10
  91. package/SVF-doxygen/html/html/classSVF_1_1WPASolver-members.html +29 -30
  92. package/SVF-doxygen/html/html/classSVF_1_1WPASolver.html +51 -86
  93. package/SVF-doxygen/html/html/classes.html +90 -90
  94. package/SVF-doxygen/html/html/functions_a.html +8 -5
  95. package/SVF-doxygen/html/html/functions_c.html +19 -20
  96. package/SVF-doxygen/html/html/functions_e.html +4 -7
  97. package/SVF-doxygen/html/html/functions_eval_e.html +2 -5
  98. package/SVF-doxygen/html/html/functions_func_c.html +12 -13
  99. package/SVF-doxygen/html/html/functions_func_g.html +23 -11
  100. package/SVF-doxygen/html/html/functions_func_m.html +0 -1
  101. package/SVF-doxygen/html/html/functions_func_o.html +7 -4
  102. package/SVF-doxygen/html/html/functions_func_p.html +1 -1
  103. package/SVF-doxygen/html/html/functions_func_s.html +11 -5
  104. package/SVF-doxygen/html/html/functions_g.html +21 -9
  105. package/SVF-doxygen/html/html/functions_i.html +3 -3
  106. package/SVF-doxygen/html/html/functions_l.html +3 -3
  107. package/SVF-doxygen/html/html/functions_m.html +0 -1
  108. package/SVF-doxygen/html/html/functions_n.html +4 -4
  109. package/SVF-doxygen/html/html/functions_o.html +21 -19
  110. package/SVF-doxygen/html/html/functions_p.html +7 -9
  111. package/SVF-doxygen/html/html/functions_r.html +4 -2
  112. package/SVF-doxygen/html/html/functions_s.html +22 -18
  113. package/SVF-doxygen/html/html/functions_v.html +3 -3
  114. package/SVF-doxygen/html/html/functions_vars_a.html +3 -0
  115. package/SVF-doxygen/html/html/functions_vars_o.html +3 -0
  116. package/SVF-doxygen/html/html/functions_w.html +11 -11
  117. package/SVF-doxygen/html/html/hierarchy.html +99 -98
  118. package/SVF-doxygen/html/html/namespaceSVF.html +741 -21
  119. package/SVF-doxygen/html/html/namespaceSVF_1_1LLVMUtil.html +3 -3
  120. package/SVF-doxygen/html/html/namespaceSVF_1_1SVFUtil.html +3 -1
  121. package/SVF-doxygen/html/html/namespacemembers.html +33 -0
  122. package/SVF-doxygen/html/html/namespacemembers_b.html +5 -2
  123. package/SVF-doxygen/html/html/namespacemembers_c.html +6 -0
  124. package/SVF-doxygen/html/html/namespacemembers_d.html +19 -1
  125. package/SVF-doxygen/html/html/namespacemembers_g.html +15 -3
  126. package/SVF-doxygen/html/html/namespacemembers_i.html +16 -4
  127. package/SVF-doxygen/html/html/namespacemembers_m.html +21 -0
  128. package/SVF-doxygen/html/html/namespacemembers_n.html +3 -0
  129. package/SVF-doxygen/html/html/namespacemembers_p.html +3 -0
  130. package/SVF-doxygen/html/html/namespacemembers_s.html +3 -0
  131. package/SVF-doxygen/html/html/namespacemembers_type.html +33 -0
  132. package/SVF-doxygen/html/html/namespacemembers_type_b.html +3 -0
  133. package/SVF-doxygen/html/html/namespacemembers_type_c.html +6 -0
  134. package/SVF-doxygen/html/html/namespacemembers_type_d.html +18 -0
  135. package/SVF-doxygen/html/html/namespacemembers_type_g.html +12 -0
  136. package/SVF-doxygen/html/html/namespacemembers_type_i.html +12 -0
  137. package/SVF-doxygen/html/html/namespacemembers_type_m.html +21 -0
  138. package/SVF-doxygen/html/html/namespacemembers_type_n.html +3 -0
  139. package/SVF-doxygen/html/html/namespacemembers_type_p.html +3 -0
  140. package/SVF-doxygen/html/html/namespacemembers_type_s.html +3 -0
  141. package/SVF-doxygen/html/html/namespacemembers_type_v.html +3 -0
  142. package/SVF-doxygen/html/html/namespacemembers_type_w.html +3 -0
  143. package/SVF-doxygen/html/html/namespacemembers_v.html +3 -0
  144. package/SVF-doxygen/html/html/namespacemembers_w.html +3 -0
  145. package/SVF-doxygen/html/html/search/all_1.js +12 -0
  146. package/SVF-doxygen/html/html/search/all_10.js +8 -7
  147. package/SVF-doxygen/html/html/search/all_11.js +2 -2
  148. package/SVF-doxygen/html/html/search/all_12.js +12 -9
  149. package/SVF-doxygen/html/html/search/all_13.js +3 -3
  150. package/SVF-doxygen/html/html/search/all_14.js +1 -1
  151. package/SVF-doxygen/html/html/search/all_15.js +4 -3
  152. package/SVF-doxygen/html/html/search/all_16.js +2 -1
  153. package/SVF-doxygen/html/html/search/all_2.js +1 -0
  154. package/SVF-doxygen/html/html/search/all_3.js +4 -2
  155. package/SVF-doxygen/html/html/search/all_4.js +6 -0
  156. package/SVF-doxygen/html/html/search/all_5.js +1 -2
  157. package/SVF-doxygen/html/html/search/all_7.js +9 -1
  158. package/SVF-doxygen/html/html/search/all_9.js +5 -1
  159. package/SVF-doxygen/html/html/search/all_c.js +2 -2
  160. package/SVF-doxygen/html/html/search/all_d.js +8 -1
  161. package/SVF-doxygen/html/html/search/all_e.js +2 -1
  162. package/SVF-doxygen/html/html/search/all_f.js +3 -2
  163. package/SVF-doxygen/html/html/search/classes_c.js +1 -0
  164. package/SVF-doxygen/html/html/search/enumvalues_4.js +1 -2
  165. package/SVF-doxygen/html/html/search/functions_11.js +2 -0
  166. package/SVF-doxygen/html/html/search/functions_2.js +1 -1
  167. package/SVF-doxygen/html/html/search/functions_6.js +5 -1
  168. package/SVF-doxygen/html/html/search/functions_c.js +1 -1
  169. package/SVF-doxygen/html/html/search/functions_e.js +1 -0
  170. package/SVF-doxygen/html/html/search/functions_f.js +1 -1
  171. package/SVF-doxygen/html/html/search/typedefs_0.js +11 -0
  172. package/SVF-doxygen/html/html/search/typedefs_1.js +1 -0
  173. package/SVF-doxygen/html/html/search/typedefs_10.js +1 -0
  174. package/SVF-doxygen/html/html/search/typedefs_13.js +1 -0
  175. package/SVF-doxygen/html/html/search/typedefs_14.js +1 -0
  176. package/SVF-doxygen/html/html/search/typedefs_2.js +2 -0
  177. package/SVF-doxygen/html/html/search/typedefs_3.js +6 -0
  178. package/SVF-doxygen/html/html/search/typedefs_6.js +4 -0
  179. package/SVF-doxygen/html/html/search/typedefs_7.js +4 -0
  180. package/SVF-doxygen/html/html/search/typedefs_b.js +7 -0
  181. package/SVF-doxygen/html/html/search/typedefs_c.js +1 -0
  182. package/SVF-doxygen/html/html/search/typedefs_e.js +1 -0
  183. package/SVF-doxygen/html/html/search/variables_1.js +1 -0
  184. package/SVF-doxygen/html/html/search/variables_13.js +1 -1
  185. package/SVF-doxygen/html/html/search/variables_14.js +1 -1
  186. package/SVF-doxygen/html/html/search/variables_f.js +1 -0
  187. package/SVF-doxygen/html/html/svf-ex_8cpp.html +1 -1
  188. package/SVF-doxygen/html/html/svf-ex_8cpp_source.html +1 -1
  189. package/include/SVF-FE/BasicTypes.h +43 -0
  190. package/include/SVF-FE/SVFIRBuilder.h +0 -2
  191. package/include/Util/ExtAPI.h +49 -5
  192. package/include/Util/ExtAPI.json +1312 -320
  193. package/include/WPA/Andersen.h +1 -4
  194. package/include/WPA/WPASolver.h +1 -3
  195. package/lib/SVF-FE/SVFIRBuilder.cpp +219 -238
  196. package/lib/Util/ExtAPI.cpp +109 -0
  197. package/lib/WPA/AndersenWaveDiff.cpp +0 -14
  198. package/package.json +1 -1
@@ -958,7 +958,7 @@ $(function() {
958
958
  : <a class="el" href="classSVF_1_1SVFIR.html#a93bc14960cdd4eb345c64e9b79757ccf">SVF::SVFIR</a>
959
959
  </li>
960
960
  <li>addVarargNode()
961
- : <a class="el" href="classSVF_1_1SVFIR.html#a6ade5bf3edc7b6c3faafc3e5ff3d0538">SVF::SVFIR</a>
961
+ : <a class="el" href="classSVF_1_1SVFIR.html#a078c01295f47bf12f1a2b8abfab8b28d">SVF::SVFIR</a>
962
962
  </li>
963
963
  <li>addVariantGepCGEdge()
964
964
  : <a class="el" href="classSVF_1_1ConstraintGraph.html#a6902cabb252b1eaadb3c8220b4581a2f">SVF::ConstraintGraph</a>
@@ -992,10 +992,10 @@ $(function() {
992
992
  : <a class="el" href="classSVF_1_1SparseBitVector_1_1SparseBitVectorIterator.html#a346d500f11666f4746237f42a8d67fc1">SVF::SparseBitVector&lt; ElementSize &gt;::SparseBitVectorIterator</a>
993
993
  </li>
994
994
  <li>alias()
995
- : <a class="el" href="classSVF_1_1BVDataPTAImpl.html#a949533e5c99698c7f9862aae5de23687">SVF::BVDataPTAImpl</a>
996
- , <a class="el" href="classSVF_1_1CFLAlias.html#afb96040a903b9b889fcf23b26cb4565a">SVF::CFLAlias</a>
995
+ : <a class="el" href="classSVF_1_1BVDataPTAImpl.html#a25720f154731a8c745da10aa76ab8517">SVF::BVDataPTAImpl</a>
996
+ , <a class="el" href="classSVF_1_1CFLAlias.html#a0575c3badff6a158a6043e3e940af507">SVF::CFLAlias</a>
997
997
  , <a class="el" href="classSVF_1_1CondPTAImpl.html#adb1ed3728d53a13c94402392155e9913">SVF::CondPTAImpl&lt; Cond &gt;</a>
998
- , <a class="el" href="classSVF_1_1DDAPass.html#a96de481dd2af7b39428aff38158c1d4e">SVF::DDAPass</a>
998
+ , <a class="el" href="classSVF_1_1DDAPass.html#a242575c5bd8a8f17fdc802e5ba80e7b0">SVF::DDAPass</a>
999
999
  , <a class="el" href="classSVF_1_1LockAnalysis.html#a4424f27444c12dce8071c56a95c664bf">SVF::LockAnalysis</a>
1000
1000
  , <a class="el" href="classSVF_1_1PointerAnalysis.html#a6c01f259ad2379a422d7106ce0255eb8">SVF::PointerAnalysis</a>
1001
1001
  , <a class="el" href="classSVF_1_1WPAPass.html#a5a71ab4d4bd993ff52da60c730d7b57f">SVF::WPAPass</a>
@@ -1261,6 +1261,9 @@ $(function() {
1261
1261
  : <a class="el" href="classSVF_1_1CallSite.html#a145676880fce313b4634d14118476c27">SVF::CallSite</a>
1262
1262
  , <a class="el" href="classSVF_1_1SVFFunction.html#a3757cd3ae587eaca488fa4cd8ad3967d">SVF::SVFFunction</a>
1263
1263
  </li>
1264
+ <li>args
1265
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#a826ff720a0038118e8e27e2a36d05cd5">SVF::ExtAPI::Operation</a>
1266
+ </li>
1264
1267
  <li>argsOfUncalledFunction
1265
1268
  : <a class="el" href="classSVF_1_1SVFModule.html#a90bd61848ffbbb0bc30b33bf65d1cb6e">SVF::SVFModule</a>
1266
1269
  </li>
@@ -1271,7 +1274,7 @@ $(function() {
1271
1274
  : <a class="el" href="classSVF_1_1Z3Expr.html#a5c3347a21592e43e36d421ea5cae6bc9">SVF::Z3Expr</a>
1272
1275
  </li>
1273
1276
  <li>AssignStmt()
1274
- : <a class="el" href="classSVF_1_1AssignStmt.html#aff4c35109790daed3c6170c985153620">SVF::AssignStmt</a>
1277
+ : <a class="el" href="classSVF_1_1AssignStmt.html#a41bf9092cbdfccb9724bd58e10aa51a6">SVF::AssignStmt</a>
1275
1278
  </li>
1276
1279
  <li>atEnd
1277
1280
  : <a class="el" href="classSVF_1_1CondPointsToSet_1_1CondPtsSetIterator.html#ad22614f30570619802e23715d1d5eaf0">SVF::CondPointsToSet&lt; Cond &gt;::CondPtsSetIterator</a>
@@ -725,7 +725,7 @@ $(function() {
725
725
  , <a class="el" href="classSVF_1_1TypeAnalysis.html#ae14733ac9763b07a84ed9b5e297badf3">SVF::TypeAnalysis</a>
726
726
  , <a class="el" href="classSVF_1_1UnaryOPStmt.html#abb10688145fa76629916ec3df61b6c95">SVF::UnaryOPStmt</a>
727
727
  , <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#a01a9b0fd0189462e37ff51e232a5cda8">SVF::UnaryOPVFGNode</a>
728
- , <a class="el" href="classSVF_1_1ValVar.html#adbbf3c9ff5dcb10ac528d3eb4b69750c">SVF::ValVar</a>
728
+ , <a class="el" href="classSVF_1_1ValVar.html#a371f38564932cc04c6c4a00a99bf6c6a">SVF::ValVar</a>
729
729
  , <a class="el" href="classSVF_1_1VarArgPN.html#acaecf9e9d98c4a14fecee0877a72839c">SVF::VarArgPN</a>
730
730
  , <a class="el" href="classSVF_1_1VariantGepCGEdge.html#a5afc61b0781b222c70707a0ea765a4bd">SVF::VariantGepCGEdge</a>
731
731
  , <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#afd1e0d4445e1e50e95f816e51f8de3c8">SVF::VersionedFlowSensitive</a>
@@ -877,7 +877,6 @@ $(function() {
877
877
  </li>
878
878
  <li>collapsePWCNode()
879
879
  : <a class="el" href="classSVF_1_1Andersen.html#ae79bff0e9c49f15e7db00ed605824d98">SVF::Andersen</a>
880
- , <a class="el" href="classSVF_1_1WPASolver.html#a138b403af0370ad6fdf8cc6af0530392">SVF::WPASolver&lt; GraphType &gt;</a>
881
880
  </li>
882
881
  <li>CollapseTime
883
882
  : <a class="el" href="classSVF_1_1AndersenStat.html#a3f5739454b1f4e03b4388a4ba5730e15">SVF::AndersenStat</a>
@@ -1100,7 +1099,7 @@ $(function() {
1100
1099
  , <a class="el" href="classSVF_1_1SaberCondAllocator.html#a2e4c3f5149a5085a5c8bb7547eae8161">SVF::SaberCondAllocator</a>
1101
1100
  </li>
1102
1101
  <li>CondPointsToSet()
1103
- : <a class="el" href="classSVF_1_1CondPointsToSet.html#a7217769c21c50c44f139006ec44d3a6f">SVF::CondPointsToSet&lt; Cond &gt;</a>
1102
+ : <a class="el" href="classSVF_1_1CondPointsToSet.html#aad144061d006968ff4d6d21488b84801">SVF::CondPointsToSet&lt; Cond &gt;</a>
1104
1103
  </li>
1105
1104
  <li>CondPosMap
1106
1105
  : <a class="el" href="classSVF_1_1SaberCondAllocator.html#aa330cc6a1a3c38601ebeb325ffd87221">SVF::SaberCondAllocator</a>
@@ -1121,10 +1120,10 @@ $(function() {
1121
1120
  : <a class="el" href="classSVF_1_1CondPointsToSet_1_1CondPtsSetIterator.html#a8a3d10d0aaf4708e7e44bedc6be077e0">SVF::CondPointsToSet&lt; Cond &gt;::CondPtsSetIterator</a>
1122
1121
  </li>
1123
1122
  <li>CondStdSet()
1124
- : <a class="el" href="classSVF_1_1CondStdSet.html#a1f3e8aa09ca8e7f252525e35c4886c5b">SVF::CondStdSet&lt; Element &gt;</a>
1123
+ : <a class="el" href="classSVF_1_1CondStdSet.html#a3f1885562bb34c3ccbd15117788725e0">SVF::CondStdSet&lt; Element &gt;</a>
1125
1124
  </li>
1126
1125
  <li>CondVar()
1127
- : <a class="el" href="classSVF_1_1CondVar.html#a93101c4401ed4ced33d64b5726e9cd69">SVF::CondVar&lt; Cond &gt;</a>
1126
+ : <a class="el" href="classSVF_1_1CondVar.html#a0999a4b34face00af83b3b840920fd3f">SVF::CondVar&lt; Cond &gt;</a>
1128
1127
  </li>
1129
1128
  <li>connectAInAndFIn()
1130
1129
  : <a class="el" href="classSVF_1_1SVFG.html#ac9ab2a95cd7a09bbe4b4aa3e6fafaf62">SVF::SVFG</a>
@@ -1324,7 +1323,7 @@ $(function() {
1324
1323
  , <a class="el" href="classSVF_1_1VFGNode.html#a99a54cf322b0eec3a1ef109ce5f2db75af589a053fdb7efc728b68a324fc58b2b">SVF::VFGNode</a>
1325
1324
  </li>
1326
1325
  <li>CopyCGEdge()
1327
- : <a class="el" href="classSVF_1_1CopyCGEdge.html#ac82949d49688f428d09842bda0ba1d53">SVF::CopyCGEdge</a>
1326
+ : <a class="el" href="classSVF_1_1CopyCGEdge.html#a90cbb8b4085648811f95afde4175a168">SVF::CopyCGEdge</a>
1328
1327
  </li>
1329
1328
  <li>copyInEdges
1330
1329
  : <a class="el" href="classSVF_1_1ConstraintNode.html#a4d413d64bf554ecdc72709afeeb85775">SVF::ConstraintNode</a>
@@ -1333,19 +1332,19 @@ $(function() {
1333
1332
  : <a class="el" href="classSVF_1_1ConstraintNode.html#a12df688fd9b5b7617daadc7bee0fff40">SVF::ConstraintNode</a>
1334
1333
  </li>
1335
1334
  <li>CopyStmt()
1336
- : <a class="el" href="classSVF_1_1CopyStmt.html#aa965d58e96e8729d16d66387ee09eac7">SVF::CopyStmt</a>
1335
+ : <a class="el" href="classSVF_1_1CopyStmt.html#a63b808e82e75562c53e4371cc3d7ed1e">SVF::CopyStmt</a>
1337
1336
  </li>
1338
1337
  <li>copyTime
1339
1338
  : <a class="el" href="classSVF_1_1FlowSensitive.html#a888d6334e5e226c634680e4c0674dcfb">SVF::FlowSensitive</a>
1340
1339
  </li>
1341
1340
  <li>CopyVFGNode()
1342
- : <a class="el" href="classSVF_1_1CopyVFGNode.html#ac04930bac7b31563ce761779ff1dbf91">SVF::CopyVFGNode</a>
1341
+ : <a class="el" href="classSVF_1_1CopyVFGNode.html#a0f3f697a0053bf5847db95f526bec1e7">SVF::CopyVFGNode</a>
1343
1342
  </li>
1344
1343
  <li>CoreBitVector()
1345
1344
  : <a class="el" href="classSVF_1_1CoreBitVector.html#adb5b13df8bc76f00ceb145711cfb77e1">SVF::CoreBitVector</a>
1346
1345
  </li>
1347
1346
  <li>CoreBitVectorIterator()
1348
- : <a class="el" href="classSVF_1_1CoreBitVector_1_1CoreBitVectorIterator.html#add4da76753804d22314f070e1ad1ce6f">SVF::CoreBitVector::CoreBitVectorIterator</a>
1347
+ : <a class="el" href="classSVF_1_1CoreBitVector_1_1CoreBitVectorIterator.html#abe0289ad45158397b6950afc920f34ef">SVF::CoreBitVector::CoreBitVectorIterator</a>
1349
1348
  </li>
1350
1349
  <li>count()
1351
1350
  : <a class="el" href="classSVF_1_1CondStdSet.html#aa19e82905537f3ae41f64fce070ee555">SVF::CondStdSet&lt; Element &gt;</a>
@@ -1613,7 +1612,7 @@ $(function() {
1613
1612
  : <a class="el" href="classSVF_1_1Options.html#a7b9af13feccc116377aeb107640ae874">SVF::Options</a>
1614
1613
  </li>
1615
1614
  <li>CxtDPItem()
1616
- : <a class="el" href="classSVF_1_1CxtDPItem.html#ab2adb60f776ed2cde73253ff367e14cf">SVF::CxtDPItem</a>
1615
+ : <a class="el" href="classSVF_1_1CxtDPItem.html#a673749f246b002b33ca3718a566779ca">SVF::CxtDPItem</a>
1617
1616
  </li>
1618
1617
  <li>cxtJoinInLoop
1619
1618
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#a63da48d338683ec95709a6bd95238707">SVF::ForkJoinAnalysis</a>
@@ -1648,14 +1647,14 @@ $(function() {
1648
1647
  <li>CxtLockToLockSet
1649
1648
  : <a class="el" href="classSVF_1_1LockAnalysis.html#ab782401c6521a2810e28ac602710ac22">SVF::LockAnalysis</a>
1650
1649
  </li>
1651
- <li>CxtLockToSpan
1652
- : <a class="el" href="classSVF_1_1LockAnalysis.html#a7335d5b13a6cb1dcde9706f30b8a4826">SVF::LockAnalysis</a>
1653
- </li>
1654
1650
  <li>cxtLocktoSpan
1655
1651
  : <a class="el" href="classSVF_1_1LockAnalysis.html#a2fd796765f16cc7094f36d68c0ff70a0">SVF::LockAnalysis</a>
1656
1652
  </li>
1653
+ <li>CxtLockToSpan
1654
+ : <a class="el" href="classSVF_1_1LockAnalysis.html#a7335d5b13a6cb1dcde9706f30b8a4826">SVF::LockAnalysis</a>
1655
+ </li>
1657
1656
  <li>CxtProc()
1658
- : <a class="el" href="classSVF_1_1CxtProc.html#a25a80c93a6aeb1112a846d6c588364cc">SVF::CxtProc</a>
1657
+ : <a class="el" href="classSVF_1_1CxtProc.html#ac1ca3a049f6d0f8a0548a153cc903aa0">SVF::CxtProc</a>
1659
1658
  </li>
1660
1659
  <li>cxts
1661
1660
  : <a class="el" href="classSVF_1_1LLVMModuleSet.html#ad06a92bf8bc556de742e0ffdf79ffafe">SVF::LLVMModuleSet</a>
@@ -1664,7 +1663,7 @@ $(function() {
1664
1663
  : <a class="el" href="classSVF_1_1ContextCond.html#a20f15a1661f928ab80bacaf8f5c497b1">SVF::ContextCond</a>
1665
1664
  </li>
1666
1665
  <li>CxtStmt()
1667
- : <a class="el" href="classSVF_1_1CxtStmt.html#ac11734a3e0db8415fdf55157b20b56a4">SVF::CxtStmt</a>
1666
+ : <a class="el" href="classSVF_1_1CxtStmt.html#ad976db5b794019bb68ccc9a35349fb41">SVF::CxtStmt</a>
1668
1667
  </li>
1669
1668
  <li>CxtStmtDPItem()
1670
1669
  : <a class="el" href="classSVF_1_1CxtStmtDPItem.html#a595d44fa92f4ebef2fe789873fd357e0">SVF::CxtStmtDPItem&lt; LocCond &gt;</a>
@@ -1677,12 +1676,12 @@ $(function() {
1677
1676
  <li>CxtStmtSet
1678
1677
  : <a class="el" href="classSVF_1_1LockAnalysis.html#a42ed881d4cd79eae099266a9e171aeb2">SVF::LockAnalysis</a>
1679
1678
  </li>
1680
- <li>cxtStmtToAliveFlagMap
1681
- : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aa31b3f3d51b963ccd475e66b77143dba">SVF::ForkJoinAnalysis</a>
1682
- </li>
1683
1679
  <li>CxtStmtToAliveFlagMap
1684
1680
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#acdc652faba35e45820cce0cdd20ea99c">SVF::ForkJoinAnalysis</a>
1685
1681
  </li>
1682
+ <li>cxtStmtToAliveFlagMap
1683
+ : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aa31b3f3d51b963ccd475e66b77143dba">SVF::ForkJoinAnalysis</a>
1684
+ </li>
1686
1685
  <li>CxtStmtToCxtLockS
1687
1686
  : <a class="el" href="classSVF_1_1LockResultValidator.html#a03954bdf28345cd7fbcd5cc242d40681">SVF::LockResultValidator</a>
1688
1687
  </li>
@@ -1707,10 +1706,10 @@ $(function() {
1707
1706
  , <a class="el" href="classSVF_1_1LockAnalysis.html#ae2218961699a4b4385f47fb039005dbe">SVF::LockAnalysis</a>
1708
1707
  </li>
1709
1708
  <li>CxtThread()
1710
- : <a class="el" href="classSVF_1_1CxtThread.html#a7f842879cad19328575f33220491352a">SVF::CxtThread</a>
1709
+ : <a class="el" href="classSVF_1_1CxtThread.html#ac6af46ba08bbad4454358298fd2557d3">SVF::CxtThread</a>
1711
1710
  </li>
1712
1711
  <li>CxtThreadProc()
1713
- : <a class="el" href="classSVF_1_1CxtThreadProc.html#acce14996e41ae55ae8e27b29408ef7c8">SVF::CxtThreadProc</a>
1712
+ : <a class="el" href="classSVF_1_1CxtThreadProc.html#a1c7dd7740266a07d354df537a9167bcc">SVF::CxtThreadProc</a>
1714
1713
  </li>
1715
1714
  <li>CxtThreadProcSet
1716
1715
  : <a class="el" href="classSVF_1_1TCT.html#a09493a428c0ebe7f67847b48f0481f40">SVF::TCT</a>
@@ -291,7 +291,7 @@ $(function() {
291
291
  , <a class="el" href="classSVF_1_1CondStdSet.html#a93c232ef7e5dea652622da7f994e1dc3">SVF::CondStdSet&lt; Element &gt;</a>
292
292
  , <a class="el" href="classSVF_1_1ContextCond.html#a4b56b54896a1241032d7614309829399">SVF::ContextCond</a>
293
293
  , <a class="el" href="classSVF_1_1CoreBitVector.html#a93cdd9890522cc9fee2451567e0b1f0d">SVF::CoreBitVector</a>
294
- , <a class="el" href="classSVF_1_1GenericGraph.html#a4bef15157423cef48dc7333a803cd27d">SVF::GenericGraph&lt; NodeTy, EdgeTy &gt;</a>
294
+ , <a class="el" href="classSVF_1_1GenericGraph.html#a3001af3746d26b7dc0a212db5e48a4bb">SVF::GenericGraph&lt; NodeTy, EdgeTy &gt;</a>
295
295
  , <a class="el" href="classSVF_1_1PointsTo.html#a8f741cdffbf3c5fe0f602cdca677dee6">SVF::PointsTo</a>
296
296
  , <a class="el" href="classSVF_1_1SparseBitVector.html#a1b5abe09fd0fcd337385653cb47343c1">SVF::SparseBitVector&lt; ElementSize &gt;</a>
297
297
  , <a class="el" href="classSVF_1_1SVFModule.html#a58d03edb6ff85f4943135478f113df31">SVF::SVFModule</a>
@@ -382,7 +382,7 @@ $(function() {
382
382
  : <a class="el" href="classSVF_1_1MHP.html#aab80f1bc5c359a7d3b03f249bafa1d40">SVF::MHP</a>
383
383
  </li>
384
384
  <li>ExeState()
385
- : <a class="el" href="classSVF_1_1ExeState.html#a62bef487b31f2a4ca27b4e9b183bdef5">SVF::ExeState</a>
385
+ : <a class="el" href="classSVF_1_1ExeState.html#a83ce58a2551d511448d0224a96ca1bd7">SVF::ExeState</a>
386
386
  </li>
387
387
  <li>exeState
388
388
  : <a class="el" href="classSVF_1_1SymState.html#ab9ee5f993809fc026ffd270b0e9a6db4">SVF::SymState</a>
@@ -415,15 +415,12 @@ $(function() {
415
415
  <li>EXT_FUNPTR
416
416
  : <a class="el" href="classSVF_1_1ExtAPI.html#aaf94c82d98f8ed1514ee49c9881a4094ab6db72191d9b7d667fb6f7bd5b200d24">SVF::ExtAPI</a>
417
417
  </li>
418
- <li>EXT_GEPGEP
419
- : <a class="el" href="classSVF_1_1ExtAPI.html#aaf94c82d98f8ed1514ee49c9881a4094af5e672eee0c7b2ceb7f0f87ca9962dd8">SVF::ExtAPI</a>
418
+ <li>EXT_GEP
419
+ : <a class="el" href="classSVF_1_1ExtAPI.html#aaf94c82d98f8ed1514ee49c9881a4094acc6ac00f0ce70874f3a624927b6257fa">SVF::ExtAPI</a>
420
420
  </li>
421
421
  <li>EXT_LOAD
422
422
  : <a class="el" href="classSVF_1_1ExtAPI.html#aaf94c82d98f8ed1514ee49c9881a4094ab21117e18dd413220f4a331629d32bd8">SVF::ExtAPI</a>
423
423
  </li>
424
- <li>EXT_LOADSTORE
425
- : <a class="el" href="classSVF_1_1ExtAPI.html#aaf94c82d98f8ed1514ee49c9881a4094a9b961a2cf28f4ae48e8a120a65721669">SVF::ExtAPI</a>
426
- </li>
427
424
  <li>EXT_OTHER
428
425
  : <a class="el" href="classSVF_1_1ExtAPI.html#aaf94c82d98f8ed1514ee49c9881a4094a894fdba1a423fe49fa357f87ea69cf69">SVF::ExtAPI</a>
429
426
  </li>
@@ -182,15 +182,12 @@ $(function() {
182
182
  <li>EXT_FUNPTR
183
183
  : <a class="el" href="classSVF_1_1ExtAPI.html#aaf94c82d98f8ed1514ee49c9881a4094ab6db72191d9b7d667fb6f7bd5b200d24">SVF::ExtAPI</a>
184
184
  </li>
185
- <li>EXT_GEPGEP
186
- : <a class="el" href="classSVF_1_1ExtAPI.html#aaf94c82d98f8ed1514ee49c9881a4094af5e672eee0c7b2ceb7f0f87ca9962dd8">SVF::ExtAPI</a>
185
+ <li>EXT_GEP
186
+ : <a class="el" href="classSVF_1_1ExtAPI.html#aaf94c82d98f8ed1514ee49c9881a4094acc6ac00f0ce70874f3a624927b6257fa">SVF::ExtAPI</a>
187
187
  </li>
188
188
  <li>EXT_LOAD
189
189
  : <a class="el" href="classSVF_1_1ExtAPI.html#aaf94c82d98f8ed1514ee49c9881a4094ab21117e18dd413220f4a331629d32bd8">SVF::ExtAPI</a>
190
190
  </li>
191
- <li>EXT_LOADSTORE
192
- : <a class="el" href="classSVF_1_1ExtAPI.html#aaf94c82d98f8ed1514ee49c9881a4094a9b961a2cf28f4ae48e8a120a65721669">SVF::ExtAPI</a>
193
- </li>
194
191
  <li>EXT_OTHER
195
192
  : <a class="el" href="classSVF_1_1ExtAPI.html#aaf94c82d98f8ed1514ee49c9881a4094a894fdba1a423fe49fa357f87ea69cf69">SVF::ExtAPI</a>
196
193
  </li>
@@ -394,7 +394,7 @@ $(function() {
394
394
  , <a class="el" href="classSVF_1_1PersistentDFPTData.html#af64c6a2c0a1b2044fac56a69e9db7cff">SVF::PersistentDFPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
395
395
  , <a class="el" href="classSVF_1_1PersistentDiffPTData.html#ab01a663b665d629c15f3531f18b5abc2">SVF::PersistentDiffPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
396
396
  , <a class="el" href="classSVF_1_1PersistentPTData.html#a10221452ea6ffed4ae51a9c6f9dc1e93">SVF::PersistentPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
397
- , <a class="el" href="classSVF_1_1PersistentVersionedPTData.html#a9f5bb9d2020973660268c4e5ac98cb61">SVF::PersistentVersionedPTData&lt; Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet &gt;</a>
397
+ , <a class="el" href="classSVF_1_1PersistentVersionedPTData.html#afe724603022a8fed7469f9ecd633febc">SVF::PersistentVersionedPTData&lt; Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet &gt;</a>
398
398
  , <a class="el" href="classSVF_1_1PTData.html#a03c783b9a1faac0aee3e22361df594ce">SVF::PTData&lt; Key, KeySet, Data, DataSet &gt;</a>
399
399
  , <a class="el" href="classSVF_1_1VersionedPTData.html#a164436121f658ce0967a88bb84ecf220">SVF::VersionedPTData&lt; Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet &gt;</a>
400
400
  </li>
@@ -437,7 +437,6 @@ $(function() {
437
437
  </li>
438
438
  <li>collapsePWCNode()
439
439
  : <a class="el" href="classSVF_1_1Andersen.html#ae79bff0e9c49f15e7db00ed605824d98">SVF::Andersen</a>
440
- , <a class="el" href="classSVF_1_1WPASolver.html#a138b403af0370ad6fdf8cc6af0530392">SVF::WPASolver&lt; GraphType &gt;</a>
441
440
  </li>
442
441
  <li>collectArrayInfo()
443
442
  : <a class="el" href="classSVF_1_1SymbolTableInfo.html#aea1c4ec32c307feb5da455a41cc51b5e">SVF::SymbolTableInfo</a>
@@ -629,7 +628,7 @@ $(function() {
629
628
  , <a class="el" href="classSVF_1_1SaberCondAllocator.html#a2e4c3f5149a5085a5c8bb7547eae8161">SVF::SaberCondAllocator</a>
630
629
  </li>
631
630
  <li>CondPointsToSet()
632
- : <a class="el" href="classSVF_1_1CondPointsToSet.html#aad144061d006968ff4d6d21488b84801">SVF::CondPointsToSet&lt; Cond &gt;</a>
631
+ : <a class="el" href="classSVF_1_1CondPointsToSet.html#a3670dc2bb046f2d3e0d27dc02b32e62f">SVF::CondPointsToSet&lt; Cond &gt;</a>
633
632
  </li>
634
633
  <li>CondPTAImpl()
635
634
  : <a class="el" href="classSVF_1_1CondPTAImpl.html#a60678dda5071557483b27d09d26dc270">SVF::CondPTAImpl&lt; Cond &gt;</a>
@@ -638,10 +637,10 @@ $(function() {
638
637
  : <a class="el" href="classSVF_1_1CondPointsToSet_1_1CondPtsSetIterator.html#a8a3d10d0aaf4708e7e44bedc6be077e0">SVF::CondPointsToSet&lt; Cond &gt;::CondPtsSetIterator</a>
639
638
  </li>
640
639
  <li>CondStdSet()
641
- : <a class="el" href="classSVF_1_1CondStdSet.html#a3f1885562bb34c3ccbd15117788725e0">SVF::CondStdSet&lt; Element &gt;</a>
640
+ : <a class="el" href="classSVF_1_1CondStdSet.html#a1f3e8aa09ca8e7f252525e35c4886c5b">SVF::CondStdSet&lt; Element &gt;</a>
642
641
  </li>
643
642
  <li>CondVar()
644
- : <a class="el" href="classSVF_1_1CondVar.html#a0999a4b34face00af83b3b840920fd3f">SVF::CondVar&lt; Cond &gt;</a>
643
+ : <a class="el" href="classSVF_1_1CondVar.html#a93101c4401ed4ced33d64b5726e9cd69">SVF::CondVar&lt; Cond &gt;</a>
645
644
  </li>
646
645
  <li>connectAInAndFIn()
647
646
  : <a class="el" href="classSVF_1_1SVFG.html#ac9ab2a95cd7a09bbe4b4aa3e6fafaf62">SVF::SVFG</a>
@@ -725,25 +724,25 @@ $(function() {
725
724
  , <a class="el" href="classSVF_1_1SparseBitVector.html#abbd0e0cf759fad7858224ed8a63aade8">SVF::SparseBitVector&lt; ElementSize &gt;</a>
726
725
  </li>
727
726
  <li>ContextCond()
728
- : <a class="el" href="classSVF_1_1ContextCond.html#a9b81bf11679645d32d50b91bdb6d2dc1">SVF::ContextCond</a>
727
+ : <a class="el" href="classSVF_1_1ContextCond.html#a9ddc22484df27618c5095445f33b4cf1">SVF::ContextCond</a>
729
728
  </li>
730
729
  <li>ContextDDA()
731
730
  : <a class="el" href="classSVF_1_1ContextDDA.html#ac73213825d188fb4d1105ddc472fde05">SVF::ContextDDA</a>
732
731
  </li>
733
732
  <li>CopyCGEdge()
734
- : <a class="el" href="classSVF_1_1CopyCGEdge.html#ac82949d49688f428d09842bda0ba1d53">SVF::CopyCGEdge</a>
733
+ : <a class="el" href="classSVF_1_1CopyCGEdge.html#a0e950b306ec8d45e38f0320c63681ecd">SVF::CopyCGEdge</a>
735
734
  </li>
736
735
  <li>CopyStmt()
737
- : <a class="el" href="classSVF_1_1CopyStmt.html#a63b808e82e75562c53e4371cc3d7ed1e">SVF::CopyStmt</a>
736
+ : <a class="el" href="classSVF_1_1CopyStmt.html#a69b179ef052408034786d32a52c52389">SVF::CopyStmt</a>
738
737
  </li>
739
738
  <li>CopyVFGNode()
740
- : <a class="el" href="classSVF_1_1CopyVFGNode.html#a0f3f697a0053bf5847db95f526bec1e7">SVF::CopyVFGNode</a>
739
+ : <a class="el" href="classSVF_1_1CopyVFGNode.html#aee4a402546b3df92412a5252c9608818">SVF::CopyVFGNode</a>
741
740
  </li>
742
741
  <li>CoreBitVector()
743
- : <a class="el" href="classSVF_1_1CoreBitVector.html#a57b3db689583b652ab1426c04a66c4ae">SVF::CoreBitVector</a>
742
+ : <a class="el" href="classSVF_1_1CoreBitVector.html#adb5b13df8bc76f00ceb145711cfb77e1">SVF::CoreBitVector</a>
744
743
  </li>
745
744
  <li>CoreBitVectorIterator()
746
- : <a class="el" href="classSVF_1_1CoreBitVector_1_1CoreBitVectorIterator.html#add4da76753804d22314f070e1ad1ce6f">SVF::CoreBitVector::CoreBitVectorIterator</a>
745
+ : <a class="el" href="classSVF_1_1CoreBitVector_1_1CoreBitVectorIterator.html#a66b4a85853791c4e1537a4bdbc7a2f90">SVF::CoreBitVector::CoreBitVectorIterator</a>
747
746
  </li>
748
747
  <li>count()
749
748
  : <a class="el" href="classSVF_1_1CondStdSet.html#aa19e82905537f3ae41f64fce070ee555">SVF::CondStdSet&lt; Element &gt;</a>
@@ -834,13 +833,13 @@ $(function() {
834
833
  : <a class="el" href="classSVF_1_1CxtDPItem.html#ab2adb60f776ed2cde73253ff367e14cf">SVF::CxtDPItem</a>
835
834
  </li>
836
835
  <li>CxtProc()
837
- : <a class="el" href="classSVF_1_1CxtProc.html#ac1ca3a049f6d0f8a0548a153cc903aa0">SVF::CxtProc</a>
836
+ : <a class="el" href="classSVF_1_1CxtProc.html#a25a80c93a6aeb1112a846d6c588364cc">SVF::CxtProc</a>
838
837
  </li>
839
838
  <li>cxtSize()
840
839
  : <a class="el" href="classSVF_1_1ContextCond.html#a20f15a1661f928ab80bacaf8f5c497b1">SVF::ContextCond</a>
841
840
  </li>
842
841
  <li>CxtStmt()
843
- : <a class="el" href="classSVF_1_1CxtStmt.html#ac11734a3e0db8415fdf55157b20b56a4">SVF::CxtStmt</a>
842
+ : <a class="el" href="classSVF_1_1CxtStmt.html#ad976db5b794019bb68ccc9a35349fb41">SVF::CxtStmt</a>
844
843
  </li>
845
844
  <li>CxtStmtDPItem()
846
845
  : <a class="el" href="classSVF_1_1CxtStmtDPItem.html#a595d44fa92f4ebef2fe789873fd357e0">SVF::CxtStmtDPItem&lt; LocCond &gt;</a>
@@ -183,6 +183,9 @@ $(function() {
183
183
  , <a class="el" href="classSVF_1_1PointerAnalysis.html#a5dddd53b4ca9d7cc23d88ed9f3de9fde">SVF::PointerAnalysis</a>
184
184
  , <a class="el" href="classSVF_1_1SVFIR.html#a7276e82b4648ed0e1b3d1b8b37b24089">SVF::SVFIR</a>
185
185
  </li>
186
+ <li>getAllOperations()
187
+ : <a class="el" href="classSVF_1_1ExtAPI.html#aaca305f9ab8ede457a525379235a58f9">SVF::ExtAPI</a>
188
+ </li>
186
189
  <li>getAllPts()
187
190
  : <a class="el" href="classSVF_1_1MutableDFPTData.html#ac9120fbb056e23cdf84646a37d809a8d">SVF::MutableDFPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
188
191
  , <a class="el" href="classSVF_1_1MutableDiffPTData.html#adb89579b46a478f6d0e30e790838dca9">SVF::MutableDiffPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
@@ -215,7 +218,10 @@ $(function() {
215
218
  : <a class="el" href="classSVF_1_1CallSite.html#a5cd372d9fab846228fb0ee746001309a">SVF::CallSite</a>
216
219
  </li>
217
220
  <li>getArgPos()
218
- : <a class="el" href="classSVF_1_1SVFIRBuilder.html#ad18daeba9a22328647db3f5cb810edc2">SVF::SVFIRBuilder</a>
221
+ : <a class="el" href="classSVF_1_1ExtAPI.html#a848ec5976f48f84274bb6a295160fb04">SVF::ExtAPI</a>
222
+ </li>
223
+ <li>getArgs()
224
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#a836c35b94a827e29cd2e24982f5bc307">SVF::ExtAPI::Operation</a>
219
225
  </li>
220
226
  <li>getArgsOfUncalledFunction()
221
227
  : <a class="el" href="classSVF_1_1SVFModule.html#a3f69d3542809cd6c2ddf579dd1505e36">SVF::SVFModule</a>
@@ -1389,7 +1395,7 @@ $(function() {
1389
1395
  : <a class="el" href="classSVF_1_1ExeState.html#a4ee40de7eca22ac055b52360e0101623">SVF::ExeState</a>
1390
1396
  </li>
1391
1397
  <li>getLoop()
1392
- : <a class="el" href="classSVF_1_1TCT.html#a71249dc399055790d86dcba6d9dd3021">SVF::TCT</a>
1398
+ : <a class="el" href="classSVF_1_1TCT.html#add9104a3d7a821e9c2f266ae1810d2e3">SVF::TCT</a>
1393
1399
  </li>
1394
1400
  <li>getLoopBound()
1395
1401
  : <a class="el" href="classSVF_1_1SVFLoop.html#ae772c9aab10b88d3c53cdf2cdb23d713">SVF::SVFLoop</a>
@@ -1449,7 +1455,7 @@ $(function() {
1449
1455
  : <a class="el" href="classSVF_1_1MRGenerator.html#ae487d7b800d7536b578095c9f140ac80">SVF::MRGenerator</a>
1450
1456
  </li>
1451
1457
  <li>getModRefInfo()
1452
- : <a class="el" href="classSVF_1_1MRGenerator.html#a7e1c258e120d89d7b9d6e414f91c6e4a">SVF::MRGenerator</a>
1458
+ : <a class="el" href="classSVF_1_1MRGenerator.html#ac14c99ee6064fc9cf30120a83c78e702">SVF::MRGenerator</a>
1453
1459
  , <a class="el" href="classSVF_1_1WPAPass.html#a567f818fa7b29142b18cb39e5c063a4e">SVF::WPAPass</a>
1454
1460
  </li>
1455
1461
  <li>getModSideEffectOfCallSite()
@@ -1526,7 +1532,7 @@ $(function() {
1526
1532
  : <a class="el" href="classSVF_1_1SVFG.html#a49a910bc4ea6e98d1584e74a018badc9">SVF::SVFG</a>
1527
1533
  </li>
1528
1534
  <li>getMUSet()
1529
- : <a class="el" href="classSVF_1_1MemSSA.html#af4d11a0c7da0ddd7dff8d75a00279847">SVF::MemSSA</a>
1535
+ : <a class="el" href="classSVF_1_1MemSSA.html#af1a7b3ca0144ebff3747715e89646fbb">SVF::MemSSA</a>
1530
1536
  </li>
1531
1537
  <li>getMutDFPTDataTy()
1532
1538
  : <a class="el" href="classSVF_1_1BVDataPTAImpl.html#acbb979edee9427efa2a7c0dbd881c483">SVF::BVDataPTAImpl</a>
@@ -1573,6 +1579,9 @@ $(function() {
1573
1579
  : <a class="el" href="classSVF_1_1GraphReachSolver.html#a84f39b3234ddf8198c793ff8c5d59cdf">SVF::GraphReachSolver&lt; GraphType, DPIm &gt;</a>
1574
1580
  , <a class="el" href="classSVF_1_1SrcSnkSolver.html#ab37d80b1c7a1ebfa0e19c70792c5129e">SVF::SrcSnkSolver&lt; GraphType, DPIm &gt;</a>
1575
1581
  </li>
1582
+ <li>getNodeIDType()
1583
+ : <a class="el" href="classSVF_1_1ExtAPI.html#a148f8105b7db6985bd1c715f793135ad">SVF::ExtAPI</a>
1584
+ </li>
1576
1585
  <li>getNodeKind()
1577
1586
  : <a class="el" href="classSVF_1_1GenericNode.html#a391e996d695b114530120723da1d003e">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
1578
1587
  </li>
@@ -1650,7 +1659,7 @@ $(function() {
1650
1659
  </li>
1651
1660
  <li>getObject()
1652
1661
  : <a class="el" href="classSVF_1_1DummyVersionPropSVFGNode.html#ac10a4b9c2ee536cfcb74120d86c0619f">SVF::DummyVersionPropSVFGNode</a>
1653
- , <a class="el" href="classSVF_1_1SVFIR.html#a2dd4d5f704906270af13e7a07f900eb1">SVF::SVFIR</a>
1662
+ , <a class="el" href="classSVF_1_1SVFIR.html#a25b86c16d11b4d50ccc28ead525687ae">SVF::SVFIR</a>
1654
1663
  </li>
1655
1664
  <li>getObjectNode()
1656
1665
  : <a class="el" href="classSVF_1_1IRGraph.html#aba13ca47865614e45321c1ae53e640c1">SVF::IRGraph</a>
@@ -1676,6 +1685,9 @@ $(function() {
1676
1685
  <li>getOperand()
1677
1686
  : <a class="el" href="classllvm_1_1generic__bridge__gep__type__iterator.html#a9494bbdc909dab98dd3fd23a416f3a31">llvm::generic_bridge_gep_type_iterator&lt; ItTy &gt;</a>
1678
1687
  </li>
1688
+ <li>getOperation()
1689
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#a9c01fa3f654f55000b8adcab05f2e26f">SVF::ExtAPI::Operation</a>
1690
+ </li>
1679
1691
  <li>getOpICFGNode()
1680
1692
  : <a class="el" href="classSVF_1_1PhiStmt.html#a0b97394bc1946c0185d2c11fbc2181f4">SVF::PhiStmt</a>
1681
1693
  </li>
@@ -1916,7 +1928,7 @@ $(function() {
1916
1928
  <li>getPts()
1917
1929
  : <a class="el" href="classSVF_1_1Andersen.html#a187285a5bdf9422d9188b2b11b667639">SVF::Andersen</a>
1918
1930
  , <a class="el" href="classSVF_1_1BVDataPTAImpl.html#aee289e298e421448caaa604b7eb34fcb">SVF::BVDataPTAImpl</a>
1919
- , <a class="el" href="classSVF_1_1CondPTAImpl.html#a0b96ba98239186d6d676f9540da9e590">SVF::CondPTAImpl&lt; Cond &gt;</a>
1931
+ , <a class="el" href="classSVF_1_1CondPTAImpl.html#a63fa2b3a96696ffc67a119c1ba5ce748">SVF::CondPTAImpl&lt; Cond &gt;</a>
1920
1932
  , <a class="el" href="classSVF_1_1MutableDFPTData.html#a4cbb9131a89c5c48367fb927693b5c6b">SVF::MutableDFPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
1921
1933
  , <a class="el" href="classSVF_1_1MutableDiffPTData.html#ac2f494da9379c336bb81a0dc438b5af9">SVF::MutableDiffPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
1922
1934
  , <a class="el" href="classSVF_1_1MutablePTData.html#abe4230f3ba78fc660ea291fda36ffa62">SVF::MutablePTData&lt; Key, KeySet, Data, DataSet &gt;</a>
@@ -1997,7 +2009,7 @@ $(function() {
1997
2009
  , <a class="el" href="classSVF_1_1ICFGBuilder.html#a7c1125c992eec20e118e6bfc12cb8bfb">SVF::ICFGBuilder</a>
1998
2010
  </li>
1999
2011
  <li>getRetParmAtJoinedSite()
2000
- : <a class="el" href="classSVF_1_1ThreadAPI.html#ad1c595f7b15a2d3079b9e9200c84f7d7">SVF::ThreadAPI</a>
2012
+ : <a class="el" href="classSVF_1_1ThreadAPI.html#a5439ef32c909b02c83cbd30eb0a0fe12">SVF::ThreadAPI</a>
2001
2013
  </li>
2002
2014
  <li>getRetPE()
2003
2015
  : <a class="el" href="classSVF_1_1RetCFGEdge.html#af84bf360ca641711a3c625de86feb603">SVF::RetCFGEdge</a>
@@ -2202,7 +2214,7 @@ $(function() {
2202
2214
  , <a class="el" href="classSVF_1_1BranchVFGNode.html#a2ef5951de4760d28adb9d82b22067360">SVF::BranchVFGNode</a>
2203
2215
  </li>
2204
2216
  <li>getSuccNodes()
2205
- : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#a8164ae39b494115142767abc29cebd53">SVF::MTASVFGBuilder</a>
2217
+ : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#a7033805052c8fae5cd0104fdd9e345c0">SVF::MTASVFGBuilder</a>
2206
2218
  </li>
2207
2219
  <li>getSVFFun()
2208
2220
  : <a class="el" href="classSVF_1_1PCG.html#ac7dd2bbd4274a5e3a6427f3b674f99ba">SVF::PCG</a>
@@ -2256,10 +2268,10 @@ $(function() {
2256
2268
  : <a class="el" href="classSVF_1_1GrammarBase.html#afb21efe07e3451ad8284cab384963f06">SVF::GrammarBase</a>
2257
2269
  </li>
2258
2270
  <li>getTaskDataAtHareParForSite()
2259
- : <a class="el" href="classSVF_1_1ThreadAPI.html#aee8fac6281a95d8a519add100e8887d1">SVF::ThreadAPI</a>
2271
+ : <a class="el" href="classSVF_1_1ThreadAPI.html#a58cf56e35be873a5a26c5eb0d9b5c9b3">SVF::ThreadAPI</a>
2260
2272
  </li>
2261
2273
  <li>getTaskFuncAtHareParForSite()
2262
- : <a class="el" href="classSVF_1_1ThreadAPI.html#afeedd6e518af76fa9e7142af8899b2f5">SVF::ThreadAPI</a>
2274
+ : <a class="el" href="classSVF_1_1ThreadAPI.html#a282d6aeab91135af4cab8195d67badf6">SVF::ThreadAPI</a>
2263
2275
  </li>
2264
2276
  <li>getTCG()
2265
2277
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#a8ad9b8cb0e6300b2ffc55244e53cece6">SVF::ForkJoinAnalysis</a>
@@ -2474,7 +2486,7 @@ $(function() {
2474
2486
  : <a class="el" href="classSVF_1_1ExeState.html#ab52debe3aae77d1efd5de4d220dbed2f">SVF::ExeState</a>
2475
2487
  </li>
2476
2488
  <li>global_begin()
2477
- : <a class="el" href="classSVF_1_1SVFModule.html#af81c6deed3978562f83f120119c6aad2">SVF::SVFModule</a>
2489
+ : <a class="el" href="classSVF_1_1SVFModule.html#a4dc32c583d29d74d052eaa5665b0b70e">SVF::SVFModule</a>
2478
2490
  </li>
2479
2491
  <li>global_end()
2480
2492
  : <a class="el" href="classSVF_1_1SVFModule.html#a8a34164634d6ad9a7b76175907c8c44b">SVF::SVFModule</a>
@@ -162,7 +162,6 @@ $(function() {
162
162
  </li>
163
163
  <li>mergeNodeToRep()
164
164
  : <a class="el" href="classSVF_1_1Andersen.html#a36729160041bc3a3e2b0a92b29062848">SVF::Andersen</a>
165
- , <a class="el" href="classSVF_1_1AndersenWaveDiff.html#acdc82c72b14e012551a460fa91a634db">SVF::AndersenWaveDiff</a>
166
165
  </li>
167
166
  <li>mergePWC()
168
167
  : <a class="el" href="classSVF_1_1Andersen.html#a44d62658bbd2efcef5ff479930b5dce9">SVF::Andersen</a>
@@ -77,6 +77,9 @@ $(function() {
77
77
  <li>OOBResetVisited()
78
78
  : <a class="el" href="classSVF_1_1DDAVFSolver.html#ab60c701f1881d88aa4440991fb972638">SVF::DDAVFSolver&lt; CVar, CPtSet, DPIm &gt;</a>
79
79
  </li>
80
+ <li>Operation()
81
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#a4faa2c9e9e1bb86ceb1ffeb0621134cc">SVF::ExtAPI::Operation</a>
82
+ </li>
80
83
  <li>operator &amp;=()
81
84
  : <a class="el" href="classSVF_1_1CondStdSet.html#abb97324d865818f0a51992ee86d1c5ad">SVF::CondStdSet&lt; Element &gt;</a>
82
85
  , <a class="el" href="classSVF_1_1CoreBitVector.html#ae84257a1544b94c9abf5c8d0f6cfaec9">SVF::CoreBitVector</a>
@@ -234,7 +237,7 @@ $(function() {
234
237
  , <a class="el" href="classSVF_1_1CxtThread.html#a3c22e59962a9c638a0f1b516c25aec8f">SVF::CxtThread</a>
235
238
  , <a class="el" href="classSVF_1_1CxtThreadProc.html#a439a27864cb18accba5f8fe706c1e74b">SVF::CxtThreadProc</a>
236
239
  , <a class="el" href="classSVF_1_1CxtThreadStmt.html#a894849e24d01f80463a207e0c8f2548f">SVF::CxtThreadStmt</a>
237
- , <a class="el" href="classSVF_1_1DPItem.html#a3010d11982d57284627fc601ede9d811">SVF::DPItem</a>
240
+ , <a class="el" href="classSVF_1_1DPItem.html#a10226d37dfef045bec9f7cfb78315440">SVF::DPItem</a>
238
241
  , <a class="el" href="classSVF_1_1ExeState.html#a0c6a0cd40fc94cc2c3829d6ae0a21270">SVF::ExeState</a>
239
242
  , <a class="el" href="classSVF_1_1FormalRetVFGNode.html#a599d139a7973dfc09c5db18a60aba3dd">SVF::FormalRetVFGNode</a>
240
243
  , <a class="el" href="classSVF_1_1GepCGEdge.html#ab9b230aa38c6fe45914cfb2c52c70e5b">SVF::GepCGEdge</a>
@@ -249,7 +252,7 @@ $(function() {
249
252
  , <a class="el" href="classSVF_1_1NormalGepCGEdge.html#a7f3a388e37e497fc5874e9f392901a39">SVF::NormalGepCGEdge</a>
250
253
  , <a class="el" href="classSVF_1_1PhiStmt.html#a331c7e14409b2d78881a0ec8932c1170">SVF::PhiStmt</a>
251
254
  , <a class="el" href="classSVF_1_1PointsTo.html#a269d334618e4acc7e739317fd58d7fe7">SVF::PointsTo</a>
252
- , <a class="el" href="classSVF_1_1PointsTo_1_1PointsToIterator.html#acbbcff746f7f0dc37815e688e9172f21">SVF::PointsTo::PointsToIterator</a>
255
+ , <a class="el" href="classSVF_1_1PointsTo_1_1PointsToIterator.html#ac35de79e5c5d48d7f8f6f22e8450a0f6">SVF::PointsTo::PointsToIterator</a>
253
256
  , <a class="el" href="classSVF_1_1PTASCEV.html#a144e7fa8c5f4987067914416a85656ca">SVF::PTASCEV</a>
254
257
  , <a class="el" href="classSVF_1_1RetPE.html#acb2a5e66fab9f95278c44344d268f465">SVF::RetPE</a>
255
258
  , <a class="el" href="classSVF_1_1SelectStmt.html#ae3dd9ff3908218082b8c71c0ec7ef252">SVF::SelectStmt</a>
@@ -311,7 +314,7 @@ $(function() {
311
314
  : <a class="el" href="classSVF_1_1CondPointsToSet.html#a74c50cfaf788a828a4fc97eba703ec4e">SVF::CondPointsToSet&lt; Cond &gt;</a>
312
315
  , <a class="el" href="classSVF_1_1CondStdSet.html#a90e4c4ead1cbdca01c0be801a68b005b">SVF::CondStdSet&lt; Element &gt;</a>
313
316
  , <a class="el" href="classSVF_1_1CoreBitVector.html#af8e63360242a49fb63c3ef3d7071503d">SVF::CoreBitVector</a>
314
- , <a class="el" href="classSVF_1_1PointsTo.html#aa8644057ec182382e3c34e90d7d61ade">SVF::PointsTo</a>
317
+ , <a class="el" href="classSVF_1_1PointsTo.html#a687b34cac3c43dd957b86a4833a24871">SVF::PointsTo</a>
315
318
  , <a class="el" href="classSVF_1_1SparseBitVector.html#a48668ff6f168162bd8f13cf860749090">SVF::SparseBitVector&lt; ElementSize &gt;</a>
316
319
  </li>
317
320
  <li>opPts()
@@ -349,7 +352,7 @@ $(function() {
349
352
  : <a class="el" href="classSVF_1_1GenericNode.html#aa4f103330118c8976bf95e4bf53416eb">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
350
353
  </li>
351
354
  <li>OutEdgeEnd()
352
- : <a class="el" href="classSVF_1_1GenericNode.html#ace88b6c7561f61f747ff08f61e2c18bc">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
355
+ : <a class="el" href="classSVF_1_1GenericNode.html#a19a3366fd8a58290d0c740c46c3dcb3d">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
353
356
  </li>
354
357
  <li>outgoingAddrEdges()
355
358
  : <a class="el" href="classSVF_1_1ConstraintNode.html#ae5acdc3bd73974b6972b60fb3df5e0ea">SVF::ConstraintNode</a>
@@ -392,7 +392,7 @@ $(function() {
392
392
  : <a class="el" href="classSVF_1_1FlowSensitive.html#a3abffe1434386b1ce349fbed0cfe0967">SVF::FlowSensitive</a>
393
393
  </li>
394
394
  <li>propagateVersion()
395
- : <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#ad1aa83a71379164d3b7ccf6b61639cb1">SVF::VersionedFlowSensitive</a>
395
+ : <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#a7a98162b69de90f80ce853a6ff43af56">SVF::VersionedFlowSensitive</a>
396
396
  </li>
397
397
  <li>propagateViaObj()
398
398
  : <a class="el" href="classSVF_1_1ContextDDA.html#a45d7a381fec0692b4d2f7d0eec47ccf1">SVF::ContextDDA</a>
@@ -122,6 +122,9 @@ $(function() {
122
122
  <li>setAllReachable()
123
123
  : <a class="el" href="classSVF_1_1ProgSlice.html#ae6102647fa4985142c293116516612cd">SVF::ProgSlice</a>
124
124
  </li>
125
+ <li>setArgs()
126
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#ac82ed2bae3d953f524ca9defc06feba8">SVF::ExtAPI::Operation</a>
127
+ </li>
125
128
  <li>setAttributeKinds()
126
129
  : <a class="el" href="classSVF_1_1GrammarBase.html#a1e1bf1e32bcd7c68ce789c2f9f6327c0">SVF::GrammarBase</a>
127
130
  </li>
@@ -313,6 +316,9 @@ $(function() {
313
316
  <li>setOffset()
314
317
  : <a class="el" href="classSVF_1_1DCHEdge.html#a70f757826082c95766c8324c1264e977">SVF::DCHEdge</a>
315
318
  </li>
319
+ <li>setOperation()
320
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#ab602429a772a2d6942cfb18eef10a09a">SVF::ExtAPI::Operation</a>
321
+ </li>
316
322
  <li>setOpVer()
317
323
  : <a class="el" href="classSVF_1_1BinaryOPVFGNode.html#a76c67d31ffb67c4ef102471898ae2709">SVF::BinaryOPVFGNode</a>
318
324
  , <a class="el" href="classSVF_1_1CmpVFGNode.html#a41bcdd6b46a31c8d15533342478dc236">SVF::CmpVFGNode</a>
@@ -501,7 +507,7 @@ $(function() {
501
507
  </li>
502
508
  <li>split()
503
509
  : <a class="el" href="classSVF_1_1LockResultValidator.html#ad26006e14c866d694bc6e2ebaa41ded9">SVF::LockResultValidator</a>
504
- , <a class="el" href="classSVF_1_1MTAResultValidator.html#a7dad63ce2a85142a56d13926f10fde47">SVF::MTAResultValidator</a>
510
+ , <a class="el" href="classSVF_1_1MTAResultValidator.html#a73db9ad234b263b6e644e4b38be14fe6">SVF::MTAResultValidator</a>
505
511
  </li>
506
512
  <li>SrcSnkDDA()
507
513
  : <a class="el" href="classSVF_1_1SrcSnkDDA.html#a73f6ddd4ba868e203109c52e4f3600bd">SVF::SrcSnkDDA</a>
@@ -547,7 +553,7 @@ $(function() {
547
553
  : <a class="el" href="classSVF_1_1StInfo.html#acf028061b5a83c339766c30b19e8fc65">SVF::StInfo</a>
548
554
  </li>
549
555
  <li>StmtDPItem()
550
- : <a class="el" href="classSVF_1_1StmtDPItem.html#aed9239e5558569f6e957e691fa1872d7">SVF::StmtDPItem&lt; LocCond &gt;</a>
556
+ : <a class="el" href="classSVF_1_1StmtDPItem.html#a3882dc175baaccfa1f811dcbfef98f71">SVF::StmtDPItem&lt; LocCond &gt;</a>
551
557
  </li>
552
558
  <li>StmtVFGNode()
553
559
  : <a class="el" href="classSVF_1_1StmtVFGNode.html#a03c4e0a31d2377ef4ffe46fe183ccd9d">SVF::StmtVFGNode</a>
@@ -565,7 +571,7 @@ $(function() {
565
571
  : <a class="el" href="classSVF_1_1StoreStmt.html#a39ee0d8cc951aff0d6418a3d743fb3ae">SVF::StoreStmt</a>
566
572
  </li>
567
573
  <li>StoreVFGNode()
568
- : <a class="el" href="classSVF_1_1StoreVFGNode.html#ab4b9182cb0f2ef7dfc1e15789a311ecd">SVF::StoreVFGNode</a>
574
+ : <a class="el" href="classSVF_1_1StoreVFGNode.html#a496607cda1cc26a8753d6a7af620e95a">SVF::StoreVFGNode</a>
569
575
  </li>
570
576
  <li>str2Kind()
571
577
  : <a class="el" href="classSVF_1_1GrammarBase.html#ad2d56d8cdc4539d4201d1995fb36e772">SVF::GrammarBase</a>
@@ -589,7 +595,7 @@ $(function() {
589
595
  : <a class="el" href="classSVF_1_1CFGNormalizer.html#adbd98b8ece3c8234d5791fab47dcdbf9">SVF::CFGNormalizer</a>
590
596
  </li>
591
597
  <li>subNodes()
592
- : <a class="el" href="classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html#aa2b23b22bb0304ce07ab9b14f0fdc395">SVF::SCCDetection&lt; GraphType &gt;::GNodeSCCInfo</a>
598
+ : <a class="el" href="classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html#a48981e6555ad221d08f16ed2df708027">SVF::SCCDetection&lt; GraphType &gt;::GNodeSCCInfo</a>
593
599
  , <a class="el" href="classSVF_1_1SCCDetection.html#a6ab5eff6a576e6d8703c1ea29b7f425d">SVF::SCCDetection&lt; GraphType &gt;</a>
594
600
  </li>
595
601
  <li>SVFBasicBlock()
@@ -659,7 +665,7 @@ $(function() {
659
665
  : <a class="el" href="classSVF_1_1SymbolTableInfo.html#aff272bc1d00f2e57b7677d1826a31237">SVF::SymbolTableInfo</a>
660
666
  </li>
661
667
  <li>SymState()
662
- : <a class="el" href="classSVF_1_1SymState.html#aee986d8fbccf71a606284d8467f450e4">SVF::SymState</a>
668
+ : <a class="el" href="classSVF_1_1SymState.html#a74011f042d561221c30fcd176490abad">SVF::SymState</a>
663
669
  </li>
664
670
  <li>szudzik()
665
671
  : <a class="el" href="structSVF_1_1Hash_3_01std_1_1pair_3_01S_00_01T_01_4_01_4.html#adf5f19b1b32c117571fe74035cdcdbe2">SVF::Hash&lt; std::pair&lt; S, T &gt; &gt;</a>