svf-tools 1.0.438 → 1.0.441
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/Andersen_8cpp_source.html +9 -9
- package/SVF-doxygen/html/html/BDDExpr_8cpp.html +81 -0
- package/SVF-doxygen/html/html/BDDExpr_8cpp_source.html +122 -0
- package/SVF-doxygen/html/html/BDDExpr_8h.html +98 -0
- package/SVF-doxygen/html/html/BDDExpr_8h_source.html +131 -0
- package/SVF-doxygen/html/html/CHGBuilder_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/ConsG_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/ContextDDA_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/DCHG_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/DDAPass_8cpp_source.html +9 -9
- package/SVF-doxygen/html/html/DPItem_8h.html +1 -1
- package/SVF-doxygen/html/html/DPItem_8h_source.html +2 -2
- package/SVF-doxygen/html/html/ExeState_8cpp.html +82 -0
- package/SVF-doxygen/html/html/ExeState_8cpp_source.html +130 -0
- package/SVF-doxygen/html/html/ExeState_8h.html +139 -0
- package/SVF-doxygen/html/html/ExeState_8h_source.html +130 -0
- package/SVF-doxygen/html/html/FSMPTA_8cpp_source.html +3 -3
- package/SVF-doxygen/html/html/FlowSensitiveTBHC_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/FlowSensitiveTBHC_8h.html +1 -1
- package/SVF-doxygen/html/html/FlowSensitiveTBHC_8h_source.html +1 -1
- package/SVF-doxygen/html/html/FlowSensitive_8cpp.html +1 -1
- package/SVF-doxygen/html/html/FlowSensitive_8cpp_source.html +8 -8
- package/SVF-doxygen/html/html/ICFG_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/IRAnnotator_8h.html +2 -2
- package/SVF-doxygen/html/html/IRAnnotator_8h_source.html +2 -2
- package/SVF-doxygen/html/html/IRGraph_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/LeakChecker_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/LockAnalysis_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/LockResultValidator_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/MHP_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/MTAAnnotator_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/MTAResultValidator_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/MTAStat_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/MemRegion_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/MemSSA_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/NodeIDAllocator_8cpp_source.html +6 -6
- package/SVF-doxygen/html/html/OfflineConsG_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/Options_8cpp_source.html +113 -114
- package/SVF-doxygen/html/html/Options_8h.html +0 -1
- package/SVF-doxygen/html/html/Options_8h_source.html +115 -117
- package/SVF-doxygen/html/html/PTAStat_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/PathCondAllocator_8cpp_source.html +4 -5
- package/SVF-doxygen/html/html/PathCondAllocator_8h.html +1 -1
- package/SVF-doxygen/html/html/PathCondAllocator_8h_source.html +24 -24
- package/SVF-doxygen/html/html/PointerAnalysisImpl_8cpp.html +1 -1
- package/SVF-doxygen/html/html/PointerAnalysisImpl_8cpp_source.html +5 -5
- package/SVF-doxygen/html/html/PointerAnalysis_8cpp_source.html +12 -12
- package/SVF-doxygen/html/html/PointsTo_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/ProgSlice_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/ProgSlice_8h_source.html +2 -2
- package/SVF-doxygen/html/html/SVFGBuilder_8cpp_source.html +5 -5
- package/SVF-doxygen/html/html/SVFGOPT_8cpp_source.html +4 -4
- package/SVF-doxygen/html/html/SVFG_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/SVFIR_8cpp_source.html +3 -3
- package/SVF-doxygen/html/html/SVFStatements_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/SVFUtil_8cpp.html +1 -1
- package/SVF-doxygen/html/html/SVFUtil_8cpp_source.html +3 -3
- package/SVF-doxygen/html/html/SVFVariables_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/SrcSnkDDA_8cpp_source.html +4 -4
- package/SVF-doxygen/html/html/SrcSnkDDA_8h.html +3 -3
- package/SVF-doxygen/html/html/SrcSnkDDA_8h_source.html +6 -6
- package/SVF-doxygen/html/html/SrcSnkSolver_8h.html +96 -0
- package/SVF-doxygen/html/html/SrcSnkSolver_8h_source.html +113 -0
- package/SVF-doxygen/html/html/SymbolTableBuilder_8cpp_source.html +3 -3
- package/SVF-doxygen/html/html/SymbolTableInfo_8cpp_source.html +3 -3
- package/SVF-doxygen/html/html/TCT_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/TypeAnalysis_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/TypeBasedHeapCloning_8cpp.html +3 -3
- package/SVF-doxygen/html/html/TypeBasedHeapCloning_8cpp_source.html +3 -3
- package/SVF-doxygen/html/html/TypeBasedHeapCloning_8h.html +2 -2
- package/SVF-doxygen/html/html/TypeBasedHeapCloning_8h_source.html +2 -2
- package/SVF-doxygen/html/html/VFG_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/VersionedFlowSensitive_8cpp_source.html +3 -3
- package/SVF-doxygen/html/html/WPAPass_8cpp_source.html +4 -4
- package/SVF-doxygen/html/html/Z3Expr_8h.html +99 -0
- package/SVF-doxygen/html/html/Z3Expr_8h_source.html +126 -0
- package/SVF-doxygen/html/html/annotated.html +272 -275
- package/SVF-doxygen/html/html/classSVF_1_1AddrStmt.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1Andersen.html +5 -5
- package/SVF-doxygen/html/html/classSVF_1_1AndersenBase.html +6 -6
- package/SVF-doxygen/html/html/classSVF_1_1BDDExprManager-members.html +117 -0
- package/SVF-doxygen/html/html/classSVF_1_1BDDExprManager.html +1318 -0
- package/SVF-doxygen/html/html/classSVF_1_1BVDataPTAImpl.html +5 -5
- package/SVF-doxygen/html/html/classSVF_1_1BinaryOPStmt.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1BranchStmt.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1CHGBuilder.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1CallPE.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1CmpStmt.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1ContextCond.html +0 -9
- package/SVF-doxygen/html/html/classSVF_1_1ContextDDA.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1CopyStmt.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1DCHGraph.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1DDAPass.html +9 -9
- package/SVF-doxygen/html/html/classSVF_1_1DPItem.html +3 -4
- package/SVF-doxygen/html/html/classSVF_1_1DPItem.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1DoubleFreeChecker-members.html +76 -76
- package/SVF-doxygen/html/html/classSVF_1_1DoubleFreeChecker.html +64 -64
- package/SVF-doxygen/html/html/classSVF_1_1DoubleFreeChecker.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1ExeState-members.html +113 -0
- package/SVF-doxygen/html/html/classSVF_1_1ExeState.html +1259 -0
- package/SVF-doxygen/html/html/classSVF_1_1FIObjVar.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1FileChecker-members.html +78 -78
- package/SVF-doxygen/html/html/classSVF_1_1FileChecker.html +64 -64
- package/SVF-doxygen/html/html/classSVF_1_1FileChecker.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1FlowDDA.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1FlowSensitive.html +9 -9
- package/SVF-doxygen/html/html/classSVF_1_1FlowSensitiveTBHC.html +7 -7
- package/SVF-doxygen/html/html/classSVF_1_1GepObjVar.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1GepStmt.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1GepValVar.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1ICFG.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1IRAnnotator.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1LLVMModuleSet.html +2 -2
- package/SVF-doxygen/html/html/classSVF_1_1LeakChecker-members.html +74 -74
- package/SVF-doxygen/html/html/classSVF_1_1LeakChecker.html +68 -68
- package/SVF-doxygen/html/html/classSVF_1_1LeakChecker.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1LoadStmt.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1LockAnalysis.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1LockResultValidator.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1MHP.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1MRGenerator.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1MTAAnnotator.html +4 -4
- package/SVF-doxygen/html/html/classSVF_1_1MTAResultValidator.html +3 -3
- package/SVF-doxygen/html/html/classSVF_1_1MTASVFGBuilder.html +6 -6
- package/SVF-doxygen/html/html/classSVF_1_1MTAStat.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1MemSSA.html +2 -2
- package/SVF-doxygen/html/html/classSVF_1_1NodeIDAllocator.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1NodeIDAllocator_1_1Clusterer.html +6 -6
- package/SVF-doxygen/html/html/classSVF_1_1ObjVar.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1OfflineConsG.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1Options-members.html +102 -103
- package/SVF-doxygen/html/html/classSVF_1_1Options.html +115 -141
- package/SVF-doxygen/html/html/classSVF_1_1PTAStat.html +3 -3
- package/SVF-doxygen/html/html/classSVF_1_1PathCondAllocator-members.html +3 -3
- package/SVF-doxygen/html/html/classSVF_1_1PathCondAllocator.html +131 -132
- package/SVF-doxygen/html/html/classSVF_1_1PhiStmt.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1PointerAnalysis.html +13 -13
- package/SVF-doxygen/html/html/classSVF_1_1PointsTo.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1ProgSlice.html +2 -2
- package/SVF-doxygen/html/html/classSVF_1_1RetPE.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1SVFGBuilder.html +5 -5
- package/SVF-doxygen/html/html/classSVF_1_1SVFGOPT.html +5 -5
- package/SVF-doxygen/html/html/classSVF_1_1SVFIR.html +4 -4
- package/SVF-doxygen/html/html/classSVF_1_1SVFIRBuilder.html +5 -5
- package/SVF-doxygen/html/html/classSVF_1_1SelectStmt.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1SrcSnkDDA-members.html +66 -66
- package/SVF-doxygen/html/html/classSVF_1_1SrcSnkDDA.html +86 -86
- package/SVF-doxygen/html/html/classSVF_1_1SrcSnkDDA.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1SrcSnkSolver-members.html +106 -0
- package/SVF-doxygen/html/html/classSVF_1_1SrcSnkSolver.html +937 -0
- package/SVF-doxygen/html/html/classSVF_1_1SrcSnkSolver.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1StmtDPItem.html +2 -3
- package/SVF-doxygen/html/html/classSVF_1_1StmtDPItem.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1StoreStmt.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1SymbolTableBuilder.html +3 -3
- package/SVF-doxygen/html/html/classSVF_1_1SymbolTableInfo.html +5 -5
- package/SVF-doxygen/html/html/classSVF_1_1TCT.html +2 -2
- package/SVF-doxygen/html/html/classSVF_1_1TDForkPE.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1TDJoinPE.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1TypeAnalysis.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1TypeBasedHeapCloning.html +2 -2
- package/SVF-doxygen/html/html/classSVF_1_1UnaryOPStmt.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1VFG.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1ValVar.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitive.html +3 -3
- package/SVF-doxygen/html/html/classSVF_1_1WPAPass.html +11 -11
- package/SVF-doxygen/html/html/classSVF_1_1Z3Expr-members.html +46 -15
- package/SVF-doxygen/html/html/classSVF_1_1Z3Expr.html +1451 -104
- package/SVF-doxygen/html/html/classes.html +96 -96
- package/SVF-doxygen/html/html/dir_66541c162fd98954e2c32089ba9a721f.html +2 -0
- package/SVF-doxygen/html/html/dir_770a542efe75a1b68c109cb4e4290224.html +2 -0
- package/SVF-doxygen/html/html/dir_862d3276083eaac55caed79b9120bf29.html +4 -4
- package/SVF-doxygen/html/html/dir_95e22971b5dbae2382075a3453e365b4.html +6 -10
- package/SVF-doxygen/html/html/dir_ea25a8a5b2904424d8a51916f8b475b2.html +2 -0
- package/SVF-doxygen/html/html/dir_fdb79cd259bf25322a80ea604c9317b5.html +2 -0
- package/SVF-doxygen/html/html/files.html +42 -40
- package/SVF-doxygen/html/html/functions.html +2 -2
- package/SVF-doxygen/html/html/functions_0x7e.html +9 -21
- package/SVF-doxygen/html/html/functions_a.html +8 -16
- package/SVF-doxygen/html/html/functions_b.html +21 -34
- package/SVF-doxygen/html/html/functions_c.html +33 -63
- package/SVF-doxygen/html/html/functions_d.html +3 -6
- package/SVF-doxygen/html/html/functions_e.html +14 -13
- package/SVF-doxygen/html/html/functions_enum.html +0 -6
- package/SVF-doxygen/html/html/functions_eval_b.html +0 -6
- package/SVF-doxygen/html/html/functions_f.html +9 -9
- package/SVF-doxygen/html/html/functions_func.html +8 -19
- package/SVF-doxygen/html/html/functions_func_0x7e.html +9 -21
- package/SVF-doxygen/html/html/functions_func_b.html +12 -15
- package/SVF-doxygen/html/html/functions_func_c.html +23 -38
- package/SVF-doxygen/html/html/functions_func_d.html +4 -7
- package/SVF-doxygen/html/html/functions_func_e.html +7 -3
- package/SVF-doxygen/html/html/functions_func_f.html +5 -5
- package/SVF-doxygen/html/html/functions_func_g.html +48 -49
- package/SVF-doxygen/html/html/functions_func_h.html +2 -7
- package/SVF-doxygen/html/html/functions_func_i.html +33 -21
- package/SVF-doxygen/html/html/functions_func_l.html +10 -4
- package/SVF-doxygen/html/html/functions_func_m.html +0 -1
- package/SVF-doxygen/html/html/functions_func_n.html +5 -4
- package/SVF-doxygen/html/html/functions_func_o.html +11 -13
- package/SVF-doxygen/html/html/functions_func_p.html +7 -17
- package/SVF-doxygen/html/html/functions_func_r.html +8 -5
- package/SVF-doxygen/html/html/functions_func_s.html +16 -13
- package/SVF-doxygen/html/html/functions_func_t.html +3 -1
- package/SVF-doxygen/html/html/functions_func_v.html +1 -7
- package/SVF-doxygen/html/html/functions_func_z.html +3 -3
- package/SVF-doxygen/html/html/functions_g.html +51 -52
- package/SVF-doxygen/html/html/functions_h.html +3 -8
- package/SVF-doxygen/html/html/functions_i.html +44 -32
- package/SVF-doxygen/html/html/functions_l.html +20 -6
- package/SVF-doxygen/html/html/functions_m.html +2 -3
- package/SVF-doxygen/html/html/functions_n.html +6 -8
- package/SVF-doxygen/html/html/functions_o.html +61 -21
- package/SVF-doxygen/html/html/functions_p.html +33 -41
- package/SVF-doxygen/html/html/functions_r.html +7 -6
- package/SVF-doxygen/html/html/functions_rela.html +78 -4
- package/SVF-doxygen/html/html/functions_s.html +30 -27
- package/SVF-doxygen/html/html/functions_t.html +12 -10
- package/SVF-doxygen/html/html/functions_type_b.html +2 -6
- package/SVF-doxygen/html/html/functions_type_c.html +4 -4
- package/SVF-doxygen/html/html/functions_type_e.html +0 -3
- package/SVF-doxygen/html/html/functions_type_g.html +5 -5
- package/SVF-doxygen/html/html/functions_type_i.html +4 -7
- package/SVF-doxygen/html/html/functions_type_l.html +3 -0
- package/SVF-doxygen/html/html/functions_type_n.html +2 -2
- package/SVF-doxygen/html/html/functions_type_p.html +0 -4
- package/SVF-doxygen/html/html/functions_type_v.html +3 -0
- package/SVF-doxygen/html/html/functions_type_w.html +2 -2
- package/SVF-doxygen/html/html/functions_v.html +10 -13
- package/SVF-doxygen/html/html/functions_vars.html +2 -2
- package/SVF-doxygen/html/html/functions_vars_b.html +2 -5
- package/SVF-doxygen/html/html/functions_vars_c.html +3 -10
- package/SVF-doxygen/html/html/functions_vars_e.html +1 -4
- package/SVF-doxygen/html/html/functions_vars_f.html +1 -1
- package/SVF-doxygen/html/html/functions_vars_i.html +1 -4
- package/SVF-doxygen/html/html/functions_vars_l.html +3 -0
- package/SVF-doxygen/html/html/functions_vars_m.html +1 -1
- package/SVF-doxygen/html/html/functions_vars_n.html +0 -3
- package/SVF-doxygen/html/html/functions_vars_p.html +3 -3
- package/SVF-doxygen/html/html/functions_vars_s.html +0 -3
- package/SVF-doxygen/html/html/functions_vars_t.html +2 -2
- package/SVF-doxygen/html/html/functions_vars_v.html +3 -3
- package/SVF-doxygen/html/html/functions_vars_w.html +1 -1
- package/SVF-doxygen/html/html/functions_w.html +12 -8
- package/SVF-doxygen/html/html/functions_z.html +3 -13
- package/SVF-doxygen/html/html/globals.html +3 -0
- package/SVF-doxygen/html/html/globals_defs.html +3 -0
- package/SVF-doxygen/html/html/globals_defs_f.html +3 -0
- package/SVF-doxygen/html/html/globals_f.html +5 -2
- package/SVF-doxygen/html/html/globals_s.html +6 -6
- package/SVF-doxygen/html/html/hierarchy.html +422 -425
- package/SVF-doxygen/html/html/menudata.js +4 -4
- package/SVF-doxygen/html/html/namespaceSVF.html +10 -57
- package/SVF-doxygen/html/html/namespacemembers_c.html +1 -1
- package/SVF-doxygen/html/html/namespacemembers_type.html +1 -7
- package/SVF-doxygen/html/html/namespacemembers_v.html +0 -6
- package/SVF-doxygen/html/html/search/all_0.js +1 -1
- package/SVF-doxygen/html/html/search/all_1.js +3 -4
- package/SVF-doxygen/html/html/search/all_10.js +16 -21
- package/SVF-doxygen/html/html/search/all_12.js +4 -3
- package/SVF-doxygen/html/html/search/all_13.js +17 -16
- package/SVF-doxygen/html/html/search/all_14.js +8 -7
- package/SVF-doxygen/html/html/search/all_15.js +1 -1
- package/SVF-doxygen/html/html/search/all_16.js +3 -6
- package/SVF-doxygen/html/html/search/all_17.js +1 -1
- package/SVF-doxygen/html/html/search/all_1a.js +3 -5
- package/SVF-doxygen/html/html/search/all_1b.js +4 -8
- package/SVF-doxygen/html/html/search/all_2.js +13 -14
- package/SVF-doxygen/html/html/search/all_3.js +14 -24
- package/SVF-doxygen/html/html/search/all_4.js +3 -3
- package/SVF-doxygen/html/html/search/all_5.js +8 -4
- package/SVF-doxygen/html/html/search/all_6.js +6 -5
- package/SVF-doxygen/html/html/search/all_7.js +28 -25
- package/SVF-doxygen/html/html/search/all_8.js +4 -3
- package/SVF-doxygen/html/html/search/all_9.js +19 -13
- package/SVF-doxygen/html/html/search/all_c.js +5 -2
- package/SVF-doxygen/html/html/search/all_d.js +2 -2
- package/SVF-doxygen/html/html/search/all_e.js +5 -5
- package/SVF-doxygen/html/html/search/all_f.js +24 -15
- package/SVF-doxygen/html/html/search/classes_1.js +1 -2
- package/SVF-doxygen/html/html/search/classes_12.js +1 -2
- package/SVF-doxygen/html/html/search/classes_14.js +1 -2
- package/SVF-doxygen/html/html/search/classes_2.js +0 -3
- package/SVF-doxygen/html/html/search/classes_4.js +1 -0
- package/SVF-doxygen/html/html/search/classes_7.js +3 -1
- package/SVF-doxygen/html/html/search/classes_d.js +0 -1
- package/SVF-doxygen/html/html/search/classes_f.js +1 -0
- package/SVF-doxygen/html/html/search/defines_0.js +1 -0
- package/SVF-doxygen/html/html/search/defines_5.js +1 -0
- package/SVF-doxygen/html/html/search/enums_1.js +0 -2
- package/SVF-doxygen/html/html/search/enumvalues_1.js +0 -2
- package/SVF-doxygen/html/html/search/files_1.js +2 -0
- package/SVF-doxygen/html/html/search/files_12.html +26 -0
- package/SVF-doxygen/html/html/search/files_12.js +4 -0
- package/SVF-doxygen/html/html/search/files_2.js +0 -3
- package/SVF-doxygen/html/html/search/files_4.js +2 -0
- package/SVF-doxygen/html/html/search/files_c.js +0 -1
- package/SVF-doxygen/html/html/search/files_d.js +1 -0
- package/SVF-doxygen/html/html/search/functions_0.js +1 -4
- package/SVF-doxygen/html/html/search/functions_1.js +8 -9
- package/SVF-doxygen/html/html/search/functions_10.js +6 -5
- package/SVF-doxygen/html/html/search/functions_11.js +2 -1
- package/SVF-doxygen/html/html/search/functions_13.js +0 -2
- package/SVF-doxygen/html/html/search/functions_15.js +2 -2
- package/SVF-doxygen/html/html/search/functions_16.js +4 -8
- package/SVF-doxygen/html/html/search/functions_2.js +5 -8
- package/SVF-doxygen/html/html/search/functions_3.js +3 -3
- package/SVF-doxygen/html/html/search/functions_4.js +3 -1
- package/SVF-doxygen/html/html/search/functions_5.js +3 -3
- package/SVF-doxygen/html/html/search/functions_6.js +25 -22
- package/SVF-doxygen/html/html/search/functions_7.js +2 -3
- package/SVF-doxygen/html/html/search/functions_8.js +12 -6
- package/SVF-doxygen/html/html/search/functions_a.js +2 -0
- package/SVF-doxygen/html/html/search/functions_b.js +1 -1
- package/SVF-doxygen/html/html/search/functions_c.js +2 -1
- package/SVF-doxygen/html/html/search/functions_d.js +7 -7
- package/SVF-doxygen/html/html/search/functions_e.js +5 -8
- package/SVF-doxygen/html/html/search/functions_f.js +2 -1
- package/SVF-doxygen/html/html/search/related_0.js +1 -2
- package/SVF-doxygen/html/html/search/related_1.js +1 -2
- package/SVF-doxygen/html/html/search/related_2.js +1 -1
- package/SVF-doxygen/html/html/search/related_3.js +2 -1
- package/SVF-doxygen/html/html/search/related_4.js +2 -2
- package/SVF-doxygen/html/html/search/related_5.js +1 -2
- package/SVF-doxygen/html/html/search/related_6.js +4 -1
- package/SVF-doxygen/html/html/search/related_7.js +2 -4
- package/SVF-doxygen/html/html/search/related_8.js +18 -1
- package/SVF-doxygen/html/html/search/related_9.js +4 -6
- package/SVF-doxygen/html/html/search/related_a.js +1 -2
- package/SVF-doxygen/html/html/search/related_b.js +7 -2
- package/SVF-doxygen/html/html/search/related_c.html +26 -0
- package/SVF-doxygen/html/html/search/related_c.js +5 -0
- package/SVF-doxygen/html/html/search/related_d.html +26 -0
- package/SVF-doxygen/html/html/search/related_d.js +5 -0
- package/SVF-doxygen/html/html/search/searchdata.js +4 -4
- package/SVF-doxygen/html/html/search/typedefs_1.js +1 -2
- package/SVF-doxygen/html/html/search/typedefs_14.js +1 -2
- package/SVF-doxygen/html/html/search/typedefs_15.js +1 -1
- package/SVF-doxygen/html/html/search/typedefs_2.js +4 -4
- package/SVF-doxygen/html/html/search/typedefs_4.js +1 -1
- package/SVF-doxygen/html/html/search/typedefs_6.js +3 -3
- package/SVF-doxygen/html/html/search/typedefs_8.js +3 -4
- package/SVF-doxygen/html/html/search/typedefs_b.js +1 -0
- package/SVF-doxygen/html/html/search/typedefs_d.js +1 -1
- package/SVF-doxygen/html/html/search/typedefs_f.js +0 -1
- package/SVF-doxygen/html/html/search/variables_0.js +1 -1
- package/SVF-doxygen/html/html/search/variables_10.js +1 -1
- package/SVF-doxygen/html/html/search/variables_13.js +0 -1
- package/SVF-doxygen/html/html/search/variables_14.js +3 -3
- package/SVF-doxygen/html/html/search/variables_15.js +1 -1
- package/SVF-doxygen/html/html/search/variables_16.js +1 -1
- package/SVF-doxygen/html/html/search/variables_17.js +1 -1
- package/SVF-doxygen/html/html/search/variables_2.js +1 -2
- package/SVF-doxygen/html/html/search/variables_3.js +4 -6
- package/SVF-doxygen/html/html/search/variables_5.js +1 -2
- package/SVF-doxygen/html/html/search/variables_6.js +1 -1
- package/SVF-doxygen/html/html/search/variables_9.js +1 -2
- package/SVF-doxygen/html/html/search/variables_c.js +1 -0
- package/SVF-doxygen/html/html/search/variables_d.js +1 -1
- package/SVF-doxygen/html/html/search/variables_e.js +1 -2
- package/SVF-doxygen/html/html/structstd_1_1hash_3_01SVF_1_1ExeState_01_4-members.html +81 -0
- package/SVF-doxygen/html/html/structstd_1_1hash_3_01SVF_1_1ExeState_01_4.html +131 -0
- package/SVF-doxygen/html/html/structstd_1_1hash_3_01SVF_1_1Z3Expr_01_4-members.html +81 -0
- package/SVF-doxygen/html/html/structstd_1_1hash_3_01SVF_1_1Z3Expr_01_4.html +131 -0
- package/include/SABER/PathCondAllocator.h +4 -4
- package/include/SABER/SrcSnkDDA.h +2 -2
- package/include/{Util/CFLSolver.h → SABER/SrcSnkSolver.h} +5 -5
- package/include/{Util → SVF-FE}/IRAnnotator.h +0 -0
- package/include/Util/BDDExpr.h +182 -0
- package/include/Util/DPItem.h +1 -1
- package/include/Util/ExeState.h +177 -0
- package/include/Util/Options.h +0 -3
- package/include/Util/Z3Expr.h +235 -0
- package/include/WPA/FlowSensitiveTBHC.h +1 -1
- package/include/{Util → WPA}/TypeBasedHeapCloning.h +0 -0
- package/lib/MemoryModel/PointerAnalysisImpl.cpp +1 -1
- package/lib/SABER/PathCondAllocator.cpp +1 -1
- package/lib/Util/BDDExpr.cpp +206 -0
- package/lib/Util/ExeState.cpp +236 -0
- package/lib/Util/Options.cpp +0 -11
- package/lib/Util/SVFUtil.cpp +1 -1
- package/lib/WPA/FlowSensitive.cpp +1 -1
- package/lib/{Util → WPA}/TypeBasedHeapCloning.cpp +1 -1
- package/package.json +1 -1
- package/include/Util/Conditions.h +0 -421
- package/include/Util/PathDPItem.h +0 -310
- package/lib/Util/Conditions.cpp +0 -440
|
@@ -80,7 +80,7 @@ $(function() {
|
|
|
80
80
|
: <a class="el" href="structDdManager.html#a9eee204f20f831cc8da778e4d408d9c6">DdManager</a>
|
|
81
81
|
</li>
|
|
82
82
|
<li>GEDGE
|
|
83
|
-
: <a class="el" href="
|
|
83
|
+
: <a class="el" href="classSVF_1_1SrcSnkSolver.html#a6007c2d795370bb48ad120af5474a31f">SVF::SrcSnkSolver< GraphType, DPIm ></a>
|
|
84
84
|
, <a class="el" href="classSVF_1_1WPASolver.html#ab7de73aabfa092b51b8dbe7b091e4c57">SVF::WPASolver< GraphType ></a>
|
|
85
85
|
</li>
|
|
86
86
|
<li>GEdgeFlag
|
|
@@ -186,6 +186,15 @@ $(function() {
|
|
|
186
186
|
<li>get_id()
|
|
187
187
|
: <a class="el" href="classSVF_1_1CondVar.html#a5d64fa2be89051cd03301e3b07bffd6a">SVF::CondVar< Cond ></a>
|
|
188
188
|
</li>
|
|
189
|
+
<li>get_numeral_int()
|
|
190
|
+
: <a class="el" href="classSVF_1_1Z3Expr.html#aa6c7fee4f418817dfa7458d830303f6e">SVF::Z3Expr</a>
|
|
191
|
+
</li>
|
|
192
|
+
<li>get_numeral_int64()
|
|
193
|
+
: <a class="el" href="classSVF_1_1Z3Expr.html#ad94bbaa31e6df4e8b8238d69b8f4ae06">SVF::Z3Expr</a>
|
|
194
|
+
</li>
|
|
195
|
+
<li>get_sort()
|
|
196
|
+
: <a class="el" href="classSVF_1_1Z3Expr.html#a8b2b5fa74704d776a2cd415b599a1393">SVF::Z3Expr</a>
|
|
197
|
+
</li>
|
|
189
198
|
<li>get_type()
|
|
190
199
|
: <a class="el" href="classSVF_1_1ExtAPI.html#a90b433cf855adcf34c6ef7f7e5be62b1">SVF::ExtAPI</a>
|
|
191
200
|
</li>
|
|
@@ -317,8 +326,8 @@ $(function() {
|
|
|
317
326
|
<li>getBBToPhiSetMap()
|
|
318
327
|
: <a class="el" href="classSVF_1_1MemSSA.html#a966477062a453901da3631015fcf737d">SVF::MemSSA</a>
|
|
319
328
|
</li>
|
|
320
|
-
<li>
|
|
321
|
-
: <a class="el" href="
|
|
329
|
+
<li>getBDDExprMgr()
|
|
330
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#ae7be20333ab86fb5297b33923562c7a5">SVF::BDDExprManager</a>
|
|
322
331
|
</li>
|
|
323
332
|
<li>getBinaryOPVFGNode()
|
|
324
333
|
: <a class="el" href="classSVF_1_1VFG.html#a27bd4d5ba75d65056d77882869b0c64d">SVF::VFG</a>
|
|
@@ -554,18 +563,15 @@ $(function() {
|
|
|
554
563
|
, <a class="el" href="structllvm_1_1DOTGraphTraits_3_01VFG_01_5_01_4.html#a6ced6b5b50d920fb47c4334693fea86c">llvm::DOTGraphTraits< VFG * ></a>
|
|
555
564
|
</li>
|
|
556
565
|
<li>getCond()
|
|
557
|
-
: <a class="el" href="
|
|
558
|
-
, <a class="el" href="classSVF_1_1CondManager.html#ad0273f830c9a6791aea55bfbdebf1138">SVF::CondManager</a>
|
|
566
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#a58186fe706c8c44467b789d8ebd58474">SVF::BDDExprManager</a>
|
|
559
567
|
, <a class="el" href="classSVF_1_1CxtStmtDPItem.html#ace41c90e66f6a85f12ff67540ad9d594">SVF::CxtStmtDPItem< LocCond ></a>
|
|
560
568
|
, <a class="el" href="classSVF_1_1MSSACHI.html#a9673994f9db94e23984b132d4b533304">SVF::MSSACHI< Cond ></a>
|
|
561
569
|
, <a class="el" href="classSVF_1_1MSSAMU.html#ac51263250da06fd63b923a6771744f97">SVF::MSSAMU< Cond ></a>
|
|
562
570
|
, <a class="el" href="classSVF_1_1MSSAPHI.html#a06a5d63be38e6df36e1c28a6c0c789cc">SVF::MSSAPHI< Cond ></a>
|
|
563
571
|
, <a class="el" href="classSVF_1_1PathCondAllocator.html#ad1fdfabb37f6bb5da6724b95404739e2">SVF::PathCondAllocator</a>
|
|
564
|
-
, <a class="el" href="classSVF_1_1PathStmtDPItem.html#a529f51d30556e6f67a33b7d05e651816">SVF::PathStmtDPItem< LocCond ></a>
|
|
565
|
-
, <a class="el" href="classSVF_1_1Z3Manager.html#aa8ecb34cf54a5defb48747b1278b4764">SVF::Z3Manager</a>
|
|
566
572
|
</li>
|
|
567
573
|
<li>getCondInst()
|
|
568
|
-
: <a class="el" href="
|
|
574
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#a40e32bc52cce8ac1335b5050e693035b">SVF::BDDExprManager</a>
|
|
569
575
|
, <a class="el" href="classSVF_1_1PathCondAllocator.html#adf65b74b89fca76c0cf5ea5dbd6dc4ca">SVF::PathCondAllocator</a>
|
|
570
576
|
</li>
|
|
571
577
|
<li>getCondition()
|
|
@@ -573,26 +579,17 @@ $(function() {
|
|
|
573
579
|
, <a class="el" href="classSVF_1_1IntraCFGEdge.html#ac13be3c3ee581e20974ce4527a3cfe7b">SVF::IntraCFGEdge</a>
|
|
574
580
|
, <a class="el" href="classSVF_1_1SelectStmt.html#ad4c3e9529176478bb726279a76050e8c">SVF::SelectStmt</a>
|
|
575
581
|
</li>
|
|
576
|
-
<li>getCondKind()
|
|
577
|
-
: <a class="el" href="classSVF_1_1CondExpr.html#a2ae78bbef9ad2f3c61aafa23111a50ef">SVF::CondExpr</a>
|
|
578
|
-
</li>
|
|
579
|
-
<li>getCondMgr()
|
|
580
|
-
: <a class="el" href="classSVF_1_1CondManager.html#a08cad78a4ebb31f32b72d5ff9793b83e">SVF::CondManager</a>
|
|
581
|
-
</li>
|
|
582
582
|
<li>getCondNum()
|
|
583
583
|
: <a class="el" href="classSVF_1_1PathCondAllocator.html#ae8f2447d33e2c638c1375f97ff3c3b40">SVF::PathCondAllocator</a>
|
|
584
584
|
</li>
|
|
585
585
|
<li>getCondNumber()
|
|
586
|
-
: <a class="el" href="
|
|
587
|
-
, <a class="el" href="classSVF_1_1CondManager.html#a03d9a0d209505631f6d9e500d9c6bde3">SVF::CondManager</a>
|
|
588
|
-
, <a class="el" href="classSVF_1_1Z3Manager.html#a5143c47868ea644735f34ca95400ee42">SVF::Z3Manager</a>
|
|
586
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#a39d4e4c5c4290dcdb8b00e05b56f7302">SVF::BDDExprManager</a>
|
|
589
587
|
</li>
|
|
590
588
|
<li>getCondPointsTo()
|
|
591
589
|
: <a class="el" href="classSVF_1_1CondPTAImpl.html#a454a998ef5a866f2a6f270e3283c6ebd">SVF::CondPTAImpl< Cond ></a>
|
|
592
590
|
</li>
|
|
593
591
|
<li>getCondVar()
|
|
594
592
|
: <a class="el" href="classSVF_1_1CxtStmtDPItem.html#ab1098f5093419b62ea27a20933059270">SVF::CxtStmtDPItem< LocCond ></a>
|
|
595
|
-
, <a class="el" href="classSVF_1_1PathStmtDPItem.html#a4058ed62b866451b5ced665619ddcf56">SVF::PathStmtDPItem< LocCond ></a>
|
|
596
593
|
</li>
|
|
597
594
|
<li>getConservativeCPts()
|
|
598
595
|
: <a class="el" href="classSVF_1_1ContextDDA.html#a32ce0085cb99f92f63b54df0f2ea2523">SVF::ContextDDA</a>
|
|
@@ -626,8 +623,9 @@ $(function() {
|
|
|
626
623
|
: <a class="el" href="classSVF_1_1CxtProc.html#a99b0f68b4cbd733f91eea33aa3e64eb7">SVF::CxtProc</a>
|
|
627
624
|
, <a class="el" href="classSVF_1_1CxtStmt.html#a3ce19b8f2de2e199ed4165dbe9d21f28">SVF::CxtStmt</a>
|
|
628
625
|
, <a class="el" href="classSVF_1_1CxtThread.html#a93d75593046e26eafcf1af3a596bba4a">SVF::CxtThread</a>
|
|
626
|
+
, <a class="el" href="classSVF_1_1ExeState.html#ac7a74f57945b7f076a5cfe9435fd34e8">SVF::ExeState</a>
|
|
629
627
|
, <a class="el" href="classSVF_1_1LLVMModuleSet.html#ac1a9d20d62066ec4e181fad223669e32">SVF::LLVMModuleSet</a>
|
|
630
|
-
, <a class="el" href="classSVF_1_1Z3Expr.html#
|
|
628
|
+
, <a class="el" href="classSVF_1_1Z3Expr.html#a1441f8e559aab4a051fff45a8c0665db">SVF::Z3Expr</a>
|
|
631
629
|
</li>
|
|
632
630
|
<li>getContexts()
|
|
633
631
|
: <a class="el" href="classSVF_1_1ContextCond.html#a73d4d6ed38898b912926d044268fd35b">SVF::ContextCond</a>
|
|
@@ -917,7 +915,7 @@ $(function() {
|
|
|
917
915
|
: <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#acc178bd423dbb21bd46a9fae9ed0351c">SVF::ForkJoinAnalysis</a>
|
|
918
916
|
</li>
|
|
919
917
|
<li>getExpr()
|
|
920
|
-
: <a class="el" href="classSVF_1_1Z3Expr.html#
|
|
918
|
+
: <a class="el" href="classSVF_1_1Z3Expr.html#a57c199ba2c3c6a6d44a86e0b1429be55">SVF::Z3Expr</a>
|
|
921
919
|
</li>
|
|
922
920
|
<li>getExtAPI()
|
|
923
921
|
: <a class="el" href="classSVF_1_1ExtAPI.html#a86508e03ca1c2e37fc9414cb2335c3ec">SVF::ExtAPI</a>
|
|
@@ -926,7 +924,7 @@ $(function() {
|
|
|
926
924
|
: <a class="el" href="classSVF_1_1PointsTo.html#a80a3caf74c138b3833c79622fef7b626">SVF::PointsTo</a>
|
|
927
925
|
</li>
|
|
928
926
|
<li>getFalseCond()
|
|
929
|
-
: <a class="el" href="
|
|
927
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#a34f5354a436840202428e406468e2335">SVF::BDDExprManager</a>
|
|
930
928
|
, <a class="el" href="classSVF_1_1PathCondAllocator.html#a0d059c9adce2c998ddf2489376beb8e2">SVF::PathCondAllocator</a>
|
|
931
929
|
, <a class="el" href="classSVF_1_1ProgSlice.html#a9150b694dd7b2e53ef7e78ea1b78094d">SVF::ProgSlice</a>
|
|
932
930
|
</li>
|
|
@@ -1179,9 +1177,6 @@ $(function() {
|
|
|
1179
1177
|
<li>getID()
|
|
1180
1178
|
: <a class="el" href="classSVF_1_1MRVer.html#a45b70add039a7f134e8d44bfc6b8f0bc">SVF::MRVer</a>
|
|
1181
1179
|
</li>
|
|
1182
|
-
<li>getId()
|
|
1183
|
-
: <a class="el" href="classSVF_1_1Z3Expr.html#a368c3b55b3ac7b71f810d0419e3c6c52">SVF::Z3Expr</a>
|
|
1184
|
-
</li>
|
|
1185
1180
|
<li>getIDFSet()
|
|
1186
1181
|
: <a class="el" href="classSVF_1_1IteratedDominanceFrontier.html#a9469ee9a9a7712a261076c9a747b6a22">SVF::IteratedDominanceFrontier</a>
|
|
1187
1182
|
</li>
|
|
@@ -1254,6 +1249,9 @@ $(function() {
|
|
|
1254
1249
|
<li>getInterleavingThreads()
|
|
1255
1250
|
: <a class="el" href="classSVF_1_1MHP.html#a653460ed316804bea377eecdde412d36">SVF::MHP</a>
|
|
1256
1251
|
</li>
|
|
1252
|
+
<li>getInternalID()
|
|
1253
|
+
: <a class="el" href="classSVF_1_1ExeState.html#a2535d6ef4a91b2bd2366b6a89265ab91">SVF::ExeState</a>
|
|
1254
|
+
</li>
|
|
1257
1255
|
<li>getInternalNode()
|
|
1258
1256
|
: <a class="el" href="classSVF_1_1PointsTo.html#aeda7466cdd9f77978981e2a518baa863">SVF::PointsTo</a>
|
|
1259
1257
|
</li>
|
|
@@ -1385,6 +1383,9 @@ $(function() {
|
|
|
1385
1383
|
<li>getLocToDPMVecMap()
|
|
1386
1384
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#ad849ae4509e88832f784c748468ab959">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
1387
1385
|
</li>
|
|
1386
|
+
<li>getLocToVal()
|
|
1387
|
+
: <a class="el" href="classSVF_1_1ExeState.html#a4ee40de7eca22ac055b52360e0101623">SVF::ExeState</a>
|
|
1388
|
+
</li>
|
|
1388
1389
|
<li>getLoop()
|
|
1389
1390
|
: <a class="el" href="classSVF_1_1TCT.html#add9104a3d7a821e9c2f266ae1810d2e3">SVF::TCT</a>
|
|
1390
1391
|
</li>
|
|
@@ -1428,10 +1429,8 @@ $(function() {
|
|
|
1428
1429
|
: <a class="el" href="classSVF_1_1SVFIR.html#a6f46446d667258b32ddc1ccab48f651c">SVF::SVFIR</a>
|
|
1429
1430
|
</li>
|
|
1430
1431
|
<li>getMemUsage()
|
|
1431
|
-
: <a class="el" href="
|
|
1432
|
-
, <a class="el" href="classSVF_1_1CondManager.html#a9d1f2e6ef92ee120c7f26d98b1389b04">SVF::CondManager</a>
|
|
1432
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#a7cb0ba9829434de3c40a2c45beea7741">SVF::BDDExprManager</a>
|
|
1433
1433
|
, <a class="el" href="classSVF_1_1PathCondAllocator.html#ad6d58127299d87ae3c231065bb411557">SVF::PathCondAllocator</a>
|
|
1434
|
-
, <a class="el" href="classSVF_1_1Z3Manager.html#aca945ffd7a479fcf4de413a1ddcbf15a">SVF::Z3Manager</a>
|
|
1435
1434
|
</li>
|
|
1436
1435
|
<li>getMHP()
|
|
1437
1436
|
: <a class="el" href="classSVF_1_1FSMPTA.html#a2d0cfa271848bc9a20fda25f12b2a4f2">SVF::FSMPTA</a>
|
|
@@ -1446,7 +1445,7 @@ $(function() {
|
|
|
1446
1445
|
: <a class="el" href="classSVF_1_1MRGenerator.html#ae487d7b800d7536b578095c9f140ac80">SVF::MRGenerator</a>
|
|
1447
1446
|
</li>
|
|
1448
1447
|
<li>getModRefInfo()
|
|
1449
|
-
: <a class="el" href="classSVF_1_1MRGenerator.html#
|
|
1448
|
+
: <a class="el" href="classSVF_1_1MRGenerator.html#a3a6c0f60c861b6d744225a40aea638d7">SVF::MRGenerator</a>
|
|
1450
1449
|
, <a class="el" href="classSVF_1_1WPAPass.html#a567f818fa7b29142b18cb39e5c063a4e">SVF::WPAPass</a>
|
|
1451
1450
|
</li>
|
|
1452
1451
|
<li>getModSideEffectOfCallSite()
|
|
@@ -1544,9 +1543,9 @@ $(function() {
|
|
|
1544
1543
|
</li>
|
|
1545
1544
|
<li>getNode()
|
|
1546
1545
|
: <a class="el" href="structllvm_1_1GraphTraits_3_01SVF_1_1GenericGraph_3_01NodeTy_00_01EdgeTy_01_4_01_5_4.html#ad67b19903549bef892b8b059228e4d19">llvm::GraphTraits< SVF::GenericGraph< NodeTy, EdgeTy > *></a>
|
|
1547
|
-
, <a class="el" href="classSVF_1_1CFLSolver.html#adaa8ca9296ec3e9b6ec544a105296d22">SVF::CFLSolver< GraphType, DPIm ></a>
|
|
1548
1546
|
, <a class="el" href="classSVF_1_1CHGraph.html#a7beec68a60036c93a741a7152e8198b6">SVF::CHGraph</a>
|
|
1549
1547
|
, <a class="el" href="classSVF_1_1DCHGraph.html#a96c68bbb5ee5e939158ce0b67da2c61d">SVF::DCHGraph</a>
|
|
1548
|
+
, <a class="el" href="classSVF_1_1SrcSnkSolver.html#a18008d5496010aa5f54aade230bd64ff">SVF::SrcSnkSolver< GraphType, DPIm ></a>
|
|
1550
1549
|
</li>
|
|
1551
1550
|
<li>getNodeAttributes()
|
|
1552
1551
|
: <a class="el" href="structllvm_1_1DOTGraphTraits_3_01CHGraph_01_5_01_4.html#afcfdde52d1ed3ecbd849cbf4a16fb880">llvm::DOTGraphTraits< CHGraph * ></a>
|
|
@@ -1564,7 +1563,7 @@ $(function() {
|
|
|
1564
1563
|
, <a class="el" href="structllvm_1_1GraphTraits_3_01SVF_1_1GenericGraph_3_01NodeTy_00_01EdgeTy_01_4_01_5_4.html#a29ec19f4829cfe458c1eaab47e6fe8c0">llvm::GraphTraits< SVF::GenericGraph< NodeTy, EdgeTy > *></a>
|
|
1565
1564
|
</li>
|
|
1566
1565
|
<li>getNodeIDFromItem()
|
|
1567
|
-
: <a class="el" href="
|
|
1566
|
+
: <a class="el" href="classSVF_1_1SrcSnkSolver.html#ab37d80b1c7a1ebfa0e19c70792c5129e">SVF::SrcSnkSolver< GraphType, DPIm ></a>
|
|
1568
1567
|
</li>
|
|
1569
1568
|
<li>getNodeKind()
|
|
1570
1569
|
: <a class="el" href="classSVF_1_1GenericNode.html#a391e996d695b114530120723da1d003e">SVF::GenericNode< NodeTy, EdgeTy ></a>
|
|
@@ -1719,18 +1718,12 @@ $(function() {
|
|
|
1719
1718
|
<li>getOrAddBlockICFGNode()
|
|
1720
1719
|
: <a class="el" href="classSVF_1_1ICFGBuilder.html#a42f190f697284e6da7a6211ce7adecfe">SVF::ICFGBuilder</a>
|
|
1721
1720
|
</li>
|
|
1722
|
-
<li>getOrAddBranchCond()
|
|
1723
|
-
: <a class="el" href="classSVF_1_1BDDManager.html#a913b8c19f239a162dbfa9527c846c3f6">SVF::BDDManager</a>
|
|
1724
|
-
</li>
|
|
1725
1721
|
<li>getOrAddInterBlockICFGNode()
|
|
1726
1722
|
: <a class="el" href="classSVF_1_1ICFGBuilder.html#a1c07cce4cae9bfc8884b37cbda06d8ac">SVF::ICFGBuilder</a>
|
|
1727
1723
|
</li>
|
|
1728
1724
|
<li>getOrAddIntraBlockICFGNode()
|
|
1729
1725
|
: <a class="el" href="classSVF_1_1ICFGBuilder.html#a91599e3ddb71462ec61a50fad91288da">SVF::ICFGBuilder</a>
|
|
1730
1726
|
</li>
|
|
1731
|
-
<li>getOrAddZ3Cond()
|
|
1732
|
-
: <a class="el" href="classSVF_1_1Z3Manager.html#a747edc9290575156f1edd50be043617d">SVF::Z3Manager</a>
|
|
1733
|
-
</li>
|
|
1734
1727
|
<li>getOrCreateNode()
|
|
1735
1728
|
: <a class="el" href="classSVF_1_1DCHGraph.html#a9ed6b91fad334605f514049a2072b538">SVF::DCHGraph</a>
|
|
1736
1729
|
</li>
|
|
@@ -1837,8 +1830,8 @@ $(function() {
|
|
|
1837
1830
|
<li>getPathAllocator()
|
|
1838
1831
|
: <a class="el" href="classSVF_1_1SrcSnkDDA.html#a1a6ae6b1f6864057067d0e5533ea801e">SVF::SrcSnkDDA</a>
|
|
1839
1832
|
</li>
|
|
1840
|
-
<li>
|
|
1841
|
-
: <a class="el" href="
|
|
1833
|
+
<li>getPathConstraint()
|
|
1834
|
+
: <a class="el" href="classSVF_1_1ExeState.html#a00bd54e2dc70a8547581008e27790eb8">SVF::ExeState</a>
|
|
1842
1835
|
</li>
|
|
1843
1836
|
<li>getPHIComplementCond()
|
|
1844
1837
|
: <a class="el" href="classSVF_1_1PathCondAllocator.html#abef2785eb426d5e1d6f273300c691db6">SVF::PathCondAllocator</a>
|
|
@@ -2176,7 +2169,7 @@ $(function() {
|
|
|
2176
2169
|
, <a class="el" href="classSVF_1_1BranchVFGNode.html#a2ef5951de4760d28adb9d82b22067360">SVF::BranchVFGNode</a>
|
|
2177
2170
|
</li>
|
|
2178
2171
|
<li>getSuccNodes()
|
|
2179
|
-
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#
|
|
2172
|
+
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#a8164ae39b494115142767abc29cebd53">SVF::MTASVFGBuilder</a>
|
|
2180
2173
|
</li>
|
|
2181
2174
|
<li>getSVFFun()
|
|
2182
2175
|
: <a class="el" href="classSVF_1_1PCG.html#ac7dd2bbd4274a5e3a6427f3b674f99ba">SVF::PCG</a>
|
|
@@ -2224,7 +2217,7 @@ $(function() {
|
|
|
2224
2217
|
: <a class="el" href="classSVF_1_1SVFIR.html#ae2006820c0d00482b85e7ae3adcb5744">SVF::SVFIR</a>
|
|
2225
2218
|
</li>
|
|
2226
2219
|
<li>getTaskDataAtHareParForSite()
|
|
2227
|
-
: <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
2220
|
+
: <a class="el" href="classSVF_1_1ThreadAPI.html#aee8fac6281a95d8a519add100e8887d1">SVF::ThreadAPI</a>
|
|
2228
2221
|
</li>
|
|
2229
2222
|
<li>getTaskFuncAtHareParForSite()
|
|
2230
2223
|
: <a class="el" href="classSVF_1_1ThreadAPI.html#afeedd6e518af76fa9e7142af8899b2f5">SVF::ThreadAPI</a>
|
|
@@ -2241,7 +2234,7 @@ $(function() {
|
|
|
2241
2234
|
: <a class="el" href="classSVF_1_1TCT.html#a6ac3c91742a6e9088c4e9cf1b7d2f42e">SVF::TCT</a>
|
|
2242
2235
|
</li>
|
|
2243
2236
|
<li>getTCTNode()
|
|
2244
|
-
: <a class="el" href="classSVF_1_1TCT.html#
|
|
2237
|
+
: <a class="el" href="classSVF_1_1TCT.html#a7b4ad0b052e1f8b6869733eef15f4e4d">SVF::TCT</a>
|
|
2245
2238
|
</li>
|
|
2246
2239
|
<li>getTCTNodeNum()
|
|
2247
2240
|
: <a class="el" href="classSVF_1_1TCT.html#af03bfeae7e09a9f62d96ba59632e588f">SVF::TCT</a>
|
|
@@ -2280,7 +2273,7 @@ $(function() {
|
|
|
2280
2273
|
: <a class="el" href="classSVF_1_1SymbolTableInfo.html#a26eb45eab3da4695a6e5bad51b01ddc5">SVF::SymbolTableInfo</a>
|
|
2281
2274
|
</li>
|
|
2282
2275
|
<li>getTrueCond()
|
|
2283
|
-
: <a class="el" href="
|
|
2276
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#a765d97ba6065a96a61209c59fdbb4b01">SVF::BDDExprManager</a>
|
|
2284
2277
|
, <a class="el" href="classSVF_1_1PathCondAllocator.html#a1a6bde0db54c91fba7e6bac0acff664a">SVF::PathCondAllocator</a>
|
|
2285
2278
|
, <a class="el" href="classSVF_1_1ProgSlice.html#a50bb38398ecc422b6d10e0d77bb032c3">SVF::ProgSlice</a>
|
|
2286
2279
|
</li>
|
|
@@ -2367,6 +2360,9 @@ $(function() {
|
|
|
2367
2360
|
<li>getVarargSym()
|
|
2368
2361
|
: <a class="el" href="classSVF_1_1SymbolTableInfo.html#aec3fd21a11f760ca8684e390c6948f02">SVF::SymbolTableInfo</a>
|
|
2369
2362
|
</li>
|
|
2363
|
+
<li>getVarToVal()
|
|
2364
|
+
: <a class="el" href="classSVF_1_1ExeState.html#abf1237f5e4661a2da6e479f147957b18">SVF::ExeState</a>
|
|
2365
|
+
</li>
|
|
2370
2366
|
<li>getVersion()
|
|
2371
2367
|
: <a class="el" href="classSVF_1_1DummyVersionPropSVFGNode.html#af9f0eaf33502af1533dd1244a383d561">SVF::DummyVersionPropSVFGNode</a>
|
|
2372
2368
|
, <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#a6b398d59fc276980dd2d6d48a8675068">SVF::VersionedFlowSensitive</a>
|
|
@@ -2382,9 +2378,6 @@ $(function() {
|
|
|
2382
2378
|
<li>getVFCond()
|
|
2383
2379
|
: <a class="el" href="classSVF_1_1ProgSlice.html#a15542937ee75195de1a3ffca18a168cf">SVF::ProgSlice</a>
|
|
2384
2380
|
</li>
|
|
2385
|
-
<li>getVFEdges()
|
|
2386
|
-
: <a class="el" href="classSVF_1_1VFPathCond.html#a451e3476a1d20f232f401d74b2e91589">SVF::VFPathCond</a>
|
|
2387
|
-
</li>
|
|
2388
2381
|
<li>getVFGNode()
|
|
2389
2382
|
: <a class="el" href="classSVF_1_1VFG.html#a915fa50effaeea10716b86528b15c6dc">SVF::VFG</a>
|
|
2390
2383
|
</li>
|
|
@@ -2427,6 +2420,9 @@ $(function() {
|
|
|
2427
2420
|
<li>getVirtualFunctionVectors()
|
|
2428
2421
|
: <a class="el" href="classSVF_1_1CHNode.html#a5df1cf4d51bf3406d188c96bc9aae0af">SVF::CHNode</a>
|
|
2429
2422
|
</li>
|
|
2423
|
+
<li>getVirtualMemAddress()
|
|
2424
|
+
: <a class="el" href="classSVF_1_1ExeState.html#af97d422306089e69c2910c6084475c51">SVF::ExeState</a>
|
|
2425
|
+
</li>
|
|
2430
2426
|
<li>getVTable()
|
|
2431
2427
|
: <a class="el" href="classSVF_1_1CHNode.html#a600b63dac83e526c933c141d4e2bcc0c">SVF::CHNode</a>
|
|
2432
2428
|
, <a class="el" href="classSVF_1_1DCHNode.html#a1a75ca91148992166d42d245d6c51988">SVF::DCHNode</a>
|
|
@@ -2434,8 +2430,11 @@ $(function() {
|
|
|
2434
2430
|
<li>getYield()
|
|
2435
2431
|
: <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#a01a199e9fdb5759c7f78ee344dbc413c">SVF::VersionedFlowSensitive</a>
|
|
2436
2432
|
</li>
|
|
2433
|
+
<li>getZ3Expr()
|
|
2434
|
+
: <a class="el" href="classSVF_1_1ExeState.html#ab52debe3aae77d1efd5de4d220dbed2f">SVF::ExeState</a>
|
|
2435
|
+
</li>
|
|
2437
2436
|
<li>global_begin()
|
|
2438
|
-
: <a class="el" href="classSVF_1_1SVFModule.html#
|
|
2437
|
+
: <a class="el" href="classSVF_1_1SVFModule.html#af81c6deed3978562f83f120119c6aad2">SVF::SVFModule</a>
|
|
2439
2438
|
</li>
|
|
2440
2439
|
<li>global_end()
|
|
2441
2440
|
: <a class="el" href="classSVF_1_1SVFModule.html#afa9068e662918f6649d5ca25340a3ae2">SVF::SVFModule</a>
|
|
@@ -2489,8 +2488,8 @@ $(function() {
|
|
|
2489
2488
|
: <a class="el" href="classSVF_1_1ObjTypeInfo.html#a91b41b7ade5871362b77a2ef566b2830ad2ba0edfac1460f3fd89e7a6c4c4691b">SVF::ObjTypeInfo</a>
|
|
2490
2489
|
</li>
|
|
2491
2490
|
<li>GNODE
|
|
2492
|
-
: <a class="el" href="
|
|
2493
|
-
, <a class="el" href="
|
|
2491
|
+
: <a class="el" href="classSVF_1_1SCCDetection.html#a7d7b354d8a7ce69b27dc775ccd192a62">SVF::SCCDetection< GraphType ></a>
|
|
2492
|
+
, <a class="el" href="classSVF_1_1SrcSnkSolver.html#aad6cad7d89663ac4466f97dac63ee385">SVF::SrcSnkSolver< GraphType, DPIm ></a>
|
|
2494
2493
|
, <a class="el" href="classSVF_1_1WPAMinimumSolver.html#ab694f375b6b15991bc6a7c228db3242b">SVF::WPAMinimumSolver< GraphType ></a>
|
|
2495
2494
|
, <a class="el" href="classSVF_1_1WPASCCSolver.html#aa40ff9a4090744e66034f9de38f7f45f">SVF::WPASCCSolver< GraphType ></a>
|
|
2496
2495
|
, <a class="el" href="classSVF_1_1WPASolver.html#a2b0c0c4d1f172e8eeae0230fa09f365e">SVF::WPASolver< GraphType ></a>
|
|
@@ -2510,8 +2509,8 @@ $(function() {
|
|
|
2510
2509
|
: <a class="el" href="classSVF_1_1SCCDetection.html#a84fc3aef6f950471a539b7d9fa3c1289">SVF::SCCDetection< GraphType ></a>
|
|
2511
2510
|
</li>
|
|
2512
2511
|
<li>graph()
|
|
2513
|
-
: <a class="el" href="
|
|
2514
|
-
, <a class="el" href="
|
|
2512
|
+
: <a class="el" href="classSVF_1_1SCCDetection.html#a1b8b57a3ea3740f36a19afc8bd42033d">SVF::SCCDetection< GraphType ></a>
|
|
2513
|
+
, <a class="el" href="classSVF_1_1SrcSnkSolver.html#ae66ed69eb3412c2eef14ef2f86a34c6c">SVF::SrcSnkSolver< GraphType, DPIm ></a>
|
|
2515
2514
|
, <a class="el" href="classSVF_1_1SVFGStat.html#a3d06ead4c3222ce8a0535d9f3d504c3d">SVF::SVFGStat</a>
|
|
2516
2515
|
, <a class="el" href="classSVF_1_1WPASolver.html#abe0a304039d1bd2cfd7befd32fdcde2b">SVF::WPASolver< GraphType ></a>
|
|
2517
2516
|
</li>
|
|
@@ -2531,8 +2530,8 @@ $(function() {
|
|
|
2531
2530
|
: <a class="el" href="structst__table.html#a33a7ea1dabc05f109a41d076fc835b02">st_table</a>
|
|
2532
2531
|
</li>
|
|
2533
2532
|
<li>GTraits
|
|
2534
|
-
: <a class="el" href="
|
|
2535
|
-
, <a class="el" href="
|
|
2533
|
+
: <a class="el" href="classSVF_1_1SCCDetection.html#aaee4b4afbfb6efa02c537529e3cebfef">SVF::SCCDetection< GraphType ></a>
|
|
2534
|
+
, <a class="el" href="classSVF_1_1SrcSnkSolver.html#a40c3ad6a16099d14654d6f59a1bae238">SVF::SrcSnkSolver< GraphType, DPIm ></a>
|
|
2536
2535
|
, <a class="el" href="classSVF_1_1WPAMinimumSolver.html#a659448a7dbf9e39e7aef785540088324">SVF::WPAMinimumSolver< GraphType ></a>
|
|
2537
2536
|
, <a class="el" href="classSVF_1_1WPASCCSolver.html#a1ae985e2ff1a63320f6cbbb20053d808">SVF::WPASCCSolver< GraphType ></a>
|
|
2538
2537
|
, <a class="el" href="classSVF_1_1WPASolver.html#a64d9cb98ab38b441440b860ae4de0f9b">SVF::WPASolver< GraphType ></a>
|
|
@@ -328,7 +328,6 @@ $(function() {
|
|
|
328
328
|
</li>
|
|
329
329
|
<li>hasIncomingEdge()
|
|
330
330
|
: <a class="el" href="classSVF_1_1GenericNode.html#a06a7373b11143e709784de784fa476fe">SVF::GenericNode< NodeTy, EdgeTy ></a>
|
|
331
|
-
, <a class="el" href="classSVF_1_1VFPathCond.html#abb236b6b551cb58e4fb483c07aa5aa77">SVF::VFPathCond</a>
|
|
332
331
|
</li>
|
|
333
332
|
<li>hasIncomingEdges()
|
|
334
333
|
: <a class="el" href="classSVF_1_1SVFVar.html#a747b2c92c81d32fcd357e80d2d8fe7cc">SVF::SVFVar</a>
|
|
@@ -356,7 +355,7 @@ $(function() {
|
|
|
356
355
|
: <a class="el" href="classSVF_1_1VFG.html#ac34c4529229404617c346f81cc6c141f">SVF::VFG</a>
|
|
357
356
|
</li>
|
|
358
357
|
<li>hasLabeledEdge()
|
|
359
|
-
: <a class="el" href="classSVF_1_1IRGraph.html#
|
|
358
|
+
: <a class="el" href="classSVF_1_1IRGraph.html#a192e584440eb141e0d35d8fed671bbe0">SVF::IRGraph</a>
|
|
360
359
|
</li>
|
|
361
360
|
<li>hasLCDCandidate()
|
|
362
361
|
: <a class="el" href="classSVF_1_1AndersenLCD.html#ad3f4bd35f98c43a0642b91c6b0e7acb3">SVF::AndersenLCD</a>
|
|
@@ -368,7 +367,7 @@ $(function() {
|
|
|
368
367
|
: <a class="el" href="classSVF_1_1MRGenerator.html#a187d82895b2e1156c6dd5ae28795944f">SVF::MRGenerator</a>
|
|
369
368
|
</li>
|
|
370
369
|
<li>hasMU()
|
|
371
|
-
: <a class="el" href="classSVF_1_1MemSSA.html#
|
|
370
|
+
: <a class="el" href="classSVF_1_1MemSSA.html#a6bd9390c6cd2a3d7a3752fba76acfb46">SVF::MemSSA</a>
|
|
372
371
|
</li>
|
|
373
372
|
<li>hasNode()
|
|
374
373
|
: <a class="el" href="classSVF_1_1DCHGraph.html#a58341e23c1dc2b3e7fce190ed16a8a25">SVF::DCHGraph</a>
|
|
@@ -392,8 +391,7 @@ $(function() {
|
|
|
392
391
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#a86f06a790cf90ec897b896a79956e5b4">SVF::LockAnalysis</a>
|
|
393
392
|
</li>
|
|
394
393
|
<li>hasOutgoingEdge()
|
|
395
|
-
: <a class="el" href="classSVF_1_1GenericNode.html#
|
|
396
|
-
, <a class="el" href="classSVF_1_1VFPathCond.html#a86e063928329b21cce0a319efac56fb9">SVF::VFPathCond</a>
|
|
394
|
+
: <a class="el" href="classSVF_1_1GenericNode.html#a0931220d7a38e03f206cbdc6465d32ad">SVF::GenericNode< NodeTy, EdgeTy ></a>
|
|
397
395
|
</li>
|
|
398
396
|
<li>hasOutgoingEdges()
|
|
399
397
|
: <a class="el" href="classSVF_1_1SVFVar.html#a9b00f9b5f8ad2422162f4396e2d8fa42">SVF::SVFVar</a>
|
|
@@ -478,9 +476,6 @@ $(function() {
|
|
|
478
476
|
<li>hasValueNode()
|
|
479
477
|
: <a class="el" href="classSVF_1_1IRGraph.html#aceb17dfbe137658625e16291127267d1">SVF::IRGraph</a>
|
|
480
478
|
</li>
|
|
481
|
-
<li>hasVFEdge()
|
|
482
|
-
: <a class="el" href="classSVF_1_1VFPathCond.html#a64edbab728287b8a263ea25670671724">SVF::VFPathCond</a>
|
|
483
|
-
</li>
|
|
484
479
|
<li>hasVFGNode()
|
|
485
480
|
: <a class="el" href="classSVF_1_1VFG.html#a30eb9d717ad5bc8a9109a7bdef38f4a1">SVF::VFG</a>
|
|
486
481
|
</li>
|
|
@@ -137,6 +137,9 @@ $(function() {
|
|
|
137
137
|
, <a class="el" href="classSVF_1_1MTA.html#a5ce0b3247bd412e5267a42be0646471b">SVF::MTA</a>
|
|
138
138
|
, <a class="el" href="classSVF_1_1WPAPass.html#a2674527c92cdef223e655d449f0811d4">SVF::WPAPass</a>
|
|
139
139
|
</li>
|
|
140
|
+
<li>id()
|
|
141
|
+
: <a class="el" href="classSVF_1_1Z3Expr.html#acdb4fbb53f19bac033e79cfe96ce82ca">SVF::Z3Expr</a>
|
|
142
|
+
</li>
|
|
140
143
|
<li>idCounter
|
|
141
144
|
: <a class="el" href="classSVF_1_1PersistentPointsToCache.html#ad8d24772f7503e0e735f546506d2bcc5">SVF::PersistentPointsToCache< Data ></a>
|
|
142
145
|
</li>
|
|
@@ -149,12 +152,6 @@ $(function() {
|
|
|
149
152
|
<li>IDToCallSiteMapTy
|
|
150
153
|
: <a class="el" href="classSVF_1_1SymbolTableInfo.html#a5af399ccac6ec809ade8f778379027bb">SVF::SymbolTableInfo</a>
|
|
151
154
|
</li>
|
|
152
|
-
<li>IDToCondExprMap
|
|
153
|
-
: <a class="el" href="classSVF_1_1Z3Manager.html#aae29d2331b696987a2ca5c349bb8315b">SVF::Z3Manager</a>
|
|
154
|
-
</li>
|
|
155
|
-
<li>idToCondExprMap
|
|
156
|
-
: <a class="el" href="classSVF_1_1Z3Manager.html#a72e5e03058e98c4f511ce2bb180f89cf">SVF::Z3Manager</a>
|
|
157
|
-
</li>
|
|
158
155
|
<li>idToCSMap
|
|
159
156
|
: <a class="el" href="classSVF_1_1PTACallGraph.html#a5d6f63baad19589a9fd1e069631e18fa">SVF::PTACallGraph</a>
|
|
160
157
|
</li>
|
|
@@ -231,11 +228,11 @@ $(function() {
|
|
|
231
228
|
<li>indexForBit()
|
|
232
229
|
: <a class="el" href="classSVF_1_1CoreBitVector.html#ad73fca28bd4882eaa70817023a632d35">SVF::CoreBitVector</a>
|
|
233
230
|
</li>
|
|
234
|
-
<li>IndexToBDDCond
|
|
235
|
-
: <a class="el" href="classSVF_1_1BDDManager.html#a33bb37b30e4c7364d6df73d209bd81d0">SVF::BDDManager</a>
|
|
236
|
-
</li>
|
|
237
231
|
<li>indexToBddCondMap
|
|
238
|
-
: <a class="el" href="
|
|
232
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#a252928e3ee1032a9e9e5aa276836b460">SVF::BDDExprManager</a>
|
|
233
|
+
</li>
|
|
234
|
+
<li>IndexToBDDExpr
|
|
235
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#a0e0c83c5affc6a4ec67001e33913b035">SVF::BDDExprManager</a>
|
|
239
236
|
</li>
|
|
240
237
|
<li>IndirectCallLimit
|
|
241
238
|
: <a class="el" href="classSVF_1_1Options.html#ad6c29b05188c9e06aa89623c61865ed8">SVF::Options</a>
|
|
@@ -345,6 +342,9 @@ $(function() {
|
|
|
345
342
|
<li>initialWorkList()
|
|
346
343
|
: <a class="el" href="classSVF_1_1SVFGOPT.html#ae825e01893d3304379f72380d314f09c">SVF::SVFGOPT</a>
|
|
347
344
|
</li>
|
|
345
|
+
<li>initObjVar()
|
|
346
|
+
: <a class="el" href="classSVF_1_1ExeState.html#af4018e9053baa373b590230bc53b7ccb">SVF::ExeState</a>
|
|
347
|
+
</li>
|
|
348
348
|
<li>initSlots
|
|
349
349
|
: <a class="el" href="structDdManager.html#a46a65218bbed07b36f3ca9b4b0b1535b">DdManager</a>
|
|
350
350
|
</li>
|
|
@@ -362,6 +362,9 @@ $(function() {
|
|
|
362
362
|
<li>initTypeInfo()
|
|
363
363
|
: <a class="el" href="classSVF_1_1SymbolTableBuilder.html#a92ba9c9671e557ba950c14f418079696">SVF::SymbolTableBuilder</a>
|
|
364
364
|
</li>
|
|
365
|
+
<li>initValVar()
|
|
366
|
+
: <a class="el" href="classSVF_1_1ExeState.html#a7b3013578baac3ce73bc544569c3dbbf">SVF::ExeState</a>
|
|
367
|
+
</li>
|
|
365
368
|
<li>initWorklist()
|
|
366
369
|
: <a class="el" href="classSVF_1_1Andersen.html#a9075cd05cb21e0f08a1109b7af6c7480">SVF::Andersen</a>
|
|
367
370
|
, <a class="el" href="classSVF_1_1WPASolver.html#a7195381c3aab04890139b4fe2c561909">SVF::WPASolver< GraphType ></a>
|
|
@@ -467,6 +470,9 @@ $(function() {
|
|
|
467
470
|
<li>InstVector
|
|
468
471
|
: <a class="el" href="classSVF_1_1ThreadCallGraph.html#af952209ad8f7ae0c0f58c87d97f57ee9">SVF::ThreadCallGraph</a>
|
|
469
472
|
</li>
|
|
473
|
+
<li>int2bv
|
|
474
|
+
: <a class="el" href="classSVF_1_1Z3Expr.html#acd9b5e77162c26753085386661b40517">SVF::Z3Expr</a>
|
|
475
|
+
</li>
|
|
470
476
|
<li>interact
|
|
471
477
|
: <a class="el" href="structDdManager.html#a3e336d3c8ce6bd8072611fadf25fe99b">DdManager</a>
|
|
472
478
|
</li>
|
|
@@ -584,13 +590,13 @@ $(function() {
|
|
|
584
590
|
, <a class="el" href="classSVF_1_1PersistentIncDFPTData.html#a106391cd8eefab1740b54cd9bbacccad">SVF::PersistentIncDFPTData< Key, KeySet, Data, DataSet ></a>
|
|
585
591
|
</li>
|
|
586
592
|
<li>inv_child_iterator
|
|
587
|
-
: <a class="el" href="
|
|
593
|
+
: <a class="el" href="classSVF_1_1SrcSnkSolver.html#acb3b73c60427a78ad8dd12d651202d78">SVF::SrcSnkSolver< GraphType, DPIm ></a>
|
|
588
594
|
</li>
|
|
589
595
|
<li>invalidVersion
|
|
590
596
|
: <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#a3d44a343a2e3f5d276fd1b069c92e112">SVF::VersionedFlowSensitive</a>
|
|
591
597
|
</li>
|
|
592
598
|
<li>InvGTraits
|
|
593
|
-
: <a class="el" href="
|
|
599
|
+
: <a class="el" href="classSVF_1_1SrcSnkSolver.html#ad50e99f38fe6569107d0461d96f735ae">SVF::SrcSnkSolver< GraphType, DPIm ></a>
|
|
594
600
|
</li>
|
|
595
601
|
<li>invperm
|
|
596
602
|
: <a class="el" href="structDdManager.html#a8a017e5ed0025b952c284a41e5991b0f">DdManager</a>
|
|
@@ -611,6 +617,9 @@ $(function() {
|
|
|
611
617
|
<li>is_arg_alloc()
|
|
612
618
|
: <a class="el" href="classSVF_1_1ExtAPI.html#add48f7a9bcb7227727969e944ffe3fc8">SVF::ExtAPI</a>
|
|
613
619
|
</li>
|
|
620
|
+
<li>is_bool()
|
|
621
|
+
: <a class="el" href="classSVF_1_1Z3Expr.html#aa4344471835568e6101780d3aece1900">SVF::Z3Expr</a>
|
|
622
|
+
</li>
|
|
614
623
|
<li>is_dealloc()
|
|
615
624
|
: <a class="el" href="classSVF_1_1ExtAPI.html#af09ae44b9311d3dfd9eafd41da8c31be">SVF::ExtAPI</a>
|
|
616
625
|
</li>
|
|
@@ -620,6 +629,9 @@ $(function() {
|
|
|
620
629
|
<li>is_noop()
|
|
621
630
|
: <a class="el" href="classSVF_1_1ExtAPI.html#a82439c0d4f80b2d3a4da3a4d090c69dc">SVF::ExtAPI</a>
|
|
622
631
|
</li>
|
|
632
|
+
<li>is_numeral()
|
|
633
|
+
: <a class="el" href="classSVF_1_1Z3Expr.html#ad1802109545427278e3a8bde52e016b0">SVF::Z3Expr</a>
|
|
634
|
+
</li>
|
|
623
635
|
<li>is_realloc()
|
|
624
636
|
: <a class="el" href="classSVF_1_1ExtAPI.html#a070e7da81158d8948a4dbc06a0ec3cfe">SVF::ExtAPI</a>
|
|
625
637
|
</li>
|
|
@@ -642,7 +654,7 @@ $(function() {
|
|
|
642
654
|
: <a class="el" href="classSVF_1_1MRGenerator.html#a28130cc55ab317d383ba6593f323b12a">SVF::MRGenerator</a>
|
|
643
655
|
</li>
|
|
644
656
|
<li>isAllPathReachable()
|
|
645
|
-
: <a class="el" href="
|
|
657
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#afb30b41edd5bb6478d30778bc7f09e15">SVF::BDDExprManager</a>
|
|
646
658
|
, <a class="el" href="classSVF_1_1PathCondAllocator.html#a51c55809f28eee5b8432ab4508f9a887">SVF::PathCondAllocator</a>
|
|
647
659
|
, <a class="el" href="classSVF_1_1SrcSnkDDA.html#a6ae0d47bac09163e90b8b2e773ad69f0">SVF::SrcSnkDDA</a>
|
|
648
660
|
</li>
|
|
@@ -789,11 +801,9 @@ $(function() {
|
|
|
789
801
|
: <a class="el" href="classSVF_1_1PathCondAllocator.html#af93358a02bf4ef8020091532e0c5b5af">SVF::PathCondAllocator</a>
|
|
790
802
|
</li>
|
|
791
803
|
<li>isEquivalentBranchCond()
|
|
792
|
-
: <a class="el" href="
|
|
793
|
-
, <a class="el" href="classSVF_1_1CondManager.html#aa20839631502b975590754e146242175">SVF::CondManager</a>
|
|
804
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#a9ac35220d1364a8e6d9bb32e3c236db2">SVF::BDDExprManager</a>
|
|
794
805
|
, <a class="el" href="classSVF_1_1PathCondAllocator.html#ad92e8909172d960de8a25f6ff0272261">SVF::PathCondAllocator</a>
|
|
795
806
|
, <a class="el" href="classSVF_1_1ProgSlice.html#a52ecc421c235a8854792ca92829312e4">SVF::ProgSlice</a>
|
|
796
|
-
, <a class="el" href="classSVF_1_1Z3Manager.html#a34d8f9fc93bb82a8916ae45534ef5941">SVF::Z3Manager</a>
|
|
797
807
|
</li>
|
|
798
808
|
<li>isext_cache
|
|
799
809
|
: <a class="el" href="classSVF_1_1ExtAPI.html#a329882c608e9a6b10a758bcd1ca7a0b5">SVF::ExtAPI</a>
|
|
@@ -938,7 +948,7 @@ $(function() {
|
|
|
938
948
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#a65aca2bc12fc34203b16549653943eae">SVF::LockAnalysis</a>
|
|
939
949
|
</li>
|
|
940
950
|
<li>isInSameCSSpan()
|
|
941
|
-
: <a class="el" href="classSVF_1_1LockAnalysis.html#
|
|
951
|
+
: <a class="el" href="classSVF_1_1LockAnalysis.html#a4245d946dd694b59b5c8ef30b08cb1dd">SVF::LockAnalysis</a>
|
|
942
952
|
</li>
|
|
943
953
|
<li>isInSameSpan()
|
|
944
954
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#af30d0dad3d17188de8c2cea9b004f3d3">SVF::LockAnalysis</a>
|
|
@@ -974,7 +984,7 @@ $(function() {
|
|
|
974
984
|
: <a class="el" href="classSVF_1_1SVFFunction.html#a7b4c6c7143d012802ea5ee962bec2deb">SVF::SVFFunction</a>
|
|
975
985
|
</li>
|
|
976
986
|
<li>isInWorklist()
|
|
977
|
-
: <a class="el" href="
|
|
987
|
+
: <a class="el" href="classSVF_1_1SrcSnkSolver.html#a1d9e1f15c9670758b9598e848ce5eeed">SVF::SrcSnkSolver< GraphType, DPIm ></a>
|
|
978
988
|
, <a class="el" href="classSVF_1_1WPASolver.html#a09c85e7a12715fc64e05a8448b699ec0">SVF::WPASolver< GraphType ></a>
|
|
979
989
|
</li>
|
|
980
990
|
<li>isIsolatedNode()
|
|
@@ -1015,13 +1025,13 @@ $(function() {
|
|
|
1015
1025
|
: <a class="el" href="classSVF_1_1TCT.html#a549a95aa04233c98732777ea210d8525">SVF::TCT</a>
|
|
1016
1026
|
</li>
|
|
1017
1027
|
<li>isMemAlloc()
|
|
1018
|
-
: <a class="el" href="classSVF_1_1SaberCheckerAPI.html#
|
|
1028
|
+
: <a class="el" href="classSVF_1_1SaberCheckerAPI.html#a8a96f6ee7bd9be1abfa89b05d773539f">SVF::SaberCheckerAPI</a>
|
|
1019
1029
|
</li>
|
|
1020
1030
|
<li>isMemcpy()
|
|
1021
1031
|
: <a class="el" href="classSVF_1_1MTAAnnotator.html#aee9e5ebac543d9a2aab511410b047898">SVF::MTAAnnotator</a>
|
|
1022
1032
|
</li>
|
|
1023
1033
|
<li>isMemDealloc()
|
|
1024
|
-
: <a class="el" href="classSVF_1_1SaberCheckerAPI.html#
|
|
1034
|
+
: <a class="el" href="classSVF_1_1SaberCheckerAPI.html#ab6d9c2435bdb1c01542cc75e9eef0a4e">SVF::SaberCheckerAPI</a>
|
|
1025
1035
|
</li>
|
|
1026
1036
|
<li>isMemset()
|
|
1027
1037
|
: <a class="el" href="classSVF_1_1MTAAnnotator.html#a36eb47b716c3b44ba5c459052bb0ed93">SVF::MTAAnnotator</a>
|
|
@@ -1049,10 +1059,8 @@ $(function() {
|
|
|
1049
1059
|
: <a class="el" href="classSVF_1_1PathCondAllocator.html#aff24f70f9aa07b9f89c25bedab0e5a71">SVF::PathCondAllocator</a>
|
|
1050
1060
|
</li>
|
|
1051
1061
|
<li>isNegCond()
|
|
1052
|
-
: <a class="el" href="
|
|
1053
|
-
, <a class="el" href="classSVF_1_1CondManager.html#a1007afa25f9a95c5d12c58852ef74686">SVF::CondManager</a>
|
|
1062
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#a2d07075a8948d9baf4de31d840aa7a17">SVF::BDDExprManager</a>
|
|
1054
1063
|
, <a class="el" href="classSVF_1_1PathCondAllocator.html#a7182283f15c556e9d0e9fdc6d62efeef">SVF::PathCondAllocator</a>
|
|
1055
|
-
, <a class="el" href="classSVF_1_1Z3Manager.html#a869828207971498df1fd7c9f29d3e999">SVF::Z3Manager</a>
|
|
1056
1064
|
</li>
|
|
1057
1065
|
<li>isNodeHidden()
|
|
1058
1066
|
: <a class="el" href="structllvm_1_1DOTGraphTraits_3_01ConstraintGraph_01_5_01_4.html#a2a467ab9b0a9ef28f88099f8ed58bba6">llvm::DOTGraphTraits< ConstraintGraph * ></a>
|
|
@@ -1164,10 +1172,8 @@ $(function() {
|
|
|
1164
1172
|
: <a class="el" href="classSVF_1_1CondPTAImpl.html#a7a1be735c76ba4a6b235264fe8ec6c28">SVF::CondPTAImpl< Cond ></a>
|
|
1165
1173
|
</li>
|
|
1166
1174
|
<li>isSatisfiable()
|
|
1167
|
-
: <a class="el" href="
|
|
1168
|
-
, <a class="el" href="classSVF_1_1CondManager.html#a5ef85ea09500adc006a25c1eb3426831">SVF::CondManager</a>
|
|
1175
|
+
: <a class="el" href="classSVF_1_1BDDExprManager.html#a26a49a796e0747b173c380f3658a7ad3">SVF::BDDExprManager</a>
|
|
1169
1176
|
, <a class="el" href="classSVF_1_1PathCondAllocator.html#aaed1bbfcac68a5e48d2850ef395e7da7">SVF::PathCondAllocator</a>
|
|
1170
|
-
, <a class="el" href="classSVF_1_1Z3Manager.html#a98916f1ae12b8c2bb98231b19c94d928">SVF::Z3Manager</a>
|
|
1171
1177
|
</li>
|
|
1172
1178
|
<li>isSatisfiableForAll()
|
|
1173
1179
|
: <a class="el" href="classSVF_1_1ProgSlice.html#a62a9f2c107f27d6c04c30ef153ffb8ed">SVF::ProgSlice</a>
|
|
@@ -1244,17 +1250,17 @@ $(function() {
|
|
|
1244
1250
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#add7daee4a0ecae479a5ab015130c8c93">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
1245
1251
|
</li>
|
|
1246
1252
|
<li>isTailofSpan()
|
|
1247
|
-
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#
|
|
1253
|
+
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#af8ea2da28e9818d4f9e4e9528997f023">SVF::MTASVFGBuilder</a>
|
|
1248
1254
|
</li>
|
|
1249
1255
|
<li>isTDAcquire()
|
|
1250
1256
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#a5521de9933ce74d0954a942dfceae772">SVF::LockAnalysis</a>
|
|
1251
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
1257
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a9db4df7968ec179e5012794c58fdee70">SVF::ThreadAPI</a>
|
|
1252
1258
|
</li>
|
|
1253
1259
|
<li>isTDBarWait()
|
|
1254
1260
|
: <a class="el" href="classSVF_1_1ThreadAPI.html#af3aa58dc83dca382162df67c12169585">SVF::ThreadAPI</a>
|
|
1255
1261
|
</li>
|
|
1256
1262
|
<li>isTDExit()
|
|
1257
|
-
: <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
1263
|
+
: <a class="el" href="classSVF_1_1ThreadAPI.html#ae87d129560d7015966336f06a516db23">SVF::ThreadAPI</a>
|
|
1258
1264
|
</li>
|
|
1259
1265
|
<li>isTDFork()
|
|
1260
1266
|
: <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aff32f240a03421937c2fc606359dca9b">SVF::ForkJoinAnalysis</a>
|
|
@@ -1265,11 +1271,11 @@ $(function() {
|
|
|
1265
1271
|
<li>isTDJoin()
|
|
1266
1272
|
: <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aac722a42dc6e03e771a7a80de5f8ec94">SVF::ForkJoinAnalysis</a>
|
|
1267
1273
|
, <a class="el" href="classSVF_1_1MHP.html#ab566508ffd73abd4d5ad047a1d7f9c27">SVF::MHP</a>
|
|
1268
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
1274
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a50e56d63c6d713ac34b4006d248f880b">SVF::ThreadAPI</a>
|
|
1269
1275
|
</li>
|
|
1270
1276
|
<li>isTDRelease()
|
|
1271
1277
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#ae312fa9ddb320674f7bc31e29aa474ed">SVF::LockAnalysis</a>
|
|
1272
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
1278
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a38adae633d5aceddcca3b3a23ad66db9">SVF::ThreadAPI</a>
|
|
1273
1279
|
</li>
|
|
1274
1280
|
<li>isTemplate()
|
|
1275
1281
|
: <a class="el" href="classSVF_1_1CHNode.html#aff23fda93401c60422a4a5a08d77d749">SVF::CHNode</a>
|
|
@@ -1316,6 +1322,9 @@ $(function() {
|
|
|
1316
1322
|
: <a class="el" href="classSVF_1_1MemObj.html#ad1966c52f95775ac7d65c0ba6632c3cf">SVF::MemObj</a>
|
|
1317
1323
|
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#a40d6703875b370aed2c6dc41c0594af5">SVF::ObjTypeInfo</a>
|
|
1318
1324
|
</li>
|
|
1325
|
+
<li>isVirtualMemAddress()
|
|
1326
|
+
: <a class="el" href="classSVF_1_1ExeState.html#a2d5f2c2de23c919a47432501c3ad8adb">SVF::ExeState</a>
|
|
1327
|
+
</li>
|
|
1319
1328
|
<li>isVisited()
|
|
1320
1329
|
: <a class="el" href="classSVF_1_1CSC.html#a2913a7a83deae0b91f1f42dc45c4f3b2">SVF::CSC</a>
|
|
1321
1330
|
</li>
|
|
@@ -1324,12 +1333,15 @@ $(function() {
|
|
|
1324
1333
|
, <a class="el" href="classSVF_1_1TCT.html#a68d2b1107f9cc2edcc01265298b7307c">SVF::TCT</a>
|
|
1325
1334
|
</li>
|
|
1326
1335
|
<li>isWorklistEmpty()
|
|
1327
|
-
: <a class="el" href="
|
|
1336
|
+
: <a class="el" href="classSVF_1_1SrcSnkSolver.html#a8cf98a877e4190f3886b4020006f6383">SVF::SrcSnkSolver< GraphType, DPIm ></a>
|
|
1328
1337
|
, <a class="el" href="classSVF_1_1WPASolver.html#a992b105a0ec126050a123e24db3bd45b">SVF::WPASolver< GraphType ></a>
|
|
1329
1338
|
</li>
|
|
1330
1339
|
<li>isZeroOffsettedGepCGEdge()
|
|
1331
1340
|
: <a class="el" href="classSVF_1_1ConstraintGraph.html#af790af4146197682dd4f9abfad1434f6">SVF::ConstraintGraph</a>
|
|
1332
1341
|
</li>
|
|
1342
|
+
<li>ite
|
|
1343
|
+
: <a class="el" href="classSVF_1_1Z3Expr.html#a93492128e2c619ef9e5b15a7d022bc45">SVF::Z3Expr</a>
|
|
1344
|
+
</li>
|
|
1333
1345
|
<li>item
|
|
1334
1346
|
: <a class="el" href="structDdLocalCache.html#a5b894c8287e08c2b3ff59ab7d208d2e4">DdLocalCache</a>
|
|
1335
1347
|
</li>
|