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
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
var searchData=
|
|
2
2
|
[
|
|
3
|
-
['
|
|
4
|
-
['
|
|
5
|
-
['
|
|
6
|
-
['
|
|
7
|
-
['
|
|
8
|
-
['
|
|
9
|
-
['
|
|
10
|
-
['
|
|
11
|
-
['
|
|
12
|
-
['
|
|
13
|
-
['
|
|
14
|
-
['
|
|
15
|
-
['
|
|
16
|
-
['
|
|
17
|
-
['
|
|
18
|
-
['
|
|
19
|
-
['
|
|
20
|
-
['
|
|
21
|
-
['
|
|
22
|
-
['
|
|
23
|
-
['
|
|
24
|
-
['
|
|
25
|
-
['
|
|
26
|
-
['
|
|
27
|
-
['
|
|
28
|
-
['
|
|
29
|
-
['
|
|
30
|
-
['
|
|
31
|
-
['
|
|
32
|
-
['
|
|
33
|
-
['
|
|
34
|
-
['
|
|
35
|
-
['
|
|
36
|
-
['
|
|
37
|
-
['
|
|
3
|
+
['dchedge_6657',['DCHEdge',['../classSVF_1_1DCHEdge.html',1,'SVF']]],
|
|
4
|
+
['dchgraph_6658',['DCHGraph',['../classSVF_1_1DCHGraph.html',1,'SVF']]],
|
|
5
|
+
['dchnode_6659',['DCHNode',['../classSVF_1_1DCHNode.html',1,'SVF']]],
|
|
6
|
+
['ddaclient_6660',['DDAClient',['../classSVF_1_1DDAClient.html',1,'SVF']]],
|
|
7
|
+
['ddapass_6661',['DDAPass',['../classSVF_1_1DDAPass.html',1,'SVF']]],
|
|
8
|
+
['ddastat_6662',['DDAStat',['../classSVF_1_1DDAStat.html',1,'SVF']]],
|
|
9
|
+
['ddavfsolver_6663',['DDAVFSolver',['../classSVF_1_1DDAVFSolver.html',1,'SVF']]],
|
|
10
|
+
['ddavfsolver_3c_20cxtvar_2c_20cxtptset_2c_20cxtlocdpitem_20_3e_6664',['DDAVFSolver< CxtVar, CxtPtSet, CxtLocDPItem >',['../classSVF_1_1DDAVFSolver.html',1,'SVF']]],
|
|
11
|
+
['ddavfsolver_3c_20nodeid_2c_20pointsto_2c_20locdpitem_20_3e_6665',['DDAVFSolver< NodeID, PointsTo, LocDPItem >',['../classSVF_1_1DDAVFSolver.html',1,'SVF']]],
|
|
12
|
+
['defaultdotgraphtraits_6666',['DefaultDOTGraphTraits',['../structSVF_1_1DefaultDOTGraphTraits.html',1,'SVF']]],
|
|
13
|
+
['demangledname_6667',['DemangledName',['../structSVF_1_1cppUtil_1_1DemangledName.html',1,'SVF::cppUtil']]],
|
|
14
|
+
['dfptdata_6668',['DFPTData',['../classSVF_1_1DFPTData.html',1,'SVF']]],
|
|
15
|
+
['diffptdata_6669',['DiffPTData',['../classSVF_1_1DiffPTData.html',1,'SVF']]],
|
|
16
|
+
['directsvfgedge_6670',['DirectSVFGEdge',['../classSVF_1_1DirectSVFGEdge.html',1,'SVF']]],
|
|
17
|
+
['distinctmrg_6671',['DistinctMRG',['../classSVF_1_1DistinctMRG.html',1,'SVF']]],
|
|
18
|
+
['dotgraphtraits_6672',['DOTGraphTraits',['../structSVF_1_1DOTGraphTraits.html',1,'SVF']]],
|
|
19
|
+
['dotgraphtraits_3c_20cflgraph_20_2a_20_3e_6673',['DOTGraphTraits< CFLGraph * >',['../structSVF_1_1DOTGraphTraits_3_01CFLGraph_01_5_01_4.html',1,'SVF']]],
|
|
20
|
+
['dotgraphtraits_3c_20chgraph_20_2a_20_3e_6674',['DOTGraphTraits< CHGraph * >',['../structSVF_1_1DOTGraphTraits_3_01CHGraph_01_5_01_4.html',1,'SVF']]],
|
|
21
|
+
['dotgraphtraits_3c_20constraintgraph_20_2a_20_3e_6675',['DOTGraphTraits< ConstraintGraph * >',['../structSVF_1_1DOTGraphTraits_3_01ConstraintGraph_01_5_01_4.html',1,'SVF']]],
|
|
22
|
+
['dotgraphtraits_3c_20graphtype_20_3e_6676',['DOTGraphTraits< GraphType >',['../structSVF_1_1DOTGraphTraits.html',1,'SVF']]],
|
|
23
|
+
['dotgraphtraits_3c_20icfg_20_2a_20_3e_6677',['DOTGraphTraits< ICFG * >',['../structSVF_1_1DOTGraphTraits_3_01ICFG_01_5_01_4.html',1,'SVF']]],
|
|
24
|
+
['dotgraphtraits_3c_20irgraph_20_2a_20_3e_6678',['DOTGraphTraits< IRGraph * >',['../structSVF_1_1DOTGraphTraits_3_01IRGraph_01_5_01_4.html',1,'SVF']]],
|
|
25
|
+
['dotgraphtraits_3c_20ptacallgraph_20_2a_20_3e_6679',['DOTGraphTraits< PTACallGraph * >',['../structSVF_1_1DOTGraphTraits_3_01PTACallGraph_01_5_01_4.html',1,'SVF']]],
|
|
26
|
+
['dotgraphtraits_3c_20svf_3a_3acdg_20_2a_20_3e_6680',['DOTGraphTraits< SVF::CDG * >',['../structSVF_1_1DOTGraphTraits_3_01SVF_1_1CDG_01_5_01_4.html',1,'SVF']]],
|
|
27
|
+
['dotgraphtraits_3c_20svf_3a_3apag_20_2a_20_3e_6681',['DOTGraphTraits< SVF::PAG * >',['../structSVF_1_1DOTGraphTraits.html',1,'SVF']]],
|
|
28
|
+
['dotgraphtraits_3c_20svfg_20_2a_20_3e_6682',['DOTGraphTraits< SVFG * >',['../structSVF_1_1DOTGraphTraits_3_01SVFG_01_5_01_4.html',1,'SVF']]],
|
|
29
|
+
['dotgraphtraits_3c_20svfir_20_2a_20_3e_6683',['DOTGraphTraits< SVFIR * >',['../structSVF_1_1DOTGraphTraits.html',1,'SVF']]],
|
|
30
|
+
['dotgraphtraits_3c_20tct_20_2a_20_3e_6684',['DOTGraphTraits< TCT * >',['../structSVF_1_1DOTGraphTraits_3_01TCT_01_5_01_4.html',1,'SVF']]],
|
|
31
|
+
['dotgraphtraits_3c_20vfg_20_2a_20_3e_6685',['DOTGraphTraits< VFG * >',['../structSVF_1_1DOTGraphTraits_3_01VFG_01_5_01_4.html',1,'SVF']]],
|
|
32
|
+
['doublefreebug_6686',['DoubleFreeBug',['../classSVF_1_1DoubleFreeBug.html',1,'SVF']]],
|
|
33
|
+
['doublefreechecker_6687',['DoubleFreeChecker',['../classSVF_1_1DoubleFreeChecker.html',1,'SVF']]],
|
|
34
|
+
['dpitem_6688',['DPItem',['../classSVF_1_1DPItem.html',1,'SVF']]],
|
|
35
|
+
['dummyobjvar_6689',['DummyObjVar',['../classSVF_1_1DummyObjVar.html',1,'SVF']]],
|
|
36
|
+
['dummyvalvar_6690',['DummyValVar',['../classSVF_1_1DummyValVar.html',1,'SVF']]],
|
|
37
|
+
['dummyversionpropsvfgnode_6691',['DummyVersionPropSVFGNode',['../classSVF_1_1DummyVersionPropSVFGNode.html',1,'SVF']]]
|
|
38
38
|
];
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
var searchData=
|
|
2
2
|
[
|
|
3
|
-
['
|
|
4
|
-
['
|
|
5
|
-
['
|
|
6
|
-
['
|
|
7
|
-
['
|
|
8
|
-
['
|
|
9
|
-
['
|
|
10
|
-
['extapi_6770',['ExtAPI',['../classSVF_1_1ExtAPI.html',1,'SVF']]]
|
|
3
|
+
['entrychi_6692',['EntryCHI',['../classSVF_1_1EntryCHI.html',1,'SVF']]],
|
|
4
|
+
['equalgedge_6693',['equalGEdge',['../structSVF_1_1GenericEdge_1_1equalGEdge.html',1,'SVF::GenericEdge']]],
|
|
5
|
+
['equalmemregion_6694',['equalMemRegion',['../structSVF_1_1MemRegion_1_1equalMemRegion.html',1,'SVF::MemRegion']]],
|
|
6
|
+
['equalnodebs_6695',['equalNodeBS',['../structSVF_1_1SVFUtil_1_1equalNodeBS.html',1,'SVF::SVFUtil']]],
|
|
7
|
+
['equalpointsto_6696',['equalPointsTo',['../structSVF_1_1SVFUtil_1_1equalPointsTo.html',1,'SVF::SVFUtil']]],
|
|
8
|
+
['error_6697',['error',['../structerror.html',1,'']]],
|
|
9
|
+
['extapi_6698',['ExtAPI',['../classSVF_1_1ExtAPI.html',1,'SVF']]]
|
|
11
10
|
];
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
var searchData=
|
|
2
2
|
[
|
|
3
|
-
['
|
|
4
|
-
['
|
|
5
|
-
['
|
|
6
|
-
['
|
|
7
|
-
['
|
|
8
|
-
['
|
|
9
|
-
['
|
|
10
|
-
['
|
|
11
|
-
['
|
|
12
|
-
['
|
|
13
|
-
['
|
|
14
|
-
['
|
|
15
|
-
['
|
|
16
|
-
['
|
|
17
|
-
['
|
|
18
|
-
['
|
|
19
|
-
['
|
|
20
|
-
['
|
|
21
|
-
['
|
|
22
|
-
['
|
|
23
|
-
['
|
|
24
|
-
['
|
|
25
|
-
['
|
|
26
|
-
['
|
|
27
|
-
['
|
|
28
|
-
['
|
|
29
|
-
['
|
|
30
|
-
['
|
|
3
|
+
['fifoworklist_6699',['FIFOWorkList',['../classSVF_1_1FIFOWorkList.html',1,'SVF']]],
|
|
4
|
+
['fifoworklist_3c_20const_20cfledge_20_2a_20_3e_6700',['FIFOWorkList< const CFLEdge * >',['../classSVF_1_1FIFOWorkList.html',1,'SVF']]],
|
|
5
|
+
['fifoworklist_3c_20const_20mssaphisvfgnode_20_2a_20_3e_6701',['FIFOWorkList< const MSSAPHISVFGNode * >',['../classSVF_1_1FIFOWorkList.html',1,'SVF']]],
|
|
6
|
+
['fifoworklist_3c_20cxtlockproc_20_3e_6702',['FIFOWorkList< CxtLockProc >',['../classSVF_1_1FIFOWorkList.html',1,'SVF']]],
|
|
7
|
+
['fifoworklist_3c_20cxtstmt_20_3e_6703',['FIFOWorkList< CxtStmt >',['../classSVF_1_1FIFOWorkList.html',1,'SVF']]],
|
|
8
|
+
['fifoworklist_3c_20cxtthreadproc_20_3e_6704',['FIFOWorkList< CxtThreadProc >',['../classSVF_1_1FIFOWorkList.html',1,'SVF']]],
|
|
9
|
+
['fifoworklist_3c_20cxtthreadstmt_20_3e_6705',['FIFOWorkList< CxtThreadStmt >',['../classSVF_1_1FIFOWorkList.html',1,'SVF']]],
|
|
10
|
+
['fifoworklist_3c_20dpitem_20_3e_6706',['FIFOWorkList< DPItem >',['../classSVF_1_1FIFOWorkList.html',1,'SVF']]],
|
|
11
|
+
['fifoworklist_3c_20nodeid_20_3e_6707',['FIFOWorkList< NodeID >',['../classSVF_1_1FIFOWorkList.html',1,'SVF']]],
|
|
12
|
+
['filechecker_6708',['FileChecker',['../classSVF_1_1FileChecker.html',1,'SVF']]],
|
|
13
|
+
['fileneverclosebug_6709',['FileNeverCloseBug',['../classSVF_1_1FileNeverCloseBug.html',1,'SVF']]],
|
|
14
|
+
['filepartialclosebug_6710',['FilePartialCloseBug',['../classSVF_1_1FilePartialCloseBug.html',1,'SVF']]],
|
|
15
|
+
['filoworklist_6711',['FILOWorkList',['../classSVF_1_1FILOWorkList.html',1,'SVF']]],
|
|
16
|
+
['fiobjvar_6712',['FIObjVar',['../classSVF_1_1FIObjVar.html',1,'SVF']]],
|
|
17
|
+
['flowdda_6713',['FlowDDA',['../classSVF_1_1FlowDDA.html',1,'SVF']]],
|
|
18
|
+
['flowsensitive_6714',['FlowSensitive',['../classSVF_1_1FlowSensitive.html',1,'SVF']]],
|
|
19
|
+
['flowsensitivestat_6715',['FlowSensitiveStat',['../classSVF_1_1FlowSensitiveStat.html',1,'SVF']]],
|
|
20
|
+
['forkjoinanalysis_6716',['ForkJoinAnalysis',['../classSVF_1_1ForkJoinAnalysis.html',1,'SVF']]],
|
|
21
|
+
['formalinsvfgnode_6717',['FormalINSVFGNode',['../classSVF_1_1FormalINSVFGNode.html',1,'SVF']]],
|
|
22
|
+
['formaloutsvfgnode_6718',['FormalOUTSVFGNode',['../classSVF_1_1FormalOUTSVFGNode.html',1,'SVF']]],
|
|
23
|
+
['formalparmvfgnode_6719',['FormalParmVFGNode',['../classSVF_1_1FormalParmVFGNode.html',1,'SVF']]],
|
|
24
|
+
['formalretvfgnode_6720',['FormalRetVFGNode',['../classSVF_1_1FormalRetVFGNode.html',1,'SVF']]],
|
|
25
|
+
['fsmpta_6721',['FSMPTA',['../classSVF_1_1FSMPTA.html',1,'SVF']]],
|
|
26
|
+
['fullbufferoverflowbug_6722',['FullBufferOverflowBug',['../classSVF_1_1FullBufferOverflowBug.html',1,'SVF']]],
|
|
27
|
+
['fullnullptrdereferencebug_6723',['FullNullPtrDereferenceBug',['../classSVF_1_1FullNullPtrDereferenceBug.html',1,'SVF']]],
|
|
28
|
+
['funentryicfgnode_6724',['FunEntryICFGNode',['../classSVF_1_1FunEntryICFGNode.html',1,'SVF']]],
|
|
29
|
+
['funexiticfgnode_6725',['FunExitICFGNode',['../classSVF_1_1FunExitICFGNode.html',1,'SVF']]],
|
|
30
|
+
['funptrddaclient_6726',['FunptrDDAClient',['../classSVF_1_1FunptrDDAClient.html',1,'SVF']]]
|
|
31
31
|
];
|
|
@@ -1,101 +1,101 @@
|
|
|
1
1
|
var searchData=
|
|
2
2
|
[
|
|
3
|
-
['
|
|
4
|
-
['
|
|
5
|
-
['
|
|
6
|
-
['
|
|
7
|
-
['
|
|
8
|
-
['
|
|
9
|
-
['
|
|
10
|
-
['
|
|
11
|
-
['
|
|
12
|
-
['
|
|
13
|
-
['
|
|
14
|
-
['
|
|
15
|
-
['
|
|
16
|
-
['
|
|
17
|
-
['
|
|
18
|
-
['
|
|
19
|
-
['
|
|
20
|
-
['
|
|
21
|
-
['
|
|
22
|
-
['
|
|
23
|
-
['
|
|
24
|
-
['
|
|
25
|
-
['
|
|
26
|
-
['
|
|
27
|
-
['
|
|
28
|
-
['
|
|
29
|
-
['
|
|
30
|
-
['
|
|
31
|
-
['
|
|
32
|
-
['
|
|
33
|
-
['
|
|
34
|
-
['
|
|
35
|
-
['
|
|
36
|
-
['
|
|
37
|
-
['
|
|
38
|
-
['
|
|
39
|
-
['
|
|
40
|
-
['
|
|
41
|
-
['
|
|
42
|
-
['
|
|
43
|
-
['
|
|
44
|
-
['
|
|
45
|
-
['
|
|
46
|
-
['
|
|
47
|
-
['
|
|
48
|
-
['
|
|
49
|
-
['
|
|
50
|
-
['
|
|
51
|
-
['
|
|
52
|
-
['
|
|
53
|
-
['
|
|
54
|
-
['
|
|
55
|
-
['
|
|
56
|
-
['
|
|
57
|
-
['
|
|
58
|
-
['
|
|
59
|
-
['
|
|
60
|
-
['
|
|
61
|
-
['
|
|
62
|
-
['
|
|
63
|
-
['
|
|
64
|
-
['
|
|
65
|
-
['
|
|
66
|
-
['
|
|
67
|
-
['
|
|
68
|
-
['
|
|
69
|
-
['
|
|
70
|
-
['
|
|
71
|
-
['
|
|
72
|
-
['
|
|
73
|
-
['
|
|
74
|
-
['
|
|
75
|
-
['
|
|
76
|
-
['
|
|
77
|
-
['
|
|
78
|
-
['
|
|
79
|
-
['
|
|
80
|
-
['
|
|
81
|
-
['
|
|
82
|
-
['
|
|
83
|
-
['
|
|
84
|
-
['
|
|
85
|
-
['
|
|
86
|
-
['
|
|
87
|
-
['
|
|
88
|
-
['
|
|
89
|
-
['
|
|
90
|
-
['
|
|
91
|
-
['
|
|
92
|
-
['
|
|
93
|
-
['
|
|
94
|
-
['
|
|
95
|
-
['
|
|
96
|
-
['
|
|
97
|
-
['
|
|
98
|
-
['
|
|
99
|
-
['
|
|
100
|
-
['
|
|
3
|
+
['generic_5fbridge_5fgep_5ftype_5fiterator_6727',['generic_bridge_gep_type_iterator',['../classllvm_1_1generic__bridge__gep__type__iterator.html',1,'llvm']]],
|
|
4
|
+
['genericbug_6728',['GenericBug',['../classSVF_1_1GenericBug.html',1,'SVF']]],
|
|
5
|
+
['genericedge_6729',['GenericEdge',['../classSVF_1_1GenericEdge.html',1,'SVF']]],
|
|
6
|
+
['genericedge_3c_20dchnode_20_3e_6730',['GenericEdge< DCHNode >',['../classSVF_1_1GenericEdge.html',1,'SVF']]],
|
|
7
|
+
['genericgraph_6731',['GenericGraph',['../classSVF_1_1GenericGraph.html',1,'SVF']]],
|
|
8
|
+
['genericgraph_3c_20constraintnode_2c_20constraintedge_20_3e_6732',['GenericGraph< ConstraintNode, ConstraintEdge >',['../classSVF_1_1GenericGraph.html',1,'SVF']]],
|
|
9
|
+
['genericgraph_3c_20dchnode_2c_20dchedge_20_3e_6733',['GenericGraph< DCHNode, DCHEdge >',['../classSVF_1_1GenericGraph.html',1,'SVF']]],
|
|
10
|
+
['genericgraph_3c_20svfvar_2c_20svfstmt_20_3e_6734',['GenericGraph< SVFVar, SVFStmt >',['../classSVF_1_1GenericGraph.html',1,'SVF']]],
|
|
11
|
+
['genericgraphreader_6735',['GenericGraphReader',['../classSVF_1_1GenericGraphReader.html',1,'SVF']]],
|
|
12
|
+
['genericgraphreader_3c_20chnode_2c_20chedge_20_3e_6736',['GenericGraphReader< CHNode, CHEdge >',['../classSVF_1_1GenericGraphReader.html',1,'SVF']]],
|
|
13
|
+
['genericgraphreader_3c_20svfvar_2c_20svfstmt_20_3e_6737',['GenericGraphReader< SVFVar, SVFStmt >',['../classSVF_1_1GenericGraphReader.html',1,'SVF']]],
|
|
14
|
+
['genericgraphtraits_6738',['GenericGraphTraits',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
15
|
+
['genericgraphtraits_3c_20inverse_3c_20inverse_3c_20t_20_3e_20_3e_20_3e_6739',['GenericGraphTraits< Inverse< Inverse< T > > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01Inverse_3_01T_01_4_01_4_01_4.html',1,'SVF']]],
|
|
16
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3acdgnode_20_2a_20_3e_20_3e_6740',['GenericGraphTraits< Inverse< SVF::CDGNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1CDGNode_01_5_01_4_01_4.html',1,'SVF']]],
|
|
17
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3acflnode_20_2a_20_3e_20_3e_6741',['GenericGraphTraits< Inverse< SVF::CFLNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1CFLNode_01_5_01_4_01_4.html',1,'SVF']]],
|
|
18
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3achnode_20_2a_20_3e_20_3e_6742',['GenericGraphTraits< Inverse< SVF::CHNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1CHNode_01_5_01_4_01_4.html',1,'SVF']]],
|
|
19
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3aconstraintnode_20_2a_20_3e_20_3e_6743',['GenericGraphTraits< Inverse< SVF::ConstraintNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1ConstraintNode_01_5_01_4_01_4.html',1,'SVF']]],
|
|
20
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3adchnode_20_2a_20_3e_20_3e_6744',['GenericGraphTraits< Inverse< SVF::DCHNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1DCHNode_01_5_01_4_01_4.html',1,'SVF']]],
|
|
21
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20nodety_2c_20edgety_20_3e_20_2a_20_3e_20_3e_6745',['GenericGraphTraits< Inverse< SVF::GenericNode< NodeTy, EdgeTy > * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1GenericNode_3_01NodeTy_00_01EdgeTy_01_4_01_5_01_4_01_4.html',1,'SVF']]],
|
|
22
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acdgnode_2c_20svf_3a_3acdgedge_20_3e_20_2a_20_3e_20_3e_6746',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::CDGNode, SVF::CDGEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
23
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acflnode_2c_20svf_3a_3acfledge_20_3e_20_2a_20_3e_20_3e_6747',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::CFLNode, SVF::CFLEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
24
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3achnode_2c_20svf_3a_3achedge_20_3e_20_2a_20_3e_20_3e_6748',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::CHNode, SVF::CHEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
25
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aconstraintnode_2c_20svf_3a_3aconstraintedge_20_3e_20_2a_20_3e_20_3e_6749',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::ConstraintNode, SVF::ConstraintEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
26
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3adchnode_2c_20svf_3a_3adchedge_20_3e_20_2a_20_3e_20_3e_6750',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::DCHNode, SVF::DCHEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
27
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aicfgnode_2c_20svf_3a_3aicfgedge_20_3e_20_2a_20_3e_20_3e_6751',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::ICFGNode, SVF::ICFGEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
28
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aptacallgraphnode_2c_20svf_3a_3aptacallgraphedge_20_3e_20_2a_20_3e_20_3e_6752',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::PTACallGraphNode, SVF::PTACallGraphEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
29
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3asvfvar_2c_20svf_3a_3asvfstmt_20_3e_20_2a_20_3e_20_3e_6753',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::SVFVar, SVF::SVFStmt > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
30
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3atctnode_2c_20svf_3a_3atctedge_20_3e_20_2a_20_3e_20_3e_6754',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::TCTNode, SVF::TCTEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
31
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3avfgnode_2c_20svf_3a_3avfgedge_20_3e_20_2a_20_3e_20_3e_6755',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::VFGNode, SVF::VFGEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
32
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3aicfgnode_20_2a_20_3e_20_3e_6756',['GenericGraphTraits< Inverse< SVF::ICFGNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1ICFGNode_01_5_01_4_01_4.html',1,'SVF']]],
|
|
33
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3aptacallgraphnode_20_2a_20_3e_20_3e_6757',['GenericGraphTraits< Inverse< SVF::PTACallGraphNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1PTACallGraphNode_01_5_01_4_01_4.html',1,'SVF']]],
|
|
34
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3asvfvar_20_2a_20_3e_20_3e_6758',['GenericGraphTraits< Inverse< SVF::SVFVar * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1SVFVar_01_5_01_4_01_4.html',1,'SVF']]],
|
|
35
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3atctnode_20_2a_20_3e_20_3e_6759',['GenericGraphTraits< Inverse< SVF::TCTNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1TCTNode_01_5_01_4_01_4.html',1,'SVF']]],
|
|
36
|
+
['genericgraphtraits_3c_20inverse_3c_20svf_3a_3avfgnode_20_2a_20_3e_20_3e_6760',['GenericGraphTraits< Inverse< SVF::VFGNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1VFGNode_01_5_01_4_01_4.html',1,'SVF']]],
|
|
37
|
+
['genericgraphtraits_3c_20svf_3a_3acdg_20_2a_20_3e_6761',['GenericGraphTraits< SVF::CDG * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CDG_01_5_01_4.html',1,'SVF']]],
|
|
38
|
+
['genericgraphtraits_3c_20svf_3a_3acdgnode_20_2a_20_3e_6762',['GenericGraphTraits< SVF::CDGNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CDGNode_01_5_01_4.html',1,'SVF']]],
|
|
39
|
+
['genericgraphtraits_3c_20svf_3a_3acflgraph_20_2a_20_3e_6763',['GenericGraphTraits< SVF::CFLGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CFLGraph_01_5_01_4.html',1,'SVF']]],
|
|
40
|
+
['genericgraphtraits_3c_20svf_3a_3acflnode_20_2a_20_3e_6764',['GenericGraphTraits< SVF::CFLNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CFLNode_01_5_01_4.html',1,'SVF']]],
|
|
41
|
+
['genericgraphtraits_3c_20svf_3a_3achgraph_20_2a_20_3e_6765',['GenericGraphTraits< SVF::CHGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CHGraph_01_5_01_4.html',1,'SVF']]],
|
|
42
|
+
['genericgraphtraits_3c_20svf_3a_3achnode_20_2a_20_3e_6766',['GenericGraphTraits< SVF::CHNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CHNode_01_5_01_4.html',1,'SVF']]],
|
|
43
|
+
['genericgraphtraits_3c_20svf_3a_3aconstraintgraph_20_2a_20_3e_6767',['GenericGraphTraits< SVF::ConstraintGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1ConstraintGraph_01_5_01_4.html',1,'SVF']]],
|
|
44
|
+
['genericgraphtraits_3c_20svf_3a_3aconstraintnode_20_2a_20_3e_6768',['GenericGraphTraits< SVF::ConstraintNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1ConstraintNode_01_5_01_4.html',1,'SVF']]],
|
|
45
|
+
['genericgraphtraits_3c_20svf_3a_3adchgraph_20_2a_20_3e_6769',['GenericGraphTraits< SVF::DCHGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1DCHGraph_01_5_01_4.html',1,'SVF']]],
|
|
46
|
+
['genericgraphtraits_3c_20svf_3a_3adchnode_20_2a_20_3e_6770',['GenericGraphTraits< SVF::DCHNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1DCHNode_01_5_01_4.html',1,'SVF']]],
|
|
47
|
+
['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20nodety_2c_20edgety_20_3e_20_2a_20_3e_6771',['GenericGraphTraits< SVF::GenericGraph< NodeTy, EdgeTy > * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1GenericGraph_3_01NodeTy_00_01EdgeTy_01_4_01_5_01_4.html',1,'SVF']]],
|
|
48
|
+
['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3acdgnode_2c_20svf_3a_3acdgedge_20_3e_20_2a_20_3e_6772',['GenericGraphTraits< SVF::GenericGraph< SVF::CDGNode, SVF::CDGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
49
|
+
['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3acflnode_2c_20svf_3a_3acfledge_20_3e_20_2a_20_3e_6773',['GenericGraphTraits< SVF::GenericGraph< SVF::CFLNode, SVF::CFLEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
50
|
+
['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3achnode_2c_20svf_3a_3achedge_20_3e_20_2a_20_3e_6774',['GenericGraphTraits< SVF::GenericGraph< SVF::CHNode, SVF::CHEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
51
|
+
['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3aconstraintnode_2c_20svf_3a_3aconstraintedge_20_3e_20_2a_20_3e_6775',['GenericGraphTraits< SVF::GenericGraph< SVF::ConstraintNode, SVF::ConstraintEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
52
|
+
['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3adchnode_2c_20svf_3a_3adchedge_20_3e_20_2a_20_3e_6776',['GenericGraphTraits< SVF::GenericGraph< SVF::DCHNode, SVF::DCHEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
53
|
+
['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3aicfgnode_2c_20svf_3a_3aicfgedge_20_3e_20_2a_20_3e_6777',['GenericGraphTraits< SVF::GenericGraph< SVF::ICFGNode, SVF::ICFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
54
|
+
['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3aptacallgraphnode_2c_20svf_3a_3aptacallgraphedge_20_3e_20_2a_20_3e_6778',['GenericGraphTraits< SVF::GenericGraph< SVF::PTACallGraphNode, SVF::PTACallGraphEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
55
|
+
['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3asvfgnode_2c_20svf_3a_3asvfgedge_20_3e_20_2a_20_3e_6779',['GenericGraphTraits< SVF::GenericGraph< SVF::SVFGNode, SVF::SVFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
56
|
+
['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3asvfvar_2c_20svf_3a_3asvfstmt_20_3e_20_2a_20_3e_6780',['GenericGraphTraits< SVF::GenericGraph< SVF::SVFVar, SVF::SVFStmt > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
57
|
+
['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3atctnode_2c_20svf_3a_3atctedge_20_3e_20_2a_20_3e_6781',['GenericGraphTraits< SVF::GenericGraph< SVF::TCTNode, SVF::TCTEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
58
|
+
['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3avfgnode_2c_20svf_3a_3avfgedge_20_3e_20_2a_20_3e_6782',['GenericGraphTraits< SVF::GenericGraph< SVF::VFGNode, SVF::VFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
59
|
+
['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20nodety_2c_20edgety_20_3e_20_2a_20_3e_6783',['GenericGraphTraits< SVF::GenericNode< NodeTy, EdgeTy > * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1GenericNode_3_01NodeTy_00_01EdgeTy_01_4_01_5_01_4.html',1,'SVF']]],
|
|
60
|
+
['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acdgnode_2c_20svf_3a_3acdgedge_20_3e_20_2a_20_3e_6784',['GenericGraphTraits< SVF::GenericNode< SVF::CDGNode, SVF::CDGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
61
|
+
['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acflnode_2c_20svf_3a_3acfledge_20_3e_20_2a_20_3e_6785',['GenericGraphTraits< SVF::GenericNode< SVF::CFLNode, SVF::CFLEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
62
|
+
['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3achnode_2c_20svf_3a_3achedge_20_3e_20_2a_20_3e_6786',['GenericGraphTraits< SVF::GenericNode< SVF::CHNode, SVF::CHEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
63
|
+
['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aconstraintnode_2c_20svf_3a_3aconstraintedge_20_3e_20_2a_20_3e_6787',['GenericGraphTraits< SVF::GenericNode< SVF::ConstraintNode, SVF::ConstraintEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
64
|
+
['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3adchnode_2c_20svf_3a_3adchedge_20_3e_20_2a_20_3e_6788',['GenericGraphTraits< SVF::GenericNode< SVF::DCHNode, SVF::DCHEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
65
|
+
['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aicfgnode_2c_20svf_3a_3aicfgedge_20_3e_20_2a_20_3e_6789',['GenericGraphTraits< SVF::GenericNode< SVF::ICFGNode, SVF::ICFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
66
|
+
['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aptacallgraphnode_2c_20svf_3a_3aptacallgraphedge_20_3e_20_2a_20_3e_6790',['GenericGraphTraits< SVF::GenericNode< SVF::PTACallGraphNode, SVF::PTACallGraphEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
67
|
+
['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3asvfvar_2c_20svf_3a_3asvfstmt_20_3e_20_2a_20_3e_6791',['GenericGraphTraits< SVF::GenericNode< SVF::SVFVar, SVF::SVFStmt > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
68
|
+
['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3atctnode_2c_20svf_3a_3atctedge_20_3e_20_2a_20_3e_6792',['GenericGraphTraits< SVF::GenericNode< SVF::TCTNode, SVF::TCTEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
69
|
+
['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3avfgnode_2c_20svf_3a_3avfgedge_20_3e_20_2a_20_3e_6793',['GenericGraphTraits< SVF::GenericNode< SVF::VFGNode, SVF::VFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
70
|
+
['genericgraphtraits_3c_20svf_3a_3aicfg_20_2a_20_3e_6794',['GenericGraphTraits< SVF::ICFG * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1ICFG_01_5_01_4.html',1,'SVF']]],
|
|
71
|
+
['genericgraphtraits_3c_20svf_3a_3aicfgnode_20_2a_20_3e_6795',['GenericGraphTraits< SVF::ICFGNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1ICFGNode_01_5_01_4.html',1,'SVF']]],
|
|
72
|
+
['genericgraphtraits_3c_20svf_3a_3airgraph_20_2a_20_3e_6796',['GenericGraphTraits< SVF::IRGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1IRGraph_01_5_01_4.html',1,'SVF']]],
|
|
73
|
+
['genericgraphtraits_3c_20svf_3a_3aptacallgraph_20_2a_20_3e_6797',['GenericGraphTraits< SVF::PTACallGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1PTACallGraph_01_5_01_4.html',1,'SVF']]],
|
|
74
|
+
['genericgraphtraits_3c_20svf_3a_3aptacallgraphnode_20_2a_20_3e_6798',['GenericGraphTraits< SVF::PTACallGraphNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1PTACallGraphNode_01_5_01_4.html',1,'SVF']]],
|
|
75
|
+
['genericgraphtraits_3c_20svf_3a_3asvfg_20_2a_20_3e_6799',['GenericGraphTraits< SVF::SVFG * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1SVFG_01_5_01_4.html',1,'SVF']]],
|
|
76
|
+
['genericgraphtraits_3c_20svf_3a_3asvfvar_20_2a_20_3e_6800',['GenericGraphTraits< SVF::SVFVar * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1SVFVar_01_5_01_4.html',1,'SVF']]],
|
|
77
|
+
['genericgraphtraits_3c_20svf_3a_3atct_20_2a_20_3e_6801',['GenericGraphTraits< SVF::TCT * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1TCT_01_5_01_4.html',1,'SVF']]],
|
|
78
|
+
['genericgraphtraits_3c_20svf_3a_3atctnode_20_2a_20_3e_6802',['GenericGraphTraits< SVF::TCTNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1TCTNode_01_5_01_4.html',1,'SVF']]],
|
|
79
|
+
['genericgraphtraits_3c_20svf_3a_3avfg_20_2a_20_3e_6803',['GenericGraphTraits< SVF::VFG * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1VFG_01_5_01_4.html',1,'SVF']]],
|
|
80
|
+
['genericgraphtraits_3c_20svf_3a_3avfgnode_20_2a_20_3e_6804',['GenericGraphTraits< SVF::VFGNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1VFGNode_01_5_01_4.html',1,'SVF']]],
|
|
81
|
+
['genericgraphtraits_3c_20t_20_3e_6805',['GenericGraphTraits< T >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
|
|
82
|
+
['genericgraphwriter_6806',['GenericGraphWriter',['../classSVF_1_1GenericGraphWriter.html',1,'SVF']]],
|
|
83
|
+
['genericgraphwriter_3c_20chnode_2c_20chedge_20_3e_6807',['GenericGraphWriter< CHNode, CHEdge >',['../classSVF_1_1GenericGraphWriter.html',1,'SVF']]],
|
|
84
|
+
['genericgraphwriter_3c_20svfvar_2c_20svfstmt_20_3e_6808',['GenericGraphWriter< SVFVar, SVFStmt >',['../classSVF_1_1GenericGraphWriter.html',1,'SVF']]],
|
|
85
|
+
['genericnode_6809',['GenericNode',['../classSVF_1_1GenericNode.html',1,'SVF']]],
|
|
86
|
+
['genericnode_3c_20cflnode_2c_20cfledge_20_3e_6810',['GenericNode< CFLNode, CFLEdge >',['../classSVF_1_1GenericNode.html',1,'SVF']]],
|
|
87
|
+
['genericnode_3c_20constraintnode_2c_20constraintedge_20_3e_6811',['GenericNode< ConstraintNode, ConstraintEdge >',['../classSVF_1_1GenericNode.html',1,'SVF']]],
|
|
88
|
+
['genericnode_3c_20dchnode_2c_20dchedge_20_3e_6812',['GenericNode< DCHNode, DCHEdge >',['../classSVF_1_1GenericNode.html',1,'SVF']]],
|
|
89
|
+
['gepcgedge_6813',['GepCGEdge',['../classSVF_1_1GepCGEdge.html',1,'SVF']]],
|
|
90
|
+
['gepobjvar_6814',['GepObjVar',['../classSVF_1_1GepObjVar.html',1,'SVF']]],
|
|
91
|
+
['gepstmt_6815',['GepStmt',['../classSVF_1_1GepStmt.html',1,'SVF']]],
|
|
92
|
+
['gepvalvar_6816',['GepValVar',['../classSVF_1_1GepValVar.html',1,'SVF']]],
|
|
93
|
+
['gepvfgnode_6817',['GepVFGNode',['../classSVF_1_1GepVFGNode.html',1,'SVF']]],
|
|
94
|
+
['globalicfgnode_6818',['GlobalICFGNode',['../classSVF_1_1GlobalICFGNode.html',1,'SVF']]],
|
|
95
|
+
['gnodesccinfo_6819',['GNodeSCCInfo',['../classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html',1,'SVF::SCCDetection']]],
|
|
96
|
+
['grammarbase_6820',['GrammarBase',['../classSVF_1_1GrammarBase.html',1,'SVF']]],
|
|
97
|
+
['grammarbuilder_6821',['GrammarBuilder',['../classSVF_1_1GrammarBuilder.html',1,'SVF']]],
|
|
98
|
+
['graphprinter_6822',['GraphPrinter',['../classSVF_1_1GraphPrinter.html',1,'SVF']]],
|
|
99
|
+
['graphreachsolver_6823',['GraphReachSolver',['../classSVF_1_1GraphReachSolver.html',1,'SVF']]],
|
|
100
|
+
['graphwriter_6824',['GraphWriter',['../classSVF_1_1GraphWriter.html',1,'SVF']]]
|
|
101
101
|
];
|
|
@@ -1,41 +1,37 @@
|
|
|
1
1
|
var searchData=
|
|
2
2
|
[
|
|
3
|
-
['
|
|
4
|
-
['
|
|
5
|
-
['
|
|
6
|
-
['
|
|
7
|
-
['
|
|
8
|
-
['
|
|
9
|
-
['
|
|
10
|
-
['
|
|
11
|
-
['
|
|
12
|
-
['
|
|
13
|
-
['
|
|
14
|
-
['
|
|
15
|
-
['
|
|
16
|
-
['
|
|
17
|
-
['
|
|
18
|
-
['
|
|
19
|
-
['
|
|
20
|
-
['
|
|
21
|
-
['
|
|
22
|
-
['
|
|
23
|
-
['
|
|
24
|
-
['
|
|
25
|
-
['
|
|
26
|
-
['
|
|
27
|
-
['
|
|
28
|
-
['
|
|
29
|
-
['
|
|
30
|
-
['
|
|
31
|
-
['
|
|
32
|
-
['
|
|
33
|
-
['
|
|
34
|
-
['
|
|
35
|
-
['
|
|
36
|
-
['
|
|
37
|
-
['hash_3c_20svf_3a_3astmtdpitem_3c_20loccond_20_3e_20_3e_6931',['hash< SVF::StmtDPItem< LocCond > >',['../structstd_1_1hash_3_01SVF_1_1StmtDPItem_3_01LocCond_01_4_01_4.html',1,'std']]],
|
|
38
|
-
['hash_3c_20svf_3a_3asvfgnodelockspan_20_3e_6932',['hash< SVF::SVFGNodeLockSpan >',['../structstd_1_1hash_3_01SVF_1_1SVFGNodeLockSpan_01_4.html',1,'std']]],
|
|
39
|
-
['hash_3c_20svf_3a_3asymstate_20_3e_6933',['hash< SVF::SymState >',['../structstd_1_1hash_3_01SVF_1_1SymState_01_4.html',1,'std']]],
|
|
40
|
-
['hash_3c_20svf_3a_3az3expr_20_3e_6934',['hash< SVF::Z3Expr >',['../structstd_1_1hash_3_01SVF_1_1Z3Expr_01_4.html',1,'std']]]
|
|
3
|
+
['hareparforedge_6825',['HareParForEdge',['../classSVF_1_1HareParForEdge.html',1,'SVF']]],
|
|
4
|
+
['has_5fedgetype_6826',['has_edgetype',['../structSVF_1_1has__edgetype.html',1,'SVF']]],
|
|
5
|
+
['has_5fedgetype_3c_20t_2c_20std_3a_3avoid_5ft_3c_20typename_20t_3a_3aedgetype_20_3e_20_3e_6827',['has_edgetype< T, std::void_t< typename T::EdgeType > >',['../structSVF_1_1has__edgetype_3_01T_00_01std_1_1void__t_3_01typename_01T_1_1EdgeType_01_4_01_4.html',1,'SVF']]],
|
|
6
|
+
['has_5fnodetype_6828',['has_nodetype',['../structSVF_1_1has__nodetype.html',1,'SVF']]],
|
|
7
|
+
['has_5fnodetype_3c_20t_2c_20std_3a_3avoid_5ft_3c_20typename_20t_3a_3anodetype_20_3e_20_3e_6829',['has_nodetype< T, std::void_t< typename T::NodeType > >',['../structSVF_1_1has__nodetype_3_01T_00_01std_1_1void__t_3_01typename_01T_1_1NodeType_01_4_01_4.html',1,'SVF']]],
|
|
8
|
+
['hash_6830',['Hash',['../structSVF_1_1Hash.html',1,'SVF']]],
|
|
9
|
+
['hash_3c_20const_20svf_3a_3acondvar_3c_20cond_20_3e_20_3e_6831',['hash< const SVF::CondVar< Cond > >',['../structstd_1_1hash_3_01const_01SVF_1_1CondVar_3_01Cond_01_4_01_4.html',1,'std']]],
|
|
10
|
+
['hash_3c_20const_20svf_3a_3acontextcond_20_3e_6832',['hash< const SVF::ContextCond >',['../structstd_1_1hash_3_01const_01SVF_1_1ContextCond_01_4.html',1,'std']]],
|
|
11
|
+
['hash_3c_20corebitvector_20_3e_6833',['Hash< CoreBitVector >',['../structSVF_1_1Hash_3_01CoreBitVector_01_4.html',1,'SVF']]],
|
|
12
|
+
['hash_3c_20nodepair_20_3e_6834',['Hash< NodePair >',['../structSVF_1_1Hash_3_01NodePair_01_4.html',1,'SVF']]],
|
|
13
|
+
['hash_3c_20std_3a_3apair_3c_20s_2c_20t_20_3e_20_3e_6835',['Hash< std::pair< S, T > >',['../structSVF_1_1Hash_3_01std_1_1pair_3_01S_00_01T_01_4_01_4.html',1,'SVF']]],
|
|
14
|
+
['hash_3c_20std_3a_3avector_3c_20t_20_3e_20_3e_6836',['hash< std::vector< T > >',['../structstd_1_1hash_3_01std_1_1vector_3_01T_01_4_01_4.html',1,'std']]],
|
|
15
|
+
['hash_3c_20svf_3a_3aaccesspath_20_3e_6837',['hash< SVF::AccessPath >',['../structstd_1_1hash_3_01SVF_1_1AccessPath_01_4.html',1,'std']]],
|
|
16
|
+
['hash_3c_20svf_3a_3aboundedz3expr_20_3e_6838',['hash< SVF::BoundedZ3Expr >',['../structstd_1_1hash_3_01SVF_1_1BoundedZ3Expr_01_4.html',1,'std']]],
|
|
17
|
+
['hash_3c_20svf_3a_3acallsite_20_3e_6839',['hash< SVF::CallSite >',['../structstd_1_1hash_3_01SVF_1_1CallSite_01_4.html',1,'std']]],
|
|
18
|
+
['hash_3c_20svf_3a_3acondstdset_3c_20element_20_3e_20_3e_6840',['hash< SVF::CondStdSet< Element > >',['../structstd_1_1hash_3_01SVF_1_1CondStdSet_3_01Element_01_4_01_4.html',1,'std']]],
|
|
19
|
+
['hash_3c_20svf_3a_3acondvar_3c_20cond_20_3e_20_3e_6841',['hash< SVF::CondVar< Cond > >',['../structstd_1_1hash_3_01SVF_1_1CondVar_3_01Cond_01_4_01_4.html',1,'std']]],
|
|
20
|
+
['hash_3c_20svf_3a_3acontextcond_20_3e_6842',['hash< SVF::ContextCond >',['../structstd_1_1hash_3_01SVF_1_1ContextCond_01_4.html',1,'std']]],
|
|
21
|
+
['hash_3c_20svf_3a_3acxtdpitem_20_3e_6843',['hash< SVF::CxtDPItem >',['../structstd_1_1hash_3_01SVF_1_1CxtDPItem_01_4.html',1,'std']]],
|
|
22
|
+
['hash_3c_20svf_3a_3acxtproc_20_3e_6844',['hash< SVF::CxtProc >',['../structstd_1_1hash_3_01SVF_1_1CxtProc_01_4.html',1,'std']]],
|
|
23
|
+
['hash_3c_20svf_3a_3acxtstmt_20_3e_6845',['hash< SVF::CxtStmt >',['../structstd_1_1hash_3_01SVF_1_1CxtStmt_01_4.html',1,'std']]],
|
|
24
|
+
['hash_3c_20svf_3a_3acxtstmtdpitem_3c_20loccond_20_3e_20_3e_6846',['hash< SVF::CxtStmtDPItem< LocCond > >',['../structstd_1_1hash_3_01SVF_1_1CxtStmtDPItem_3_01LocCond_01_4_01_4.html',1,'std']]],
|
|
25
|
+
['hash_3c_20svf_3a_3acxtthread_20_3e_6847',['hash< SVF::CxtThread >',['../structstd_1_1hash_3_01SVF_1_1CxtThread_01_4.html',1,'std']]],
|
|
26
|
+
['hash_3c_20svf_3a_3acxtthreadproc_20_3e_6848',['hash< SVF::CxtThreadProc >',['../structstd_1_1hash_3_01SVF_1_1CxtThreadProc_01_4.html',1,'std']]],
|
|
27
|
+
['hash_3c_20svf_3a_3acxtthreadstmt_20_3e_6849',['hash< SVF::CxtThreadStmt >',['../structstd_1_1hash_3_01SVF_1_1CxtThreadStmt_01_4.html',1,'std']]],
|
|
28
|
+
['hash_3c_20svf_3a_3anodepair_20_3e_6850',['hash< SVF::NodePair >',['../structstd_1_1hash_3_01SVF_1_1NodePair_01_4.html',1,'std']]],
|
|
29
|
+
['hash_3c_20svf_3a_3anumericliteral_20_3e_6851',['hash< SVF::NumericLiteral >',['../structstd_1_1hash_3_01SVF_1_1NumericLiteral_01_4.html',1,'std']]],
|
|
30
|
+
['hash_3c_20svf_3a_3apointsto_20_3e_6852',['hash< SVF::PointsTo >',['../structstd_1_1hash_3_01SVF_1_1PointsTo_01_4.html',1,'std']]],
|
|
31
|
+
['hash_3c_20svf_3a_3arelexestate_20_3e_6853',['hash< SVF::RelExeState >',['../structstd_1_1hash_3_01SVF_1_1RelExeState_01_4.html',1,'std']]],
|
|
32
|
+
['hash_3c_20svf_3a_3asparseabstractstate_20_3e_6854',['hash< SVF::SparseAbstractState >',['../structstd_1_1hash_3_01SVF_1_1SparseAbstractState_01_4.html',1,'std']]],
|
|
33
|
+
['hash_3c_20svf_3a_3asparsebitvector_3c_20n_20_3e_20_3e_6855',['hash< SVF::SparseBitVector< N > >',['../structstd_1_1hash_3_01SVF_1_1SparseBitVector_3_01N_01_4_01_4.html',1,'std']]],
|
|
34
|
+
['hash_3c_20svf_3a_3astmtdpitem_3c_20loccond_20_3e_20_3e_6856',['hash< SVF::StmtDPItem< LocCond > >',['../structstd_1_1hash_3_01SVF_1_1StmtDPItem_3_01LocCond_01_4_01_4.html',1,'std']]],
|
|
35
|
+
['hash_3c_20svf_3a_3asvfgnodelockspan_20_3e_6857',['hash< SVF::SVFGNodeLockSpan >',['../structstd_1_1hash_3_01SVF_1_1SVFGNodeLockSpan_01_4.html',1,'std']]],
|
|
36
|
+
['hash_3c_20svf_3a_3az3expr_20_3e_6858',['hash< SVF::Z3Expr >',['../structstd_1_1hash_3_01SVF_1_1Z3Expr_01_4.html',1,'std']]]
|
|
41
37
|
];
|