svf-tools 1.0.905 → 1.0.907
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/AbstractInterpretation_8cpp.html +217 -0
- package/SVF-doxygen/html/AbstractInterpretation_8cpp_source.html +2093 -0
- package/SVF-doxygen/html/AbstractInterpretation_8h.html +115 -0
- package/SVF-doxygen/html/AbstractInterpretation_8h_source.html +459 -0
- package/SVF-doxygen/html/AbstractState_8cpp.html +84 -0
- package/SVF-doxygen/html/AbstractState_8cpp_source.html +461 -0
- package/SVF-doxygen/html/AbstractState_8h.html +105 -0
- package/SVF-doxygen/html/AbstractState_8h_source.html +891 -0
- package/SVF-doxygen/html/AbstractValue_8h.html +3 -3
- package/SVF-doxygen/html/AbstractValue_8h_source.html +652 -62
- package/SVF-doxygen/html/AddressValue_8h.html +4 -4
- package/SVF-doxygen/html/AddressValue_8h_source.html +180 -177
- package/SVF-doxygen/html/BufOverflowChecker_8cpp_source.html +782 -776
- package/SVF-doxygen/html/BufOverflowChecker_8h.html +1 -1
- package/SVF-doxygen/html/BufOverflowChecker_8h_source.html +19 -19
- package/SVF-doxygen/html/CFLGraph_8h_source.html +3 -3
- package/SVF-doxygen/html/CSC_8h_source.html +1 -1
- package/SVF-doxygen/html/ConsExeState_8cpp_source.html +1 -1
- package/SVF-doxygen/html/ConsExeState_8h_source.html +2 -2
- package/SVF-doxygen/html/ExeState_8cpp.html +1 -1
- package/SVF-doxygen/html/ExeState_8cpp_source.html +2 -2
- package/SVF-doxygen/html/ExeState_8h_source.html +8 -8
- package/SVF-doxygen/html/ICFGSimplification_8h.html +2 -2
- package/SVF-doxygen/html/ICFGSimplification_8h_source.html +17 -18
- package/SVF-doxygen/html/ICFG_8h_source.html +1 -1
- package/SVF-doxygen/html/IntervalValue_8h.html +2 -2
- package/SVF-doxygen/html/IntervalValue_8h_source.html +846 -864
- package/SVF-doxygen/html/LLVMModule_8cpp_source.html +1 -1
- package/SVF-doxygen/html/MSSAMuChi_8h_source.html +1 -1
- package/SVF-doxygen/html/MemRegion_8cpp_source.html +1 -1
- package/SVF-doxygen/html/ObjTypeInference_8cpp_source.html +1 -1
- package/SVF-doxygen/html/PointsTo_8cpp_source.html +3 -3
- package/SVF-doxygen/html/PointsTo_8h_source.html +3 -3
- package/SVF-doxygen/html/RelExeState_8h_source.html +5 -5
- package/SVF-doxygen/html/RelationSolver_8cpp_source.html +67 -68
- package/SVF-doxygen/html/RelationSolver_8h.html +1 -1
- package/SVF-doxygen/html/RelationSolver_8h_source.html +17 -17
- package/SVF-doxygen/html/SVFIR2AbsState_8cpp.html +84 -0
- package/SVF-doxygen/html/SVFIR2AbsState_8cpp_source.html +1348 -0
- package/SVF-doxygen/html/SVFIR2AbsState_8h.html +100 -0
- package/SVF-doxygen/html/SVFIR2AbsState_8h_source.html +378 -0
- package/SVF-doxygen/html/SVFIR2ConsExeState_8cpp_source.html +9 -8
- package/SVF-doxygen/html/SVFIR2ItvExeState_8cpp_source.html +920 -952
- package/SVF-doxygen/html/SVFIR2ItvExeState_8h.html +2 -3
- package/SVF-doxygen/html/SVFIR2ItvExeState_8h_source.html +202 -207
- package/SVF-doxygen/html/SVFIR2Relation_8cpp.html +1 -1
- package/SVF-doxygen/html/SVFIR2Relation_8cpp_source.html +76 -72
- package/SVF-doxygen/html/SVFType_8cpp_source.html +1 -1
- package/SVF-doxygen/html/SVFType_8h_source.html +1 -1
- package/SVF-doxygen/html/SVFValue_8h_source.html +1 -1
- package/SVF-doxygen/html/SparseBitVector_8h_source.html +3 -3
- package/SVF-doxygen/html/WorkList_8h_source.html +1 -1
- package/SVF-doxygen/html/ae_8cpp.html +57 -57
- package/SVF-doxygen/html/ae_8cpp_source.html +462 -466
- package/SVF-doxygen/html/annotated.html +409 -418
- package/SVF-doxygen/html/classSVF_1_1AEStat-members.html +2 -2
- package/SVF-doxygen/html/classSVF_1_1AEStat.html +184 -190
- package/SVF-doxygen/html/classSVF_1_1AbstractInterpretation-members.html +161 -0
- package/SVF-doxygen/html/classSVF_1_1AbstractInterpretation.html +4325 -0
- package/SVF-doxygen/html/classSVF_1_1AbstractInterpretation.png +0 -0
- package/SVF-doxygen/html/classSVF_1_1AbstractState-members.html +134 -0
- package/SVF-doxygen/html/classSVF_1_1AbstractState.html +2166 -0
- package/SVF-doxygen/html/classSVF_1_1AbstractState.png +0 -0
- package/SVF-doxygen/html/classSVF_1_1AddressValue-members.html +15 -28
- package/SVF-doxygen/html/classSVF_1_1AddressValue.html +171 -230
- package/SVF-doxygen/html/classSVF_1_1BoundedZ3Expr.html +0 -1
- package/SVF-doxygen/html/classSVF_1_1BoundedZ3Expr.png +0 -0
- package/SVF-doxygen/html/classSVF_1_1BufOverflowChecker-members.html +73 -73
- package/SVF-doxygen/html/classSVF_1_1BufOverflowChecker.html +578 -574
- package/SVF-doxygen/html/classSVF_1_1BufOverflowChecker.png +0 -0
- package/SVF-doxygen/html/classSVF_1_1CFLNode-members.html +48 -49
- package/SVF-doxygen/html/classSVF_1_1CFLNode.html +25 -25
- package/SVF-doxygen/html/classSVF_1_1ConsExeState.html +1 -1
- package/SVF-doxygen/html/classSVF_1_1ExeState.html +12 -14
- package/SVF-doxygen/html/classSVF_1_1ExeState.png +0 -0
- package/SVF-doxygen/html/classSVF_1_1FILOWorkList.html +3 -3
- package/SVF-doxygen/html/classSVF_1_1GenericNode.html +22 -8
- package/SVF-doxygen/html/classSVF_1_1GenericNode.png +0 -0
- package/SVF-doxygen/html/classSVF_1_1ICFGSimplification.html +1 -1
- package/SVF-doxygen/html/classSVF_1_1IntervalValue-members.html +50 -64
- package/SVF-doxygen/html/classSVF_1_1IntervalValue.html +349 -459
- package/SVF-doxygen/html/classSVF_1_1LLVMModuleSet.html +1 -1
- package/SVF-doxygen/html/classSVF_1_1ObjTypeInference.html +1 -1
- package/SVF-doxygen/html/classSVF_1_1RelExeState-members.html +1 -1
- package/SVF-doxygen/html/classSVF_1_1RelExeState.html +8 -8
- package/SVF-doxygen/html/classSVF_1_1RelationSolver-members.html +8 -8
- package/SVF-doxygen/html/classSVF_1_1RelationSolver.html +106 -107
- package/SVF-doxygen/html/classSVF_1_1SVFIR2AbsState-members.html +141 -0
- package/SVF-doxygen/html/classSVF_1_1SVFIR2AbsState.html +3137 -0
- package/SVF-doxygen/html/classSVF_1_1SVFIR2ConsExeState.html +5 -5
- package/SVF-doxygen/html/classSVF_1_1SVFIR2ItvExeState-members.html +56 -57
- package/SVF-doxygen/html/classSVF_1_1SVFIR2ItvExeState.html +1128 -1178
- package/SVF-doxygen/html/classSVF_1_1SVFStat.html +1 -1
- package/SVF-doxygen/html/classSVF_1_1SparseAbstractState-members.html +157 -0
- package/SVF-doxygen/html/classSVF_1_1SparseAbstractState.html +1512 -0
- package/SVF-doxygen/html/classSVF_1_1SparseAbstractState.png +0 -0
- package/SVF-doxygen/html/classSVF_1_1Z3Expr.html +0 -1
- package/SVF-doxygen/html/classSVF_1_1Z3Expr.png +0 -0
- package/SVF-doxygen/html/classSymblicAbstractionTest-members.html +3 -3
- package/SVF-doxygen/html/classSymblicAbstractionTest.html +400 -404
- package/SVF-doxygen/html/classes.html +326 -336
- package/SVF-doxygen/html/dir_2c6fb801affc4b3efe6e1ed5974683f6.html +2 -10
- package/SVF-doxygen/html/dir_81caa96ab1d3de93b353e2bbe80e6067.html +2 -4
- package/SVF-doxygen/html/dir_9a8e7a56f4029a0d9f62b1c6d1f6e85b.html +2 -8
- package/SVF-doxygen/html/dir_fbec400583b4bd6c5f2e89c86c5943a6.html +2 -4
- package/SVF-doxygen/html/fastcluster__dm_8cpp_8inc_source.html +1 -1
- package/SVF-doxygen/html/files.html +18 -27
- package/SVF-doxygen/html/functions.html +33 -56
- package/SVF-doxygen/html/functions_a.html +29 -42
- package/SVF-doxygen/html/functions_b.html +14 -21
- package/SVF-doxygen/html/functions_c.html +42 -52
- package/SVF-doxygen/html/functions_d.html +7 -4
- package/SVF-doxygen/html/functions_e.html +7 -21
- package/SVF-doxygen/html/functions_enum.html +4 -7
- package/SVF-doxygen/html/functions_eval.html +2 -2
- package/SVF-doxygen/html/functions_eval_c.html +0 -3
- package/SVF-doxygen/html/functions_eval_i.html +2 -3
- package/SVF-doxygen/html/functions_eval_m.html +2 -2
- package/SVF-doxygen/html/functions_eval_s.html +2 -5
- package/SVF-doxygen/html/functions_eval_u.html +4 -1
- package/SVF-doxygen/html/functions_f.html +6 -6
- package/SVF-doxygen/html/functions_func.html +24 -31
- package/SVF-doxygen/html/functions_func_b.html +10 -16
- package/SVF-doxygen/html/functions_func_c.html +30 -39
- package/SVF-doxygen/html/functions_func_d.html +1 -1
- package/SVF-doxygen/html/functions_func_e.html +7 -17
- package/SVF-doxygen/html/functions_func_g.html +61 -115
- package/SVF-doxygen/html/functions_func_h.html +22 -24
- package/SVF-doxygen/html/functions_func_i.html +64 -94
- package/SVF-doxygen/html/functions_func_j.html +4 -6
- package/SVF-doxygen/html/functions_func_l.html +9 -23
- package/SVF-doxygen/html/functions_func_m.html +7 -8
- package/SVF-doxygen/html/functions_func_n.html +8 -13
- package/SVF-doxygen/html/functions_func_o.html +57 -48
- package/SVF-doxygen/html/functions_func_p.html +6 -11
- package/SVF-doxygen/html/functions_func_r.html +4 -4
- package/SVF-doxygen/html/functions_func_s.html +35 -50
- package/SVF-doxygen/html/functions_func_t.html +26 -40
- package/SVF-doxygen/html/functions_func_u.html +6 -5
- package/SVF-doxygen/html/functions_func_v.html +2 -9
- package/SVF-doxygen/html/functions_func_w.html +9 -8
- package/SVF-doxygen/html/functions_func_z.html +1 -2
- package/SVF-doxygen/html/functions_func_~.html +10 -22
- package/SVF-doxygen/html/functions_g.html +61 -118
- package/SVF-doxygen/html/functions_h.html +21 -23
- package/SVF-doxygen/html/functions_i.html +76 -106
- package/SVF-doxygen/html/functions_j.html +4 -6
- package/SVF-doxygen/html/functions_k.html +0 -6
- package/SVF-doxygen/html/functions_l.html +11 -25
- package/SVF-doxygen/html/functions_m.html +8 -9
- package/SVF-doxygen/html/functions_n.html +14 -17
- package/SVF-doxygen/html/functions_o.html +71 -90
- package/SVF-doxygen/html/functions_p.html +31 -30
- package/SVF-doxygen/html/functions_r.html +11 -15
- package/SVF-doxygen/html/functions_rela.html +2 -3
- package/SVF-doxygen/html/functions_rela_b.html +0 -1
- package/SVF-doxygen/html/functions_rela_e.html +0 -1
- package/SVF-doxygen/html/functions_rela_i.html +0 -2
- package/SVF-doxygen/html/functions_rela_l.html +0 -1
- package/SVF-doxygen/html/functions_rela_o.html +0 -18
- package/SVF-doxygen/html/functions_rela_r.html +2 -2
- package/SVF-doxygen/html/functions_rela_s.html +4 -9
- package/SVF-doxygen/html/functions_s.html +45 -70
- package/SVF-doxygen/html/functions_t.html +29 -45
- package/SVF-doxygen/html/functions_type.html +0 -5
- package/SVF-doxygen/html/functions_type_c.html +1 -1
- package/SVF-doxygen/html/functions_type_k.html +0 -6
- package/SVF-doxygen/html/functions_type_l.html +4 -3
- package/SVF-doxygen/html/functions_type_t.html +0 -3
- package/SVF-doxygen/html/functions_type_v.html +3 -5
- package/SVF-doxygen/html/functions_u.html +8 -4
- package/SVF-doxygen/html/functions_v.html +11 -20
- package/SVF-doxygen/html/functions_vars.html +33 -56
- package/SVF-doxygen/html/functions_vars_a.html +3 -0
- package/SVF-doxygen/html/functions_vars_g.html +2 -5
- package/SVF-doxygen/html/functions_vars_i.html +3 -0
- package/SVF-doxygen/html/functions_vars_t.html +1 -0
- package/SVF-doxygen/html/functions_w.html +11 -10
- package/SVF-doxygen/html/functions_z.html +1 -2
- package/SVF-doxygen/html/functions_~.html +10 -22
- package/SVF-doxygen/html/globals.html +2 -2
- package/SVF-doxygen/html/globals_defs.html +1 -4
- package/SVF-doxygen/html/globals_n.html +2 -5
- package/SVF-doxygen/html/globals_s.html +1 -1
- package/SVF-doxygen/html/globals_vars.html +5 -5
- package/SVF-doxygen/html/globals_z.html +3 -3
- package/SVF-doxygen/html/hierarchy.html +622 -631
- package/SVF-doxygen/html/namespaceSVF.html +449 -458
- package/SVF-doxygen/html/search/all_0.js +155 -161
- package/SVF-doxygen/html/search/all_1.js +502 -503
- package/SVF-doxygen/html/search/all_10.js +325 -326
- package/SVF-doxygen/html/search/all_11.js +227 -227
- package/SVF-doxygen/html/search/all_12.js +563 -574
- package/SVF-doxygen/html/search/all_13.js +206 -208
- package/SVF-doxygen/html/search/all_14.js +74 -73
- package/SVF-doxygen/html/search/all_15.js +175 -176
- package/SVF-doxygen/html/search/all_16.js +77 -77
- package/SVF-doxygen/html/search/all_17.js +1 -1
- package/SVF-doxygen/html/search/all_18.js +1 -1
- package/SVF-doxygen/html/search/all_19.js +27 -27
- package/SVF-doxygen/html/search/all_1a.js +175 -179
- package/SVF-doxygen/html/search/all_2.js +180 -182
- package/SVF-doxygen/html/search/all_3.js +636 -642
- package/SVF-doxygen/html/search/all_4.js +237 -236
- package/SVF-doxygen/html/search/all_5.js +120 -126
- package/SVF-doxygen/html/search/all_6.js +236 -236
- package/SVF-doxygen/html/search/all_7.js +1040 -1056
- package/SVF-doxygen/html/search/all_8.js +211 -215
- package/SVF-doxygen/html/search/all_9.js +631 -638
- package/SVF-doxygen/html/search/all_a.js +46 -46
- package/SVF-doxygen/html/search/all_b.js +24 -26
- package/SVF-doxygen/html/search/all_c.js +113 -115
- package/SVF-doxygen/html/search/all_d.js +205 -205
- package/SVF-doxygen/html/search/all_e.js +207 -209
- package/SVF-doxygen/html/search/all_f.js +122 -122
- package/SVF-doxygen/html/search/classes_0.js +29 -28
- package/SVF-doxygen/html/search/classes_1.js +11 -11
- package/SVF-doxygen/html/search/classes_10.js +72 -74
- package/SVF-doxygen/html/search/classes_11.js +14 -14
- package/SVF-doxygen/html/search/classes_12.js +2 -2
- package/SVF-doxygen/html/search/classes_13.js +10 -10
- package/SVF-doxygen/html/search/classes_14.js +19 -19
- package/SVF-doxygen/html/search/classes_15.js +1 -1
- package/SVF-doxygen/html/search/classes_2.js +72 -73
- package/SVF-doxygen/html/search/classes_3.js +35 -35
- package/SVF-doxygen/html/search/classes_4.js +7 -8
- package/SVF-doxygen/html/search/classes_5.js +28 -28
- package/SVF-doxygen/html/search/classes_6.js +98 -98
- package/SVF-doxygen/html/search/classes_7.js +34 -38
- package/SVF-doxygen/html/search/classes_8.js +57 -59
- package/SVF-doxygen/html/search/classes_9.js +1 -1
- package/SVF-doxygen/html/search/classes_a.js +12 -12
- package/SVF-doxygen/html/search/classes_b.js +29 -29
- package/SVF-doxygen/html/search/classes_c.js +6 -6
- package/SVF-doxygen/html/search/classes_d.js +19 -19
- package/SVF-doxygen/html/search/classes_e.js +36 -36
- package/SVF-doxygen/html/search/classes_f.js +25 -25
- package/SVF-doxygen/html/search/defines_0.js +3 -3
- package/SVF-doxygen/html/search/defines_1.js +3 -3
- package/SVF-doxygen/html/search/defines_10.js +2 -2
- package/SVF-doxygen/html/search/defines_2.js +30 -30
- package/SVF-doxygen/html/search/defines_3.js +20 -20
- package/SVF-doxygen/html/search/defines_4.js +3 -3
- package/SVF-doxygen/html/search/defines_5.js +4 -4
- package/SVF-doxygen/html/search/defines_6.js +2 -2
- package/SVF-doxygen/html/search/defines_7.js +5 -5
- package/SVF-doxygen/html/search/defines_8.js +11 -11
- package/SVF-doxygen/html/search/defines_9.js +9 -9
- package/SVF-doxygen/html/search/defines_a.js +2 -2
- package/SVF-doxygen/html/search/defines_b.js +1 -1
- package/SVF-doxygen/html/search/defines_c.js +3 -4
- package/SVF-doxygen/html/search/defines_d.js +2 -2
- package/SVF-doxygen/html/search/defines_e.js +8 -8
- package/SVF-doxygen/html/search/defines_f.js +4 -4
- package/SVF-doxygen/html/search/enums_0.js +3 -4
- package/SVF-doxygen/html/search/enums_1.js +2 -2
- package/SVF-doxygen/html/search/enums_10.js +1 -1
- package/SVF-doxygen/html/search/enums_11.js +1 -1
- package/SVF-doxygen/html/search/enums_2.js +9 -9
- package/SVF-doxygen/html/search/enums_3.js +2 -1
- package/SVF-doxygen/html/search/enums_4.js +3 -4
- package/SVF-doxygen/html/search/enums_5.js +1 -1
- package/SVF-doxygen/html/search/enums_6.js +2 -2
- package/SVF-doxygen/html/search/enums_7.js +2 -2
- package/SVF-doxygen/html/search/enums_8.js +4 -4
- package/SVF-doxygen/html/search/enums_9.js +1 -1
- package/SVF-doxygen/html/search/enums_a.js +1 -1
- package/SVF-doxygen/html/search/enums_b.js +7 -7
- package/SVF-doxygen/html/search/enums_c.js +1 -1
- package/SVF-doxygen/html/search/enums_d.js +4 -4
- package/SVF-doxygen/html/search/enums_e.js +2 -2
- package/SVF-doxygen/html/search/enums_f.js +4 -4
- package/SVF-doxygen/html/search/enumvalues_0.js +15 -15
- package/SVF-doxygen/html/search/enumvalues_1.js +16 -16
- package/SVF-doxygen/html/search/enumvalues_10.js +36 -36
- package/SVF-doxygen/html/search/enumvalues_11.js +6 -5
- package/SVF-doxygen/html/search/enumvalues_12.js +10 -10
- package/SVF-doxygen/html/search/enumvalues_13.js +1 -1
- package/SVF-doxygen/html/search/enumvalues_14.js +1 -1
- package/SVF-doxygen/html/search/enumvalues_15.js +4 -4
- package/SVF-doxygen/html/search/enumvalues_2.js +36 -37
- package/SVF-doxygen/html/search/enumvalues_3.js +13 -13
- package/SVF-doxygen/html/search/enumvalues_4.js +2 -2
- package/SVF-doxygen/html/search/enumvalues_5.js +50 -50
- package/SVF-doxygen/html/search/enumvalues_6.js +6 -6
- package/SVF-doxygen/html/search/enumvalues_7.js +8 -8
- package/SVF-doxygen/html/search/enumvalues_8.js +24 -24
- package/SVF-doxygen/html/search/enumvalues_9.js +6 -6
- package/SVF-doxygen/html/search/enumvalues_a.js +17 -17
- package/SVF-doxygen/html/search/enumvalues_b.js +11 -11
- package/SVF-doxygen/html/search/enumvalues_c.js +5 -5
- package/SVF-doxygen/html/search/enumvalues_d.js +19 -19
- package/SVF-doxygen/html/search/enumvalues_e.js +9 -9
- package/SVF-doxygen/html/search/enumvalues_f.js +48 -49
- package/SVF-doxygen/html/search/files_0.js +18 -16
- package/SVF-doxygen/html/search/files_1.js +9 -9
- package/SVF-doxygen/html/search/files_10.js +8 -8
- package/SVF-doxygen/html/search/files_11.js +8 -8
- package/SVF-doxygen/html/search/files_12.js +2 -2
- package/SVF-doxygen/html/search/files_2.js +51 -53
- package/SVF-doxygen/html/search/files_3.js +14 -14
- package/SVF-doxygen/html/search/files_4.js +3 -5
- package/SVF-doxygen/html/search/files_5.js +13 -13
- package/SVF-doxygen/html/search/files_6.js +10 -10
- package/SVF-doxygen/html/search/files_7.js +15 -17
- package/SVF-doxygen/html/search/files_8.js +13 -13
- package/SVF-doxygen/html/search/files_9.js +18 -18
- package/SVF-doxygen/html/search/files_a.js +3 -3
- package/SVF-doxygen/html/search/files_b.js +4 -4
- package/SVF-doxygen/html/search/files_c.js +20 -20
- package/SVF-doxygen/html/search/files_d.js +4 -4
- package/SVF-doxygen/html/search/files_e.js +57 -62
- package/SVF-doxygen/html/search/files_f.js +8 -8
- package/SVF-doxygen/html/search/functions_0.js +13 -13
- package/SVF-doxygen/html/search/functions_1.js +366 -368
- package/SVF-doxygen/html/search/functions_10.js +139 -140
- package/SVF-doxygen/html/search/functions_11.js +140 -140
- package/SVF-doxygen/html/search/functions_12.js +294 -299
- package/SVF-doxygen/html/search/functions_13.js +72 -73
- package/SVF-doxygen/html/search/functions_14.js +41 -41
- package/SVF-doxygen/html/search/functions_15.js +70 -72
- package/SVF-doxygen/html/search/functions_16.js +38 -38
- package/SVF-doxygen/html/search/functions_17.js +3 -3
- package/SVF-doxygen/html/search/functions_18.js +175 -179
- package/SVF-doxygen/html/search/functions_2.js +92 -94
- package/SVF-doxygen/html/search/functions_3.js +258 -261
- package/SVF-doxygen/html/search/functions_4.js +85 -85
- package/SVF-doxygen/html/search/functions_5.js +54 -57
- package/SVF-doxygen/html/search/functions_6.js +65 -65
- package/SVF-doxygen/html/search/functions_7.js +857 -872
- package/SVF-doxygen/html/search/functions_8.js +162 -162
- package/SVF-doxygen/html/search/functions_9.js +440 -446
- package/SVF-doxygen/html/search/functions_a.js +30 -30
- package/SVF-doxygen/html/search/functions_b.js +2 -2
- package/SVF-doxygen/html/search/functions_c.js +22 -25
- package/SVF-doxygen/html/search/functions_d.js +82 -82
- package/SVF-doxygen/html/search/functions_e.js +34 -36
- package/SVF-doxygen/html/search/functions_f.js +58 -58
- package/SVF-doxygen/html/search/namespaces_0.js +1 -1
- package/SVF-doxygen/html/search/namespaces_1.js +7 -7
- package/SVF-doxygen/html/search/related_0.js +4 -4
- package/SVF-doxygen/html/search/related_1.js +2 -2
- package/SVF-doxygen/html/search/related_2.js +2 -2
- package/SVF-doxygen/html/search/related_3.js +2 -2
- package/SVF-doxygen/html/search/related_4.js +2 -2
- package/SVF-doxygen/html/search/related_5.js +1 -1
- package/SVF-doxygen/html/search/related_6.js +2 -2
- package/SVF-doxygen/html/search/related_7.js +5 -5
- package/SVF-doxygen/html/search/related_8.js +2 -2
- package/SVF-doxygen/html/search/related_9.js +4 -4
- package/SVF-doxygen/html/search/related_a.js +19 -19
- package/SVF-doxygen/html/search/related_b.js +4 -4
- package/SVF-doxygen/html/search/related_c.js +2 -2
- package/SVF-doxygen/html/search/related_d.js +11 -12
- package/SVF-doxygen/html/search/related_e.js +2 -2
- package/SVF-doxygen/html/search/related_f.js +2 -2
- package/SVF-doxygen/html/search/typedefs_0.js +18 -19
- package/SVF-doxygen/html/search/typedefs_1.js +27 -27
- package/SVF-doxygen/html/search/typedefs_10.js +65 -65
- package/SVF-doxygen/html/search/typedefs_11.js +12 -13
- package/SVF-doxygen/html/search/typedefs_12.js +13 -13
- package/SVF-doxygen/html/search/typedefs_13.js +40 -40
- package/SVF-doxygen/html/search/typedefs_14.js +11 -11
- package/SVF-doxygen/html/search/typedefs_2.js +125 -125
- package/SVF-doxygen/html/search/typedefs_3.js +39 -39
- package/SVF-doxygen/html/search/typedefs_4.js +17 -17
- package/SVF-doxygen/html/search/typedefs_5.js +42 -42
- package/SVF-doxygen/html/search/typedefs_6.js +54 -54
- package/SVF-doxygen/html/search/typedefs_7.js +47 -47
- package/SVF-doxygen/html/search/typedefs_8.js +1 -1
- package/SVF-doxygen/html/search/typedefs_9.js +4 -6
- package/SVF-doxygen/html/search/typedefs_a.js +30 -29
- package/SVF-doxygen/html/search/typedefs_b.js +29 -29
- package/SVF-doxygen/html/search/typedefs_c.js +41 -41
- package/SVF-doxygen/html/search/typedefs_d.js +15 -15
- package/SVF-doxygen/html/search/typedefs_e.js +52 -52
- package/SVF-doxygen/html/search/typedefs_f.js +14 -14
- package/SVF-doxygen/html/search/variables_0.js +171 -177
- package/SVF-doxygen/html/search/variables_1.js +78 -77
- package/SVF-doxygen/html/search/variables_10.js +98 -98
- package/SVF-doxygen/html/search/variables_11.js +47 -47
- package/SVF-doxygen/html/search/variables_12.js +93 -93
- package/SVF-doxygen/html/search/variables_13.js +76 -76
- package/SVF-doxygen/html/search/variables_14.js +14 -14
- package/SVF-doxygen/html/search/variables_15.js +49 -49
- package/SVF-doxygen/html/search/variables_16.js +11 -11
- package/SVF-doxygen/html/search/variables_17.js +1 -1
- package/SVF-doxygen/html/search/variables_18.js +17 -17
- package/SVF-doxygen/html/search/variables_2.js +40 -40
- package/SVF-doxygen/html/search/variables_3.js +143 -143
- package/SVF-doxygen/html/search/variables_4.js +51 -51
- package/SVF-doxygen/html/search/variables_5.js +39 -39
- package/SVF-doxygen/html/search/variables_6.js +66 -66
- package/SVF-doxygen/html/search/variables_7.js +33 -34
- package/SVF-doxygen/html/search/variables_8.js +8 -8
- package/SVF-doxygen/html/search/variables_9.js +80 -79
- package/SVF-doxygen/html/search/variables_a.js +4 -4
- package/SVF-doxygen/html/search/variables_b.js +10 -10
- package/SVF-doxygen/html/search/variables_c.js +44 -44
- package/SVF-doxygen/html/search/variables_d.js +58 -58
- package/SVF-doxygen/html/search/variables_e.js +123 -123
- package/SVF-doxygen/html/search/variables_f.js +31 -31
- package/SVF-doxygen/html/structSVF_1_1AbstractValue-members.html +164 -0
- package/SVF-doxygen/html/structSVF_1_1AbstractValue.html +2820 -0
- package/SVF-doxygen/html/structstd_1_1hash_3_01SVF_1_1SparseAbstractState_01_4-members.html +84 -0
- package/SVF-doxygen/html/structstd_1_1hash_3_01SVF_1_1SparseAbstractState_01_4.html +130 -0
- package/SVF-doxygen/html/svf-ex_8cpp.html +25 -25
- package/SVF-doxygen/html/svf-ex_8cpp_source.html +26 -26
- package/package.json +1 -1
- package/svf/include/AE/Core/AbstractState.h +749 -0
- package/svf/include/AE/Core/AbstractValue.h +514 -39
- package/svf/include/AE/Core/AddressValue.h +32 -25
- package/svf/include/AE/Core/IntervalValue.h +10 -24
- package/svf/include/AE/Core/RelExeState.h +1 -1
- package/svf/include/AE/Core/RelationSolver.h +9 -9
- package/svf/include/AE/Svfexe/{AbstractExecution.h → AbstractInterpretation.h} +27 -26
- package/svf/include/AE/Svfexe/BufOverflowChecker.h +5 -5
- package/svf/include/AE/Svfexe/ICFGSimplification.h +1 -2
- package/svf/include/AE/Svfexe/{SVFIR2ItvExeState.h → SVFIR2AbsState.h} +30 -33
- package/svf/lib/AE/Core/AbstractState.cpp +357 -0
- package/svf/lib/AE/Core/RelationSolver.cpp +31 -31
- package/svf/lib/AE/Core/SVFIR2Relation.cpp +17 -16
- package/svf/lib/AE/Svfexe/{AbstractExecution.cpp → AbstractInterpretation.cpp} +166 -156
- package/svf/lib/AE/Svfexe/BufOverflowChecker.cpp +51 -47
- package/svf/lib/AE/Svfexe/{SVFIR2ItvExeState.cpp → SVFIR2AbsState.cpp} +211 -247
- package/svf-llvm/tools/AE/ae.cpp +105 -108
- package/svf-llvm/tools/Example/svf-ex.cpp +2 -2
- package/svf/include/AE/Core/ConsExeState.h +0 -453
- package/svf/include/AE/Core/ExeState.h +0 -304
- package/svf/include/AE/Core/IntervalExeState.h +0 -650
- package/svf/include/AE/Core/SingleAbsValue.h +0 -477
- package/svf/include/AE/Core/SymState.h +0 -221
- package/svf/include/AE/Svfexe/SVFIR2ConsExeState.h +0 -148
- package/svf/lib/AE/Core/ConsExeState.cpp +0 -603
- package/svf/lib/AE/Core/ExeState.cpp +0 -117
- package/svf/lib/AE/Core/IntervalExeState.cpp +0 -329
- package/svf/lib/AE/Core/SymState.cpp +0 -37
- package/svf/lib/AE/Svfexe/SVFIR2ConsExeState.cpp +0 -772
|
@@ -102,16 +102,14 @@ $(function() {
|
|
|
102
102
|
<li>VariableAttribute
|
|
103
103
|
: <a class="el" href="classSVF_1_1GrammarBase.html#a716ce662e6a3f2febf3ab378c4217759">SVF::GrammarBase</a>
|
|
104
104
|
</li>
|
|
105
|
-
<li>
|
|
106
|
-
: <a class="el" href="
|
|
105
|
+
<li>VarToAbsValMap
|
|
106
|
+
: <a class="el" href="classSVF_1_1AbstractState.html#ab8e7d112c380f0c3fe66b487af90c03e">SVF::AbstractState</a>
|
|
107
107
|
</li>
|
|
108
108
|
<li>VarToPropNodeMap
|
|
109
109
|
: <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#a9ee5add09f2b446c6c6bcb84da0f75b3">SVF::VersionedFlowSensitive</a>
|
|
110
110
|
</li>
|
|
111
111
|
<li>VarToValMap
|
|
112
|
-
: <a class="el" href="
|
|
113
|
-
, <a class="el" href="classSVF_1_1IntervalESBase.html#a02e3d5f7074c4f77338edc9a7add95d8">SVF::IntervalESBase</a>
|
|
114
|
-
, <a class="el" href="classSVF_1_1RelExeState.html#afcdf0c842f48a35cf19b2f7887174e98">SVF::RelExeState</a>
|
|
112
|
+
: <a class="el" href="classSVF_1_1RelExeState.html#afcdf0c842f48a35cf19b2f7887174e98">SVF::RelExeState</a>
|
|
115
113
|
</li>
|
|
116
114
|
<li>VersionedKeyToIDMap
|
|
117
115
|
: <a class="el" href="classSVF_1_1PersistentVersionedPTData.html#a2ee473a1654b7d134a602268a2b70248">SVF::PersistentVersionedPTData< Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet ></a>
|
|
@@ -65,7 +65,8 @@ $(function() {
|
|
|
65
65
|
|
|
66
66
|
<h3><a id="index_u"></a>- u -</h3><ul>
|
|
67
67
|
<li>ub()
|
|
68
|
-
: <a class="el" href="
|
|
68
|
+
: <a class="el" href="structSVF_1_1AbstractValue.html#aecd8d41379dd6496772537ad51d1cb02">SVF::AbstractValue</a>
|
|
69
|
+
, <a class="el" href="classSVF_1_1IntervalValue.html#adac2dc2c9f744a071ad3f0175ed40cd9">SVF::IntervalValue</a>
|
|
69
70
|
</li>
|
|
70
71
|
<li>UDiv
|
|
71
72
|
: <a class="el" href="classSVF_1_1BinaryOPStmt.html#a2f647224242dd87099104e0fdc994de6ad2f8b02de2c62175d3341be92a925250">SVF::BinaryOPStmt</a>
|
|
@@ -78,7 +79,7 @@ $(function() {
|
|
|
78
79
|
, <a class="el" href="classSVF_1_1VFGNode.html#a99a54cf322b0eec3a1ef109ce5f2db75a31dae52a5c31284a8fe54294bd34a5dc">SVF::VFGNode</a>
|
|
79
80
|
</li>
|
|
80
81
|
<li>UnaryOPStmt()
|
|
81
|
-
: <a class="el" href="classSVF_1_1UnaryOPStmt.html#
|
|
82
|
+
: <a class="el" href="classSVF_1_1UnaryOPStmt.html#aaad7785c0e6ea468cf7df8eb39cfe327">SVF::UnaryOPStmt</a>
|
|
82
83
|
</li>
|
|
83
84
|
<li>UnaryOPVFGNode()
|
|
84
85
|
: <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#ae5298888e597b2a379f9c9ebb5bd9132">SVF::UnaryOPVFGNode</a>
|
|
@@ -87,7 +88,7 @@ $(function() {
|
|
|
87
88
|
: <a class="el" href="classSVF_1_1SVFArgument.html#a758fa3cd9354ec069f0fe569251da7cd">SVF::SVFArgument</a>
|
|
88
89
|
</li>
|
|
89
90
|
<li>UNCLASSIFIED
|
|
90
|
-
: <a class="el" href="
|
|
91
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a13fdb4a6a6d09e3504fdad16b88616daad20658cd0f68b92583461b0b1f68d543">SVF::AbstractInterpretation</a>
|
|
91
92
|
</li>
|
|
92
93
|
<li>UnifyFunctionExit()
|
|
93
94
|
: <a class="el" href="classSVF_1_1MergeFunctionRets.html#a8c04750179ee48d283c5db4d84b3eca1">SVF::MergeFunctionRets</a>
|
|
@@ -103,7 +104,7 @@ $(function() {
|
|
|
103
104
|
: <a class="el" href="classSVF_1_1Andersen.html#ab7dadfd4d810be4863f03ed996b3b3c4">SVF::Andersen</a>
|
|
104
105
|
, <a class="el" href="classSVF_1_1BVDataPTAImpl.html#ae7073c07bfd7912f888d54d4652c7cc2">SVF::BVDataPTAImpl</a>
|
|
105
106
|
, <a class="el" href="classSVF_1_1CondPTAImpl.html#a1a95d1d6ac48157c896d9895cff697b4">SVF::CondPTAImpl< Cond ></a>
|
|
106
|
-
, <a class="el" href="classSVF_1_1MutableDFPTData.html#
|
|
107
|
+
, <a class="el" href="classSVF_1_1MutableDFPTData.html#ab675653138960b16f23c801298e80f48">SVF::MutableDFPTData< Key, KeySet, Data, DataSet ></a>
|
|
107
108
|
, <a class="el" href="classSVF_1_1MutableDiffPTData.html#a1596ef828786325ca06a3f5bada31757">SVF::MutableDiffPTData< Key, KeySet, Data, DataSet ></a>
|
|
108
109
|
, <a class="el" href="classSVF_1_1MutablePTData.html#a08528faf56bf68fd0ddbb6c5ffa3d24f">SVF::MutablePTData< Key, KeySet, Data, DataSet ></a>
|
|
109
110
|
, <a class="el" href="classSVF_1_1MutableVersionedPTData.html#ae79628fc101567ba84215b624dd00c01">SVF::MutableVersionedPTData< Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet ></a>
|
|
@@ -140,6 +141,9 @@ $(function() {
|
|
|
140
141
|
<li>uniqueUnions
|
|
141
142
|
: <a class="el" href="classSVF_1_1PersistentPointsToCache.html#aacebdd87b1dd45250391d035b032f9d4">SVF::PersistentPointsToCache< Data ></a>
|
|
142
143
|
</li>
|
|
144
|
+
<li>UnknownType
|
|
145
|
+
: <a class="el" href="structSVF_1_1AbstractValue.html#af93f4b54b34e74579ad177ead629b53aa3a7df767184a0bf01de99351747f545a">SVF::AbstractValue</a>
|
|
146
|
+
</li>
|
|
143
147
|
<li>unlocksites
|
|
144
148
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#aec459af1d1624df55ffc95cd75655780">SVF::LockAnalysis</a>
|
|
145
149
|
</li>
|
|
@@ -144,12 +144,12 @@ $(function() {
|
|
|
144
144
|
<li>ValueToClassNames
|
|
145
145
|
: <a class="el" href="classSVF_1_1ObjTypeInference.html#ae23313c88149711f2ce74a2c6d3e9da8">SVF::ObjTypeInference</a>
|
|
146
146
|
</li>
|
|
147
|
-
<li>ValueToEdgeMap
|
|
148
|
-
: <a class="el" href="classSVF_1_1IRGraph.html#a6247c1b1f6b92ce684c39af760878bbc">SVF::IRGraph</a>
|
|
149
|
-
</li>
|
|
150
147
|
<li>valueToEdgeMap
|
|
151
148
|
: <a class="el" href="classSVF_1_1IRGraph.html#a1308b5d3001c6676e8a8be6a8b118704">SVF::IRGraph</a>
|
|
152
149
|
</li>
|
|
150
|
+
<li>ValueToEdgeMap
|
|
151
|
+
: <a class="el" href="classSVF_1_1IRGraph.html#a6247c1b1f6b92ce684c39af760878bbc">SVF::IRGraph</a>
|
|
152
|
+
</li>
|
|
153
153
|
<li>ValueToIDMapTy
|
|
154
154
|
: <a class="el" href="classSVF_1_1SymbolTableInfo.html#ad1741e65d47c39e03049c6d7265961af">SVF::SymbolTableInfo</a>
|
|
155
155
|
</li>
|
|
@@ -168,12 +168,12 @@ $(function() {
|
|
|
168
168
|
<li>ValVar()
|
|
169
169
|
: <a class="el" href="classSVF_1_1ValVar.html#a5c097c0686df4897325bbdbb4067d6e5">SVF::ValVar</a>
|
|
170
170
|
</li>
|
|
171
|
-
<li>var2LabelMap
|
|
172
|
-
: <a class="el" href="classSVF_1_1SVFStmt.html#a24c64109d27ef7549d1c7a07c391e007">SVF::SVFStmt</a>
|
|
173
|
-
</li>
|
|
174
171
|
<li>Var2LabelMap
|
|
175
172
|
: <a class="el" href="classSVF_1_1SVFStmt.html#ad178ccbc7800527c3dc406ad5fa069bb">SVF::SVFStmt</a>
|
|
176
173
|
</li>
|
|
174
|
+
<li>var2LabelMap
|
|
175
|
+
: <a class="el" href="classSVF_1_1SVFStmt.html#a24c64109d27ef7549d1c7a07c391e007">SVF::SVFStmt</a>
|
|
176
|
+
</li>
|
|
177
177
|
<li>VAR_ARRAY_OBJ
|
|
178
178
|
: <a class="el" href="classSVF_1_1ObjTypeInfo.html#a91b41b7ade5871362b77a2ef566b2830adedc43e0fcaebf433120869aa9307b1c">SVF::ObjTypeInfo</a>
|
|
179
179
|
</li>
|
|
@@ -225,23 +225,14 @@ $(function() {
|
|
|
225
225
|
<li>varKills
|
|
226
226
|
: <a class="el" href="classSVF_1_1MemSSA.html#ae64f97a984765a43f05df26b57a43a43">SVF::MemSSA</a>
|
|
227
227
|
</li>
|
|
228
|
-
<li>
|
|
229
|
-
: <a class="el" href="
|
|
230
|
-
, <a class="el" href="classSVF_1_1ExeState.html#aa01e978f41f4134257b380994e3b8409">SVF::ExeState</a>
|
|
231
|
-
</li>
|
|
232
|
-
<li>VarToAddrs
|
|
233
|
-
: <a class="el" href="classSVF_1_1ExeState.html#a09f34aca79479221305769cae307feef">SVF::ExeState</a>
|
|
228
|
+
<li>VarToAbsValMap
|
|
229
|
+
: <a class="el" href="classSVF_1_1AbstractState.html#ab8e7d112c380f0c3fe66b487af90c03e">SVF::AbstractState</a>
|
|
234
230
|
</li>
|
|
235
231
|
<li>VarToPropNodeMap
|
|
236
232
|
: <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#a9ee5add09f2b446c6c6bcb84da0f75b3">SVF::VersionedFlowSensitive</a>
|
|
237
233
|
</li>
|
|
238
|
-
<li>varToString()
|
|
239
|
-
: <a class="el" href="classSVF_1_1ConsExeState.html#a000e1c5692e4027b38569898f683bada">SVF::ConsExeState</a>
|
|
240
|
-
</li>
|
|
241
234
|
<li>VarToValMap
|
|
242
|
-
: <a class="el" href="
|
|
243
|
-
, <a class="el" href="classSVF_1_1IntervalESBase.html#a02e3d5f7074c4f77338edc9a7add95d8">SVF::IntervalESBase</a>
|
|
244
|
-
, <a class="el" href="classSVF_1_1RelExeState.html#afcdf0c842f48a35cf19b2f7887174e98">SVF::RelExeState</a>
|
|
235
|
+
: <a class="el" href="classSVF_1_1RelExeState.html#afcdf0c842f48a35cf19b2f7887174e98">SVF::RelExeState</a>
|
|
245
236
|
</li>
|
|
246
237
|
<li>vCallVtblPtr
|
|
247
238
|
: <a class="el" href="classSVF_1_1SVFVirtualCallInst.html#a7a0f92c37fd42989b0d01b78c37d7c2f">SVF::SVFVirtualCallInst</a>
|
|
@@ -379,7 +370,7 @@ $(function() {
|
|
|
379
370
|
: <a class="el" href="classSVF_1_1SVFIRReader.html#ae46f4cf64824aa037447540ad60b239c">SVF::SVFIRReader</a>
|
|
380
371
|
</li>
|
|
381
372
|
<li>virtToJson()
|
|
382
|
-
: <a class="el" href="classSVF_1_1SVFIRWriter.html#
|
|
373
|
+
: <a class="el" href="classSVF_1_1SVFIRWriter.html#aa31d36234ac21e5d67586cd601ccd85a">SVF::SVFIRWriter</a>
|
|
383
374
|
</li>
|
|
384
375
|
<li>virtualFunctionToIDMap
|
|
385
376
|
: <a class="el" href="classSVF_1_1CHGraph.html#a70a2bab82563a910d32a9169030596c0">SVF::CHGraph</a>
|
|
@@ -395,7 +386,7 @@ $(function() {
|
|
|
395
386
|
, <a class="el" href="classSVF_1_1SCCDetection.html#af799d7043e501e43e04e51fd4d6c6571">SVF::SCCDetection< GraphType ></a>
|
|
396
387
|
, <a class="el" href="classSVF_1_1VersionedFlowSensitive_1_1SCC.html#abbac2470771fc7dbc702eda9031bcad8">SVF::VersionedFlowSensitive::SCC</a>
|
|
397
388
|
, <a class="el" href="classSVF_1_1WTO.html#a56259113c30312e5052d0d8c0d4d6b77">SVF::WTO< GraphT ></a>
|
|
398
|
-
, <a class="el" href="classSVF_1_1WTO_1_1WTOCycleDepthBuilder.html#
|
|
389
|
+
, <a class="el" href="classSVF_1_1WTO_1_1WTOCycleDepthBuilder.html#a51be6e437a0d715e2571242c4dde1794">SVF::WTO< GraphT >::WTOCycleDepthBuilder</a>
|
|
399
390
|
, <a class="el" href="classSVF_1_1WTOComponentVisitor.html#ae7390104473ed5b4fa18f2b3af689d5c">SVF::WTOComponentVisitor< GraphT ></a>
|
|
400
391
|
</li>
|
|
401
392
|
<li>visitAllocaInst()
|
|
@@ -77,7 +77,7 @@ $(function() {
|
|
|
77
77
|
: <a class="el" href="classSVF_1_1BufOverflowChecker.html#a0088456e712c555cbfba6203aec38037">SVF::BufOverflowChecker</a>
|
|
78
78
|
</li>
|
|
79
79
|
<li>_ae
|
|
80
|
-
: <a class="el" href="classSVF_1_1AEStat.html#
|
|
80
|
+
: <a class="el" href="classSVF_1_1AEStat.html#aeba2d77291837b9615c4f8b014cacfeb">SVF::AEStat</a>
|
|
81
81
|
</li>
|
|
82
82
|
<li>_allComponents
|
|
83
83
|
: <a class="el" href="classSVF_1_1WTO.html#a649f1a93b6fd51553f6e144f2fe99542">SVF::WTO< GraphT ></a>
|
|
@@ -98,11 +98,11 @@ $(function() {
|
|
|
98
98
|
: <a class="el" href="classSVF_1_1DDAStat.html#a2b788792447d4bccceff2426b45a21b2">SVF::DDAStat</a>
|
|
99
99
|
</li>
|
|
100
100
|
<li>_ander
|
|
101
|
-
: <a class="el" href="
|
|
101
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#abc0d4715611b8f4a61e1da82658ef95f">SVF::AbstractInterpretation</a>
|
|
102
102
|
, <a class="el" href="classSVF_1_1DDAVFSolver.html#aa1d1b6e8cc23f0a6d3935cbe4f02cbdf">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
103
103
|
</li>
|
|
104
104
|
<li>_api
|
|
105
|
-
: <a class="el" href="
|
|
105
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a00154ebaceda1be070b38803c1a82535">SVF::AbstractInterpretation</a>
|
|
106
106
|
</li>
|
|
107
107
|
<li>_AvgAddrTakenVarPtsSize
|
|
108
108
|
: <a class="el" href="classSVF_1_1FlowSensitiveStat.html#a08bfa021eab91d647932aa790d300bbc">SVF::FlowSensitiveStat</a>
|
|
@@ -125,16 +125,13 @@ $(function() {
|
|
|
125
125
|
: <a class="el" href="classSVF_1_1VersionedFlowSensitiveStat.html#a2e3c24fbb1faaf345e6806e99a07f782">SVF::VersionedFlowSensitiveStat</a>
|
|
126
126
|
</li>
|
|
127
127
|
<li>_br_cond
|
|
128
|
-
: <a class="el" href="
|
|
129
|
-
</li>
|
|
130
|
-
<li>_branchCondition
|
|
131
|
-
: <a class="el" href="classSVF_1_1SymState.html#acb13a8b241647b36ccd77b5efffb132e">SVF::SymState</a>
|
|
128
|
+
: <a class="el" href="classSVF_1_1SVFIR2AbsState.html#a55246cb0b2493c9edc05029cc6a114dd">SVF::SVFIR2AbsState</a>
|
|
132
129
|
</li>
|
|
133
130
|
<li>_bugLoc
|
|
134
|
-
: <a class="el" href="
|
|
131
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a2a5e0a88ebef4ae740983726e7f1b5eb">SVF::AbstractInterpretation</a>
|
|
135
132
|
</li>
|
|
136
133
|
<li>_callgraph
|
|
137
|
-
: <a class="el" href="
|
|
134
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#adf3fad75a4f96aefe5c25e3405509fbe">SVF::AbstractInterpretation</a>
|
|
138
135
|
</li>
|
|
139
136
|
<li>_callGraph
|
|
140
137
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#abf24080617c6a74abed9f0bb0bc9c0c5">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
@@ -143,13 +140,13 @@ $(function() {
|
|
|
143
140
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#a4c307d486756daa1e79595b1e9edc40a">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
144
141
|
</li>
|
|
145
142
|
<li>_callSiteStack
|
|
146
|
-
: <a class="el" href="
|
|
143
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a9885b50cf28b65bebb488442085fab26">SVF::AbstractInterpretation</a>
|
|
147
144
|
</li>
|
|
148
145
|
<li>_checkpoint_names
|
|
149
|
-
: <a class="el" href="
|
|
146
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a2a1e1b72ed740cef4c3e57e3e32c3f75">SVF::AbstractInterpretation</a>
|
|
150
147
|
</li>
|
|
151
148
|
<li>_checkpoints
|
|
152
|
-
: <a class="el" href="
|
|
149
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a219313e979d779221116c1bc45becc1b">SVF::AbstractInterpretation</a>
|
|
153
150
|
</li>
|
|
154
151
|
<li>_client
|
|
155
152
|
: <a class="el" href="classSVF_1_1ContextDDA.html#ae3b04859ed69c47302177988aa68a70b">SVF::ContextDDA</a>
|
|
@@ -189,20 +186,16 @@ $(function() {
|
|
|
189
186
|
: <a class="el" href="classSVF_1_1WTO.html#a5853e7a33044635877b8f07de05ff047">SVF::WTO< GraphT ></a>
|
|
190
187
|
</li>
|
|
191
188
|
<li>_es
|
|
192
|
-
: <a class="el" href="
|
|
193
|
-
, <a class="el" href="classSVF_1_1SVFIR2ItvExeState.html#ab6b5ed878ce12016424c48c6252a764e">SVF::SVFIR2ItvExeState</a>
|
|
194
|
-
</li>
|
|
195
|
-
<li>_exeState
|
|
196
|
-
: <a class="el" href="classSVF_1_1SymState.html#a10f55ddb22731a3c50bff12c6afdbd50">SVF::SymState</a>
|
|
189
|
+
: <a class="el" href="classSVF_1_1SVFIR2AbsState.html#aefdc1e49328ae897c1cf28aeb107f45b">SVF::SVFIR2AbsState</a>
|
|
197
190
|
</li>
|
|
198
191
|
<li>_extAPIBufOverflowCheckRules
|
|
199
192
|
: <a class="el" href="classSVF_1_1BufOverflowChecker.html#af83b65ed98cd4e0f6cd92962e7392d4d">SVF::BufOverflowChecker</a>
|
|
200
193
|
</li>
|
|
201
194
|
<li>_func_map
|
|
202
|
-
: <a class="el" href="
|
|
195
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#aa27d0ef684deec1f5385fdb0d4c64827">SVF::AbstractInterpretation</a>
|
|
203
196
|
</li>
|
|
204
197
|
<li>_funcToWTO
|
|
205
|
-
: <a class="el" href="
|
|
198
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#af41aa555a5b607ae7700263ac72f8dbb">SVF::AbstractInterpretation</a>
|
|
206
199
|
</li>
|
|
207
200
|
<li>_graph
|
|
208
201
|
: <a class="el" href="classSVF_1_1GraphReachSolver.html#af486b67b972d797107ec82f3f7988668">SVF::GraphReachSolver< GraphType, DPIm ></a>
|
|
@@ -222,7 +215,7 @@ $(function() {
|
|
|
222
215
|
, <a class="el" href="classSVF_1_1SCCDetection.html#a9105051438f60587df95a9dba618d008">SVF::SCCDetection< GraphType ></a>
|
|
223
216
|
</li>
|
|
224
217
|
<li>_icfg
|
|
225
|
-
: <a class="el" href="
|
|
218
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#ab988e460fe92f0ba3c4cbee8e0c480a0">SVF::AbstractInterpretation</a>
|
|
226
219
|
</li>
|
|
227
220
|
<li>_icfgNode
|
|
228
221
|
: <a class="el" href="classSVF_1_1CDGNode.html#a57d10ca10f4f5ac763f80515781b44ba">SVF::CDGNode</a>
|
|
@@ -233,13 +226,8 @@ $(function() {
|
|
|
233
226
|
<li>_isPWCNode
|
|
234
227
|
: <a class="el" href="classSVF_1_1ConstraintNode.html#ab93b0083cd84702900dcdc853e511275">SVF::ConstraintNode</a>
|
|
235
228
|
</li>
|
|
236
|
-
<li>_keyNodesSet
|
|
237
|
-
: <a class="el" href="classSVF_1_1SymState.html#a55fdbbd612acf5f95b59a6b4b8650e43">SVF::SymState</a>
|
|
238
|
-
</li>
|
|
239
229
|
<li>_kind
|
|
240
|
-
: <a class="el" href="
|
|
241
|
-
, <a class="el" href="classSVF_1_1AbstractValue.html#a9405e2725442f2f641f729038efbe172">SVF::AbstractValue</a>
|
|
242
|
-
, <a class="el" href="classSVF_1_1ExeState.html#a2545017305d54f6416ba48cb45e43cb8">SVF::ExeState</a>
|
|
230
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a5d3b15c3cdb9c8e91b942924bf8aee21">SVF::AbstractInterpretation</a>
|
|
243
231
|
</li>
|
|
244
232
|
<li>_la
|
|
245
233
|
: <a class="el" href="classSVF_1_1LockResultValidator.html#ae68afb4d129dc6cecfc3561f6a17c798">SVF::LockResultValidator</a>
|
|
@@ -247,15 +235,11 @@ $(function() {
|
|
|
247
235
|
<li>_lb
|
|
248
236
|
: <a class="el" href="classSVF_1_1IntervalValue.html#a0827c976d921894e89ca4ac88ecf3f95">SVF::IntervalValue</a>
|
|
249
237
|
</li>
|
|
250
|
-
<li>
|
|
251
|
-
: <a class="el" href="
|
|
252
|
-
</li>
|
|
253
|
-
<li>_locToItvVal
|
|
254
|
-
: <a class="el" href="classSVF_1_1IntervalESBase.html#acba74693030fca248521412c552e3dcc">SVF::IntervalESBase</a>
|
|
238
|
+
<li>_locToAbsVal
|
|
239
|
+
: <a class="el" href="classSVF_1_1AbstractState.html#aade30bb08f86b3f74e7aa9cdc60c92a3">SVF::AbstractState</a>
|
|
255
240
|
</li>
|
|
256
241
|
<li>_locToVal
|
|
257
|
-
: <a class="el" href="
|
|
258
|
-
, <a class="el" href="classSVF_1_1RelExeState.html#ab2bae973796c52765500b506844286e4">SVF::RelExeState</a>
|
|
242
|
+
: <a class="el" href="classSVF_1_1RelExeState.html#ab2bae973796c52765500b506844286e4">SVF::RelExeState</a>
|
|
259
243
|
</li>
|
|
260
244
|
<li>_MaxAddrTakenVarPts
|
|
261
245
|
: <a class="el" href="classSVF_1_1FlowSensitiveStat.html#a7c88e2528a93511ba8dde4805cadcd30">SVF::FlowSensitiveStat</a>
|
|
@@ -292,7 +276,7 @@ $(function() {
|
|
|
292
276
|
: <a class="el" href="classSVF_1_1LockResultValidator.html#a2e3ded56c4e1e1a2a0b28c0d44011b61">SVF::LockResultValidator</a>
|
|
293
277
|
</li>
|
|
294
278
|
<li>_moduleName
|
|
295
|
-
: <a class="el" href="
|
|
279
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#afefc0098ecd9bc01ce270a4a6f251b0c">SVF::AbstractInterpretation</a>
|
|
296
280
|
</li>
|
|
297
281
|
<li>_msg
|
|
298
282
|
: <a class="el" href="structSVF_1_1BufOverflowException.html#add564a4b3a2d36953936f217e794ded0">SVF::BufOverflowException</a>
|
|
@@ -313,7 +297,7 @@ $(function() {
|
|
|
313
297
|
: <a class="el" href="classSVF_1_1SCCDetection.html#a55e1ac9dff59ff78d02e8799d306215b">SVF::SCCDetection< GraphType ></a>
|
|
314
298
|
</li>
|
|
315
299
|
<li>_nodeToBugInfo
|
|
316
|
-
: <a class="el" href="
|
|
300
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a09aa739395388f64fcb3d539d58d2041">SVF::AbstractInterpretation</a>
|
|
317
301
|
</li>
|
|
318
302
|
<li>_nodeToCDN
|
|
319
303
|
: <a class="el" href="classSVF_1_1WTO.html#a54d8c25df36b0c44d52369c4294a1ed8">SVF::WTO< GraphT ></a>
|
|
@@ -447,14 +431,14 @@ $(function() {
|
|
|
447
431
|
<li>_pag
|
|
448
432
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#a5521918cc06c182c821b9fae8136e4fe">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
449
433
|
</li>
|
|
450
|
-
<li>
|
|
451
|
-
: <a class="el" href="
|
|
434
|
+
<li>_postAbstractTrace
|
|
435
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a8a7a673452ccba14e5aa025313dd9832">SVF::AbstractInterpretation</a>
|
|
452
436
|
</li>
|
|
453
437
|
<li>_PotentialNumOfVarHaveINOUTPts
|
|
454
438
|
: <a class="el" href="classSVF_1_1FlowSensitiveStat.html#a08ea2c3d891337992291123a1bb4da97">SVF::FlowSensitiveStat</a>
|
|
455
439
|
</li>
|
|
456
|
-
<li>
|
|
457
|
-
: <a class="el" href="
|
|
440
|
+
<li>_preAbstractTrace
|
|
441
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#aeeb85346212cabd5ae70e19041131094">SVF::AbstractInterpretation</a>
|
|
458
442
|
</li>
|
|
459
443
|
<li>_pta
|
|
460
444
|
: <a class="el" href="classSVF_1_1DDAPass.html#a7a4bd29396855329972f928107521c86">SVF::DDAPass</a>
|
|
@@ -467,13 +451,13 @@ $(function() {
|
|
|
467
451
|
: <a class="el" href="classSVF_1_1CondPointsToSet_1_1CondPtsSetIterator.html#a2b34cb72c2ecc8e4fc7071b6ed814df9">SVF::CondPointsToSet< Cond >::CondPtsSetIterator</a>
|
|
468
452
|
</li>
|
|
469
453
|
<li>_recoder
|
|
470
|
-
: <a class="el" href="
|
|
454
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a8e4f0c5f527e321369a19a0b37124079">SVF::AbstractInterpretation</a>
|
|
471
455
|
</li>
|
|
472
456
|
<li>_recursiveFuns
|
|
473
|
-
: <a class="el" href="
|
|
457
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a9b5e58476c372570551da971d22c5c02">SVF::AbstractInterpretation</a>
|
|
474
458
|
</li>
|
|
475
459
|
<li>_relEs
|
|
476
|
-
: <a class="el" href="
|
|
460
|
+
: <a class="el" href="classSVF_1_1SVFIR2AbsState.html#a592f4fe473d0159a3fbdac3bc35b424e">SVF::SVFIR2AbsState</a>
|
|
477
461
|
</li>
|
|
478
462
|
<li>_rep
|
|
479
463
|
: <a class="el" href="classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html#a99f3c75c72892cf364b808ff7e773a51">SVF::SCCDetection< GraphType >::GNodeSCCInfo</a>
|
|
@@ -494,7 +478,7 @@ $(function() {
|
|
|
494
478
|
: <a class="el" href="classSVF_1_1WTO.html#a333df66435d9c4444ff7f729ca9d0050">SVF::WTO< GraphT ></a>
|
|
495
479
|
</li>
|
|
496
480
|
<li>_stat
|
|
497
|
-
: <a class="el" href="
|
|
481
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a75e493e6b9db3e29428794432d293bc2">SVF::AbstractInterpretation</a>
|
|
498
482
|
</li>
|
|
499
483
|
<li>_StrongUpdateStores
|
|
500
484
|
: <a class="el" href="classSVF_1_1DDAStat.html#ad53ad7a958c05b45624d2859a6a9e647">SVF::DDAStat</a>
|
|
@@ -517,11 +501,11 @@ $(function() {
|
|
|
517
501
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#a54f5d4972238ae69f19c9da3b9f51644">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
518
502
|
</li>
|
|
519
503
|
<li>_svfir
|
|
520
|
-
: <a class="el" href="
|
|
521
|
-
, <a class="el" href="
|
|
504
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a618fc324a6c205d7e1b471bd850377a9">SVF::AbstractInterpretation</a>
|
|
505
|
+
, <a class="el" href="classSVF_1_1SVFIR2AbsState.html#a80a0f0a20e993c6fcffc89f9de409f44">SVF::SVFIR2AbsState</a>
|
|
522
506
|
</li>
|
|
523
507
|
<li>_svfir2ExeState
|
|
524
|
-
: <a class="el" href="
|
|
508
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#af78f068a373ebb6a2f14dcde980a9dae">SVF::AbstractInterpretation</a>
|
|
525
509
|
</li>
|
|
526
510
|
<li>_T
|
|
527
511
|
: <a class="el" href="classSVF_1_1SCCDetection.html#a0373c80345ffb147ba9a5f57e96d7745">SVF::SCCDetection< GraphType ></a>
|
|
@@ -570,9 +554,6 @@ $(function() {
|
|
|
570
554
|
<li>_type
|
|
571
555
|
: <a class="el" href="classSVF_1_1WTOComponent.html#a1da81c85c89d975b6df9dafdb32dc788">SVF::WTOComponent< GraphT ></a>
|
|
572
556
|
</li>
|
|
573
|
-
<li>_typeState
|
|
574
|
-
: <a class="el" href="classSVF_1_1SymState.html#aaf72b784ae851cec1c6676f2f8f9038b">SVF::SymState</a>
|
|
575
|
-
</li>
|
|
576
557
|
<li>_ub
|
|
577
558
|
: <a class="el" href="classSVF_1_1IntervalValue.html#a3c00a3b16192645f667a88bf636f01ff">SVF::IntervalValue</a>
|
|
578
559
|
</li>
|
|
@@ -588,15 +569,11 @@ $(function() {
|
|
|
588
569
|
<li>_valueToType
|
|
589
570
|
: <a class="el" href="classSVF_1_1ObjTypeInference.html#ad9ceac3c884a08ce0ae4fef4b488a7c5">SVF::ObjTypeInference</a>
|
|
590
571
|
</li>
|
|
591
|
-
<li>
|
|
592
|
-
: <a class="el" href="
|
|
593
|
-
</li>
|
|
594
|
-
<li>_varToItvVal
|
|
595
|
-
: <a class="el" href="classSVF_1_1IntervalESBase.html#ad2288306aed7301ccd30e55410c7b428">SVF::IntervalESBase</a>
|
|
572
|
+
<li>_varToAbsVal
|
|
573
|
+
: <a class="el" href="classSVF_1_1AbstractState.html#a6a49c75fb6b35159dcf1763b4484d335">SVF::AbstractState</a>
|
|
596
574
|
</li>
|
|
597
575
|
<li>_varToVal
|
|
598
|
-
: <a class="el" href="
|
|
599
|
-
, <a class="el" href="classSVF_1_1RelExeState.html#ab4cede761cb0bdc082da8e53cd2d5b06">SVF::RelExeState</a>
|
|
576
|
+
: <a class="el" href="classSVF_1_1RelExeState.html#ab4cede761cb0bdc082da8e53cd2d5b06">SVF::RelExeState</a>
|
|
600
577
|
</li>
|
|
601
578
|
<li>_visited
|
|
602
579
|
: <a class="el" href="classSVF_1_1CSC.html#a98bf29b1b9a1ffee14fe65a7f6b56672">SVF::CSC</a>
|
|
@@ -109,6 +109,9 @@ $(function() {
|
|
|
109
109
|
<li>AddModelFlag
|
|
110
110
|
: <a class="el" href="classSVF_1_1Options.html#aac637c9746749320a4ebd6af36212c56">SVF::Options</a>
|
|
111
111
|
</li>
|
|
112
|
+
<li>addr
|
|
113
|
+
: <a class="el" href="structSVF_1_1AbstractValue.html#a14167db89d63bdd80778c5c46f8a3568">SVF::AbstractValue</a>
|
|
114
|
+
</li>
|
|
112
115
|
<li>AddrCGEdgeSet
|
|
113
116
|
: <a class="el" href="classSVF_1_1ConstraintGraph.html#a5bbd6df25027d26911f5d8d6a10881dc">SVF::ConstraintGraph</a>
|
|
114
117
|
</li>
|
|
@@ -100,17 +100,14 @@ $(function() {
|
|
|
100
100
|
<li>globalBlockNode
|
|
101
101
|
: <a class="el" href="classSVF_1_1ICFG.html#a8e43b27d4484a4acb575e4c1c6c8fd02">SVF::ICFG</a>
|
|
102
102
|
</li>
|
|
103
|
-
<li>globalConsES
|
|
104
|
-
: <a class="el" href="classSVF_1_1ConsExeState.html#ac3ea5c4d65fac8934276a1ad12c97d06">SVF::ConsExeState</a>
|
|
105
|
-
</li>
|
|
106
103
|
<li>GlobalDefToRepMap
|
|
107
104
|
: <a class="el" href="classSVF_1_1LLVMModuleSet.html#ae2a1fa0b908cf372c50af90e62c4bf2b">SVF::LLVMModuleSet</a>
|
|
108
105
|
</li>
|
|
109
106
|
<li>globalES
|
|
110
|
-
: <a class="el" href="
|
|
107
|
+
: <a class="el" href="classSVF_1_1SparseAbstractState.html#a1683fd7da77812137b839b8c417200fe">SVF::SparseAbstractState</a>
|
|
111
108
|
</li>
|
|
112
109
|
<li>globalNulladdrs
|
|
113
|
-
: <a class="el" href="
|
|
110
|
+
: <a class="el" href="classSVF_1_1SVFIR2AbsState.html#a46a2f2eedd729f4764f630d72391ec97">SVF::SVFIR2AbsState</a>
|
|
114
111
|
</li>
|
|
115
112
|
<li>GlobalSet
|
|
116
113
|
: <a class="el" href="classSVF_1_1SVFModule.html#a4ff4bbd1771615757fc6575282046e30">SVF::SVFModule</a>
|
|
@@ -255,6 +255,9 @@ $(function() {
|
|
|
255
255
|
<li>intersectionCache
|
|
256
256
|
: <a class="el" href="classSVF_1_1PersistentPointsToCache.html#a525fbb49c91040c078fbcaaae2339ef2">SVF::PersistentPointsToCache< Data ></a>
|
|
257
257
|
</li>
|
|
258
|
+
<li>interval
|
|
259
|
+
: <a class="el" href="structSVF_1_1AbstractValue.html#a6cbe0b567ba824136654627002e32930">SVF::AbstractValue</a>
|
|
260
|
+
</li>
|
|
258
261
|
<li>IntraLock
|
|
259
262
|
: <a class="el" href="classSVF_1_1Options.html#af6d92cd4372cd952e6d955cfc9be0ccb">SVF::Options</a>
|
|
260
263
|
</li>
|
|
@@ -282,6 +282,7 @@ $(function() {
|
|
|
282
282
|
</li>
|
|
283
283
|
<li>type
|
|
284
284
|
: <a class="el" href="structcJSON.html#ab13084c574681593b12f6e0a3db0dcfc">cJSON</a>
|
|
285
|
+
, <a class="el" href="structSVF_1_1AbstractValue.html#a219b0185874ff32fc2b1b3de50638613">SVF::AbstractValue</a>
|
|
285
286
|
, <a class="el" href="classSVF_1_1MSSADEF.html#a9e8a03dc2c2f76ef6bc095f21911f5b6">SVF::MSSADEF</a>
|
|
286
287
|
, <a class="el" href="classSVF_1_1MSSAMU.html#a3cbe5ca0cb91090ef0e8b331e2f15f7c">SVF::MSSAMU< Cond ></a>
|
|
287
288
|
, <a class="el" href="classSVF_1_1ObjTypeInfo.html#a3620a491a32ff0af93f0d92f55911498">SVF::ObjTypeInfo</a>
|
|
@@ -74,24 +74,25 @@ $(function() {
|
|
|
74
74
|
: <a class="el" href="structSVF_1_1BufOverflowException.html#a4eb54eb3943f96e60f89d2fdd99f08c0">SVF::BufOverflowException</a>
|
|
75
75
|
</li>
|
|
76
76
|
<li>widen_with()
|
|
77
|
-
: <a class="el" href="
|
|
77
|
+
: <a class="el" href="structSVF_1_1AbstractValue.html#a707f6afd5eaa421981bba96318f1b644">SVF::AbstractValue</a>
|
|
78
|
+
, <a class="el" href="classSVF_1_1IntervalValue.html#ab7ddcc29a116944a91db24af90d4c144">SVF::IntervalValue</a>
|
|
78
79
|
</li>
|
|
79
80
|
<li>widenAddrs()
|
|
80
|
-
: <a class="el" href="
|
|
81
|
+
: <a class="el" href="classSVF_1_1SVFIR2AbsState.html#a72c49e5c07eacfeeb494f26c761ec257">SVF::SVFIR2AbsState</a>
|
|
81
82
|
</li>
|
|
82
83
|
<li>WidenDelay
|
|
83
84
|
: <a class="el" href="classSVF_1_1Options.html#ab25f7ec430ba1d41597fc409b758b193">SVF::Options</a>
|
|
84
85
|
</li>
|
|
85
86
|
<li>widenFixpointPass()
|
|
86
|
-
: <a class="el" href="
|
|
87
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#a58cb8f82b313eeed2055c1cf04643a42">SVF::AbstractInterpretation</a>
|
|
87
88
|
</li>
|
|
88
89
|
<li>widening()
|
|
89
|
-
: <a class="el" href="
|
|
90
|
-
, <a class="el" href="
|
|
90
|
+
: <a class="el" href="classSVF_1_1AbstractState.html#afd37c4419cfc79b6765fa243fcbea573">SVF::AbstractState</a>
|
|
91
|
+
, <a class="el" href="classSVF_1_1SparseAbstractState.html#a5782c4b128b1f7ee75296d19778502b3">SVF::SparseAbstractState</a>
|
|
91
92
|
</li>
|
|
92
93
|
<li>widenWith()
|
|
93
|
-
: <a class="el" href="
|
|
94
|
-
, <a class="el" href="
|
|
94
|
+
: <a class="el" href="classSVF_1_1AbstractState.html#a8d2a6e895d17181324cdeb9e2cf8f1de">SVF::AbstractState</a>
|
|
95
|
+
, <a class="el" href="classSVF_1_1SparseAbstractState.html#a5a431c16fd9e6a113a764dfb33995141">SVF::SparseAbstractState</a>
|
|
95
96
|
</li>
|
|
96
97
|
<li>Word
|
|
97
98
|
: <a class="el" href="classSVF_1_1CoreBitVector.html#aaee26ffc13d05cd57f0fd7e4c2ea875c">SVF::CoreBitVector</a>
|
|
@@ -218,7 +219,7 @@ $(function() {
|
|
|
218
219
|
: <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#ab2c21cc1e4cd4d7dbc12b6bd9f34d971">SVF::VersionedFlowSensitive</a>
|
|
219
220
|
</li>
|
|
220
221
|
<li>WTO()
|
|
221
|
-
: <a class="el" href="classSVF_1_1WTO.html#
|
|
222
|
+
: <a class="el" href="classSVF_1_1WTO.html#a8455eb5252fb82df098af03ebca76044">SVF::WTO< GraphT ></a>
|
|
222
223
|
</li>
|
|
223
224
|
<li>WTOComponent()
|
|
224
225
|
: <a class="el" href="classSVF_1_1WTOComponent.html#a5ef3384996e29f5f38490b4266b19f01">SVF::WTOComponent< GraphT ></a>
|
|
@@ -239,7 +240,7 @@ $(function() {
|
|
|
239
240
|
, <a class="el" href="classSVF_1_1WTOCycle.html#adaa4b0f063eaf6f1bd02da38fd3b29de">SVF::WTOCycle< GraphT ></a>
|
|
240
241
|
</li>
|
|
241
242
|
<li>WTOComponentVisitor()
|
|
242
|
-
: <a class="el" href="classSVF_1_1WTOComponentVisitor.html#
|
|
243
|
+
: <a class="el" href="classSVF_1_1WTOComponentVisitor.html#a829bc3b32dcb5740da40c5cff75680d9">SVF::WTOComponentVisitor< GraphT ></a>
|
|
243
244
|
</li>
|
|
244
245
|
<li>WTOCT
|
|
245
246
|
: <a class="el" href="classSVF_1_1WTOComponent.html#a3c2b9ef6ae6a3d47b0bba929f12560f7">SVF::WTOComponent< GraphT ></a>
|
|
@@ -248,7 +249,7 @@ $(function() {
|
|
|
248
249
|
: <a class="el" href="classSVF_1_1WTOCycle.html#a19ad36eef78d46348ca75c5d2e12519b">SVF::WTOCycle< GraphT ></a>
|
|
249
250
|
</li>
|
|
250
251
|
<li>WTOCycleDepth()
|
|
251
|
-
: <a class="el" href="classSVF_1_1WTOCycleDepth.html#
|
|
252
|
+
: <a class="el" href="classSVF_1_1WTOCycleDepth.html#a949e2ee782c346339a1ddaa868c8abaf">SVF::WTOCycleDepth< GraphT ></a>
|
|
252
253
|
</li>
|
|
253
254
|
<li>WTOCycleDepthBuilder()
|
|
254
255
|
: <a class="el" href="classSVF_1_1WTO_1_1WTOCycleDepthBuilder.html#a6cf986992bb78e6e3aa2e75b883c01c9">SVF::WTO< GraphT >::WTOCycleDepthBuilder</a>
|
|
@@ -68,8 +68,7 @@ $(function() {
|
|
|
68
68
|
: <a class="el" href="classSVF_1_1Z3Expr.html#abda8e52003e163cda25d75a4cb520290">SVF::Z3Expr</a>
|
|
69
69
|
</li>
|
|
70
70
|
<li>z3Expr2NumValue()
|
|
71
|
-
: <a class="el" href="
|
|
72
|
-
, <a class="el" href="classSVF_1_1RelExeState.html#accb15cf8109eec2a7cc497badcdbaa57">SVF::RelExeState</a>
|
|
71
|
+
: <a class="el" href="classSVF_1_1RelExeState.html#accb15cf8109eec2a7cc497badcdbaa57">SVF::RelExeState</a>
|
|
73
72
|
</li>
|
|
74
73
|
<li>ZEXT
|
|
75
74
|
: <a class="el" href="classSVF_1_1CopyStmt.html#ae041bbd93e3839193fd7ffe9611a4ca1a16c9ba88473e39f9a105b74b016af046">SVF::CopyStmt</a>
|
|
@@ -64,11 +64,14 @@ $(function() {
|
|
|
64
64
|
<div class="textblock">Here is a list of all class members with links to the classes they belong to:</div>
|
|
65
65
|
|
|
66
66
|
<h3><a id="index__7E"></a>- ~ -</h3><ul>
|
|
67
|
-
<li>~
|
|
68
|
-
: <a class="el" href="
|
|
67
|
+
<li>~AbstractInterpretation()
|
|
68
|
+
: <a class="el" href="classSVF_1_1AbstractInterpretation.html#aae29a8da31fddd069cb0e19cc2f78d46">SVF::AbstractInterpretation</a>
|
|
69
|
+
</li>
|
|
70
|
+
<li>~AbstractState()
|
|
71
|
+
: <a class="el" href="classSVF_1_1AbstractState.html#ab956eb2731209fa52a8e4812d3ab8b37">SVF::AbstractState</a>
|
|
69
72
|
</li>
|
|
70
73
|
<li>~AbstractValue()
|
|
71
|
-
: <a class="el" href="
|
|
74
|
+
: <a class="el" href="structSVF_1_1AbstractValue.html#a823a022bef32def0c326708da7801671">SVF::AbstractValue</a>
|
|
72
75
|
</li>
|
|
73
76
|
<li>~AccessPath()
|
|
74
77
|
: <a class="el" href="classSVF_1_1AccessPath.html#adb4dab1b3184c78fb7808dff867c7a0a">SVF::AccessPath</a>
|
|
@@ -160,9 +163,6 @@ $(function() {
|
|
|
160
163
|
<li>~CondVar()
|
|
161
164
|
: <a class="el" href="classSVF_1_1CondVar.html#aad76f894d96617fb153cff0c875899a6">SVF::CondVar< Cond ></a>
|
|
162
165
|
</li>
|
|
163
|
-
<li>~ConsExeState()
|
|
164
|
-
: <a class="el" href="classSVF_1_1ConsExeState.html#a7c8106f2fd388145018dd4dc77dd1e93">SVF::ConsExeState</a>
|
|
165
|
-
</li>
|
|
166
166
|
<li>~ConstraintEdge()
|
|
167
167
|
: <a class="el" href="classSVF_1_1ConstraintEdge.html#a6eebfb3d2ff4f4fafc433b25d3762160">SVF::ConstraintEdge</a>
|
|
168
168
|
</li>
|
|
@@ -229,9 +229,6 @@ $(function() {
|
|
|
229
229
|
<li>~EntryCHI()
|
|
230
230
|
: <a class="el" href="classSVF_1_1EntryCHI.html#ac198f01dd7ebac778367b63081ae487b">SVF::EntryCHI< Cond ></a>
|
|
231
231
|
</li>
|
|
232
|
-
<li>~ExeState()
|
|
233
|
-
: <a class="el" href="classSVF_1_1ExeState.html#a56dc11162e701d8d48ea354f9d380167">SVF::ExeState</a>
|
|
234
|
-
</li>
|
|
235
232
|
<li>~FIFOWorkList()
|
|
236
233
|
: <a class="el" href="classSVF_1_1FIFOWorkList.html#a1471fb927833748ab34fe0ef3cf0eada">SVF::FIFOWorkList< Data ></a>
|
|
237
234
|
</li>
|
|
@@ -289,14 +286,8 @@ $(function() {
|
|
|
289
286
|
<li>~InterDisjointMRG()
|
|
290
287
|
: <a class="el" href="classSVF_1_1InterDisjointMRG.html#a664e831aa98e3c894e794273fbb78591">SVF::InterDisjointMRG</a>
|
|
291
288
|
</li>
|
|
292
|
-
<li>~IntervalESBase()
|
|
293
|
-
: <a class="el" href="classSVF_1_1IntervalESBase.html#a765e98325842f6df15255af9a8036e8c">SVF::IntervalESBase</a>
|
|
294
|
-
</li>
|
|
295
|
-
<li>~IntervalExeState()
|
|
296
|
-
: <a class="el" href="classSVF_1_1IntervalExeState.html#a9e6006e0f0a4039cf65f9e79be6eea49">SVF::IntervalExeState</a>
|
|
297
|
-
</li>
|
|
298
289
|
<li>~IntervalValue()
|
|
299
|
-
: <a class="el" href="classSVF_1_1IntervalValue.html#
|
|
290
|
+
: <a class="el" href="classSVF_1_1IntervalValue.html#a8fc5e1a30d60fd01fd3ddf3d5ec0e306">SVF::IntervalValue</a>
|
|
300
291
|
</li>
|
|
301
292
|
<li>~IntraDisjointMRG()
|
|
302
293
|
: <a class="el" href="classSVF_1_1IntraDisjointMRG.html#ad92695f6ff2cb62f58b48d68b0b6fb0e">SVF::IntraDisjointMRG</a>
|
|
@@ -454,6 +445,9 @@ $(function() {
|
|
|
454
445
|
<li>~SaberSVFGBuilder()
|
|
455
446
|
: <a class="el" href="classSVF_1_1SaberSVFGBuilder.html#a1400bd13453c77defbd085f5bb334bca">SVF::SaberSVFGBuilder</a>
|
|
456
447
|
</li>
|
|
448
|
+
<li>~SparseAbstractState()
|
|
449
|
+
: <a class="el" href="classSVF_1_1SparseAbstractState.html#a2d2bc6344ab3a450fa27cfc92d1397b8">SVF::SparseAbstractState</a>
|
|
450
|
+
</li>
|
|
457
451
|
<li>~SrcSnkDDA()
|
|
458
452
|
: <a class="el" href="classSVF_1_1SrcSnkDDA.html#a5a87fbdbf9469f3bdd4c955f31f4c4f9">SVF::SrcSnkDDA</a>
|
|
459
453
|
</li>
|
|
@@ -499,9 +493,6 @@ $(function() {
|
|
|
499
493
|
<li>~SVFIR()
|
|
500
494
|
: <a class="el" href="classSVF_1_1SVFIR.html#a3d62b2a06fe1ec531cbde12131fa31df">SVF::SVFIR</a>
|
|
501
495
|
</li>
|
|
502
|
-
<li>~SVFIR2ConsExeState()
|
|
503
|
-
: <a class="el" href="classSVF_1_1SVFIR2ConsExeState.html#a63ff43fb519f5cd2b17956e193606421">SVF::SVFIR2ConsExeState</a>
|
|
504
|
-
</li>
|
|
505
496
|
<li>~SVFIRBuilder()
|
|
506
497
|
: <a class="el" href="classSVF_1_1SVFIRBuilder.html#a5a04b9d97ad5f6e761bcc4779c96104e">SVF::SVFIRBuilder</a>
|
|
507
498
|
</li>
|
|
@@ -535,9 +526,6 @@ $(function() {
|
|
|
535
526
|
<li>~SymbolTableInfo()
|
|
536
527
|
: <a class="el" href="classSVF_1_1SymbolTableInfo.html#a6efac0ae8ebf2865067136675be5a340">SVF::SymbolTableInfo</a>
|
|
537
528
|
</li>
|
|
538
|
-
<li>~SymState()
|
|
539
|
-
: <a class="el" href="classSVF_1_1SymState.html#a9f7af4c2fafaf24e345c28ba1992857c">SVF::SymState</a>
|
|
540
|
-
</li>
|
|
541
529
|
<li>~TCT()
|
|
542
530
|
: <a class="el" href="classSVF_1_1TCT.html#aee699da702973dd42398b42a2ec65e59">SVF::TCT</a>
|
|
543
531
|
</li>
|
|
@@ -108,10 +108,10 @@ $(function() {
|
|
|
108
108
|
: <a class="el" href="extapi_8c.html#a4d41ebdaac1e767baa35d0094eb18874">extapi.c</a>
|
|
109
109
|
</li>
|
|
110
110
|
<li>_reverse_predicate
|
|
111
|
-
: <a class="el" href="
|
|
111
|
+
: <a class="el" href="AbstractInterpretation_8cpp.html#a6baa35cec0782ac3179849752a732e5c">AbstractInterpretation.cpp</a>
|
|
112
112
|
</li>
|
|
113
113
|
<li>_switch_lhsrhs_predicate
|
|
114
|
-
: <a class="el" href="
|
|
114
|
+
: <a class="el" href="AbstractInterpretation_8cpp.html#a3b70282b79998dcb9f6df78370bc1fe9">AbstractInterpretation.cpp</a>
|
|
115
115
|
</li>
|
|
116
116
|
<li>_ZNSsC1EPKcRKSaIcE()
|
|
117
117
|
: <a class="el" href="extapi_8c.html#a00b6e8788e5ccb56e08aee530246215e">extapi.c</a>
|