svf-tools 1.0.340 → 1.0.341
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.
- package/SVF-doxygen/html/html/PTAStat_8cpp_source.html +5 -5
- package/SVF-doxygen/html/html/SVFIR_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/SVFIR_8h_source.html +2 -2
- package/SVF-doxygen/html/html/SymbolTableBuilder_8cpp_source.html +16 -15
- package/SVF-doxygen/html/html/SymbolTableBuilder_8h_source.html +1 -1
- package/SVF-doxygen/html/html/SymbolTableInfo_8cpp_source.html +29 -27
- package/SVF-doxygen/html/html/SymbolTableInfo_8h_source.html +44 -42
- package/SVF-doxygen/html/html/classSVF_1_1MemObj-members.html +23 -22
- package/SVF-doxygen/html/html/classSVF_1_1MemObj.html +69 -46
- package/SVF-doxygen/html/html/classSVF_1_1ObjTypeInfo-members.html +17 -15
- package/SVF-doxygen/html/html/classSVF_1_1ObjTypeInfo.html +141 -106
- package/SVF-doxygen/html/html/classSVF_1_1PTAStat.html +5 -5
- package/SVF-doxygen/html/html/classSVF_1_1SVFIR.html +2 -2
- package/SVF-doxygen/html/html/classSVF_1_1StInfo.html +24 -24
- package/SVF-doxygen/html/html/classSVF_1_1SymbolTableBuilder.html +17 -16
- package/SVF-doxygen/html/html/classSVF_1_1SymbolTableInfo.html +15 -15
- package/SVF-doxygen/html/html/functions_c.html +21 -16
- package/SVF-doxygen/html/html/functions_eval_c.html +5 -2
- package/SVF-doxygen/html/html/functions_func_i.html +19 -17
- package/SVF-doxygen/html/html/functions_i.html +19 -17
- package/SVF-doxygen/html/html/functions_m.html +1 -1
- package/SVF-doxygen/html/html/functions_n.html +3 -3
- package/SVF-doxygen/html/html/functions_o.html +10 -10
- package/SVF-doxygen/html/html/functions_p.html +17 -23
- package/SVF-doxygen/html/html/functions_s.html +7 -9
- package/SVF-doxygen/html/html/functions_w.html +5 -9
- package/SVF-doxygen/html/html/search/all_10.js +11 -11
- package/SVF-doxygen/html/html/search/all_12.js +1 -1
- package/SVF-doxygen/html/html/search/all_13.js +4 -4
- package/SVF-doxygen/html/html/search/all_14.js +4 -4
- package/SVF-doxygen/html/html/search/all_15.js +1 -1
- package/SVF-doxygen/html/html/search/all_17.js +1 -1
- package/SVF-doxygen/html/html/search/all_3.js +2 -1
- package/SVF-doxygen/html/html/search/all_9.js +4 -4
- package/SVF-doxygen/html/html/search/all_c.js +1 -1
- package/SVF-doxygen/html/html/search/all_d.js +1 -1
- package/SVF-doxygen/html/html/search/all_e.js +1 -1
- package/SVF-doxygen/html/html/search/all_f.js +2 -2
- package/SVF-doxygen/html/html/search/enumvalues_2.js +2 -1
- package/SVF-doxygen/html/html/search/functions_8.js +4 -4
- package/SVF-doxygen/html/html/search/functions_e.js +1 -1
- package/SVF-doxygen/html/html/search/variables_14.js +3 -3
- package/SVF-doxygen/html/html/search/variables_15.js +1 -1
- package/include/MemoryModel/SVFIR.h +1 -1
- package/include/MemoryModel/SymbolTableInfo.h +15 -9
- package/lib/MemoryModel/SymbolTableInfo.cpp +12 -7
- package/lib/SVF-FE/SymbolTableBuilder.cpp +2 -2
- package/lib/Util/PTAStat.cpp +3 -3
- package/package.json +1 -1
|
@@ -122,8 +122,11 @@ $(function() {
|
|
|
122
122
|
<li>CONST_ARRAY_OBJ
|
|
123
123
|
: <a class="el" href="classSVF_1_1ObjTypeInfo.html#a91b41b7ade5871362b77a2ef566b2830aff4142c0c411dea07b484a19af514047">SVF::ObjTypeInfo</a>
|
|
124
124
|
</li>
|
|
125
|
-
<li>
|
|
126
|
-
: <a class="el" href="classSVF_1_1ObjTypeInfo.html#
|
|
125
|
+
<li>CONST_DATA
|
|
126
|
+
: <a class="el" href="classSVF_1_1ObjTypeInfo.html#a91b41b7ade5871362b77a2ef566b2830a5e5bc3a1838476fbd80c52720c9d103e">SVF::ObjTypeInfo</a>
|
|
127
|
+
</li>
|
|
128
|
+
<li>CONST_GLOBAL_OBJ
|
|
129
|
+
: <a class="el" href="classSVF_1_1ObjTypeInfo.html#a91b41b7ade5871362b77a2ef566b2830a84c1bc6eaff950330a102afca1efc04c">SVF::ObjTypeInfo</a>
|
|
127
130
|
</li>
|
|
128
131
|
<li>CONST_STRUCT_OBJ
|
|
129
132
|
: <a class="el" href="classSVF_1_1ObjTypeInfo.html#a91b41b7ade5871362b77a2ef566b2830a6443b9fadd2d34e00832b2215a120ebd">SVF::ObjTypeInfo</a>
|
|
@@ -432,12 +432,14 @@ $(function() {
|
|
|
432
432
|
<li>isConnectingTwoCallSites()
|
|
433
433
|
: <a class="el" href="classSVF_1_1SVFGOPT.html#aa23c967a8fcadbaf47e93a5b3610c84d">SVF::SVFGOPT</a>
|
|
434
434
|
</li>
|
|
435
|
-
<li>
|
|
436
|
-
: <a class="el" href="classSVF_1_1MemObj.html#
|
|
437
|
-
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#
|
|
435
|
+
<li>isConstantArray()
|
|
436
|
+
: <a class="el" href="classSVF_1_1MemObj.html#a7f828731597450f1d43b61413ab0e7bb">SVF::MemObj</a>
|
|
437
|
+
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#ac1ee7a720959c0e97496870d6e759212">SVF::ObjTypeInfo</a>
|
|
438
438
|
</li>
|
|
439
439
|
<li>isConstantData()
|
|
440
|
-
: <a class="el" href="
|
|
440
|
+
: <a class="el" href="classSVF_1_1MemObj.html#aa50d7c3b4e7ac0aa769bc094bea26e16">SVF::MemObj</a>
|
|
441
|
+
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#a6f6c80f7d067a6082a9af04d2547cf34">SVF::ObjTypeInfo</a>
|
|
442
|
+
, <a class="el" href="classSVF_1_1SVFVar.html#ab51b134720986c39fce7f033a49df6f0">SVF::SVFVar</a>
|
|
441
443
|
</li>
|
|
442
444
|
<li>isConstantObj()
|
|
443
445
|
: <a class="el" href="classSVF_1_1SVFIR.html#a5d15e4b09784f438568ebe61f8aa5156">SVF::SVFIR</a>
|
|
@@ -449,13 +451,13 @@ $(function() {
|
|
|
449
451
|
<li>isConstantOffset()
|
|
450
452
|
: <a class="el" href="classSVF_1_1LocationSet.html#a4a9185282308c50f86fdf66f7060373d">SVF::LocationSet</a>
|
|
451
453
|
</li>
|
|
452
|
-
<li>
|
|
453
|
-
: <a class="el" href="classSVF_1_1MemObj.html#
|
|
454
|
-
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#
|
|
454
|
+
<li>isConstantStruct()
|
|
455
|
+
: <a class="el" href="classSVF_1_1MemObj.html#a019a77516c403f1f3cc72917b810a41f">SVF::MemObj</a>
|
|
456
|
+
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#a41f916ab4e3a2c163fca636eae948ce7">SVF::ObjTypeInfo</a>
|
|
455
457
|
</li>
|
|
456
|
-
<li>
|
|
457
|
-
: <a class="el" href="classSVF_1_1MemObj.html#
|
|
458
|
-
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#
|
|
458
|
+
<li>isConstDataOrConstGlobal()
|
|
459
|
+
: <a class="el" href="classSVF_1_1MemObj.html#a1a4ff4aaaf2573240a318e1b79328cd0">SVF::MemObj</a>
|
|
460
|
+
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#a8e6c60978df9828c1dcb54086e83edc1">SVF::ObjTypeInfo</a>
|
|
459
461
|
</li>
|
|
460
462
|
<li>isDeclaration()
|
|
461
463
|
: <a class="el" href="classSVF_1_1SVFFunction.html#ab672f0255ec8e42d5e414bc8c72b7c76">SVF::SVFFunction</a>
|
|
@@ -558,7 +560,7 @@ $(function() {
|
|
|
558
560
|
, <a class="el" href="classSVF_1_1MHP.html#a6f07427b45991b2d8a3ff21582121d23">SVF::MHP</a>
|
|
559
561
|
</li>
|
|
560
562
|
<li>isHeadofSpan()
|
|
561
|
-
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#
|
|
563
|
+
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#a4d36dc553bc87508b78add9b52ce9c2a">SVF::MTASVFGBuilder</a>
|
|
562
564
|
</li>
|
|
563
565
|
<li>isHeap()
|
|
564
566
|
: <a class="el" href="classSVF_1_1MemObj.html#a898c5bb3956402578266a6fb142e02b1">SVF::MemObj</a>
|
|
@@ -623,7 +625,7 @@ $(function() {
|
|
|
623
625
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#a65aca2bc12fc34203b16549653943eae">SVF::LockAnalysis</a>
|
|
624
626
|
</li>
|
|
625
627
|
<li>isInSameCSSpan()
|
|
626
|
-
: <a class="el" href="classSVF_1_1LockAnalysis.html#
|
|
628
|
+
: <a class="el" href="classSVF_1_1LockAnalysis.html#a4245d946dd694b59b5c8ef30b08cb1dd">SVF::LockAnalysis</a>
|
|
627
629
|
</li>
|
|
628
630
|
<li>isInSameSpan()
|
|
629
631
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#af30d0dad3d17188de8c2cea9b004f3d3">SVF::LockAnalysis</a>
|
|
@@ -700,7 +702,7 @@ $(function() {
|
|
|
700
702
|
: <a class="el" href="classSVF_1_1MTAAnnotator.html#aee9e5ebac543d9a2aab511410b047898">SVF::MTAAnnotator</a>
|
|
701
703
|
</li>
|
|
702
704
|
<li>isMemDealloc()
|
|
703
|
-
: <a class="el" href="classSVF_1_1SaberCheckerAPI.html#
|
|
705
|
+
: <a class="el" href="classSVF_1_1SaberCheckerAPI.html#ab6d9c2435bdb1c01542cc75e9eef0a4e">SVF::SaberCheckerAPI</a>
|
|
704
706
|
</li>
|
|
705
707
|
<li>isMemset()
|
|
706
708
|
: <a class="el" href="classSVF_1_1MTAAnnotator.html#a36eb47b716c3b44ba5c459052bb0ed93">SVF::MTAAnnotator</a>
|
|
@@ -910,14 +912,14 @@ $(function() {
|
|
|
910
912
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#add7daee4a0ecae479a5ab015130c8c93">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
911
913
|
</li>
|
|
912
914
|
<li>isTailofSpan()
|
|
913
|
-
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#
|
|
915
|
+
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#ac8339229ade604f4205b111bfc99f23f">SVF::MTASVFGBuilder</a>
|
|
914
916
|
</li>
|
|
915
917
|
<li>isTDAcquire()
|
|
916
918
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#a5521de9933ce74d0954a942dfceae772">SVF::LockAnalysis</a>
|
|
917
919
|
, <a class="el" href="classSVF_1_1ThreadAPI.html#a9db4df7968ec179e5012794c58fdee70">SVF::ThreadAPI</a>
|
|
918
920
|
</li>
|
|
919
921
|
<li>isTDBarWait()
|
|
920
|
-
: <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
922
|
+
: <a class="el" href="classSVF_1_1ThreadAPI.html#a0ff50b4312b9aa2c7ebd00e9a40a2668">SVF::ThreadAPI</a>
|
|
921
923
|
</li>
|
|
922
924
|
<li>isTDExit()
|
|
923
925
|
: <a class="el" href="classSVF_1_1ThreadAPI.html#ae87d129560d7015966336f06a516db23">SVF::ThreadAPI</a>
|
|
@@ -931,11 +933,11 @@ $(function() {
|
|
|
931
933
|
<li>isTDJoin()
|
|
932
934
|
: <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aac722a42dc6e03e771a7a80de5f8ec94">SVF::ForkJoinAnalysis</a>
|
|
933
935
|
, <a class="el" href="classSVF_1_1MHP.html#ab566508ffd73abd4d5ad047a1d7f9c27">SVF::MHP</a>
|
|
934
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
936
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a8cc5f9ff6039392ce1471cd830973c44">SVF::ThreadAPI</a>
|
|
935
937
|
</li>
|
|
936
938
|
<li>isTDRelease()
|
|
937
939
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#ae312fa9ddb320674f7bc31e29aa474ed">SVF::LockAnalysis</a>
|
|
938
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
940
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a38adae633d5aceddcca3b3a23ad66db9">SVF::ThreadAPI</a>
|
|
939
941
|
</li>
|
|
940
942
|
<li>isTemplate()
|
|
941
943
|
: <a class="el" href="classSVF_1_1CHNode.html#aff23fda93401c60422a4a5a08d77d749">SVF::CHNode</a>
|
|
@@ -735,12 +735,14 @@ $(function() {
|
|
|
735
735
|
<li>isConnectingTwoCallSites()
|
|
736
736
|
: <a class="el" href="classSVF_1_1SVFGOPT.html#aa23c967a8fcadbaf47e93a5b3610c84d">SVF::SVFGOPT</a>
|
|
737
737
|
</li>
|
|
738
|
-
<li>
|
|
739
|
-
: <a class="el" href="classSVF_1_1MemObj.html#
|
|
740
|
-
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#
|
|
738
|
+
<li>isConstantArray()
|
|
739
|
+
: <a class="el" href="classSVF_1_1MemObj.html#a7f828731597450f1d43b61413ab0e7bb">SVF::MemObj</a>
|
|
740
|
+
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#ac1ee7a720959c0e97496870d6e759212">SVF::ObjTypeInfo</a>
|
|
741
741
|
</li>
|
|
742
742
|
<li>isConstantData()
|
|
743
|
-
: <a class="el" href="
|
|
743
|
+
: <a class="el" href="classSVF_1_1MemObj.html#aa50d7c3b4e7ac0aa769bc094bea26e16">SVF::MemObj</a>
|
|
744
|
+
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#a6f6c80f7d067a6082a9af04d2547cf34">SVF::ObjTypeInfo</a>
|
|
745
|
+
, <a class="el" href="classSVF_1_1SVFVar.html#ab51b134720986c39fce7f033a49df6f0">SVF::SVFVar</a>
|
|
744
746
|
</li>
|
|
745
747
|
<li>isConstantObj()
|
|
746
748
|
: <a class="el" href="classSVF_1_1SVFIR.html#a5d15e4b09784f438568ebe61f8aa5156">SVF::SVFIR</a>
|
|
@@ -752,13 +754,13 @@ $(function() {
|
|
|
752
754
|
<li>isConstantOffset()
|
|
753
755
|
: <a class="el" href="classSVF_1_1LocationSet.html#a4a9185282308c50f86fdf66f7060373d">SVF::LocationSet</a>
|
|
754
756
|
</li>
|
|
755
|
-
<li>
|
|
756
|
-
: <a class="el" href="classSVF_1_1MemObj.html#
|
|
757
|
-
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#
|
|
757
|
+
<li>isConstantStruct()
|
|
758
|
+
: <a class="el" href="classSVF_1_1MemObj.html#a019a77516c403f1f3cc72917b810a41f">SVF::MemObj</a>
|
|
759
|
+
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#a41f916ab4e3a2c163fca636eae948ce7">SVF::ObjTypeInfo</a>
|
|
758
760
|
</li>
|
|
759
|
-
<li>
|
|
760
|
-
: <a class="el" href="classSVF_1_1MemObj.html#
|
|
761
|
-
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#
|
|
761
|
+
<li>isConstDataOrConstGlobal()
|
|
762
|
+
: <a class="el" href="classSVF_1_1MemObj.html#a1a4ff4aaaf2573240a318e1b79328cd0">SVF::MemObj</a>
|
|
763
|
+
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#a8e6c60978df9828c1dcb54086e83edc1">SVF::ObjTypeInfo</a>
|
|
762
764
|
</li>
|
|
763
765
|
<li>isDecl
|
|
764
766
|
: <a class="el" href="classSVF_1_1SVFFunction.html#a52581d00177fd5853d6f9de50b3e7fb9">SVF::SVFFunction</a>
|
|
@@ -793,7 +795,7 @@ $(function() {
|
|
|
793
795
|
: <a class="el" href="classSVF_1_1ExtAPI.html#a329882c608e9a6b10a758bcd1ca7a0b5">SVF::ExtAPI</a>
|
|
794
796
|
</li>
|
|
795
797
|
<li>isFClose()
|
|
796
|
-
: <a class="el" href="classSVF_1_1SaberCheckerAPI.html#
|
|
798
|
+
: <a class="el" href="classSVF_1_1SaberCheckerAPI.html#a970676d884d66da9fce00fe5b60c96ba">SVF::SaberCheckerAPI</a>
|
|
797
799
|
</li>
|
|
798
800
|
<li>isFieldInsenCondMemObj()
|
|
799
801
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#a37a6321f50bef2939b287cc088e76170">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
@@ -1009,7 +1011,7 @@ $(function() {
|
|
|
1009
1011
|
: <a class="el" href="classSVF_1_1TCT.html#a549a95aa04233c98732777ea210d8525">SVF::TCT</a>
|
|
1010
1012
|
</li>
|
|
1011
1013
|
<li>isMemAlloc()
|
|
1012
|
-
: <a class="el" href="classSVF_1_1SaberCheckerAPI.html#
|
|
1014
|
+
: <a class="el" href="classSVF_1_1SaberCheckerAPI.html#a0e485cc7410e7a1ea68fb59dfdff1ff4">SVF::SaberCheckerAPI</a>
|
|
1013
1015
|
</li>
|
|
1014
1016
|
<li>isMemcpy()
|
|
1015
1017
|
: <a class="el" href="classSVF_1_1MTAAnnotator.html#aee9e5ebac543d9a2aab511410b047898">SVF::MTAAnnotator</a>
|
|
@@ -1231,14 +1233,14 @@ $(function() {
|
|
|
1231
1233
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#add7daee4a0ecae479a5ab015130c8c93">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
1232
1234
|
</li>
|
|
1233
1235
|
<li>isTailofSpan()
|
|
1234
|
-
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#
|
|
1236
|
+
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#af8ea2da28e9818d4f9e4e9528997f023">SVF::MTASVFGBuilder</a>
|
|
1235
1237
|
</li>
|
|
1236
1238
|
<li>isTDAcquire()
|
|
1237
1239
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#a5521de9933ce74d0954a942dfceae772">SVF::LockAnalysis</a>
|
|
1238
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
1240
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a608f0cb60a665745748b6a6654a6e837">SVF::ThreadAPI</a>
|
|
1239
1241
|
</li>
|
|
1240
1242
|
<li>isTDBarWait()
|
|
1241
|
-
: <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
1243
|
+
: <a class="el" href="classSVF_1_1ThreadAPI.html#af3aa58dc83dca382162df67c12169585">SVF::ThreadAPI</a>
|
|
1242
1244
|
</li>
|
|
1243
1245
|
<li>isTDExit()
|
|
1244
1246
|
: <a class="el" href="classSVF_1_1ThreadAPI.html#ae87d129560d7015966336f06a516db23">SVF::ThreadAPI</a>
|
|
@@ -1247,7 +1249,7 @@ $(function() {
|
|
|
1247
1249
|
: <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aff32f240a03421937c2fc606359dca9b">SVF::ForkJoinAnalysis</a>
|
|
1248
1250
|
, <a class="el" href="classSVF_1_1LockAnalysis.html#a6e34f3138e8ee558bb00d9d808afba16">SVF::LockAnalysis</a>
|
|
1249
1251
|
, <a class="el" href="classSVF_1_1MHP.html#aeabf2e9ec8b1ec874503c83cc65e1205">SVF::MHP</a>
|
|
1250
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
1252
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a261eb3c2f7e44a81edf4feddfc65a3cc">SVF::ThreadAPI</a>
|
|
1251
1253
|
</li>
|
|
1252
1254
|
<li>isTDJoin()
|
|
1253
1255
|
: <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aac722a42dc6e03e771a7a80de5f8ec94">SVF::ForkJoinAnalysis</a>
|
|
@@ -1256,7 +1258,7 @@ $(function() {
|
|
|
1256
1258
|
</li>
|
|
1257
1259
|
<li>isTDRelease()
|
|
1258
1260
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#ae312fa9ddb320674f7bc31e29aa474ed">SVF::LockAnalysis</a>
|
|
1259
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
1261
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a1bba2e9df7a74e7e2f728267ff4bfe0f">SVF::ThreadAPI</a>
|
|
1260
1262
|
</li>
|
|
1261
1263
|
<li>isTemplate()
|
|
1262
1264
|
: <a class="el" href="classSVF_1_1CHNode.html#aff23fda93401c60422a4a5a08d77d749">SVF::CHNode</a>
|
|
@@ -588,7 +588,7 @@ $(function() {
|
|
|
588
588
|
: <a class="el" href="classSVF_1_1SVFStmt.html#a9ea22adbfc307dddee42ffec07cc88ed">SVF::SVFStmt</a>
|
|
589
589
|
</li>
|
|
590
590
|
<li>MultiOpndStmt()
|
|
591
|
-
: <a class="el" href="classSVF_1_1MultiOpndStmt.html#
|
|
591
|
+
: <a class="el" href="classSVF_1_1MultiOpndStmt.html#a6b01d569057dda1783503563c20c74e6">SVF::MultiOpndStmt</a>
|
|
592
592
|
</li>
|
|
593
593
|
<li>MUSet
|
|
594
594
|
: <a class="el" href="classSVF_1_1MemSSA.html#a81bba824495a882b49e687683954b112">SVF::MemSSA</a>
|
|
@@ -254,12 +254,12 @@ $(function() {
|
|
|
254
254
|
<li>nodeToRefMap
|
|
255
255
|
: <a class="el" href="classSVF_1_1OfflineConsG.html#aebeb8a44fcfbb677a738fa04c8e9c5e1">SVF::OfflineConsG</a>
|
|
256
256
|
</li>
|
|
257
|
-
<li>nodeToRepMap
|
|
258
|
-
: <a class="el" href="classSVF_1_1ConstraintGraph.html#ab1b5ee9202bd9f5d738f9850b42a45d2">SVF::ConstraintGraph</a>
|
|
259
|
-
</li>
|
|
260
257
|
<li>NodeToRepMap
|
|
261
258
|
: <a class="el" href="classSVF_1_1ConstraintGraph.html#afe34ca6bdbb22b188799a4297fd19004">SVF::ConstraintGraph</a>
|
|
262
259
|
</li>
|
|
260
|
+
<li>nodeToRepMap
|
|
261
|
+
: <a class="el" href="classSVF_1_1ConstraintGraph.html#ab1b5ee9202bd9f5d738f9850b42a45d2">SVF::ConstraintGraph</a>
|
|
262
|
+
</li>
|
|
263
263
|
<li>NodeToSubsMap
|
|
264
264
|
: <a class="el" href="classSVF_1_1ConstraintGraph.html#ac7d24753491a9bab39a13b32bb65f139">SVF::ConstraintGraph</a>
|
|
265
265
|
</li>
|
|
@@ -418,38 +418,38 @@ $(function() {
|
|
|
418
418
|
, <a class="el" href="classSVF_1_1PHIVFGNode.html#add18c60773871744123d12a037e78e20">SVF::PHIVFGNode</a>
|
|
419
419
|
, <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#af31a06d33f41bdcff625ac23e269708c">SVF::UnaryOPVFGNode</a>
|
|
420
420
|
</li>
|
|
421
|
-
<li>opVers
|
|
422
|
-
: <a class="el" href="classSVF_1_1BinaryOPVFGNode.html#ae803603f567cc28f5a7e1b66fb324cbc">SVF::BinaryOPVFGNode</a>
|
|
423
|
-
</li>
|
|
424
421
|
<li>OPVers
|
|
425
422
|
: <a class="el" href="classSVF_1_1BinaryOPVFGNode.html#a880c8260e3acb3fbe431446f2c1f5990">SVF::BinaryOPVFGNode</a>
|
|
426
423
|
</li>
|
|
427
424
|
<li>opVers
|
|
428
|
-
: <a class="el" href="
|
|
425
|
+
: <a class="el" href="classSVF_1_1BinaryOPVFGNode.html#ae803603f567cc28f5a7e1b66fb324cbc">SVF::BinaryOPVFGNode</a>
|
|
429
426
|
</li>
|
|
430
427
|
<li>OPVers
|
|
431
428
|
: <a class="el" href="classSVF_1_1CmpVFGNode.html#a0db4ada3c366c811962415454a859b22">SVF::CmpVFGNode</a>
|
|
432
|
-
, <a class="el" href="classSVF_1_1MSSAPHI.html#a622892bb1c3c151e646ae1a46838c3ba">SVF::MSSAPHI< Cond ></a>
|
|
433
429
|
</li>
|
|
434
430
|
<li>opVers
|
|
435
|
-
: <a class="el" href="
|
|
431
|
+
: <a class="el" href="classSVF_1_1CmpVFGNode.html#aae30d80fd848d62467476d21c691573c">SVF::CmpVFGNode</a>
|
|
432
|
+
, <a class="el" href="classSVF_1_1MSSAPHI.html#abdabd6dff67cd59622f18d48e8b34271">SVF::MSSAPHI< Cond ></a>
|
|
436
433
|
</li>
|
|
437
434
|
<li>OPVers
|
|
438
|
-
: <a class="el" href="
|
|
435
|
+
: <a class="el" href="classSVF_1_1MSSAPHI.html#a622892bb1c3c151e646ae1a46838c3ba">SVF::MSSAPHI< Cond ></a>
|
|
439
436
|
</li>
|
|
440
437
|
<li>opVers
|
|
441
438
|
: <a class="el" href="classSVF_1_1MSSAPHISVFGNode.html#a9c327923ab939e06877441ebde5c1139">SVF::MSSAPHISVFGNode</a>
|
|
442
|
-
, <a class="el" href="classSVF_1_1PHIVFGNode.html#a08ccd55d0fb6ce33f69959349008daca">SVF::PHIVFGNode</a>
|
|
443
439
|
</li>
|
|
444
440
|
<li>OPVers
|
|
445
|
-
: <a class="el" href="
|
|
441
|
+
: <a class="el" href="classSVF_1_1MSSAPHISVFGNode.html#a300f37203eb84fc57e005c27ce0422fb">SVF::MSSAPHISVFGNode</a>
|
|
442
|
+
, <a class="el" href="classSVF_1_1PHIVFGNode.html#a44ba5254e5f4def007c99916cd58668c">SVF::PHIVFGNode</a>
|
|
446
443
|
</li>
|
|
447
444
|
<li>opVers
|
|
448
|
-
: <a class="el" href="
|
|
445
|
+
: <a class="el" href="classSVF_1_1PHIVFGNode.html#a08ccd55d0fb6ce33f69959349008daca">SVF::PHIVFGNode</a>
|
|
449
446
|
</li>
|
|
450
447
|
<li>OPVers
|
|
451
448
|
: <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#af96b598342bbcbcd739e2603acfc5a41">SVF::UnaryOPVFGNode</a>
|
|
452
449
|
</li>
|
|
450
|
+
<li>opVers
|
|
451
|
+
: <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#ae6fdb5759a0dfeb0635ffd758b752dc1">SVF::UnaryOPVFGNode</a>
|
|
452
|
+
</li>
|
|
453
453
|
<li>OR()
|
|
454
454
|
: <a class="el" href="classSVF_1_1BranchCondManager.html#a7f3fa5e90c08950099ff6f05e96ecb9c">SVF::BranchCondManager</a>
|
|
455
455
|
, <a class="el" href="classSVF_1_1CondManager.html#a83824b36d6cd073a171df9919aa0c704">SVF::CondManager</a>
|
|
@@ -89,12 +89,12 @@ $(function() {
|
|
|
89
89
|
<li>PAGEdgeSetTy
|
|
90
90
|
: <a class="el" href="classSVF_1_1SVFStmt.html#a2bdfa37167b5496629e5cae62705d5f2">SVF::SVFStmt</a>
|
|
91
91
|
</li>
|
|
92
|
-
<li>PAGEdgeToFunMap
|
|
93
|
-
: <a class="el" href="classSVF_1_1MRGenerator.html#a82be01b460a498c07fb6a8aba853ed31">SVF::MRGenerator</a>
|
|
94
|
-
</li>
|
|
95
92
|
<li>pagEdgeToFunMap
|
|
96
93
|
: <a class="el" href="classSVF_1_1MRGenerator.html#ab250a4950269f57027d8e8ef10089f58">SVF::MRGenerator</a>
|
|
97
94
|
</li>
|
|
95
|
+
<li>PAGEdgeToFunMap
|
|
96
|
+
: <a class="el" href="classSVF_1_1MRGenerator.html#a82be01b460a498c07fb6a8aba853ed31">SVF::MRGenerator</a>
|
|
97
|
+
</li>
|
|
98
98
|
<li>PAGEdgeToSetMapTy
|
|
99
99
|
: <a class="el" href="classSVF_1_1SVFStmt.html#a229c78147511f2a581c761552179b6fa">SVF::SVFStmt</a>
|
|
100
100
|
</li>
|
|
@@ -175,12 +175,12 @@ $(function() {
|
|
|
175
175
|
<li>PAGPrint
|
|
176
176
|
: <a class="el" href="classSVF_1_1Options.html#a98df022c5da54ea30b3f0ce008d3ca80">SVF::Options</a>
|
|
177
177
|
</li>
|
|
178
|
-
<li>pagReadFromTXT()
|
|
179
|
-
: <a class="el" href="classSVF_1_1SVFModule.html#a1357c876eccedd58b3abe68875b3a570">SVF::SVFModule</a>
|
|
180
|
-
</li>
|
|
181
178
|
<li>pagReadFromTxt
|
|
182
179
|
: <a class="el" href="classSVF_1_1SVFModule.html#a2547331e2c32b077d5876e609cb7f48f">SVF::SVFModule</a>
|
|
183
180
|
</li>
|
|
181
|
+
<li>pagReadFromTXT()
|
|
182
|
+
: <a class="el" href="classSVF_1_1SVFModule.html#a1357c876eccedd58b3abe68875b3a570">SVF::SVFModule</a>
|
|
183
|
+
</li>
|
|
184
184
|
<li>pairheadmap
|
|
185
185
|
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#af65f6553c6a7184401e249d777cd520e">SVF::MTASVFGBuilder</a>
|
|
186
186
|
</li>
|
|
@@ -396,12 +396,12 @@ $(function() {
|
|
|
396
396
|
<li>Phi
|
|
397
397
|
: <a class="el" href="classSVF_1_1SVFStmt.html#a0ab8621e75e75f03425c323b3ed62ce9a6b3cd98eeb47c8475e7ee64480dcdee9">SVF::SVFStmt</a>
|
|
398
398
|
</li>
|
|
399
|
-
<li>PHINodeMap
|
|
400
|
-
: <a class="el" href="classSVF_1_1SVFIR.html#a08a05dfa6b9734936bb92b3969dbce3b">SVF::SVFIR</a>
|
|
401
|
-
</li>
|
|
402
399
|
<li>phiNodeMap
|
|
403
400
|
: <a class="el" href="classSVF_1_1SVFIR.html#a41abf665421dbfaef508b1eba0c91fb9">SVF::SVFIR</a>
|
|
404
401
|
</li>
|
|
402
|
+
<li>PHINodeMap
|
|
403
|
+
: <a class="el" href="classSVF_1_1SVFIR.html#a08a05dfa6b9734936bb92b3969dbce3b">SVF::SVFIR</a>
|
|
404
|
+
</li>
|
|
405
405
|
<li>PHISet
|
|
406
406
|
: <a class="el" href="classSVF_1_1MemSSA.html#a8a5d3597f3dba9744e170cc8c32bf25f">SVF::MemSSA</a>
|
|
407
407
|
, <a class="el" href="classSVF_1_1SVFG.html#aef7ee9d802934d51b3761663bdaf0c05">SVF::SVFG</a>
|
|
@@ -893,13 +893,11 @@ $(function() {
|
|
|
893
893
|
</li>
|
|
894
894
|
<li>PTAVector
|
|
895
895
|
: <a class="el" href="classSVF_1_1DDAPass.html#acc7ad5d3266cb3e24fba0b4db186348a">SVF::DDAPass</a>
|
|
896
|
+
, <a class="el" href="classSVF_1_1WPAPass.html#ad4e3d480ebcc6bbbb7bcc8dc3df8663e">SVF::WPAPass</a>
|
|
896
897
|
</li>
|
|
897
898
|
<li>ptaVector
|
|
898
899
|
: <a class="el" href="classSVF_1_1WPAPass.html#a72a66ae158793f5d1bcb37b655db4446">SVF::WPAPass</a>
|
|
899
900
|
</li>
|
|
900
|
-
<li>PTAVector
|
|
901
|
-
: <a class="el" href="classSVF_1_1WPAPass.html#ad4e3d480ebcc6bbbb7bcc8dc3df8663e">SVF::WPAPass</a>
|
|
902
|
-
</li>
|
|
903
901
|
<li>PTBackingType
|
|
904
902
|
: <a class="el" href="classSVF_1_1BVDataPTAImpl.html#ad76328a8543b02784992afc2d5501d8a">SVF::BVDataPTAImpl</a>
|
|
905
903
|
</li>
|
|
@@ -955,18 +953,18 @@ $(function() {
|
|
|
955
953
|
<li>PTRONLYSVFG_OPT
|
|
956
954
|
: <a class="el" href="classSVF_1_1VFG.html#ac2e2f555975063da3fa1932ac35802c6a8ed0b9aea88fbbbe91f33301bea0c9dd">SVF::VFG</a>
|
|
957
955
|
</li>
|
|
958
|
-
<li>PtrToBVPtsMap
|
|
959
|
-
: <a class="el" href="classSVF_1_1CondPTAImpl.html#aba828ca8e2aa2bd71b78be8b45a48c9b">SVF::CondPTAImpl< Cond ></a>
|
|
960
|
-
</li>
|
|
961
956
|
<li>ptrToBVPtsMap
|
|
962
957
|
: <a class="el" href="classSVF_1_1CondPTAImpl.html#a30b9ee7b1dcd04285f92cf7accd05b2e">SVF::CondPTAImpl< Cond ></a>
|
|
963
958
|
</li>
|
|
964
|
-
<li>
|
|
965
|
-
: <a class="el" href="classSVF_1_1CondPTAImpl.html#
|
|
959
|
+
<li>PtrToBVPtsMap
|
|
960
|
+
: <a class="el" href="classSVF_1_1CondPTAImpl.html#aba828ca8e2aa2bd71b78be8b45a48c9b">SVF::CondPTAImpl< Cond ></a>
|
|
966
961
|
</li>
|
|
967
962
|
<li>PtrToCPtsMap
|
|
968
963
|
: <a class="el" href="classSVF_1_1CondPTAImpl.html#a5043e9d9255d31777d038c48c809bb09">SVF::CondPTAImpl< Cond ></a>
|
|
969
964
|
</li>
|
|
965
|
+
<li>ptrToCPtsMap
|
|
966
|
+
: <a class="el" href="classSVF_1_1CondPTAImpl.html#a61167fcdb2005090de1b38e53450431a">SVF::CondPTAImpl< Cond ></a>
|
|
967
|
+
</li>
|
|
970
968
|
<li>PtrToNSMap
|
|
971
969
|
: <a class="el" href="classSVF_1_1CondPTAImpl.html#a838c3f2be39d278072f7a9df7c0bcb4d">SVF::CondPTAImpl< Cond ></a>
|
|
972
970
|
</li>
|
|
@@ -981,15 +979,11 @@ $(function() {
|
|
|
981
979
|
, <a class="el" href="classSVF_1_1FlowSensitiveStat.html#a1b605e86f33e79f7d7cd88dc54f2c19e">SVF::FlowSensitiveStat</a>
|
|
982
980
|
, <a class="el" href="classSVF_1_1MutableDFPTData.html#ae7456fccd4c95227cdd7163176703205">SVF::MutableDFPTData< Key, KeySet, Data, DataSet ></a>
|
|
983
981
|
, <a class="el" href="classSVF_1_1MutableDiffPTData.html#a5d64ef2d4b9ab65cc7a9e33bb6fe47cf">SVF::MutableDiffPTData< Key, KeySet, Data, DataSet ></a>
|
|
982
|
+
, <a class="el" href="classSVF_1_1MutablePTData.html#ad74cc6c81c4a95f6ba4e89352bccee3e">SVF::MutablePTData< Key, KeySet, Data, DataSet ></a>
|
|
984
983
|
</li>
|
|
985
984
|
<li>ptsMap
|
|
986
985
|
: <a class="el" href="classSVF_1_1MutablePTData.html#a5ee6e307acd4edbf4f7c2b063032d942">SVF::MutablePTData< Key, KeySet, Data, DataSet ></a>
|
|
987
|
-
|
|
988
|
-
<li>PtsMap
|
|
989
|
-
: <a class="el" href="classSVF_1_1MutablePTData.html#ad74cc6c81c4a95f6ba4e89352bccee3e">SVF::MutablePTData< Key, KeySet, Data, DataSet ></a>
|
|
990
|
-
</li>
|
|
991
|
-
<li>ptsMap
|
|
992
|
-
: <a class="el" href="classSVF_1_1PersistentPTData.html#a483c690c6cf19e258bdf7bb13e77976e">SVF::PersistentPTData< Key, KeySet, Data, DataSet ></a>
|
|
986
|
+
, <a class="el" href="classSVF_1_1PersistentPTData.html#a483c690c6cf19e258bdf7bb13e77976e">SVF::PersistentPTData< Key, KeySet, Data, DataSet ></a>
|
|
993
987
|
</li>
|
|
994
988
|
<li>PtsMapConstIter
|
|
995
989
|
: <a class="el" href="classSVF_1_1MutableDFPTData.html#a3f234abc0def4815a03de164fa258f24">SVF::MutableDFPTData< Key, KeySet, Data, DataSet ></a>
|
|
@@ -112,13 +112,11 @@ $(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< GraphType ></a>
|
|
115
116
|
</li>
|
|
116
117
|
<li>scc
|
|
117
118
|
: <a class="el" href="classSVF_1_1WPASolver.html#a21709a0f33b6238afe735cc9fe49ff70">SVF::WPASolver< GraphType ></a>
|
|
118
119
|
</li>
|
|
119
|
-
<li>SCC
|
|
120
|
-
: <a class="el" href="classSVF_1_1WPASolver.html#a1352953966be14b2a1d6244f35e74a33">SVF::WPASolver< GraphType ></a>
|
|
121
|
-
</li>
|
|
122
120
|
<li>sccCandidates
|
|
123
121
|
: <a class="el" href="classSVF_1_1AndersenSCD.html#aeb0b3644c3bfbfa5768b92c99aeeef40">SVF::AndersenSCD</a>
|
|
124
122
|
</li>
|
|
@@ -808,12 +806,12 @@ $(function() {
|
|
|
808
806
|
<li>storesToMRsMap
|
|
809
807
|
: <a class="el" href="classSVF_1_1MRGenerator.html#a255551fd3ff8fb33bcea93d0b00280b3">SVF::MRGenerator</a>
|
|
810
808
|
</li>
|
|
811
|
-
<li>StoresToPointsToMap
|
|
812
|
-
: <a class="el" href="classSVF_1_1MRGenerator.html#a357e1654e30b2f91f6ea30ea5a52e91d">SVF::MRGenerator</a>
|
|
813
|
-
</li>
|
|
814
809
|
<li>storesToPointsToMap
|
|
815
810
|
: <a class="el" href="classSVF_1_1MRGenerator.html#a7d86f708743a59aa31c0a9fd6de45dac">SVF::MRGenerator</a>
|
|
816
811
|
</li>
|
|
812
|
+
<li>StoresToPointsToMap
|
|
813
|
+
: <a class="el" href="classSVF_1_1MRGenerator.html#a357e1654e30b2f91f6ea30ea5a52e91d">SVF::MRGenerator</a>
|
|
814
|
+
</li>
|
|
817
815
|
<li>storeTime
|
|
818
816
|
: <a class="el" href="classSVF_1_1FlowSensitive.html#a82b76087363b26fbe749653935569de7">SVF::FlowSensitive</a>
|
|
819
817
|
</li>
|
|
@@ -829,12 +827,12 @@ $(function() {
|
|
|
829
827
|
<li>StoreVFGNode()
|
|
830
828
|
: <a class="el" href="classSVF_1_1StoreVFGNode.html#ab4b9182cb0f2ef7dfc1e15789a311ecd">SVF::StoreVFGNode</a>
|
|
831
829
|
</li>
|
|
832
|
-
<li>Strategy
|
|
833
|
-
: <a class="el" href="classSVF_1_1NodeIDAllocator.html#a8cf553cd07768aad3f3b91bf3d7c6228">SVF::NodeIDAllocator</a>
|
|
834
|
-
</li>
|
|
835
830
|
<li>strategy
|
|
836
831
|
: <a class="el" href="classSVF_1_1NodeIDAllocator.html#a44420802f9db288515ee09771c3edd4d">SVF::NodeIDAllocator</a>
|
|
837
832
|
</li>
|
|
833
|
+
<li>Strategy
|
|
834
|
+
: <a class="el" href="classSVF_1_1NodeIDAllocator.html#a8cf553cd07768aad3f3b91bf3d7c6228">SVF::NodeIDAllocator</a>
|
|
835
|
+
</li>
|
|
838
836
|
<li>strides
|
|
839
837
|
: <a class="el" href="classSVF_1_1ConstraintNode.html#a873ba0c14dc57bd603c4a6b4d73e4278">SVF::ConstraintNode</a>
|
|
840
838
|
</li>
|
|
@@ -79,14 +79,12 @@ $(function() {
|
|
|
79
79
|
<li>WordSize
|
|
80
80
|
: <a class="el" href="classSVF_1_1CoreBitVector.html#a63f5e4a36359ae62401e5f8dfecb86a3">SVF::CoreBitVector</a>
|
|
81
81
|
</li>
|
|
82
|
-
<li>WorkList
|
|
83
|
-
: <a class="el" href="classSVF_1_1CFLSolver.html#a802e04eafce9adfd60506c44951c3d53">SVF::CFLSolver< GraphType, DPIm ></a>
|
|
84
|
-
</li>
|
|
85
82
|
<li>worklist
|
|
86
83
|
: <a class="el" href="classSVF_1_1CFLSolver.html#a9d3cbcb9db049e3069b6553ab17ccf5b">SVF::CFLSolver< GraphType, DPIm ></a>
|
|
87
84
|
</li>
|
|
88
85
|
<li>WorkList
|
|
89
|
-
: <a class="el" href="
|
|
86
|
+
: <a class="el" href="classSVF_1_1CFLSolver.html#a802e04eafce9adfd60506c44951c3d53">SVF::CFLSolver< GraphType, DPIm ></a>
|
|
87
|
+
, <a class="el" href="classSVF_1_1CHGBuilder.html#a727a1737e7290536b29b05e03d8b85ac">SVF::CHGBuilder</a>
|
|
90
88
|
, <a class="el" href="classSVF_1_1CHGraph.html#af1b638faf888898cdf168c25e008ab12">SVF::CHGraph</a>
|
|
91
89
|
, <a class="el" href="classSVF_1_1ConstraintGraph.html#ae80fc7e5d68e103d8f3a82bc9ffb0f00">SVF::ConstraintGraph</a>
|
|
92
90
|
, <a class="el" href="classSVF_1_1ICFGBuilder.html#a2dc4467008cdd6eb896e98b67457082a">SVF::ICFGBuilder</a>
|
|
@@ -94,16 +92,14 @@ $(function() {
|
|
|
94
92
|
, <a class="el" href="classSVF_1_1MRGenerator.html#a68d50c752252bd40c402c7b99b95f0fc">SVF::MRGenerator</a>
|
|
95
93
|
, <a class="el" href="classSVF_1_1SaberSVFGBuilder.html#a8e07c6afc4ae6e2792431065c2948039">SVF::SaberSVFGBuilder</a>
|
|
96
94
|
, <a class="el" href="classSVF_1_1SrcSnkDDA.html#a3c0d8850c4dae49a760ce5f80fb8822a">SVF::SrcSnkDDA</a>
|
|
95
|
+
, <a class="el" href="classSVF_1_1SVFGOPT.html#a3ee399dc45e90a512be7575642855f40">SVF::SVFGOPT</a>
|
|
97
96
|
</li>
|
|
98
97
|
<li>worklist
|
|
99
98
|
: <a class="el" href="classSVF_1_1SVFGOPT.html#a925f39665e13b18dfe66c2dded44c194">SVF::SVFGOPT</a>
|
|
99
|
+
, <a class="el" href="classSVF_1_1WPASolver.html#a1775717a8c8d5d125b7561bc1ae6abf5">SVF::WPASolver< GraphType ></a>
|
|
100
100
|
</li>
|
|
101
101
|
<li>WorkList
|
|
102
|
-
: <a class="el" href="
|
|
103
|
-
, <a class="el" href="classSVF_1_1WPASolver.html#a624e9156b2d3a4f284548cbaaf650334">SVF::WPASolver< GraphType ></a>
|
|
104
|
-
</li>
|
|
105
|
-
<li>worklist
|
|
106
|
-
: <a class="el" href="classSVF_1_1WPASolver.html#a1775717a8c8d5d125b7561bc1ae6abf5">SVF::WPASolver< GraphType ></a>
|
|
102
|
+
: <a class="el" href="classSVF_1_1WPASolver.html#a624e9156b2d3a4f284548cbaaf650334">SVF::WPASolver< GraphType ></a>
|
|
107
103
|
</li>
|
|
108
104
|
<li>WorkStack
|
|
109
105
|
: <a class="el" href="classSVF_1_1CSC.html#a0490b9998987d245ee6e56bc68db4f1e">SVF::CSC</a>
|
|
@@ -9,7 +9,7 @@ var searchData=
|
|
|
9
9
|
['pagedge',['pagEdge',['../classSVF_1_1StmtVFGNode.html#ab5f48de8258f92bb7b9d411e178beb49',1,'SVF::StmtVFGNode::pagEdge()'],['../namespaceSVF.html#ae6ead95a66f69e1e4cfa1159f868a152',1,'SVF::PAGEdge()']]],
|
|
10
10
|
['pagedges',['pagEdges',['../classSVF_1_1ICFGNode.html#a12ce3aabc1bd3bae7caa9be9ec0a6a71',1,'SVF::ICFGNode']]],
|
|
11
11
|
['pagedgesetty',['PAGEdgeSetTy',['../classSVF_1_1SVFStmt.html#a2bdfa37167b5496629e5cae62705d5f2',1,'SVF::SVFStmt']]],
|
|
12
|
-
['pagedgetofunmap',['
|
|
12
|
+
['pagedgetofunmap',['PAGEdgeToFunMap',['../classSVF_1_1MRGenerator.html#a82be01b460a498c07fb6a8aba853ed31',1,'SVF::MRGenerator::PAGEdgeToFunMap()'],['../classSVF_1_1MRGenerator.html#ab250a4950269f57027d8e8ef10089f58',1,'SVF::MRGenerator::pagEdgeToFunMap()']]],
|
|
13
13
|
['pagedgetosetmapty',['PAGEdgeToSetMapTy',['../classSVF_1_1SVFStmt.html#a229c78147511f2a581c761552179b6fa',1,'SVF::SVFStmt']]],
|
|
14
14
|
['pagedgetostmtvfgnodemap',['PAGEdgeToStmtVFGNodeMap',['../classSVF_1_1VFG.html#a462fe6eefc55a436f90f91adeb34726f',1,'SVF::VFG']]],
|
|
15
15
|
['pagedgetostmtvfgnodemapty',['PAGEdgeToStmtVFGNodeMapTy',['../classSVF_1_1VFG.html#ab37b067a59b52c472a284eabbeba43ff',1,'SVF::VFG']]],
|
|
@@ -37,7 +37,7 @@ var searchData=
|
|
|
37
37
|
['pagnodetounaryopvfgnodemap',['PAGNodeToUnaryOPVFGNodeMap',['../classSVF_1_1VFG.html#ac7083aa233d8e3820d6eb8e922f0c051',1,'SVF::VFG']]],
|
|
38
38
|
['pagnodetounaryopvfgnodemapty',['PAGNodeToUnaryOPVFGNodeMapTy',['../classSVF_1_1VFG.html#acfcd84ac6bedde4e7e74abdeb9233474',1,'SVF::VFG']]],
|
|
39
39
|
['pagprint',['PAGPrint',['../classSVF_1_1Options.html#a98df022c5da54ea30b3f0ce008d3ca80',1,'SVF::Options']]],
|
|
40
|
-
['pagreadfromtxt',['
|
|
40
|
+
['pagreadfromtxt',['pagReadFromTxt',['../classSVF_1_1SVFModule.html#a2547331e2c32b077d5876e609cb7f48f',1,'SVF::SVFModule::pagReadFromTxt()'],['../classSVF_1_1SVFModule.html#a1357c876eccedd58b3abe68875b3a570',1,'SVF::SVFModule::pagReadFromTXT()']]],
|
|
41
41
|
['pairheadmap',['pairheadmap',['../classSVF_1_1MTASVFGBuilder.html#af65f6553c6a7184401e249d777cd520e',1,'SVF::MTASVFGBuilder']]],
|
|
42
42
|
['pairindex',['pairIndex',['../structDdSubtable.html#a027d40eb603e409faef302acc952ca85',1,'DdSubtable']]],
|
|
43
43
|
['pairtailmap',['pairtailmap',['../classSVF_1_1MTASVFGBuilder.html#aa444ad49952922e1b862b75c4949de78',1,'SVF::MTASVFGBuilder']]],
|
|
@@ -60,7 +60,7 @@ var searchData=
|
|
|
60
60
|
['path_5fleak',['PATH_LEAK',['../classSVF_1_1LeakChecker.html#a42f54433e5ca60928f3c329ab545842da5ef9b70f9a245b7a6b94a4456daabcda',1,'SVF::LeakChecker']]],
|
|
61
61
|
['pathallocator',['pathAllocator',['../classSVF_1_1ProgSlice.html#adc27c77d68f54030bdbb714139a974e5',1,'SVF::ProgSlice']]],
|
|
62
62
|
['pathcond',['PathCond',['../classSVF_1_1VFPathCond.html#a69d1ab707592342b8890459697ce7258',1,'SVF::VFPathCond::PathCond()'],['../classSVF_1_1PathStmtDPItem.html#a9092ac46745ceac6c9d9e7e560df6e86',1,'SVF::PathStmtDPItem::PathCond()']]],
|
|
63
|
-
['pathcondallocator',['PathCondAllocator',['../classSVF_1_1PathCondAllocator.html',1,'SVF::PathCondAllocator'],['../
|
|
63
|
+
['pathcondallocator',['PathCondAllocator',['../classSVF_1_1PathCondAllocator.html',1,'SVF::PathCondAllocator'],['../classSVF_1_1PathCondAllocator.html#ad7ff43210c36654ae775e0542be79da1',1,'SVF::PathCondAllocator::PathCondAllocator()'],['../classSVF_1_1SrcSnkDDA.html#a3008dc334d4500516507544a86ec6d9c',1,'SVF::SrcSnkDDA::pathCondAllocator()']]],
|
|
64
64
|
['pathcondallocator_2ecpp',['PathCondAllocator.cpp',['../PathCondAllocator_8cpp.html',1,'']]],
|
|
65
65
|
['pathcondallocator_2eh',['PathCondAllocator.h',['../PathCondAllocator_8h.html',1,'']]],
|
|
66
66
|
['pathdpitem_2eh',['PathDPItem.h',['../PathDPItem_8h.html',1,'']]],
|
|
@@ -112,9 +112,9 @@ var searchData=
|
|
|
112
112
|
['persptdataty',['PersPTDataTy',['../classSVF_1_1BVDataPTAImpl.html#ae3ba6392560e5c0978335151c3373fd1',1,'SVF::BVDataPTAImpl']]],
|
|
113
113
|
['persversioned',['PersVersioned',['../classSVF_1_1PTData.html#a74ce29609c51f2be34a0b5b7650a9848a15e53fc2443dac125c703ccd7eef1a03',1,'SVF::PTData']]],
|
|
114
114
|
['persversionedptdataty',['PersVersionedPTDataTy',['../classSVF_1_1BVDataPTAImpl.html#ae028ae29bdc799f35777b82a39faf5e8',1,'SVF::BVDataPTAImpl']]],
|
|
115
|
-
['phi',['
|
|
115
|
+
['phi',['Phi',['../classSVF_1_1SVFStmt.html#a0ab8621e75e75f03425c323b3ed62ce9a6b3cd98eeb47c8475e7ee64480dcdee9',1,'SVF::SVFStmt::Phi()'],['../classSVF_1_1MemSSA.html#a8e948ea7778158107657fdd8195530e1',1,'SVF::MemSSA::PHI()']]],
|
|
116
116
|
['phinode',['PHINode',['../namespaceSVF.html#ac8d4990439af7a2ecca7e15383119674',1,'SVF']]],
|
|
117
|
-
['phinodemap',['
|
|
117
|
+
['phinodemap',['phiNodeMap',['../classSVF_1_1SVFIR.html#a41abf665421dbfaef508b1eba0c91fb9',1,'SVF::SVFIR::phiNodeMap()'],['../classSVF_1_1SVFIR.html#a08a05dfa6b9734936bb92b3969dbce3b',1,'SVF::SVFIR::PHINodeMap()']]],
|
|
118
118
|
['phiset',['PHISet',['../classSVF_1_1SVFG.html#aef7ee9d802934d51b3761663bdaf0c05',1,'SVF::SVFG::PHISet()'],['../classSVF_1_1MemSSA.html#a8a5d3597f3dba9744e170cc8c32bf25f',1,'SVF::MemSSA::PHISet()']]],
|
|
119
119
|
['phistmt',['PhiStmt',['../classSVF_1_1PhiStmt.html',1,'SVF::PhiStmt'],['../classSVF_1_1PhiStmt.html#a74e4c9a108d70aff8acaf3f32a16335f',1,'SVF::PhiStmt::PhiStmt()'],['../classSVF_1_1PhiStmt.html#a7ac7cc8a4fd0c692b45df02fc5166b3b',1,'SVF::PhiStmt::PhiStmt(const PhiStmt &)'],['../classSVF_1_1PhiStmt.html#a7a5147246ce71f9863398abdd6ddcfc2',1,'SVF::PhiStmt::PhiStmt(SVFVar *s, const OPVars &opnds)']]],
|
|
120
120
|
['phisvfgnode',['PHISVFGNode',['../namespaceSVF.html#a71d4e214e049f02bf26537cba6328673',1,'SVF']]],
|
|
@@ -132,7 +132,7 @@ var searchData=
|
|
|
132
132
|
['pointeranalysisimpl_2ecpp',['PointerAnalysisImpl.cpp',['../PointerAnalysisImpl_8cpp.html',1,'']]],
|
|
133
133
|
['pointeranalysisimpl_2eh',['PointerAnalysisImpl.h',['../PointerAnalysisImpl_8h.html',1,'']]],
|
|
134
134
|
['pointertype',['PointerType',['../structSVF_1_1SVFUtil_1_1cast__retty__impl_3_01To_00_01std_1_1unique__ptr_3_01From_01_4_01_4.html#a9d08abc346f3b77c487eba144f3cbd8d',1,'SVF::SVFUtil::cast_retty_impl< To, std::unique_ptr< From > >::PointerType()'],['../namespaceSVF.html#aa962cc1d782cc46553251e96b64a754b',1,'SVF::PointerType()']]],
|
|
135
|
-
['pointsto',['PointsTo',['../classSVF_1_1PointsTo.html',1,'SVF::PointsTo'],['../
|
|
135
|
+
['pointsto',['PointsTo',['../classSVF_1_1PointsTo.html',1,'SVF::PointsTo'],['../classSVF_1_1PointsTo.html#a05aa807f21f311eb50ff11dde98b8d22',1,'SVF::PointsTo::PointsTo(void)'],['../classSVF_1_1PointsTo.html#acef2d3e41263aef641c3411e28ad445c',1,'SVF::PointsTo::PointsTo(const PointsTo &pt)'],['../classSVF_1_1PointsTo.html#a5ecef616428a70e8e7726406dfb43544',1,'SVF::PointsTo::PointsTo(PointsTo &&pt)'],['../classSVF_1_1CondPointsToSet.html#a63f09ca69e00b317de29af6a6a12daac',1,'SVF::CondPointsToSet::pointsTo(void)'],['../classSVF_1_1CondPointsToSet.html#ada240bc77570174a1d17ac097583fa78',1,'SVF::CondPointsToSet::pointsTo(void) const'],['../classSVF_1_1CondPointsToSet.html#a03311162626acf16ad05b7b93248a92b',1,'SVF::CondPointsToSet::pointsTo(Cond cond) const'],['../classSVF_1_1CondPointsToSet.html#a8775ef2c073af6c8055c3f5b0035288f',1,'SVF::CondPointsToSet::pointsTo(Cond cond)']]],
|
|
136
136
|
['pointsto_2ecpp',['PointsTo.cpp',['../PointsTo_8cpp.html',1,'']]],
|
|
137
137
|
['pointsto_2eh',['PointsTo.h',['../PointsTo_8h.html',1,'']]],
|
|
138
138
|
['pointstoid',['PointsToID',['../namespaceSVF.html#ae545a88267bd2246de827cf590675aca',1,'SVF']]],
|
|
@@ -192,7 +192,7 @@ var searchData=
|
|
|
192
192
|
['printmodel',['printModel',['../classSVF_1_1CondManager.html#ab9772aa1a35e963ccc9ce1007ebc1310',1,'SVF::CondManager']]],
|
|
193
193
|
['printpathcond',['printPathCond',['../classSVF_1_1PathCondAllocator.html#a2932b15ef74e46b676075ba1b2e82111',1,'SVF::PathCondAllocator::printPathCond()'],['../classSVF_1_1Options.html#ae6b763ff293381ed5da9b07c2e8ae496',1,'SVF::Options::PrintPathCond()']]],
|
|
194
194
|
['printpts',['printPts',['../svf-ex_8cpp.html#ae004a620ad67220b6dd8212a2ad625a9',1,'svf-ex.cpp']]],
|
|
195
|
-
['printquerypts',['
|
|
195
|
+
['printquerypts',['PrintQueryPts',['../classSVF_1_1Options.html#aabfcfcd67df527cdf587aff5ecc26a10',1,'SVF::Options::PrintQueryPts()'],['../classSVF_1_1DDAPass.html#afc700bd3abb5d9199621741b9bd04f0f',1,'SVF::DDAPass::printQueryPTS()']]],
|
|
196
196
|
['printresults',['printResults',['../classSVF_1_1PCG.html#ab8a16eb34da91f2b7cd5a456653b1da0',1,'SVF::PCG']]],
|
|
197
197
|
['printstat',['printStat',['../classSVF_1_1DDAStat.html#a845ddc7725f4ebc011789a548a0aa377',1,'SVF::DDAStat::printStat()'],['../classSVF_1_1ICFGStat.html#a2058c584a93cb6c90f165207dbdb01d6',1,'SVF::ICFGStat::printStat()'],['../classSVF_1_1MemSSAStat.html#a6d57200d65d86cf575ede71bd5be7a29',1,'SVF::MemSSAStat::printStat()'],['../classSVF_1_1SVFGStat.html#a67e0f3d1eb1cf8bf6dda57b602d6dac7',1,'SVF::SVFGStat::printStat()'],['../classSVF_1_1PointerAnalysis.html#a4880571f57542afc50da506dfe273183',1,'SVF::PointerAnalysis::printStat()'],['../classSVF_1_1PTAStat.html#aa5f455bfa79743b8e263431593d29bbf',1,'SVF::PTAStat::printStat()'],['../classSVF_1_1AndersenBase.html#a566830d0c7a1f5cd967bb8f2ab168f8d',1,'SVF::AndersenBase::printStat()']]],
|
|
198
198
|
['printstatperquery',['printStatPerQuery',['../classSVF_1_1DDAStat.html#acacabea1b7b875e2f60f931fe0e6f625',1,'SVF::DDAStat::printStatPerQuery()'],['../classSVF_1_1PTAStat.html#a7ce0630cfe41448bec002f03a176175d',1,'SVF::PTAStat::printStatPerQuery()']]],
|
|
@@ -255,7 +255,7 @@ var searchData=
|
|
|
255
255
|
['pstat',['PStat',['../classSVF_1_1Options.html#a498a1a05a08be1ffd845aefeb0672bcb',1,'SVF::Options']]],
|
|
256
256
|
['pt',['pt',['../classSVF_1_1PointsTo_1_1PointsToIterator.html#a8be3dd8b1e66eac8577bf16b7403c9c5',1,'SVF::PointsTo::PointsToIterator']]],
|
|
257
257
|
['pta',['pta',['../classSVF_1_1SVFG.html#a0d6cfa496e6885fe31b6b7a651fa01a8',1,'SVF::SVFG::pta()'],['../classSVF_1_1PTAStat.html#a608441b95be0861d8c1b0a035281f4d5',1,'SVF::PTAStat::pta()'],['../classSVF_1_1MRGenerator.html#afb7ce3a24edda14895999eb15231daff',1,'SVF::MRGenerator::pta()'],['../classSVF_1_1MemSSA.html#a468e1481926df6865678b7232bb79bf3',1,'SVF::MemSSA::pta()'],['../classSVF_1_1PCG.html#adb917fc3adc3b0c3aedd57e9c77eae05',1,'SVF::PCG::pta()'],['../classSVF_1_1TCT.html#a980de0593e41d18d2716aa5120d35d04',1,'SVF::TCT::pta()'],['../classSVF_1_1TypeBasedHeapCloning.html#a7d3f7d27c9491b099a623ba03b1c4732',1,'SVF::TypeBasedHeapCloning::pta()'],['../classSVF_1_1AndersenStat.html#a8af8dd60987c4c99ea3727d9db87c187',1,'SVF::AndersenStat::pta()']]],
|
|
258
|
-
['ptacallgraph',['PTACallGraph',['../classSVF_1_1PTACallGraph.html',1,'SVF::PTACallGraph'],['../
|
|
258
|
+
['ptacallgraph',['PTACallGraph',['../classSVF_1_1PTACallGraph.html',1,'SVF::PTACallGraph'],['../classSVF_1_1PTACallGraph.html#a612b05f1c37dc50a888b773b9bbe093f',1,'SVF::PTACallGraph::PTACallGraph()'],['../classSVF_1_1PointerAnalysis.html#ad47b39252e02c68dfb466d4f42dc7ebe',1,'SVF::PointerAnalysis::ptaCallGraph()'],['../classSVF_1_1SrcSnkDDA.html#a97be553370acf305f86e903bc3f0bb1a',1,'SVF::SrcSnkDDA::ptaCallGraph()']]],
|
|
259
259
|
['ptacallgraph_2ecpp',['PTACallGraph.cpp',['../PTACallGraph_8cpp.html',1,'']]],
|
|
260
260
|
['ptacallgraph_2eh',['PTACallGraph.h',['../PTACallGraph_8h.html',1,'']]],
|
|
261
261
|
['ptacallgraphedge',['PTACallGraphEdge',['../classSVF_1_1PTACallGraphEdge.html',1,'SVF::PTACallGraphEdge'],['../classSVF_1_1PTACallGraphEdge.html#aa34123e6c62c3f152b579510c09984e6',1,'SVF::PTACallGraphEdge::PTACallGraphEdge()']]],
|
|
@@ -270,7 +270,7 @@ var searchData=
|
|
|
270
270
|
['ptastat_2ecpp',['PTAStat.cpp',['../PTAStat_8cpp.html',1,'']]],
|
|
271
271
|
['ptastat_2eh',['PTAStat.h',['../PTAStat_8h.html',1,'']]],
|
|
272
272
|
['ptaty',['ptaTy',['../classSVF_1_1PointerAnalysis.html#ade83738ac754d5ffc2a3b497b600cad4',1,'SVF::PointerAnalysis::ptaTy()'],['../classSVF_1_1PointerAnalysis.html#a0b182ac680cce0547dbe7714c870ca85',1,'SVF::PointerAnalysis::PTATY()']]],
|
|
273
|
-
['ptavector',['
|
|
273
|
+
['ptavector',['ptaVector',['../classSVF_1_1WPAPass.html#a72a66ae158793f5d1bcb37b655db4446',1,'SVF::WPAPass::ptaVector()'],['../classSVF_1_1DDAPass.html#acc7ad5d3266cb3e24fba0b4db186348a',1,'SVF::DDAPass::PTAVector()'],['../classSVF_1_1WPAPass.html#ad4e3d480ebcc6bbbb7bcc8dc3df8663e',1,'SVF::WPAPass::PTAVector()']]],
|
|
274
274
|
['ptbackingtype',['PTBackingType',['../classSVF_1_1BVDataPTAImpl.html#ad76328a8543b02784992afc2d5501d8a',1,'SVF::BVDataPTAImpl']]],
|
|
275
275
|
['ptcache',['ptCache',['../classSVF_1_1PersistentPTData.html#a146a25bf9ae76f4c3c117433df9d382f',1,'SVF::PersistentPTData::ptCache()'],['../classSVF_1_1PersistentDiffPTData.html#a444bc59754b4c365327b7ef44baadcd2',1,'SVF::PersistentDiffPTData::ptCache()'],['../classSVF_1_1PersistentDFPTData.html#af86313e37c5177e45456f813b9b46a4f',1,'SVF::PersistentDFPTData::ptCache()'],['../classSVF_1_1BVDataPTAImpl.html#a94acf249e50ad56f966ddad6843c18f8',1,'SVF::BVDataPTAImpl::ptCache()']]],
|
|
276
276
|
['ptd',['ptD',['../classSVF_1_1BVDataPTAImpl.html#aee07488c4d53551826439d79b28e2e6d',1,'SVF::BVDataPTAImpl::ptD()'],['../classSVF_1_1CondPTAImpl.html#af960c10e49932ea5e9dcdd299ff300ce',1,'SVF::CondPTAImpl::ptD()']]],
|
|
@@ -287,13 +287,13 @@ var searchData=
|
|
|
287
287
|
['ptronlysvfg',['PTRONLYSVFG',['../classSVF_1_1VFG.html#ac2e2f555975063da3fa1932ac35802c6ada8562b20e8d888a4b421c200957294d',1,'SVF::VFG']]],
|
|
288
288
|
['ptronlysvfg_5fopt',['PTRONLYSVFG_OPT',['../classSVF_1_1VFG.html#ac2e2f555975063da3fa1932ac35802c6a8ed0b9aea88fbbbe91f33301bea0c9dd',1,'SVF::VFG']]],
|
|
289
289
|
['ptrtobvptsmap',['PtrToBVPtsMap',['../classSVF_1_1CondPTAImpl.html#aba828ca8e2aa2bd71b78be8b45a48c9b',1,'SVF::CondPTAImpl::PtrToBVPtsMap()'],['../classSVF_1_1CondPTAImpl.html#a30b9ee7b1dcd04285f92cf7accd05b2e',1,'SVF::CondPTAImpl::ptrToBVPtsMap()']]],
|
|
290
|
-
['ptrtocptsmap',['
|
|
290
|
+
['ptrtocptsmap',['PtrToCPtsMap',['../classSVF_1_1CondPTAImpl.html#a5043e9d9255d31777d038c48c809bb09',1,'SVF::CondPTAImpl::PtrToCPtsMap()'],['../classSVF_1_1CondPTAImpl.html#a61167fcdb2005090de1b38e53450431a',1,'SVF::CondPTAImpl::ptrToCPtsMap()']]],
|
|
291
291
|
['ptrtointinst',['PtrToIntInst',['../namespaceSVF.html#a3d5581c375ee3fe856327dc648c379f0',1,'SVF']]],
|
|
292
292
|
['ptrtonsmap',['PtrToNSMap',['../classSVF_1_1CondPTAImpl.html#a838c3f2be39d278072f7a9df7c0bcb4d',1,'SVF::CondPTAImpl']]],
|
|
293
293
|
['ptruint',['ptruint',['../cuddInt_8h.html#afd9afe0bf7ac5855fcd5eb42ea5fcb18',1,'cuddInt.h']]],
|
|
294
294
|
['ptsallprint',['PTSAllPrint',['../classSVF_1_1Options.html#a113ee30422ef08b6790eed9a83277b9c',1,'SVF::Options']]],
|
|
295
295
|
['ptsdiff',['PtsDiff',['../classSVF_1_1Options.html#acf7262c0b0bd91e6dab56a631be51206',1,'SVF::Options']]],
|
|
296
|
-
['ptsmap',['
|
|
296
|
+
['ptsmap',['PtsMap',['../classSVF_1_1MutablePTData.html#ad74cc6c81c4a95f6ba4e89352bccee3e',1,'SVF::MutablePTData::PtsMap()'],['../classSVF_1_1MutableDiffPTData.html#a5d64ef2d4b9ab65cc7a9e33bb6fe47cf',1,'SVF::MutableDiffPTData::PtsMap()'],['../classSVF_1_1MutableDFPTData.html#ae7456fccd4c95227cdd7163176703205',1,'SVF::MutableDFPTData::PtsMap()'],['../classSVF_1_1FlowSensitive.html#a7bb300f30f4f8cee208229ae10faa291',1,'SVF::FlowSensitive::PtsMap()'],['../classSVF_1_1FlowSensitiveStat.html#a1b605e86f33e79f7d7cd88dc54f2c19e',1,'SVF::FlowSensitiveStat::PtsMap()'],['../classSVF_1_1MutablePTData.html#a5ee6e307acd4edbf4f7c2b063032d942',1,'SVF::MutablePTData::ptsMap()'],['../classSVF_1_1PersistentPTData.html#a483c690c6cf19e258bdf7bb13e77976e',1,'SVF::PersistentPTData::ptsMap()']]],
|
|
297
297
|
['ptsmapconstiter',['PtsMapConstIter',['../classSVF_1_1MutablePTData.html#ae9c96f369fbe955a841badcf3fcfcc03',1,'SVF::MutablePTData::PtsMapConstIter()'],['../classSVF_1_1MutableDFPTData.html#a3f234abc0def4815a03de164fa258f24',1,'SVF::MutableDFPTData::PtsMapConstIter()']]],
|
|
298
298
|
['ptsmapiter',['PtsMapIter',['../classSVF_1_1MutablePTData.html#ad08dbfa28cd0d622322091d6600748ed',1,'SVF::MutablePTData']]],
|
|
299
299
|
['ptsprint',['PTSPrint',['../classSVF_1_1Options.html#ace0fa364337374ce75a58a9e2f229e24',1,'SVF::Options']]],
|