svf-tools 1.0.837 → 1.0.839

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (401) hide show
  1. package/SVF-doxygen/html/AndersenSCD_8cpp_source.html +1 -1
  2. package/SVF-doxygen/html/Andersen_8cpp_source.html +20 -16
  3. package/SVF-doxygen/html/Andersen_8h_source.html +2 -2
  4. package/SVF-doxygen/html/BoundedZ3Expr_8cpp_source.html +1 -1
  5. package/SVF-doxygen/html/CFLAlias_8cpp_source.html +2 -2
  6. package/SVF-doxygen/html/CFLBase_8cpp_source.html +4 -4
  7. package/SVF-doxygen/html/CFLGraphBuilder_8cpp_source.html +1 -1
  8. package/SVF-doxygen/html/CFLSVFGBuilder_8cpp.html +86 -0
  9. package/SVF-doxygen/html/CFLSVFGBuilder_8cpp_source.html +195 -0
  10. package/SVF-doxygen/html/CFLSVFGBuilder_8h.html +98 -0
  11. package/SVF-doxygen/html/CFLSVFGBuilder_8h_source.html +148 -0
  12. package/SVF-doxygen/html/CFLVF_8cpp_source.html +4 -4
  13. package/SVF-doxygen/html/CFLVF_8h.html +1 -1
  14. package/SVF-doxygen/html/CFLVF_8h_source.html +5 -5
  15. package/SVF-doxygen/html/CHGBuilder_8cpp_source.html +1 -1
  16. package/SVF-doxygen/html/ConsG_8cpp_source.html +3 -3
  17. package/SVF-doxygen/html/DCHG_8cpp_source.html +1 -1
  18. package/SVF-doxygen/html/DDAPass_8cpp_source.html +9 -9
  19. package/SVF-doxygen/html/DDAStat_8cpp_source.html +1 -1
  20. package/SVF-doxygen/html/DDAVFSolver_8h_source.html +1 -1
  21. package/SVF-doxygen/html/DoubleFreeChecker_8cpp_source.html +5 -5
  22. package/SVF-doxygen/html/DoubleFreeChecker_8h_source.html +1 -1
  23. package/SVF-doxygen/html/ExtAPI_8cpp_source.html +1 -1
  24. package/SVF-doxygen/html/FSMPTA_8cpp_source.html +3 -3
  25. package/SVF-doxygen/html/FileChecker_8cpp_source.html +2 -2
  26. package/SVF-doxygen/html/FileChecker_8h_source.html +1 -1
  27. package/SVF-doxygen/html/FlowSensitive_8cpp_source.html +3 -3
  28. package/SVF-doxygen/html/ICFG_8cpp_source.html +1 -1
  29. package/SVF-doxygen/html/IRGraph_8cpp_source.html +1 -1
  30. package/SVF-doxygen/html/LLVMLoopAnalysis_8cpp_source.html +1 -1
  31. package/SVF-doxygen/html/LLVMModule_8cpp_source.html +2 -2
  32. package/SVF-doxygen/html/LeakChecker_8cpp_source.html +3 -3
  33. package/SVF-doxygen/html/LeakChecker_8h_source.html +1 -1
  34. package/SVF-doxygen/html/LockResultValidator_8cpp_source.html +1 -1
  35. package/SVF-doxygen/html/MHP_8cpp_source.html +1 -1
  36. package/SVF-doxygen/html/MTAAnnotator_8cpp_source.html +1 -1
  37. package/SVF-doxygen/html/MTAResultValidator_8cpp_source.html +1 -1
  38. package/SVF-doxygen/html/MTAStat_8cpp_source.html +1 -1
  39. package/SVF-doxygen/html/MemRegion_8cpp_source.html +1 -1
  40. package/SVF-doxygen/html/MemSSA_8cpp_source.html +2 -2
  41. package/SVF-doxygen/html/Options_8cpp_source.html +825 -892
  42. package/SVF-doxygen/html/Options_8h_source.html +275 -297
  43. package/SVF-doxygen/html/PointerAnalysisImpl_8cpp_source.html +1 -1
  44. package/SVF-doxygen/html/PointerAnalysis_8cpp_source.html +12 -12
  45. package/SVF-doxygen/html/ProgSlice_8cpp_source.html +170 -136
  46. package/SVF-doxygen/html/ProgSlice_8h_source.html +314 -298
  47. package/SVF-doxygen/html/SVFGBuilder_8cpp_source.html +4 -4
  48. package/SVF-doxygen/html/SVFGOPT_8cpp_source.html +4 -4
  49. package/SVF-doxygen/html/SVFGOPT_8h_source.html +5 -5
  50. package/SVF-doxygen/html/SVFGReadWrite_8cpp_source.html +2 -2
  51. package/SVF-doxygen/html/SVFG_8cpp_source.html +32 -32
  52. package/SVF-doxygen/html/SVFG_8h_source.html +446 -444
  53. package/SVF-doxygen/html/SVFIR2ItvExeState_8cpp_source.html +1 -1
  54. package/SVF-doxygen/html/SVFIR_8cpp_source.html +2 -2
  55. package/SVF-doxygen/html/SVFStatements_8cpp_source.html +1 -1
  56. package/SVF-doxygen/html/SVFUtil_8cpp_source.html +1 -1
  57. package/SVF-doxygen/html/SVFVariables_8cpp_source.html +1 -1
  58. package/SVF-doxygen/html/SaberCondAllocator_8cpp_source.html +2 -2
  59. package/SVF-doxygen/html/SaberCondAllocator_8h_source.html +246 -235
  60. package/SVF-doxygen/html/SaberSVFGBuilder_8cpp.html +1 -0
  61. package/SVF-doxygen/html/SaberSVFGBuilder_8cpp_source.html +272 -266
  62. package/SVF-doxygen/html/SaberSVFGBuilder_8h_source.html +75 -62
  63. package/SVF-doxygen/html/SrcSnkDDA_8cpp_source.html +261 -260
  64. package/SVF-doxygen/html/SrcSnkDDA_8h_source.html +18 -18
  65. package/SVF-doxygen/html/SymbolTableBuilder_8cpp_source.html +3 -3
  66. package/SVF-doxygen/html/SymbolTableInfo_8cpp_source.html +3 -3
  67. package/SVF-doxygen/html/TCT_8cpp_source.html +1 -1
  68. package/SVF-doxygen/html/TypeAnalysis_8cpp_source.html +1 -1
  69. package/SVF-doxygen/html/VFG_8cpp_source.html +1 -1
  70. package/SVF-doxygen/html/VersionedFlowSensitive_8cpp_source.html +4 -4
  71. package/SVF-doxygen/html/WPAPass_8cpp_source.html +5 -5
  72. package/SVF-doxygen/html/Z3Expr_8cpp_source.html +1 -1
  73. package/SVF-doxygen/html/annotated.html +377 -376
  74. package/SVF-doxygen/html/classSVF_1_1AddrStmt.html +1 -1
  75. package/SVF-doxygen/html/classSVF_1_1Andersen.html +18 -14
  76. package/SVF-doxygen/html/classSVF_1_1AndersenBase.html +4 -4
  77. package/SVF-doxygen/html/classSVF_1_1AndersenSCD.html +1 -1
  78. package/SVF-doxygen/html/classSVF_1_1BVDataPTAImpl.html +1 -1
  79. package/SVF-doxygen/html/classSVF_1_1BinaryOPStmt.html +1 -1
  80. package/SVF-doxygen/html/classSVF_1_1BoundedZ3Expr.html +1 -1
  81. package/SVF-doxygen/html/classSVF_1_1BranchStmt.html +1 -1
  82. package/SVF-doxygen/html/classSVF_1_1CFLAlias.html +2 -2
  83. package/SVF-doxygen/html/classSVF_1_1CFLBase.html +4 -4
  84. package/SVF-doxygen/html/classSVF_1_1CFLGraphBuilder.html +1 -1
  85. package/SVF-doxygen/html/classSVF_1_1CFLSVFGBuilder-members.html +121 -0
  86. package/SVF-doxygen/html/classSVF_1_1CFLSVFGBuilder.html +473 -0
  87. package/SVF-doxygen/html/classSVF_1_1CFLSVFGBuilder.png +0 -0
  88. package/SVF-doxygen/html/classSVF_1_1CFLVF-members.html +1 -1
  89. package/SVF-doxygen/html/classSVF_1_1CFLVF.html +11 -11
  90. package/SVF-doxygen/html/classSVF_1_1CHGBuilder.html +1 -1
  91. package/SVF-doxygen/html/classSVF_1_1CallPE.html +1 -1
  92. package/SVF-doxygen/html/classSVF_1_1CmpStmt.html +1 -1
  93. package/SVF-doxygen/html/classSVF_1_1ConstraintNode.html +1 -1
  94. package/SVF-doxygen/html/classSVF_1_1CopyStmt.html +1 -1
  95. package/SVF-doxygen/html/classSVF_1_1DCHGraph.html +1 -1
  96. package/SVF-doxygen/html/classSVF_1_1DDAPass.html +9 -9
  97. package/SVF-doxygen/html/classSVF_1_1DDAStat.html +1 -1
  98. package/SVF-doxygen/html/classSVF_1_1DDAVFSolver.html +1 -1
  99. package/SVF-doxygen/html/classSVF_1_1DoubleFreeChecker.html +6 -6
  100. package/SVF-doxygen/html/classSVF_1_1ExtAPI.html +1 -1
  101. package/SVF-doxygen/html/classSVF_1_1FIObjVar.html +1 -1
  102. package/SVF-doxygen/html/classSVF_1_1FileChecker.html +3 -3
  103. package/SVF-doxygen/html/classSVF_1_1FlowDDA.html +1 -1
  104. package/SVF-doxygen/html/classSVF_1_1FlowSensitive.html +4 -4
  105. package/SVF-doxygen/html/classSVF_1_1FlowSensitiveStat.html +1 -1
  106. package/SVF-doxygen/html/classSVF_1_1GepObjVar.html +1 -1
  107. package/SVF-doxygen/html/classSVF_1_1GepStmt.html +1 -1
  108. package/SVF-doxygen/html/classSVF_1_1GepValVar.html +1 -1
  109. package/SVF-doxygen/html/classSVF_1_1ICFG.html +1 -1
  110. package/SVF-doxygen/html/classSVF_1_1LLVMLoopAnalysis.html +1 -1
  111. package/SVF-doxygen/html/classSVF_1_1LLVMModuleSet.html +2 -2
  112. package/SVF-doxygen/html/classSVF_1_1LeakChecker.html +6 -6
  113. package/SVF-doxygen/html/classSVF_1_1LoadStmt.html +1 -1
  114. package/SVF-doxygen/html/classSVF_1_1LockResultValidator.html +1 -1
  115. package/SVF-doxygen/html/classSVF_1_1MHP.html +1 -1
  116. package/SVF-doxygen/html/classSVF_1_1MRGenerator.html +1 -1
  117. package/SVF-doxygen/html/classSVF_1_1MTAAnnotator.html +1 -1
  118. package/SVF-doxygen/html/classSVF_1_1MTAResultValidator.html +1 -1
  119. package/SVF-doxygen/html/classSVF_1_1MTASVFGBuilder.html +3 -3
  120. package/SVF-doxygen/html/classSVF_1_1MTAStat.html +1 -1
  121. package/SVF-doxygen/html/classSVF_1_1MemSSA.html +2 -2
  122. package/SVF-doxygen/html/classSVF_1_1ObjTypeInfo.html +1 -1
  123. package/SVF-doxygen/html/classSVF_1_1ObjVar.html +1 -1
  124. package/SVF-doxygen/html/classSVF_1_1Options-members.html +64 -73
  125. package/SVF-doxygen/html/classSVF_1_1Options.html +128 -362
  126. package/SVF-doxygen/html/classSVF_1_1PhiStmt.html +1 -1
  127. package/SVF-doxygen/html/classSVF_1_1PointerAnalysis.html +12 -12
  128. package/SVF-doxygen/html/classSVF_1_1ProgSlice-members.html +25 -22
  129. package/SVF-doxygen/html/classSVF_1_1ProgSlice.html +493 -366
  130. package/SVF-doxygen/html/classSVF_1_1RetPE.html +1 -1
  131. package/SVF-doxygen/html/classSVF_1_1SVFG-members.html +182 -181
  132. package/SVF-doxygen/html/classSVF_1_1SVFG.html +326 -300
  133. package/SVF-doxygen/html/classSVF_1_1SVFGBuilder.html +6 -5
  134. package/SVF-doxygen/html/classSVF_1_1SVFGBuilder.png +0 -0
  135. package/SVF-doxygen/html/classSVF_1_1SVFGOPT.html +11 -11
  136. package/SVF-doxygen/html/classSVF_1_1SVFIR.html +2 -2
  137. package/SVF-doxygen/html/classSVF_1_1SVFIR2ItvExeState.html +1 -1
  138. package/SVF-doxygen/html/classSVF_1_1SVFIRBuilder.html +7 -7
  139. package/SVF-doxygen/html/classSVF_1_1SaberCondAllocator-members.html +22 -19
  140. package/SVF-doxygen/html/classSVF_1_1SaberCondAllocator.html +239 -160
  141. package/SVF-doxygen/html/classSVF_1_1SaberSVFGBuilder-members.html +11 -9
  142. package/SVF-doxygen/html/classSVF_1_1SaberSVFGBuilder.html +348 -286
  143. package/SVF-doxygen/html/classSVF_1_1SaberSVFGBuilder.png +0 -0
  144. package/SVF-doxygen/html/classSVF_1_1SelectStmt.html +1 -1
  145. package/SVF-doxygen/html/classSVF_1_1SrcSnkDDA.html +263 -261
  146. package/SVF-doxygen/html/classSVF_1_1StoreStmt.html +1 -1
  147. package/SVF-doxygen/html/classSVF_1_1SymbolTableBuilder.html +3 -3
  148. package/SVF-doxygen/html/classSVF_1_1SymbolTableInfo.html +3 -3
  149. package/SVF-doxygen/html/classSVF_1_1TCT.html +1 -1
  150. package/SVF-doxygen/html/classSVF_1_1TDForkPE.html +1 -1
  151. package/SVF-doxygen/html/classSVF_1_1TDJoinPE.html +1 -1
  152. package/SVF-doxygen/html/classSVF_1_1TypeAnalysis.html +1 -1
  153. package/SVF-doxygen/html/classSVF_1_1UnaryOPStmt.html +1 -1
  154. package/SVF-doxygen/html/classSVF_1_1VFG.html +1 -1
  155. package/SVF-doxygen/html/classSVF_1_1ValVar.html +1 -1
  156. package/SVF-doxygen/html/classSVF_1_1VersionedFlowSensitive.html +4 -4
  157. package/SVF-doxygen/html/classSVF_1_1WPAPass.html +5 -5
  158. package/SVF-doxygen/html/classSVF_1_1Z3Expr.html +1 -1
  159. package/SVF-doxygen/html/classes.html +95 -94
  160. package/SVF-doxygen/html/dir_1b8e404556d3e8597ae60437f0a084bf.html +2 -0
  161. package/SVF-doxygen/html/dir_8a9c8659eb68b9cbd3fead4690588a47.html +2 -0
  162. package/SVF-doxygen/html/files.html +6 -4
  163. package/SVF-doxygen/html/functions_b.html +7 -6
  164. package/SVF-doxygen/html/functions_c.html +38 -29
  165. package/SVF-doxygen/html/functions_d.html +0 -15
  166. package/SVF-doxygen/html/functions_f.html +9 -9
  167. package/SVF-doxygen/html/functions_func_b.html +3 -2
  168. package/SVF-doxygen/html/functions_func_c.html +29 -23
  169. package/SVF-doxygen/html/functions_func_g.html +14 -10
  170. package/SVF-doxygen/html/functions_func_r.html +6 -5
  171. package/SVF-doxygen/html/functions_func_s.html +20 -17
  172. package/SVF-doxygen/html/functions_func_~.html +3 -0
  173. package/SVF-doxygen/html/functions_g.html +10 -6
  174. package/SVF-doxygen/html/functions_m.html +4 -7
  175. package/SVF-doxygen/html/functions_n.html +6 -5
  176. package/SVF-doxygen/html/functions_p.html +15 -14
  177. package/SVF-doxygen/html/functions_r.html +10 -6
  178. package/SVF-doxygen/html/functions_rela_c.html +3 -0
  179. package/SVF-doxygen/html/functions_s.html +24 -21
  180. package/SVF-doxygen/html/functions_t.html +5 -11
  181. package/SVF-doxygen/html/functions_type_n.html +2 -1
  182. package/SVF-doxygen/html/functions_type_s.html +6 -1
  183. package/SVF-doxygen/html/functions_type_w.html +1 -0
  184. package/SVF-doxygen/html/functions_v.html +4 -6
  185. package/SVF-doxygen/html/functions_vars_d.html +0 -15
  186. package/SVF-doxygen/html/functions_vars_m.html +1 -4
  187. package/SVF-doxygen/html/functions_vars_p.html +3 -0
  188. package/SVF-doxygen/html/functions_vars_r.html +3 -0
  189. package/SVF-doxygen/html/functions_vars_s.html +2 -7
  190. package/SVF-doxygen/html/functions_vars_t.html +0 -6
  191. package/SVF-doxygen/html/functions_w.html +3 -2
  192. package/SVF-doxygen/html/functions_~.html +3 -0
  193. package/SVF-doxygen/html/hierarchy.html +2 -1
  194. package/SVF-doxygen/html/namespaceSVF.html +2 -0
  195. package/SVF-doxygen/html/search/all_10.js +207 -206
  196. package/SVF-doxygen/html/search/all_11.js +115 -114
  197. package/SVF-doxygen/html/search/all_12.js +335 -335
  198. package/SVF-doxygen/html/search/all_13.js +190 -192
  199. package/SVF-doxygen/html/search/all_14.js +67 -67
  200. package/SVF-doxygen/html/search/all_15.js +167 -167
  201. package/SVF-doxygen/html/search/all_16.js +63 -63
  202. package/SVF-doxygen/html/search/all_17.js +1 -1
  203. package/SVF-doxygen/html/search/all_18.js +1 -1
  204. package/SVF-doxygen/html/search/all_19.js +11 -11
  205. package/SVF-doxygen/html/search/all_1a.js +26 -25
  206. package/SVF-doxygen/html/search/all_2.js +2 -2
  207. package/SVF-doxygen/html/search/all_3.js +466 -462
  208. package/SVF-doxygen/html/search/all_4.js +230 -235
  209. package/SVF-doxygen/html/search/all_5.js +119 -119
  210. package/SVF-doxygen/html/search/all_6.js +226 -226
  211. package/SVF-doxygen/html/search/all_7.js +804 -803
  212. package/SVF-doxygen/html/search/all_9.js +3 -3
  213. package/SVF-doxygen/html/search/all_b.js +1 -1
  214. package/SVF-doxygen/html/search/all_c.js +1 -1
  215. package/SVF-doxygen/html/search/all_d.js +184 -185
  216. package/SVF-doxygen/html/search/all_e.js +207 -207
  217. package/SVF-doxygen/html/search/all_f.js +116 -116
  218. package/SVF-doxygen/html/search/classes_10.js +73 -73
  219. package/SVF-doxygen/html/search/classes_11.js +15 -15
  220. package/SVF-doxygen/html/search/classes_12.js +2 -2
  221. package/SVF-doxygen/html/search/classes_13.js +10 -10
  222. package/SVF-doxygen/html/search/classes_14.js +14 -14
  223. package/SVF-doxygen/html/search/classes_15.js +1 -1
  224. package/SVF-doxygen/html/search/classes_2.js +37 -36
  225. package/SVF-doxygen/html/search/classes_3.js +37 -37
  226. package/SVF-doxygen/html/search/classes_4.js +9 -9
  227. package/SVF-doxygen/html/search/classes_5.js +28 -28
  228. package/SVF-doxygen/html/search/classes_6.js +104 -104
  229. package/SVF-doxygen/html/search/classes_7.js +34 -34
  230. package/SVF-doxygen/html/search/classes_8.js +56 -56
  231. package/SVF-doxygen/html/search/classes_9.js +1 -1
  232. package/SVF-doxygen/html/search/classes_a.js +12 -12
  233. package/SVF-doxygen/html/search/classes_b.js +29 -29
  234. package/SVF-doxygen/html/search/classes_c.js +6 -6
  235. package/SVF-doxygen/html/search/classes_d.js +18 -18
  236. package/SVF-doxygen/html/search/classes_e.js +36 -36
  237. package/SVF-doxygen/html/search/classes_f.js +25 -25
  238. package/SVF-doxygen/html/search/defines_0.js +3 -3
  239. package/SVF-doxygen/html/search/defines_1.js +2 -2
  240. package/SVF-doxygen/html/search/defines_2.js +30 -30
  241. package/SVF-doxygen/html/search/defines_3.js +20 -20
  242. package/SVF-doxygen/html/search/defines_4.js +2 -2
  243. package/SVF-doxygen/html/search/defines_5.js +4 -4
  244. package/SVF-doxygen/html/search/defines_6.js +2 -2
  245. package/SVF-doxygen/html/search/defines_7.js +5 -5
  246. package/SVF-doxygen/html/search/defines_8.js +11 -11
  247. package/SVF-doxygen/html/search/defines_9.js +9 -9
  248. package/SVF-doxygen/html/search/defines_a.js +2 -2
  249. package/SVF-doxygen/html/search/defines_b.js +1 -1
  250. package/SVF-doxygen/html/search/defines_c.js +3 -3
  251. package/SVF-doxygen/html/search/defines_d.js +2 -2
  252. package/SVF-doxygen/html/search/defines_e.js +7 -7
  253. package/SVF-doxygen/html/search/defines_f.js +3 -3
  254. package/SVF-doxygen/html/search/enums_0.js +3 -3
  255. package/SVF-doxygen/html/search/enums_1.js +2 -2
  256. package/SVF-doxygen/html/search/enums_10.js +1 -1
  257. package/SVF-doxygen/html/search/enums_11.js +1 -1
  258. package/SVF-doxygen/html/search/enums_2.js +8 -8
  259. package/SVF-doxygen/html/search/enums_3.js +1 -1
  260. package/SVF-doxygen/html/search/enums_4.js +3 -3
  261. package/SVF-doxygen/html/search/enums_5.js +1 -1
  262. package/SVF-doxygen/html/search/enums_6.js +2 -2
  263. package/SVF-doxygen/html/search/enums_7.js +2 -2
  264. package/SVF-doxygen/html/search/enums_8.js +4 -4
  265. package/SVF-doxygen/html/search/enums_9.js +1 -1
  266. package/SVF-doxygen/html/search/enums_a.js +1 -1
  267. package/SVF-doxygen/html/search/enums_b.js +7 -7
  268. package/SVF-doxygen/html/search/enums_c.js +1 -1
  269. package/SVF-doxygen/html/search/enums_d.js +4 -4
  270. package/SVF-doxygen/html/search/enums_e.js +2 -2
  271. package/SVF-doxygen/html/search/enums_f.js +4 -4
  272. package/SVF-doxygen/html/search/enumvalues_0.js +14 -14
  273. package/SVF-doxygen/html/search/enumvalues_1.js +14 -14
  274. package/SVF-doxygen/html/search/enumvalues_10.js +35 -35
  275. package/SVF-doxygen/html/search/enumvalues_11.js +3 -3
  276. package/SVF-doxygen/html/search/enumvalues_12.js +10 -10
  277. package/SVF-doxygen/html/search/enumvalues_13.js +1 -1
  278. package/SVF-doxygen/html/search/enumvalues_14.js +1 -1
  279. package/SVF-doxygen/html/search/enumvalues_15.js +3 -3
  280. package/SVF-doxygen/html/search/enumvalues_2.js +36 -36
  281. package/SVF-doxygen/html/search/enumvalues_3.js +13 -13
  282. package/SVF-doxygen/html/search/enumvalues_4.js +2 -2
  283. package/SVF-doxygen/html/search/enumvalues_5.js +47 -47
  284. package/SVF-doxygen/html/search/enumvalues_6.js +6 -6
  285. package/SVF-doxygen/html/search/enumvalues_7.js +9 -9
  286. package/SVF-doxygen/html/search/enumvalues_8.js +23 -23
  287. package/SVF-doxygen/html/search/enumvalues_9.js +6 -6
  288. package/SVF-doxygen/html/search/enumvalues_a.js +15 -15
  289. package/SVF-doxygen/html/search/enumvalues_b.js +11 -11
  290. package/SVF-doxygen/html/search/enumvalues_c.js +5 -5
  291. package/SVF-doxygen/html/search/enumvalues_d.js +18 -18
  292. package/SVF-doxygen/html/search/enumvalues_e.js +9 -9
  293. package/SVF-doxygen/html/search/enumvalues_f.js +45 -45
  294. package/SVF-doxygen/html/search/files_0.js +13 -13
  295. package/SVF-doxygen/html/search/files_1.js +7 -7
  296. package/SVF-doxygen/html/search/files_10.js +8 -8
  297. package/SVF-doxygen/html/search/files_11.js +8 -8
  298. package/SVF-doxygen/html/search/files_12.js +2 -2
  299. package/SVF-doxygen/html/search/files_2.js +57 -55
  300. package/SVF-doxygen/html/search/files_3.js +14 -14
  301. package/SVF-doxygen/html/search/files_4.js +5 -5
  302. package/SVF-doxygen/html/search/files_5.js +13 -13
  303. package/SVF-doxygen/html/search/files_6.js +9 -9
  304. package/SVF-doxygen/html/search/files_7.js +14 -14
  305. package/SVF-doxygen/html/search/files_8.js +13 -13
  306. package/SVF-doxygen/html/search/files_9.js +18 -18
  307. package/SVF-doxygen/html/search/files_a.js +3 -3
  308. package/SVF-doxygen/html/search/files_b.js +2 -2
  309. package/SVF-doxygen/html/search/files_c.js +20 -20
  310. package/SVF-doxygen/html/search/files_d.js +4 -4
  311. package/SVF-doxygen/html/search/files_e.js +62 -62
  312. package/SVF-doxygen/html/search/files_f.js +8 -8
  313. package/SVF-doxygen/html/search/functions_0.js +13 -13
  314. package/SVF-doxygen/html/search/functions_1.js +362 -362
  315. package/SVF-doxygen/html/search/functions_10.js +140 -140
  316. package/SVF-doxygen/html/search/functions_11.js +139 -139
  317. package/SVF-doxygen/html/search/functions_12.js +289 -288
  318. package/SVF-doxygen/html/search/functions_13.js +59 -59
  319. package/SVF-doxygen/html/search/functions_14.js +39 -39
  320. package/SVF-doxygen/html/search/functions_15.js +71 -71
  321. package/SVF-doxygen/html/search/functions_16.js +32 -32
  322. package/SVF-doxygen/html/search/functions_17.js +3 -3
  323. package/SVF-doxygen/html/search/functions_18.js +173 -172
  324. package/SVF-doxygen/html/search/functions_2.js +89 -89
  325. package/SVF-doxygen/html/search/functions_3.js +260 -258
  326. package/SVF-doxygen/html/search/functions_4.js +78 -78
  327. package/SVF-doxygen/html/search/functions_5.js +53 -53
  328. package/SVF-doxygen/html/search/functions_6.js +60 -60
  329. package/SVF-doxygen/html/search/functions_7.js +856 -855
  330. package/SVF-doxygen/html/search/functions_8.js +149 -149
  331. package/SVF-doxygen/html/search/functions_9.js +424 -424
  332. package/SVF-doxygen/html/search/functions_a.js +30 -30
  333. package/SVF-doxygen/html/search/functions_b.js +2 -2
  334. package/SVF-doxygen/html/search/functions_c.js +25 -25
  335. package/SVF-doxygen/html/search/functions_d.js +79 -79
  336. package/SVF-doxygen/html/search/functions_e.js +35 -35
  337. package/SVF-doxygen/html/search/functions_f.js +56 -56
  338. package/SVF-doxygen/html/search/namespaces_0.js +1 -1
  339. package/SVF-doxygen/html/search/namespaces_1.js +7 -7
  340. package/SVF-doxygen/html/search/related_0.js +2 -2
  341. package/SVF-doxygen/html/search/related_1.js +2 -2
  342. package/SVF-doxygen/html/search/related_2.js +3 -2
  343. package/SVF-doxygen/html/search/related_3.js +2 -2
  344. package/SVF-doxygen/html/search/related_4.js +2 -2
  345. package/SVF-doxygen/html/search/related_5.js +1 -1
  346. package/SVF-doxygen/html/search/related_6.js +2 -2
  347. package/SVF-doxygen/html/search/related_7.js +4 -4
  348. package/SVF-doxygen/html/search/related_8.js +2 -2
  349. package/SVF-doxygen/html/search/related_9.js +4 -4
  350. package/SVF-doxygen/html/search/related_a.js +19 -19
  351. package/SVF-doxygen/html/search/related_b.js +4 -4
  352. package/SVF-doxygen/html/search/related_c.js +2 -2
  353. package/SVF-doxygen/html/search/related_d.js +12 -12
  354. package/SVF-doxygen/html/search/related_e.js +2 -2
  355. package/SVF-doxygen/html/search/related_f.js +2 -2
  356. package/SVF-doxygen/html/search/typedefs_10.js +17 -16
  357. package/SVF-doxygen/html/search/typedefs_11.js +13 -13
  358. package/SVF-doxygen/html/search/typedefs_12.js +11 -11
  359. package/SVF-doxygen/html/search/typedefs_13.js +33 -33
  360. package/SVF-doxygen/html/search/typedefs_14.js +8 -8
  361. package/SVF-doxygen/html/search/typedefs_c.js +1 -1
  362. package/SVF-doxygen/html/search/variables_0.js +151 -151
  363. package/SVF-doxygen/html/search/variables_1.js +75 -75
  364. package/SVF-doxygen/html/search/variables_10.js +98 -97
  365. package/SVF-doxygen/html/search/variables_11.js +45 -44
  366. package/SVF-doxygen/html/search/variables_12.js +90 -92
  367. package/SVF-doxygen/html/search/variables_13.js +4 -6
  368. package/SVF-doxygen/html/search/variables_2.js +38 -38
  369. package/SVF-doxygen/html/search/variables_3.js +142 -142
  370. package/SVF-doxygen/html/search/variables_4.js +50 -55
  371. package/SVF-doxygen/html/search/variables_5.js +37 -37
  372. package/SVF-doxygen/html/search/variables_6.js +66 -66
  373. package/SVF-doxygen/html/search/variables_7.js +34 -34
  374. package/SVF-doxygen/html/search/variables_8.js +7 -7
  375. package/SVF-doxygen/html/search/variables_9.js +78 -78
  376. package/SVF-doxygen/html/search/variables_a.js +4 -4
  377. package/SVF-doxygen/html/search/variables_b.js +10 -10
  378. package/SVF-doxygen/html/search/variables_c.js +45 -45
  379. package/SVF-doxygen/html/search/variables_d.js +55 -56
  380. package/SVF-doxygen/html/search/variables_e.js +123 -123
  381. package/SVF-doxygen/html/search/variables_f.js +30 -30
  382. package/SVF-doxygen/html/structSVF_1_1DOTGraphTraits_3_01ConstraintGraph_01_5_01_4.html +2 -2
  383. package/SVF-doxygen/html/structSVF_1_1DOTGraphTraits_3_01IRGraph_01_5_01_4.html +1 -1
  384. package/SVF-doxygen/html/structSVF_1_1DOTGraphTraits_3_01SVFG_01_5_01_4.html +2 -2
  385. package/SVF-doxygen/html/structSVF_1_1GenericGraphTraits_3_01SVF_1_1SVFG_01_5_01_4.html +2 -2
  386. package/SVF-doxygen/html/svf-ex_8cpp.html +1 -1
  387. package/SVF-doxygen/html/svf-ex_8cpp_source.html +1 -1
  388. package/package.json +1 -1
  389. package/svf/include/CFL/CFLSVFGBuilder.h +58 -0
  390. package/svf/include/CFL/CFLVF.h +2 -2
  391. package/svf/include/Graphs/SVFG.h +1 -0
  392. package/svf/include/SABER/ProgSlice.h +11 -0
  393. package/svf/include/SABER/SaberCondAllocator.h +8 -0
  394. package/svf/include/SABER/SaberSVFGBuilder.h +12 -2
  395. package/svf/include/Util/Options.h +1 -14
  396. package/svf/lib/CFL/CFLSVFGBuilder.cpp +100 -0
  397. package/svf/lib/SABER/ProgSlice.cpp +48 -1
  398. package/svf/lib/SABER/SaberSVFGBuilder.cpp +5 -0
  399. package/svf/lib/SABER/SrcSnkDDA.cpp +1 -0
  400. package/svf/lib/Util/Options.cpp +6 -64
  401. package/svf/lib/WPA/Andersen.cpp +5 -2
@@ -1,107 +1,107 @@
1
1
  var searchData=
2
2
  [
3
- ['generic_5fbridge_5fgep_5ftype_5fiterator_6572',['generic_bridge_gep_type_iterator',['../classllvm_1_1generic__bridge__gep__type__iterator.html',1,'llvm']]],
4
- ['genericbug_6573',['GenericBug',['../classSVF_1_1GenericBug.html',1,'SVF']]],
5
- ['genericedge_6574',['GenericEdge',['../classSVF_1_1GenericEdge.html',1,'SVF']]],
6
- ['genericedge_3c_20dchnode_20_3e_6575',['GenericEdge< DCHNode >',['../classSVF_1_1GenericEdge.html',1,'SVF']]],
7
- ['genericgraph_6576',['GenericGraph',['../classSVF_1_1GenericGraph.html',1,'SVF']]],
8
- ['genericgraph_3c_20constraintnode_2c_20constraintedge_20_3e_6577',['GenericGraph< ConstraintNode, ConstraintEdge >',['../classSVF_1_1GenericGraph.html',1,'SVF']]],
9
- ['genericgraph_3c_20dchnode_2c_20dchedge_20_3e_6578',['GenericGraph< DCHNode, DCHEdge >',['../classSVF_1_1GenericGraph.html',1,'SVF']]],
10
- ['genericgraph_3c_20svfvar_2c_20svfstmt_20_3e_6579',['GenericGraph< SVFVar, SVFStmt >',['../classSVF_1_1GenericGraph.html',1,'SVF']]],
11
- ['genericgraphreader_6580',['GenericGraphReader',['../classSVF_1_1GenericGraphReader.html',1,'SVF']]],
12
- ['genericgraphreader_3c_20chnode_2c_20chedge_20_3e_6581',['GenericGraphReader< CHNode, CHEdge >',['../classSVF_1_1GenericGraphReader.html',1,'SVF']]],
13
- ['genericgraphreader_3c_20svfvar_2c_20svfstmt_20_3e_6582',['GenericGraphReader< SVFVar, SVFStmt >',['../classSVF_1_1GenericGraphReader.html',1,'SVF']]],
14
- ['genericgraphtraits_6583',['GenericGraphTraits',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
15
- ['genericgraphtraits_3c_20inverse_3c_20inverse_3c_20t_20_3e_20_3e_20_3e_6584',['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_6585',['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_3acfbasicblocknode_20_2a_20_3e_20_3e_6586',['GenericGraphTraits< Inverse< SVF::CFBasicBlockNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1CFBasicBlockNode_01_5_01_4_01_4.html',1,'SVF']]],
18
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3acflnode_20_2a_20_3e_20_3e_6587',['GenericGraphTraits< Inverse< SVF::CFLNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1CFLNode_01_5_01_4_01_4.html',1,'SVF']]],
19
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3achnode_20_2a_20_3e_20_3e_6588',['GenericGraphTraits< Inverse< SVF::CHNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1CHNode_01_5_01_4_01_4.html',1,'SVF']]],
20
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3aconstraintnode_20_2a_20_3e_20_3e_6589',['GenericGraphTraits< Inverse< SVF::ConstraintNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1ConstraintNode_01_5_01_4_01_4.html',1,'SVF']]],
21
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3adchnode_20_2a_20_3e_20_3e_6590',['GenericGraphTraits< Inverse< SVF::DCHNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1DCHNode_01_5_01_4_01_4.html',1,'SVF']]],
22
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20nodety_2c_20edgety_20_3e_20_2a_20_3e_20_3e_6591',['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']]],
23
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acdgnode_2c_20svf_3a_3acdgedge_20_3e_20_2a_20_3e_20_3e_6592',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::CDGNode, SVF::CDGEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
24
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acfbasicblocknode_2c_20svf_3a_3acfbasicblockedge_20_3e_20_2a_20_3e_20_3e_6593',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::CFBasicBlockNode, SVF::CFBasicBlockEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
25
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acflnode_2c_20svf_3a_3acfledge_20_3e_20_2a_20_3e_20_3e_6594',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::CFLNode, SVF::CFLEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
26
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3achnode_2c_20svf_3a_3achedge_20_3e_20_2a_20_3e_20_3e_6595',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::CHNode, SVF::CHEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
27
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aconstraintnode_2c_20svf_3a_3aconstraintedge_20_3e_20_2a_20_3e_20_3e_6596',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::ConstraintNode, SVF::ConstraintEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
28
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3adchnode_2c_20svf_3a_3adchedge_20_3e_20_2a_20_3e_20_3e_6597',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::DCHNode, SVF::DCHEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
29
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aicfgnode_2c_20svf_3a_3aicfgedge_20_3e_20_2a_20_3e_20_3e_6598',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::ICFGNode, SVF::ICFGEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
30
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aptacallgraphnode_2c_20svf_3a_3aptacallgraphedge_20_3e_20_2a_20_3e_20_3e_6599',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::PTACallGraphNode, SVF::PTACallGraphEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
31
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3asvfvar_2c_20svf_3a_3asvfstmt_20_3e_20_2a_20_3e_20_3e_6600',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::SVFVar, SVF::SVFStmt > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
32
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3atctnode_2c_20svf_3a_3atctedge_20_3e_20_2a_20_3e_20_3e_6601',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::TCTNode, SVF::TCTEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
33
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3avfgnode_2c_20svf_3a_3avfgedge_20_3e_20_2a_20_3e_20_3e_6602',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::VFGNode, SVF::VFGEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
34
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3aicfgnode_20_2a_20_3e_20_3e_6603',['GenericGraphTraits< Inverse< SVF::ICFGNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1ICFGNode_01_5_01_4_01_4.html',1,'SVF']]],
35
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3aptacallgraphnode_20_2a_20_3e_20_3e_6604',['GenericGraphTraits< Inverse< SVF::PTACallGraphNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1PTACallGraphNode_01_5_01_4_01_4.html',1,'SVF']]],
36
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3asvfvar_20_2a_20_3e_20_3e_6605',['GenericGraphTraits< Inverse< SVF::SVFVar * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1SVFVar_01_5_01_4_01_4.html',1,'SVF']]],
37
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3atctnode_20_2a_20_3e_20_3e_6606',['GenericGraphTraits< Inverse< SVF::TCTNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1TCTNode_01_5_01_4_01_4.html',1,'SVF']]],
38
- ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3avfgnode_20_2a_20_3e_20_3e_6607',['GenericGraphTraits< Inverse< SVF::VFGNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1VFGNode_01_5_01_4_01_4.html',1,'SVF']]],
39
- ['genericgraphtraits_3c_20svf_3a_3acdg_20_2a_20_3e_6608',['GenericGraphTraits< SVF::CDG * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CDG_01_5_01_4.html',1,'SVF']]],
40
- ['genericgraphtraits_3c_20svf_3a_3acdgnode_20_2a_20_3e_6609',['GenericGraphTraits< SVF::CDGNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CDGNode_01_5_01_4.html',1,'SVF']]],
41
- ['genericgraphtraits_3c_20svf_3a_3acfbasicblockgraph_20_2a_20_3e_6610',['GenericGraphTraits< SVF::CFBasicBlockGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CFBasicBlockGraph_01_5_01_4.html',1,'SVF']]],
42
- ['genericgraphtraits_3c_20svf_3a_3acfbasicblocknode_20_2a_20_3e_6611',['GenericGraphTraits< SVF::CFBasicBlockNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CFBasicBlockNode_01_5_01_4.html',1,'SVF']]],
43
- ['genericgraphtraits_3c_20svf_3a_3acflgraph_20_2a_20_3e_6612',['GenericGraphTraits< SVF::CFLGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CFLGraph_01_5_01_4.html',1,'SVF']]],
44
- ['genericgraphtraits_3c_20svf_3a_3acflnode_20_2a_20_3e_6613',['GenericGraphTraits< SVF::CFLNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CFLNode_01_5_01_4.html',1,'SVF']]],
45
- ['genericgraphtraits_3c_20svf_3a_3achgraph_20_2a_20_3e_6614',['GenericGraphTraits< SVF::CHGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CHGraph_01_5_01_4.html',1,'SVF']]],
46
- ['genericgraphtraits_3c_20svf_3a_3achnode_20_2a_20_3e_6615',['GenericGraphTraits< SVF::CHNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CHNode_01_5_01_4.html',1,'SVF']]],
47
- ['genericgraphtraits_3c_20svf_3a_3aconstraintgraph_20_2a_20_3e_6616',['GenericGraphTraits< SVF::ConstraintGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1ConstraintGraph_01_5_01_4.html',1,'SVF']]],
48
- ['genericgraphtraits_3c_20svf_3a_3aconstraintnode_20_2a_20_3e_6617',['GenericGraphTraits< SVF::ConstraintNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1ConstraintNode_01_5_01_4.html',1,'SVF']]],
49
- ['genericgraphtraits_3c_20svf_3a_3adchgraph_20_2a_20_3e_6618',['GenericGraphTraits< SVF::DCHGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1DCHGraph_01_5_01_4.html',1,'SVF']]],
50
- ['genericgraphtraits_3c_20svf_3a_3adchnode_20_2a_20_3e_6619',['GenericGraphTraits< SVF::DCHNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1DCHNode_01_5_01_4.html',1,'SVF']]],
51
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20nodety_2c_20edgety_20_3e_20_2a_20_3e_6620',['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']]],
52
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3acdgnode_2c_20svf_3a_3acdgedge_20_3e_20_2a_20_3e_6621',['GenericGraphTraits< SVF::GenericGraph< SVF::CDGNode, SVF::CDGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
53
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3acfbasicblocknode_2c_20svf_3a_3acfbasicblockedge_20_3e_20_2a_20_3e_6622',['GenericGraphTraits< SVF::GenericGraph< SVF::CFBasicBlockNode, SVF::CFBasicBlockEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
54
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3acflnode_2c_20svf_3a_3acfledge_20_3e_20_2a_20_3e_6623',['GenericGraphTraits< SVF::GenericGraph< SVF::CFLNode, SVF::CFLEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
55
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3achnode_2c_20svf_3a_3achedge_20_3e_20_2a_20_3e_6624',['GenericGraphTraits< SVF::GenericGraph< SVF::CHNode, SVF::CHEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
56
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3aconstraintnode_2c_20svf_3a_3aconstraintedge_20_3e_20_2a_20_3e_6625',['GenericGraphTraits< SVF::GenericGraph< SVF::ConstraintNode, SVF::ConstraintEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
57
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3adchnode_2c_20svf_3a_3adchedge_20_3e_20_2a_20_3e_6626',['GenericGraphTraits< SVF::GenericGraph< SVF::DCHNode, SVF::DCHEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
58
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3aicfgnode_2c_20svf_3a_3aicfgedge_20_3e_20_2a_20_3e_6627',['GenericGraphTraits< SVF::GenericGraph< SVF::ICFGNode, SVF::ICFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
59
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3aptacallgraphnode_2c_20svf_3a_3aptacallgraphedge_20_3e_20_2a_20_3e_6628',['GenericGraphTraits< SVF::GenericGraph< SVF::PTACallGraphNode, SVF::PTACallGraphEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
60
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3asvfgnode_2c_20svf_3a_3asvfgedge_20_3e_20_2a_20_3e_6629',['GenericGraphTraits< SVF::GenericGraph< SVF::SVFGNode, SVF::SVFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
61
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3asvfvar_2c_20svf_3a_3asvfstmt_20_3e_20_2a_20_3e_6630',['GenericGraphTraits< SVF::GenericGraph< SVF::SVFVar, SVF::SVFStmt > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
62
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3atctnode_2c_20svf_3a_3atctedge_20_3e_20_2a_20_3e_6631',['GenericGraphTraits< SVF::GenericGraph< SVF::TCTNode, SVF::TCTEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
63
- ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3avfgnode_2c_20svf_3a_3avfgedge_20_3e_20_2a_20_3e_6632',['GenericGraphTraits< SVF::GenericGraph< SVF::VFGNode, SVF::VFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
64
- ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20nodety_2c_20edgety_20_3e_20_2a_20_3e_6633',['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']]],
65
- ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acdgnode_2c_20svf_3a_3acdgedge_20_3e_20_2a_20_3e_6634',['GenericGraphTraits< SVF::GenericNode< SVF::CDGNode, SVF::CDGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
66
- ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acfbasicblocknode_2c_20svf_3a_3acfbasicblockedge_20_3e_20_2a_20_3e_6635',['GenericGraphTraits< SVF::GenericNode< SVF::CFBasicBlockNode, SVF::CFBasicBlockEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
67
- ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acflnode_2c_20svf_3a_3acfledge_20_3e_20_2a_20_3e_6636',['GenericGraphTraits< SVF::GenericNode< SVF::CFLNode, SVF::CFLEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
68
- ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3achnode_2c_20svf_3a_3achedge_20_3e_20_2a_20_3e_6637',['GenericGraphTraits< SVF::GenericNode< SVF::CHNode, SVF::CHEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
69
- ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aconstraintnode_2c_20svf_3a_3aconstraintedge_20_3e_20_2a_20_3e_6638',['GenericGraphTraits< SVF::GenericNode< SVF::ConstraintNode, SVF::ConstraintEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
70
- ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3adchnode_2c_20svf_3a_3adchedge_20_3e_20_2a_20_3e_6639',['GenericGraphTraits< SVF::GenericNode< SVF::DCHNode, SVF::DCHEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
71
- ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aicfgnode_2c_20svf_3a_3aicfgedge_20_3e_20_2a_20_3e_6640',['GenericGraphTraits< SVF::GenericNode< SVF::ICFGNode, SVF::ICFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
72
- ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aptacallgraphnode_2c_20svf_3a_3aptacallgraphedge_20_3e_20_2a_20_3e_6641',['GenericGraphTraits< SVF::GenericNode< SVF::PTACallGraphNode, SVF::PTACallGraphEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
73
- ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3asvfvar_2c_20svf_3a_3asvfstmt_20_3e_20_2a_20_3e_6642',['GenericGraphTraits< SVF::GenericNode< SVF::SVFVar, SVF::SVFStmt > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
74
- ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3atctnode_2c_20svf_3a_3atctedge_20_3e_20_2a_20_3e_6643',['GenericGraphTraits< SVF::GenericNode< SVF::TCTNode, SVF::TCTEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
75
- ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3avfgnode_2c_20svf_3a_3avfgedge_20_3e_20_2a_20_3e_6644',['GenericGraphTraits< SVF::GenericNode< SVF::VFGNode, SVF::VFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
76
- ['genericgraphtraits_3c_20svf_3a_3aicfg_20_2a_20_3e_6645',['GenericGraphTraits< SVF::ICFG * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1ICFG_01_5_01_4.html',1,'SVF']]],
77
- ['genericgraphtraits_3c_20svf_3a_3aicfgnode_20_2a_20_3e_6646',['GenericGraphTraits< SVF::ICFGNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1ICFGNode_01_5_01_4.html',1,'SVF']]],
78
- ['genericgraphtraits_3c_20svf_3a_3airgraph_20_2a_20_3e_6647',['GenericGraphTraits< SVF::IRGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1IRGraph_01_5_01_4.html',1,'SVF']]],
79
- ['genericgraphtraits_3c_20svf_3a_3aptacallgraph_20_2a_20_3e_6648',['GenericGraphTraits< SVF::PTACallGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1PTACallGraph_01_5_01_4.html',1,'SVF']]],
80
- ['genericgraphtraits_3c_20svf_3a_3aptacallgraphnode_20_2a_20_3e_6649',['GenericGraphTraits< SVF::PTACallGraphNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1PTACallGraphNode_01_5_01_4.html',1,'SVF']]],
81
- ['genericgraphtraits_3c_20svf_3a_3asvfg_20_2a_20_3e_6650',['GenericGraphTraits< SVF::SVFG * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1SVFG_01_5_01_4.html',1,'SVF']]],
82
- ['genericgraphtraits_3c_20svf_3a_3asvfvar_20_2a_20_3e_6651',['GenericGraphTraits< SVF::SVFVar * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1SVFVar_01_5_01_4.html',1,'SVF']]],
83
- ['genericgraphtraits_3c_20svf_3a_3atct_20_2a_20_3e_6652',['GenericGraphTraits< SVF::TCT * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1TCT_01_5_01_4.html',1,'SVF']]],
84
- ['genericgraphtraits_3c_20svf_3a_3atctnode_20_2a_20_3e_6653',['GenericGraphTraits< SVF::TCTNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1TCTNode_01_5_01_4.html',1,'SVF']]],
85
- ['genericgraphtraits_3c_20svf_3a_3avfg_20_2a_20_3e_6654',['GenericGraphTraits< SVF::VFG * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1VFG_01_5_01_4.html',1,'SVF']]],
86
- ['genericgraphtraits_3c_20svf_3a_3avfgnode_20_2a_20_3e_6655',['GenericGraphTraits< SVF::VFGNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1VFGNode_01_5_01_4.html',1,'SVF']]],
87
- ['genericgraphtraits_3c_20t_20_3e_6656',['GenericGraphTraits< T >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
88
- ['genericgraphwriter_6657',['GenericGraphWriter',['../classSVF_1_1GenericGraphWriter.html',1,'SVF']]],
89
- ['genericgraphwriter_3c_20chnode_2c_20chedge_20_3e_6658',['GenericGraphWriter< CHNode, CHEdge >',['../classSVF_1_1GenericGraphWriter.html',1,'SVF']]],
90
- ['genericgraphwriter_3c_20svfvar_2c_20svfstmt_20_3e_6659',['GenericGraphWriter< SVFVar, SVFStmt >',['../classSVF_1_1GenericGraphWriter.html',1,'SVF']]],
91
- ['genericnode_6660',['GenericNode',['../classSVF_1_1GenericNode.html',1,'SVF']]],
92
- ['genericnode_3c_20cflnode_2c_20cfledge_20_3e_6661',['GenericNode< CFLNode, CFLEdge >',['../classSVF_1_1GenericNode.html',1,'SVF']]],
93
- ['genericnode_3c_20constraintnode_2c_20constraintedge_20_3e_6662',['GenericNode< ConstraintNode, ConstraintEdge >',['../classSVF_1_1GenericNode.html',1,'SVF']]],
94
- ['genericnode_3c_20dchnode_2c_20dchedge_20_3e_6663',['GenericNode< DCHNode, DCHEdge >',['../classSVF_1_1GenericNode.html',1,'SVF']]],
95
- ['gepcgedge_6664',['GepCGEdge',['../classSVF_1_1GepCGEdge.html',1,'SVF']]],
96
- ['gepobjvar_6665',['GepObjVar',['../classSVF_1_1GepObjVar.html',1,'SVF']]],
97
- ['gepstmt_6666',['GepStmt',['../classSVF_1_1GepStmt.html',1,'SVF']]],
98
- ['gepvalvar_6667',['GepValVar',['../classSVF_1_1GepValVar.html',1,'SVF']]],
99
- ['gepvfgnode_6668',['GepVFGNode',['../classSVF_1_1GepVFGNode.html',1,'SVF']]],
100
- ['globalicfgnode_6669',['GlobalICFGNode',['../classSVF_1_1GlobalICFGNode.html',1,'SVF']]],
101
- ['gnodesccinfo_6670',['GNodeSCCInfo',['../classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html',1,'SVF::SCCDetection']]],
102
- ['grammarbase_6671',['GrammarBase',['../classSVF_1_1GrammarBase.html',1,'SVF']]],
103
- ['grammarbuilder_6672',['GrammarBuilder',['../classSVF_1_1GrammarBuilder.html',1,'SVF']]],
104
- ['graphprinter_6673',['GraphPrinter',['../classSVF_1_1GraphPrinter.html',1,'SVF']]],
105
- ['graphreachsolver_6674',['GraphReachSolver',['../classSVF_1_1GraphReachSolver.html',1,'SVF']]],
106
- ['graphwriter_6675',['GraphWriter',['../classSVF_1_1GraphWriter.html',1,'SVF']]]
3
+ ['generic_5fbridge_5fgep_5ftype_5fiterator_6573',['generic_bridge_gep_type_iterator',['../classllvm_1_1generic__bridge__gep__type__iterator.html',1,'llvm']]],
4
+ ['genericbug_6574',['GenericBug',['../classSVF_1_1GenericBug.html',1,'SVF']]],
5
+ ['genericedge_6575',['GenericEdge',['../classSVF_1_1GenericEdge.html',1,'SVF']]],
6
+ ['genericedge_3c_20dchnode_20_3e_6576',['GenericEdge< DCHNode >',['../classSVF_1_1GenericEdge.html',1,'SVF']]],
7
+ ['genericgraph_6577',['GenericGraph',['../classSVF_1_1GenericGraph.html',1,'SVF']]],
8
+ ['genericgraph_3c_20constraintnode_2c_20constraintedge_20_3e_6578',['GenericGraph< ConstraintNode, ConstraintEdge >',['../classSVF_1_1GenericGraph.html',1,'SVF']]],
9
+ ['genericgraph_3c_20dchnode_2c_20dchedge_20_3e_6579',['GenericGraph< DCHNode, DCHEdge >',['../classSVF_1_1GenericGraph.html',1,'SVF']]],
10
+ ['genericgraph_3c_20svfvar_2c_20svfstmt_20_3e_6580',['GenericGraph< SVFVar, SVFStmt >',['../classSVF_1_1GenericGraph.html',1,'SVF']]],
11
+ ['genericgraphreader_6581',['GenericGraphReader',['../classSVF_1_1GenericGraphReader.html',1,'SVF']]],
12
+ ['genericgraphreader_3c_20chnode_2c_20chedge_20_3e_6582',['GenericGraphReader< CHNode, CHEdge >',['../classSVF_1_1GenericGraphReader.html',1,'SVF']]],
13
+ ['genericgraphreader_3c_20svfvar_2c_20svfstmt_20_3e_6583',['GenericGraphReader< SVFVar, SVFStmt >',['../classSVF_1_1GenericGraphReader.html',1,'SVF']]],
14
+ ['genericgraphtraits_6584',['GenericGraphTraits',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
15
+ ['genericgraphtraits_3c_20inverse_3c_20inverse_3c_20t_20_3e_20_3e_20_3e_6585',['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_6586',['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_3acfbasicblocknode_20_2a_20_3e_20_3e_6587',['GenericGraphTraits< Inverse< SVF::CFBasicBlockNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1CFBasicBlockNode_01_5_01_4_01_4.html',1,'SVF']]],
18
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3acflnode_20_2a_20_3e_20_3e_6588',['GenericGraphTraits< Inverse< SVF::CFLNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1CFLNode_01_5_01_4_01_4.html',1,'SVF']]],
19
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3achnode_20_2a_20_3e_20_3e_6589',['GenericGraphTraits< Inverse< SVF::CHNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1CHNode_01_5_01_4_01_4.html',1,'SVF']]],
20
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3aconstraintnode_20_2a_20_3e_20_3e_6590',['GenericGraphTraits< Inverse< SVF::ConstraintNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1ConstraintNode_01_5_01_4_01_4.html',1,'SVF']]],
21
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3adchnode_20_2a_20_3e_20_3e_6591',['GenericGraphTraits< Inverse< SVF::DCHNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1DCHNode_01_5_01_4_01_4.html',1,'SVF']]],
22
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20nodety_2c_20edgety_20_3e_20_2a_20_3e_20_3e_6592',['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']]],
23
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acdgnode_2c_20svf_3a_3acdgedge_20_3e_20_2a_20_3e_20_3e_6593',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::CDGNode, SVF::CDGEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
24
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acfbasicblocknode_2c_20svf_3a_3acfbasicblockedge_20_3e_20_2a_20_3e_20_3e_6594',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::CFBasicBlockNode, SVF::CFBasicBlockEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
25
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acflnode_2c_20svf_3a_3acfledge_20_3e_20_2a_20_3e_20_3e_6595',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::CFLNode, SVF::CFLEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
26
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3achnode_2c_20svf_3a_3achedge_20_3e_20_2a_20_3e_20_3e_6596',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::CHNode, SVF::CHEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
27
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aconstraintnode_2c_20svf_3a_3aconstraintedge_20_3e_20_2a_20_3e_20_3e_6597',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::ConstraintNode, SVF::ConstraintEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
28
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3adchnode_2c_20svf_3a_3adchedge_20_3e_20_2a_20_3e_20_3e_6598',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::DCHNode, SVF::DCHEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
29
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aicfgnode_2c_20svf_3a_3aicfgedge_20_3e_20_2a_20_3e_20_3e_6599',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::ICFGNode, SVF::ICFGEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
30
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aptacallgraphnode_2c_20svf_3a_3aptacallgraphedge_20_3e_20_2a_20_3e_20_3e_6600',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::PTACallGraphNode, SVF::PTACallGraphEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
31
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3asvfvar_2c_20svf_3a_3asvfstmt_20_3e_20_2a_20_3e_20_3e_6601',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::SVFVar, SVF::SVFStmt > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
32
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3atctnode_2c_20svf_3a_3atctedge_20_3e_20_2a_20_3e_20_3e_6602',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::TCTNode, SVF::TCTEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
33
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3agenericnode_3c_20svf_3a_3avfgnode_2c_20svf_3a_3avfgedge_20_3e_20_2a_20_3e_20_3e_6603',['GenericGraphTraits< Inverse< SVF::GenericNode< SVF::VFGNode, SVF::VFGEdge > * > >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
34
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3aicfgnode_20_2a_20_3e_20_3e_6604',['GenericGraphTraits< Inverse< SVF::ICFGNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1ICFGNode_01_5_01_4_01_4.html',1,'SVF']]],
35
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3aptacallgraphnode_20_2a_20_3e_20_3e_6605',['GenericGraphTraits< Inverse< SVF::PTACallGraphNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1PTACallGraphNode_01_5_01_4_01_4.html',1,'SVF']]],
36
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3asvfvar_20_2a_20_3e_20_3e_6606',['GenericGraphTraits< Inverse< SVF::SVFVar * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1SVFVar_01_5_01_4_01_4.html',1,'SVF']]],
37
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3atctnode_20_2a_20_3e_20_3e_6607',['GenericGraphTraits< Inverse< SVF::TCTNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1TCTNode_01_5_01_4_01_4.html',1,'SVF']]],
38
+ ['genericgraphtraits_3c_20inverse_3c_20svf_3a_3avfgnode_20_2a_20_3e_20_3e_6608',['GenericGraphTraits< Inverse< SVF::VFGNode * > >',['../structSVF_1_1GenericGraphTraits_3_01Inverse_3_01SVF_1_1VFGNode_01_5_01_4_01_4.html',1,'SVF']]],
39
+ ['genericgraphtraits_3c_20svf_3a_3acdg_20_2a_20_3e_6609',['GenericGraphTraits< SVF::CDG * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CDG_01_5_01_4.html',1,'SVF']]],
40
+ ['genericgraphtraits_3c_20svf_3a_3acdgnode_20_2a_20_3e_6610',['GenericGraphTraits< SVF::CDGNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CDGNode_01_5_01_4.html',1,'SVF']]],
41
+ ['genericgraphtraits_3c_20svf_3a_3acfbasicblockgraph_20_2a_20_3e_6611',['GenericGraphTraits< SVF::CFBasicBlockGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CFBasicBlockGraph_01_5_01_4.html',1,'SVF']]],
42
+ ['genericgraphtraits_3c_20svf_3a_3acfbasicblocknode_20_2a_20_3e_6612',['GenericGraphTraits< SVF::CFBasicBlockNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CFBasicBlockNode_01_5_01_4.html',1,'SVF']]],
43
+ ['genericgraphtraits_3c_20svf_3a_3acflgraph_20_2a_20_3e_6613',['GenericGraphTraits< SVF::CFLGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CFLGraph_01_5_01_4.html',1,'SVF']]],
44
+ ['genericgraphtraits_3c_20svf_3a_3acflnode_20_2a_20_3e_6614',['GenericGraphTraits< SVF::CFLNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CFLNode_01_5_01_4.html',1,'SVF']]],
45
+ ['genericgraphtraits_3c_20svf_3a_3achgraph_20_2a_20_3e_6615',['GenericGraphTraits< SVF::CHGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CHGraph_01_5_01_4.html',1,'SVF']]],
46
+ ['genericgraphtraits_3c_20svf_3a_3achnode_20_2a_20_3e_6616',['GenericGraphTraits< SVF::CHNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1CHNode_01_5_01_4.html',1,'SVF']]],
47
+ ['genericgraphtraits_3c_20svf_3a_3aconstraintgraph_20_2a_20_3e_6617',['GenericGraphTraits< SVF::ConstraintGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1ConstraintGraph_01_5_01_4.html',1,'SVF']]],
48
+ ['genericgraphtraits_3c_20svf_3a_3aconstraintnode_20_2a_20_3e_6618',['GenericGraphTraits< SVF::ConstraintNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1ConstraintNode_01_5_01_4.html',1,'SVF']]],
49
+ ['genericgraphtraits_3c_20svf_3a_3adchgraph_20_2a_20_3e_6619',['GenericGraphTraits< SVF::DCHGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1DCHGraph_01_5_01_4.html',1,'SVF']]],
50
+ ['genericgraphtraits_3c_20svf_3a_3adchnode_20_2a_20_3e_6620',['GenericGraphTraits< SVF::DCHNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1DCHNode_01_5_01_4.html',1,'SVF']]],
51
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20nodety_2c_20edgety_20_3e_20_2a_20_3e_6621',['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']]],
52
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3acdgnode_2c_20svf_3a_3acdgedge_20_3e_20_2a_20_3e_6622',['GenericGraphTraits< SVF::GenericGraph< SVF::CDGNode, SVF::CDGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
53
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3acfbasicblocknode_2c_20svf_3a_3acfbasicblockedge_20_3e_20_2a_20_3e_6623',['GenericGraphTraits< SVF::GenericGraph< SVF::CFBasicBlockNode, SVF::CFBasicBlockEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
54
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3acflnode_2c_20svf_3a_3acfledge_20_3e_20_2a_20_3e_6624',['GenericGraphTraits< SVF::GenericGraph< SVF::CFLNode, SVF::CFLEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
55
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3achnode_2c_20svf_3a_3achedge_20_3e_20_2a_20_3e_6625',['GenericGraphTraits< SVF::GenericGraph< SVF::CHNode, SVF::CHEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
56
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3aconstraintnode_2c_20svf_3a_3aconstraintedge_20_3e_20_2a_20_3e_6626',['GenericGraphTraits< SVF::GenericGraph< SVF::ConstraintNode, SVF::ConstraintEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
57
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3adchnode_2c_20svf_3a_3adchedge_20_3e_20_2a_20_3e_6627',['GenericGraphTraits< SVF::GenericGraph< SVF::DCHNode, SVF::DCHEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
58
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3aicfgnode_2c_20svf_3a_3aicfgedge_20_3e_20_2a_20_3e_6628',['GenericGraphTraits< SVF::GenericGraph< SVF::ICFGNode, SVF::ICFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
59
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3aptacallgraphnode_2c_20svf_3a_3aptacallgraphedge_20_3e_20_2a_20_3e_6629',['GenericGraphTraits< SVF::GenericGraph< SVF::PTACallGraphNode, SVF::PTACallGraphEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
60
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3asvfgnode_2c_20svf_3a_3asvfgedge_20_3e_20_2a_20_3e_6630',['GenericGraphTraits< SVF::GenericGraph< SVF::SVFGNode, SVF::SVFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
61
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3asvfvar_2c_20svf_3a_3asvfstmt_20_3e_20_2a_20_3e_6631',['GenericGraphTraits< SVF::GenericGraph< SVF::SVFVar, SVF::SVFStmt > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
62
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3atctnode_2c_20svf_3a_3atctedge_20_3e_20_2a_20_3e_6632',['GenericGraphTraits< SVF::GenericGraph< SVF::TCTNode, SVF::TCTEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
63
+ ['genericgraphtraits_3c_20svf_3a_3agenericgraph_3c_20svf_3a_3avfgnode_2c_20svf_3a_3avfgedge_20_3e_20_2a_20_3e_6633',['GenericGraphTraits< SVF::GenericGraph< SVF::VFGNode, SVF::VFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
64
+ ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20nodety_2c_20edgety_20_3e_20_2a_20_3e_6634',['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']]],
65
+ ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acdgnode_2c_20svf_3a_3acdgedge_20_3e_20_2a_20_3e_6635',['GenericGraphTraits< SVF::GenericNode< SVF::CDGNode, SVF::CDGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
66
+ ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acfbasicblocknode_2c_20svf_3a_3acfbasicblockedge_20_3e_20_2a_20_3e_6636',['GenericGraphTraits< SVF::GenericNode< SVF::CFBasicBlockNode, SVF::CFBasicBlockEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
67
+ ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3acflnode_2c_20svf_3a_3acfledge_20_3e_20_2a_20_3e_6637',['GenericGraphTraits< SVF::GenericNode< SVF::CFLNode, SVF::CFLEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
68
+ ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3achnode_2c_20svf_3a_3achedge_20_3e_20_2a_20_3e_6638',['GenericGraphTraits< SVF::GenericNode< SVF::CHNode, SVF::CHEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
69
+ ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aconstraintnode_2c_20svf_3a_3aconstraintedge_20_3e_20_2a_20_3e_6639',['GenericGraphTraits< SVF::GenericNode< SVF::ConstraintNode, SVF::ConstraintEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
70
+ ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3adchnode_2c_20svf_3a_3adchedge_20_3e_20_2a_20_3e_6640',['GenericGraphTraits< SVF::GenericNode< SVF::DCHNode, SVF::DCHEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
71
+ ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aicfgnode_2c_20svf_3a_3aicfgedge_20_3e_20_2a_20_3e_6641',['GenericGraphTraits< SVF::GenericNode< SVF::ICFGNode, SVF::ICFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
72
+ ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3aptacallgraphnode_2c_20svf_3a_3aptacallgraphedge_20_3e_20_2a_20_3e_6642',['GenericGraphTraits< SVF::GenericNode< SVF::PTACallGraphNode, SVF::PTACallGraphEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
73
+ ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3asvfvar_2c_20svf_3a_3asvfstmt_20_3e_20_2a_20_3e_6643',['GenericGraphTraits< SVF::GenericNode< SVF::SVFVar, SVF::SVFStmt > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
74
+ ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3atctnode_2c_20svf_3a_3atctedge_20_3e_20_2a_20_3e_6644',['GenericGraphTraits< SVF::GenericNode< SVF::TCTNode, SVF::TCTEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
75
+ ['genericgraphtraits_3c_20svf_3a_3agenericnode_3c_20svf_3a_3avfgnode_2c_20svf_3a_3avfgedge_20_3e_20_2a_20_3e_6645',['GenericGraphTraits< SVF::GenericNode< SVF::VFGNode, SVF::VFGEdge > * >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
76
+ ['genericgraphtraits_3c_20svf_3a_3aicfg_20_2a_20_3e_6646',['GenericGraphTraits< SVF::ICFG * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1ICFG_01_5_01_4.html',1,'SVF']]],
77
+ ['genericgraphtraits_3c_20svf_3a_3aicfgnode_20_2a_20_3e_6647',['GenericGraphTraits< SVF::ICFGNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1ICFGNode_01_5_01_4.html',1,'SVF']]],
78
+ ['genericgraphtraits_3c_20svf_3a_3airgraph_20_2a_20_3e_6648',['GenericGraphTraits< SVF::IRGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1IRGraph_01_5_01_4.html',1,'SVF']]],
79
+ ['genericgraphtraits_3c_20svf_3a_3aptacallgraph_20_2a_20_3e_6649',['GenericGraphTraits< SVF::PTACallGraph * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1PTACallGraph_01_5_01_4.html',1,'SVF']]],
80
+ ['genericgraphtraits_3c_20svf_3a_3aptacallgraphnode_20_2a_20_3e_6650',['GenericGraphTraits< SVF::PTACallGraphNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1PTACallGraphNode_01_5_01_4.html',1,'SVF']]],
81
+ ['genericgraphtraits_3c_20svf_3a_3asvfg_20_2a_20_3e_6651',['GenericGraphTraits< SVF::SVFG * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1SVFG_01_5_01_4.html',1,'SVF']]],
82
+ ['genericgraphtraits_3c_20svf_3a_3asvfvar_20_2a_20_3e_6652',['GenericGraphTraits< SVF::SVFVar * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1SVFVar_01_5_01_4.html',1,'SVF']]],
83
+ ['genericgraphtraits_3c_20svf_3a_3atct_20_2a_20_3e_6653',['GenericGraphTraits< SVF::TCT * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1TCT_01_5_01_4.html',1,'SVF']]],
84
+ ['genericgraphtraits_3c_20svf_3a_3atctnode_20_2a_20_3e_6654',['GenericGraphTraits< SVF::TCTNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1TCTNode_01_5_01_4.html',1,'SVF']]],
85
+ ['genericgraphtraits_3c_20svf_3a_3avfg_20_2a_20_3e_6655',['GenericGraphTraits< SVF::VFG * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1VFG_01_5_01_4.html',1,'SVF']]],
86
+ ['genericgraphtraits_3c_20svf_3a_3avfgnode_20_2a_20_3e_6656',['GenericGraphTraits< SVF::VFGNode * >',['../structSVF_1_1GenericGraphTraits_3_01SVF_1_1VFGNode_01_5_01_4.html',1,'SVF']]],
87
+ ['genericgraphtraits_3c_20t_20_3e_6657',['GenericGraphTraits< T >',['../structSVF_1_1GenericGraphTraits.html',1,'SVF']]],
88
+ ['genericgraphwriter_6658',['GenericGraphWriter',['../classSVF_1_1GenericGraphWriter.html',1,'SVF']]],
89
+ ['genericgraphwriter_3c_20chnode_2c_20chedge_20_3e_6659',['GenericGraphWriter< CHNode, CHEdge >',['../classSVF_1_1GenericGraphWriter.html',1,'SVF']]],
90
+ ['genericgraphwriter_3c_20svfvar_2c_20svfstmt_20_3e_6660',['GenericGraphWriter< SVFVar, SVFStmt >',['../classSVF_1_1GenericGraphWriter.html',1,'SVF']]],
91
+ ['genericnode_6661',['GenericNode',['../classSVF_1_1GenericNode.html',1,'SVF']]],
92
+ ['genericnode_3c_20cflnode_2c_20cfledge_20_3e_6662',['GenericNode< CFLNode, CFLEdge >',['../classSVF_1_1GenericNode.html',1,'SVF']]],
93
+ ['genericnode_3c_20constraintnode_2c_20constraintedge_20_3e_6663',['GenericNode< ConstraintNode, ConstraintEdge >',['../classSVF_1_1GenericNode.html',1,'SVF']]],
94
+ ['genericnode_3c_20dchnode_2c_20dchedge_20_3e_6664',['GenericNode< DCHNode, DCHEdge >',['../classSVF_1_1GenericNode.html',1,'SVF']]],
95
+ ['gepcgedge_6665',['GepCGEdge',['../classSVF_1_1GepCGEdge.html',1,'SVF']]],
96
+ ['gepobjvar_6666',['GepObjVar',['../classSVF_1_1GepObjVar.html',1,'SVF']]],
97
+ ['gepstmt_6667',['GepStmt',['../classSVF_1_1GepStmt.html',1,'SVF']]],
98
+ ['gepvalvar_6668',['GepValVar',['../classSVF_1_1GepValVar.html',1,'SVF']]],
99
+ ['gepvfgnode_6669',['GepVFGNode',['../classSVF_1_1GepVFGNode.html',1,'SVF']]],
100
+ ['globalicfgnode_6670',['GlobalICFGNode',['../classSVF_1_1GlobalICFGNode.html',1,'SVF']]],
101
+ ['gnodesccinfo_6671',['GNodeSCCInfo',['../classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html',1,'SVF::SCCDetection']]],
102
+ ['grammarbase_6672',['GrammarBase',['../classSVF_1_1GrammarBase.html',1,'SVF']]],
103
+ ['grammarbuilder_6673',['GrammarBuilder',['../classSVF_1_1GrammarBuilder.html',1,'SVF']]],
104
+ ['graphprinter_6674',['GraphPrinter',['../classSVF_1_1GraphPrinter.html',1,'SVF']]],
105
+ ['graphreachsolver_6675',['GraphReachSolver',['../classSVF_1_1GraphReachSolver.html',1,'SVF']]],
106
+ ['graphwriter_6676',['GraphWriter',['../classSVF_1_1GraphWriter.html',1,'SVF']]]
107
107
  ];
@@ -1,37 +1,37 @@
1
1
  var searchData=
2
2
  [
3
- ['hareparforedge_6676',['HareParForEdge',['../classSVF_1_1HareParForEdge.html',1,'SVF']]],
4
- ['hash_6677',['Hash',['../structSVF_1_1Hash.html',1,'SVF']]],
5
- ['hash_3c_20const_20svf_3a_3acondvar_3c_20cond_20_3e_20_3e_6678',['hash< const SVF::CondVar< Cond > >',['../structstd_1_1hash_3_01const_01SVF_1_1CondVar_3_01Cond_01_4_01_4.html',1,'std']]],
6
- ['hash_3c_20const_20svf_3a_3acontextcond_20_3e_6679',['hash< const SVF::ContextCond >',['../structstd_1_1hash_3_01const_01SVF_1_1ContextCond_01_4.html',1,'std']]],
7
- ['hash_3c_20corebitvector_20_3e_6680',['Hash< CoreBitVector >',['../structSVF_1_1Hash_3_01CoreBitVector_01_4.html',1,'SVF']]],
8
- ['hash_3c_20nodepair_20_3e_6681',['Hash< NodePair >',['../structSVF_1_1Hash_3_01NodePair_01_4.html',1,'SVF']]],
9
- ['hash_3c_20std_3a_3apair_3c_20s_2c_20t_20_3e_20_3e_6682',['Hash< std::pair< S, T > >',['../structSVF_1_1Hash_3_01std_1_1pair_3_01S_00_01T_01_4_01_4.html',1,'SVF']]],
10
- ['hash_3c_20std_3a_3avector_3c_20t_20_3e_20_3e_6683',['hash< std::vector< T > >',['../structstd_1_1hash_3_01std_1_1vector_3_01T_01_4_01_4.html',1,'std']]],
11
- ['hash_3c_20svf_3a_3aaccesspath_20_3e_6684',['hash< SVF::AccessPath >',['../structstd_1_1hash_3_01SVF_1_1AccessPath_01_4.html',1,'std']]],
12
- ['hash_3c_20svf_3a_3aboundedz3expr_20_3e_6685',['hash< SVF::BoundedZ3Expr >',['../structstd_1_1hash_3_01SVF_1_1BoundedZ3Expr_01_4.html',1,'std']]],
13
- ['hash_3c_20svf_3a_3acallsite_20_3e_6686',['hash< SVF::CallSite >',['../structstd_1_1hash_3_01SVF_1_1CallSite_01_4.html',1,'std']]],
14
- ['hash_3c_20svf_3a_3acondstdset_3c_20element_20_3e_20_3e_6687',['hash< SVF::CondStdSet< Element > >',['../structstd_1_1hash_3_01SVF_1_1CondStdSet_3_01Element_01_4_01_4.html',1,'std']]],
15
- ['hash_3c_20svf_3a_3acondvar_3c_20cond_20_3e_20_3e_6688',['hash< SVF::CondVar< Cond > >',['../structstd_1_1hash_3_01SVF_1_1CondVar_3_01Cond_01_4_01_4.html',1,'std']]],
16
- ['hash_3c_20svf_3a_3aconsexestate_20_3e_6689',['hash< SVF::ConsExeState >',['../structstd_1_1hash_3_01SVF_1_1ConsExeState_01_4.html',1,'std']]],
17
- ['hash_3c_20svf_3a_3acontextcond_20_3e_6690',['hash< SVF::ContextCond >',['../structstd_1_1hash_3_01SVF_1_1ContextCond_01_4.html',1,'std']]],
18
- ['hash_3c_20svf_3a_3acxtdpitem_20_3e_6691',['hash< SVF::CxtDPItem >',['../structstd_1_1hash_3_01SVF_1_1CxtDPItem_01_4.html',1,'std']]],
19
- ['hash_3c_20svf_3a_3acxtproc_20_3e_6692',['hash< SVF::CxtProc >',['../structstd_1_1hash_3_01SVF_1_1CxtProc_01_4.html',1,'std']]],
20
- ['hash_3c_20svf_3a_3acxtstmt_20_3e_6693',['hash< SVF::CxtStmt >',['../structstd_1_1hash_3_01SVF_1_1CxtStmt_01_4.html',1,'std']]],
21
- ['hash_3c_20svf_3a_3acxtstmtdpitem_3c_20loccond_20_3e_20_3e_6694',['hash< SVF::CxtStmtDPItem< LocCond > >',['../structstd_1_1hash_3_01SVF_1_1CxtStmtDPItem_3_01LocCond_01_4_01_4.html',1,'std']]],
22
- ['hash_3c_20svf_3a_3acxtthread_20_3e_6695',['hash< SVF::CxtThread >',['../structstd_1_1hash_3_01SVF_1_1CxtThread_01_4.html',1,'std']]],
23
- ['hash_3c_20svf_3a_3acxtthreadproc_20_3e_6696',['hash< SVF::CxtThreadProc >',['../structstd_1_1hash_3_01SVF_1_1CxtThreadProc_01_4.html',1,'std']]],
24
- ['hash_3c_20svf_3a_3acxtthreadstmt_20_3e_6697',['hash< SVF::CxtThreadStmt >',['../structstd_1_1hash_3_01SVF_1_1CxtThreadStmt_01_4.html',1,'std']]],
25
- ['hash_3c_20svf_3a_3aexestate_20_3e_6698',['hash< SVF::ExeState >',['../structstd_1_1hash_3_01SVF_1_1ExeState_01_4.html',1,'std']]],
26
- ['hash_3c_20svf_3a_3aintervalexestate_20_3e_6699',['hash< SVF::IntervalExeState >',['../structstd_1_1hash_3_01SVF_1_1IntervalExeState_01_4.html',1,'std']]],
27
- ['hash_3c_20svf_3a_3anodepair_20_3e_6700',['hash< SVF::NodePair >',['../structstd_1_1hash_3_01SVF_1_1NodePair_01_4.html',1,'std']]],
28
- ['hash_3c_20svf_3a_3anumericliteral_20_3e_6701',['hash< SVF::NumericLiteral >',['../structstd_1_1hash_3_01SVF_1_1NumericLiteral_01_4.html',1,'std']]],
29
- ['hash_3c_20svf_3a_3apointsto_20_3e_6702',['hash< SVF::PointsTo >',['../structstd_1_1hash_3_01SVF_1_1PointsTo_01_4.html',1,'std']]],
30
- ['hash_3c_20svf_3a_3arelexestate_20_3e_6703',['hash< SVF::RelExeState >',['../structstd_1_1hash_3_01SVF_1_1RelExeState_01_4.html',1,'std']]],
31
- ['hash_3c_20svf_3a_3asingleabsvalue_20_3e_6704',['hash< SVF::SingleAbsValue >',['../structstd_1_1hash_3_01SVF_1_1SingleAbsValue_01_4.html',1,'std']]],
32
- ['hash_3c_20svf_3a_3asparsebitvector_3c_20n_20_3e_20_3e_6705',['hash< SVF::SparseBitVector< N > >',['../structstd_1_1hash_3_01SVF_1_1SparseBitVector_3_01N_01_4_01_4.html',1,'std']]],
33
- ['hash_3c_20svf_3a_3astmtdpitem_3c_20loccond_20_3e_20_3e_6706',['hash< SVF::StmtDPItem< LocCond > >',['../structstd_1_1hash_3_01SVF_1_1StmtDPItem_3_01LocCond_01_4_01_4.html',1,'std']]],
34
- ['hash_3c_20svf_3a_3asvfgnodelockspan_20_3e_6707',['hash< SVF::SVFGNodeLockSpan >',['../structstd_1_1hash_3_01SVF_1_1SVFGNodeLockSpan_01_4.html',1,'std']]],
35
- ['hash_3c_20svf_3a_3asymstate_20_3e_6708',['hash< SVF::SymState >',['../structstd_1_1hash_3_01SVF_1_1SymState_01_4.html',1,'std']]],
36
- ['hash_3c_20svf_3a_3az3expr_20_3e_6709',['hash< SVF::Z3Expr >',['../structstd_1_1hash_3_01SVF_1_1Z3Expr_01_4.html',1,'std']]]
3
+ ['hareparforedge_6677',['HareParForEdge',['../classSVF_1_1HareParForEdge.html',1,'SVF']]],
4
+ ['hash_6678',['Hash',['../structSVF_1_1Hash.html',1,'SVF']]],
5
+ ['hash_3c_20const_20svf_3a_3acondvar_3c_20cond_20_3e_20_3e_6679',['hash< const SVF::CondVar< Cond > >',['../structstd_1_1hash_3_01const_01SVF_1_1CondVar_3_01Cond_01_4_01_4.html',1,'std']]],
6
+ ['hash_3c_20const_20svf_3a_3acontextcond_20_3e_6680',['hash< const SVF::ContextCond >',['../structstd_1_1hash_3_01const_01SVF_1_1ContextCond_01_4.html',1,'std']]],
7
+ ['hash_3c_20corebitvector_20_3e_6681',['Hash< CoreBitVector >',['../structSVF_1_1Hash_3_01CoreBitVector_01_4.html',1,'SVF']]],
8
+ ['hash_3c_20nodepair_20_3e_6682',['Hash< NodePair >',['../structSVF_1_1Hash_3_01NodePair_01_4.html',1,'SVF']]],
9
+ ['hash_3c_20std_3a_3apair_3c_20s_2c_20t_20_3e_20_3e_6683',['Hash< std::pair< S, T > >',['../structSVF_1_1Hash_3_01std_1_1pair_3_01S_00_01T_01_4_01_4.html',1,'SVF']]],
10
+ ['hash_3c_20std_3a_3avector_3c_20t_20_3e_20_3e_6684',['hash< std::vector< T > >',['../structstd_1_1hash_3_01std_1_1vector_3_01T_01_4_01_4.html',1,'std']]],
11
+ ['hash_3c_20svf_3a_3aaccesspath_20_3e_6685',['hash< SVF::AccessPath >',['../structstd_1_1hash_3_01SVF_1_1AccessPath_01_4.html',1,'std']]],
12
+ ['hash_3c_20svf_3a_3aboundedz3expr_20_3e_6686',['hash< SVF::BoundedZ3Expr >',['../structstd_1_1hash_3_01SVF_1_1BoundedZ3Expr_01_4.html',1,'std']]],
13
+ ['hash_3c_20svf_3a_3acallsite_20_3e_6687',['hash< SVF::CallSite >',['../structstd_1_1hash_3_01SVF_1_1CallSite_01_4.html',1,'std']]],
14
+ ['hash_3c_20svf_3a_3acondstdset_3c_20element_20_3e_20_3e_6688',['hash< SVF::CondStdSet< Element > >',['../structstd_1_1hash_3_01SVF_1_1CondStdSet_3_01Element_01_4_01_4.html',1,'std']]],
15
+ ['hash_3c_20svf_3a_3acondvar_3c_20cond_20_3e_20_3e_6689',['hash< SVF::CondVar< Cond > >',['../structstd_1_1hash_3_01SVF_1_1CondVar_3_01Cond_01_4_01_4.html',1,'std']]],
16
+ ['hash_3c_20svf_3a_3aconsexestate_20_3e_6690',['hash< SVF::ConsExeState >',['../structstd_1_1hash_3_01SVF_1_1ConsExeState_01_4.html',1,'std']]],
17
+ ['hash_3c_20svf_3a_3acontextcond_20_3e_6691',['hash< SVF::ContextCond >',['../structstd_1_1hash_3_01SVF_1_1ContextCond_01_4.html',1,'std']]],
18
+ ['hash_3c_20svf_3a_3acxtdpitem_20_3e_6692',['hash< SVF::CxtDPItem >',['../structstd_1_1hash_3_01SVF_1_1CxtDPItem_01_4.html',1,'std']]],
19
+ ['hash_3c_20svf_3a_3acxtproc_20_3e_6693',['hash< SVF::CxtProc >',['../structstd_1_1hash_3_01SVF_1_1CxtProc_01_4.html',1,'std']]],
20
+ ['hash_3c_20svf_3a_3acxtstmt_20_3e_6694',['hash< SVF::CxtStmt >',['../structstd_1_1hash_3_01SVF_1_1CxtStmt_01_4.html',1,'std']]],
21
+ ['hash_3c_20svf_3a_3acxtstmtdpitem_3c_20loccond_20_3e_20_3e_6695',['hash< SVF::CxtStmtDPItem< LocCond > >',['../structstd_1_1hash_3_01SVF_1_1CxtStmtDPItem_3_01LocCond_01_4_01_4.html',1,'std']]],
22
+ ['hash_3c_20svf_3a_3acxtthread_20_3e_6696',['hash< SVF::CxtThread >',['../structstd_1_1hash_3_01SVF_1_1CxtThread_01_4.html',1,'std']]],
23
+ ['hash_3c_20svf_3a_3acxtthreadproc_20_3e_6697',['hash< SVF::CxtThreadProc >',['../structstd_1_1hash_3_01SVF_1_1CxtThreadProc_01_4.html',1,'std']]],
24
+ ['hash_3c_20svf_3a_3acxtthreadstmt_20_3e_6698',['hash< SVF::CxtThreadStmt >',['../structstd_1_1hash_3_01SVF_1_1CxtThreadStmt_01_4.html',1,'std']]],
25
+ ['hash_3c_20svf_3a_3aexestate_20_3e_6699',['hash< SVF::ExeState >',['../structstd_1_1hash_3_01SVF_1_1ExeState_01_4.html',1,'std']]],
26
+ ['hash_3c_20svf_3a_3aintervalexestate_20_3e_6700',['hash< SVF::IntervalExeState >',['../structstd_1_1hash_3_01SVF_1_1IntervalExeState_01_4.html',1,'std']]],
27
+ ['hash_3c_20svf_3a_3anodepair_20_3e_6701',['hash< SVF::NodePair >',['../structstd_1_1hash_3_01SVF_1_1NodePair_01_4.html',1,'std']]],
28
+ ['hash_3c_20svf_3a_3anumericliteral_20_3e_6702',['hash< SVF::NumericLiteral >',['../structstd_1_1hash_3_01SVF_1_1NumericLiteral_01_4.html',1,'std']]],
29
+ ['hash_3c_20svf_3a_3apointsto_20_3e_6703',['hash< SVF::PointsTo >',['../structstd_1_1hash_3_01SVF_1_1PointsTo_01_4.html',1,'std']]],
30
+ ['hash_3c_20svf_3a_3arelexestate_20_3e_6704',['hash< SVF::RelExeState >',['../structstd_1_1hash_3_01SVF_1_1RelExeState_01_4.html',1,'std']]],
31
+ ['hash_3c_20svf_3a_3asingleabsvalue_20_3e_6705',['hash< SVF::SingleAbsValue >',['../structstd_1_1hash_3_01SVF_1_1SingleAbsValue_01_4.html',1,'std']]],
32
+ ['hash_3c_20svf_3a_3asparsebitvector_3c_20n_20_3e_20_3e_6706',['hash< SVF::SparseBitVector< N > >',['../structstd_1_1hash_3_01SVF_1_1SparseBitVector_3_01N_01_4_01_4.html',1,'std']]],
33
+ ['hash_3c_20svf_3a_3astmtdpitem_3c_20loccond_20_3e_20_3e_6707',['hash< SVF::StmtDPItem< LocCond > >',['../structstd_1_1hash_3_01SVF_1_1StmtDPItem_3_01LocCond_01_4_01_4.html',1,'std']]],
34
+ ['hash_3c_20svf_3a_3asvfgnodelockspan_20_3e_6708',['hash< SVF::SVFGNodeLockSpan >',['../structstd_1_1hash_3_01SVF_1_1SVFGNodeLockSpan_01_4.html',1,'std']]],
35
+ ['hash_3c_20svf_3a_3asymstate_20_3e_6709',['hash< SVF::SymState >',['../structstd_1_1hash_3_01SVF_1_1SymState_01_4.html',1,'std']]],
36
+ ['hash_3c_20svf_3a_3az3expr_20_3e_6710',['hash< SVF::Z3Expr >',['../structstd_1_1hash_3_01SVF_1_1Z3Expr_01_4.html',1,'std']]]
37
37
  ];
@@ -1,59 +1,59 @@
1
1
  var searchData=
2
2
  [
3
- ['icfg_6710',['ICFG',['../classSVF_1_1ICFG.html',1,'SVF']]],
4
- ['icfgbuilder_6711',['ICFGBuilder',['../classSVF_1_1ICFGBuilder.html',1,'SVF']]],
5
- ['icfgedge_6712',['ICFGEdge',['../classSVF_1_1ICFGEdge.html',1,'SVF']]],
6
- ['icfgnode_6713',['ICFGNode',['../classSVF_1_1ICFGNode.html',1,'SVF']]],
7
- ['icfgreader_6714',['ICFGReader',['../classSVF_1_1ICFGReader.html',1,'SVF']]],
8
- ['icfgstat_6715',['ICFGStat',['../classSVF_1_1ICFGStat.html',1,'SVF']]],
9
- ['icfgwriter_6716',['ICFGWriter',['../classSVF_1_1ICFGWriter.html',1,'SVF']]],
10
- ['indirectsvfgedge_6717',['IndirectSVFGEdge',['../classSVF_1_1IndirectSVFGEdge.html',1,'SVF']]],
11
- ['interdisjointmrg_6718',['InterDisjointMRG',['../classSVF_1_1InterDisjointMRG.html',1,'SVF']]],
12
- ['intericfgnode_6719',['InterICFGNode',['../classSVF_1_1InterICFGNode.html',1,'SVF']]],
13
- ['intermssaphisvfgnode_6720',['InterMSSAPHISVFGNode',['../classSVF_1_1InterMSSAPHISVFGNode.html',1,'SVF']]],
14
- ['internal_5fhooks_6721',['internal_hooks',['../structinternal__hooks.html',1,'']]],
15
- ['interphivfgnode_6722',['InterPHIVFGNode',['../classSVF_1_1InterPHIVFGNode.html',1,'SVF']]],
16
- ['intervalexestate_6723',['IntervalExeState',['../classSVF_1_1IntervalExeState.html',1,'SVF']]],
17
- ['intervalvalue_6724',['IntervalValue',['../classSVF_1_1IntervalValue.html',1,'SVF']]],
18
- ['intracfgedge_6725',['IntraCFGEdge',['../classSVF_1_1IntraCFGEdge.html',1,'SVF']]],
19
- ['intradirsvfgedge_6726',['IntraDirSVFGEdge',['../classSVF_1_1IntraDirSVFGEdge.html',1,'SVF']]],
20
- ['intradisjointmrg_6727',['IntraDisjointMRG',['../classSVF_1_1IntraDisjointMRG.html',1,'SVF']]],
21
- ['intraicfgnode_6728',['IntraICFGNode',['../classSVF_1_1IntraICFGNode.html',1,'SVF']]],
22
- ['intraindsvfgedge_6729',['IntraIndSVFGEdge',['../classSVF_1_1IntraIndSVFGEdge.html',1,'SVF']]],
23
- ['intramssaphisvfgnode_6730',['IntraMSSAPHISVFGNode',['../classSVF_1_1IntraMSSAPHISVFGNode.html',1,'SVF']]],
24
- ['intraphivfgnode_6731',['IntraPHIVFGNode',['../classSVF_1_1IntraPHIVFGNode.html',1,'SVF']]],
25
- ['inverse_6732',['Inverse',['../structSVF_1_1Inverse.html',1,'SVF']]],
26
- ['irgraph_6733',['IRGraph',['../classSVF_1_1IRGraph.html',1,'SVF']]],
27
- ['is_5fiterable_6734',['is_iterable',['../structSVF_1_1SVFUtil_1_1is__iterable.html',1,'SVF::SVFUtil']]],
28
- ['is_5fiterable_3c_20t_2c_20void_5ft_3c_20decltype_28std_3a_3abegin_28std_3a_3adeclval_3c_20t_20_26_20_3e_28_29_29_20_21_3dstd_3a_3aend_28std_3a_3adeclval_3c_20t_20_26_20_3e_28_29_29_29_3e_20_3e_6735',['is_iterable< T, void_t< decltype(std::begin(std::declval< T & >()) !=std::end(std::declval< T & >()))> >',['../structSVF_1_1SVFUtil_1_1is__iterable_3_01T_00_01void__t_3_01decltype_07std_1_1begin_07std_1_1dec794949348c8e1e00603fd8633b6dd1f3.html',1,'SVF::SVFUtil']]],
29
- ['is_5fmap_6736',['is_map',['../structSVF_1_1SVFUtil_1_1is__map.html',1,'SVF::SVFUtil']]],
30
- ['is_5fmap_3c_20std_3a_3amap_3c_20ts_2e_2e_2e_20_3e_20_3e_6737',['is_map< std::map< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__map_3_01std_1_1map_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
31
- ['is_5fmap_3c_20std_3a_3aunordered_5fmap_3c_20ts_2e_2e_2e_20_3e_20_3e_6738',['is_map< std::unordered_map< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__map_3_01std_1_1unordered__map_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
32
- ['is_5fsequence_5fcontainer_6739',['is_sequence_container',['../structSVF_1_1SVFUtil_1_1is__sequence__container.html',1,'SVF::SVFUtil']]],
33
- ['is_5fsequence_5fcontainer_3c_20std_3a_3adeque_3c_20ts_2e_2e_2e_20_3e_20_3e_6740',['is_sequence_container< std::deque< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__sequence__container_3_01std_1_1deque_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
34
- ['is_5fsequence_5fcontainer_3c_20std_3a_3alist_3c_20ts_2e_2e_2e_20_3e_20_3e_6741',['is_sequence_container< std::list< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__sequence__container_3_01std_1_1list_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
35
- ['is_5fsequence_5fcontainer_3c_20std_3a_3avector_3c_20ts_2e_2e_2e_20_3e_20_3e_6742',['is_sequence_container< std::vector< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__sequence__container_3_01std_1_1vector_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
36
- ['is_5fset_6743',['is_set',['../structSVF_1_1SVFUtil_1_1is__set.html',1,'SVF::SVFUtil']]],
37
- ['is_5fset_3c_20std_3a_3aset_3c_20ts_2e_2e_2e_20_3e_20_3e_6744',['is_set< std::set< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__set_3_01std_1_1set_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
38
- ['is_5fset_3c_20std_3a_3aunordered_5fset_3c_20ts_2e_2e_2e_20_3e_20_3e_6745',['is_set< std::unordered_set< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__set_3_01std_1_1unordered__set_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
39
- ['is_5fsimple_5ftype_6746',['is_simple_type',['../structSVF_1_1SVFUtil_1_1is__simple__type.html',1,'SVF::SVFUtil']]],
40
- ['isa_5fimpl_6747',['isa_impl',['../structSVF_1_1SVFUtil_1_1isa__impl.html',1,'SVF::SVFUtil']]],
41
- ['isa_5fimpl_3c_20to_2c_20from_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_3c_20to_2c_20from_20_3e_3a_3avalue_20_3e_20_3e_6748',['isa_impl< To, From, std::enable_if_t< std::is_base_of< To, From >::value > >',['../structSVF_1_1SVFUtil_1_1isa__impl_3_01To_00_01From_00_01std_1_1enable__if__t_3_01std_1_1is__baseacbe8554d65d479d86c5b7d994311309.html',1,'SVF::SVFUtil']]],
42
- ['isa_5fimpl_5fcl_6749',['isa_impl_cl',['../structSVF_1_1SVFUtil_1_1isa__impl__cl.html',1,'SVF::SVFUtil']]],
43
- ['isa_5fimpl_5fcl_3c_20to_2c_20const_20from_20_2a_20_3e_6750',['isa_impl_cl< To, const From * >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01const_01From_01_5_01_4.html',1,'SVF::SVFUtil']]],
44
- ['isa_5fimpl_5fcl_3c_20to_2c_20const_20from_20_2aconst_20_3e_6751',['isa_impl_cl< To, const From *const >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01const_01From_01_5const_01_4.html',1,'SVF::SVFUtil']]],
45
- ['isa_5fimpl_5fcl_3c_20to_2c_20const_20from_20_3e_6752',['isa_impl_cl< To, const From >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01const_01From_01_4.html',1,'SVF::SVFUtil']]],
46
- ['isa_5fimpl_5fcl_3c_20to_2c_20const_20std_3a_3aunique_5fptr_3c_20from_20_3e_20_3e_6753',['isa_impl_cl< To, const std::unique_ptr< From > >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01const_01std_1_1unique__ptr_3_01From_01_4_01_4.html',1,'SVF::SVFUtil']]],
47
- ['isa_5fimpl_5fcl_3c_20to_2c_20from_20_2a_20_3e_6754',['isa_impl_cl< To, From * >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01From_01_5_01_4.html',1,'SVF::SVFUtil']]],
48
- ['isa_5fimpl_5fcl_3c_20to_2c_20from_20_2aconst_20_3e_6755',['isa_impl_cl< To, From *const >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01From_01_5const_01_4.html',1,'SVF::SVFUtil']]],
49
- ['isa_5fimpl_5fwrap_6756',['isa_impl_wrap',['../structSVF_1_1SVFUtil_1_1isa__impl__wrap.html',1,'SVF::SVFUtil']]],
50
- ['isa_5fimpl_5fwrap_3c_20to_2c_20fromty_2c_20fromty_20_3e_6757',['isa_impl_wrap< To, FromTy, FromTy >',['../structSVF_1_1SVFUtil_1_1isa__impl__wrap_3_01To_00_01FromTy_00_01FromTy_01_4.html',1,'SVF::SVFUtil']]],
51
- ['iter_5fadaptor_5fbase_6758',['iter_adaptor_base',['../classSVF_1_1iter__adaptor__base.html',1,'SVF']]],
52
- ['iter_5fadaptor_5fbase_3c_20mapped_5fiter_3c_20itty_2c_20functy_20_3e_2c_20itty_2c_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3aiterator_5fcategory_2c_20std_3a_3aremove_5freference_3c_20decltype_28std_3a_3adeclval_3c_20functy_20_3e_28_29_28_2astd_3a_3adeclval_3c_20itty_20_3e_28_29_29_29_20_3e_3a_3atype_20_3e_6759',['iter_adaptor_base< mapped_iter< ItTy, FuncTy >, ItTy, std::iterator_traits< ItTy >::iterator_category, std::remove_reference< decltype(std::declval< FuncTy >()(*std::declval< ItTy >())) >::type >',['../classSVF_1_1iter__adaptor__base.html',1,'SVF']]],
53
- ['iter_5fadaptor_5fbase_3c_20pointee_5fiter_3c_20wrappediteratort_2c_20std_3a_3aremove_5freference_5ft_3c_20decltype_28_2a_2astd_3a_3adeclval_3c_20wrappediteratort_20_3e_28_29_29_3e_20_3e_2c_20wrappediteratort_2c_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3aiterator_5fcategory_2c_20std_3a_3aremove_5freference_5ft_3c_20decltype_28_2a_2astd_3a_3adeclval_3c_20wrappediteratort_20_3e_28_29_29_3e_20_3e_6760',['iter_adaptor_base< pointee_iter< WrappedIteratorT, std::remove_reference_t< decltype(**std::declval< WrappedIteratorT >())> >, WrappedIteratorT, std::iterator_traits< WrappedIteratorT >::iterator_category, std::remove_reference_t< decltype(**std::declval< WrappedIteratorT >())> >',['../classSVF_1_1iter__adaptor__base.html',1,'SVF']]],
54
- ['iter_5fadaptor_5fbase_3c_20pointer_5fiterator_3c_20wrappediteratort_2c_20decltype_28_26_2astd_3a_3adeclval_3c_20wrappediteratort_20_3e_28_29_29_20_3e_2c_20wrappediteratort_2c_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3aiterator_5fcategory_2c_20decltype_28_26_2astd_3a_3adeclval_3c_20wrappediteratort_20_3e_28_29_29_20_3e_6761',['iter_adaptor_base< pointer_iterator< WrappedIteratorT, decltype(&*std::declval< WrappedIteratorT >()) >, WrappedIteratorT, std::iterator_traits< WrappedIteratorT >::iterator_category, decltype(&*std::declval< WrappedIteratorT >()) >',['../classSVF_1_1iter__adaptor__base.html',1,'SVF']]],
55
- ['iter_5ffacade_5fbase_6762',['iter_facade_base',['../classSVF_1_1iter__facade__base.html',1,'SVF']]],
56
- ['iter_5ffacade_5fbase_3c_20derivedt_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3aiterator_5fcategory_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3adifference_5ftype_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_20_3e_3a_3avalue_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3apointer_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_20_2a_20_3e_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_20_3e_3a_3avalue_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3areference_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_20_26_20_3e_20_3e_6763',['iter_facade_base< DerivedT, typename std::iterator_traits< WrappedIteratorT >::iterator_category, typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::difference_type, std::conditional_t< std::is_same< typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::pointer, typename std::iterator_traits< WrappedIteratorT >::value_type * >, std::conditional_t< std::is_same< typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::reference, typename std::iterator_traits< WrappedIteratorT >::value_type & > >',['../classSVF_1_1iter__facade__base.html',1,'SVF']]],
57
- ['iter_5ffacade_5fbase_3c_20mapped_5fiter_3c_20itty_2c_20functy_20_3e_2c_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3aiterator_5fcategory_2c_20std_3a_3aremove_5freference_3c_20decltype_28std_3a_3adeclval_3c_20functy_20_3e_28_29_28_2astd_3a_3adeclval_3c_20itty_20_3e_28_29_29_29_20_3e_3a_3atype_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3adifference_5ftype_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20std_3a_3aremove_5freference_3c_20decltype_28std_3a_3adeclval_3c_20functy_20_3e_28_29_28_2astd_3a_3adeclval_3c_20itty_20_3e_28_29_29_29_20_3e_3a_3atype_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3avalue_5ftype_20_3e_3a_3avalue_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3apointer_2c_20std_3a_3aremove_5freference_3c_20decltype_28std_3a_3adeclval_3c_20functy_20_3e_28_29_28_2astd_3a_3adeclval_3c_20itty_20_3e_28_29_29_29_20_3e_3a_3atype_20_2a_20_3e_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20std_3a_3aremove_5freference_3c_20decltype_28std_3a_3adeclval_3c_20functy_20_3e_28_29_28_2astd_3a_3adeclval_3c_20itty_20_3e_28_29_29_29_20_3e_3a_3atype_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3avalue_5ftype_20_3e_3a_3avalue_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3areference_2c_20std_3a_3aremove_5freference_3c_20decltype_28std_3a_3adeclval_3c_20functy_20_3e_28_29_28_2astd_3a_3adeclval_3c_20itty_20_3e_28_29_29_29_20_3e_3a_3atype_20_26_20_3e_20_3e_6764',['iter_facade_base< mapped_iter< ItTy, FuncTy >, std::iterator_traits< ItTy >::iterator_category, std::remove_reference< decltype(std::declval< FuncTy >()(*std::declval< ItTy >())) >::type, typename std::iterator_traits< ItTy >::difference_type, std::conditional_t< std::is_same< std::remove_reference< decltype(std::declval< FuncTy >()(*std::declval< ItTy >())) >::type, typename std::iterator_traits< ItTy >::value_type >::value, typename std::iterator_traits< ItTy >::pointer, std::remove_reference< decltype(std::declval< FuncTy >()(*std::declval< ItTy >())) >::type * >, std::conditional_t< std::is_same< std::remove_reference< decltype(std::declval< FuncTy >()(*std::declval< ItTy >())) >::type, typename std::iterator_traits< ItTy >::value_type >::value, typename std::iterator_traits< ItTy >::reference, std::remove_reference< decltype(std::declval< FuncTy >()(*std::declval< ItTy >())) >::type & > >',['../classSVF_1_1iter__facade__base.html',1,'SVF']]],
58
- ['iter_5frange_6765',['iter_range',['../classSVF_1_1iter__range.html',1,'SVF']]]
3
+ ['icfg_6711',['ICFG',['../classSVF_1_1ICFG.html',1,'SVF']]],
4
+ ['icfgbuilder_6712',['ICFGBuilder',['../classSVF_1_1ICFGBuilder.html',1,'SVF']]],
5
+ ['icfgedge_6713',['ICFGEdge',['../classSVF_1_1ICFGEdge.html',1,'SVF']]],
6
+ ['icfgnode_6714',['ICFGNode',['../classSVF_1_1ICFGNode.html',1,'SVF']]],
7
+ ['icfgreader_6715',['ICFGReader',['../classSVF_1_1ICFGReader.html',1,'SVF']]],
8
+ ['icfgstat_6716',['ICFGStat',['../classSVF_1_1ICFGStat.html',1,'SVF']]],
9
+ ['icfgwriter_6717',['ICFGWriter',['../classSVF_1_1ICFGWriter.html',1,'SVF']]],
10
+ ['indirectsvfgedge_6718',['IndirectSVFGEdge',['../classSVF_1_1IndirectSVFGEdge.html',1,'SVF']]],
11
+ ['interdisjointmrg_6719',['InterDisjointMRG',['../classSVF_1_1InterDisjointMRG.html',1,'SVF']]],
12
+ ['intericfgnode_6720',['InterICFGNode',['../classSVF_1_1InterICFGNode.html',1,'SVF']]],
13
+ ['intermssaphisvfgnode_6721',['InterMSSAPHISVFGNode',['../classSVF_1_1InterMSSAPHISVFGNode.html',1,'SVF']]],
14
+ ['internal_5fhooks_6722',['internal_hooks',['../structinternal__hooks.html',1,'']]],
15
+ ['interphivfgnode_6723',['InterPHIVFGNode',['../classSVF_1_1InterPHIVFGNode.html',1,'SVF']]],
16
+ ['intervalexestate_6724',['IntervalExeState',['../classSVF_1_1IntervalExeState.html',1,'SVF']]],
17
+ ['intervalvalue_6725',['IntervalValue',['../classSVF_1_1IntervalValue.html',1,'SVF']]],
18
+ ['intracfgedge_6726',['IntraCFGEdge',['../classSVF_1_1IntraCFGEdge.html',1,'SVF']]],
19
+ ['intradirsvfgedge_6727',['IntraDirSVFGEdge',['../classSVF_1_1IntraDirSVFGEdge.html',1,'SVF']]],
20
+ ['intradisjointmrg_6728',['IntraDisjointMRG',['../classSVF_1_1IntraDisjointMRG.html',1,'SVF']]],
21
+ ['intraicfgnode_6729',['IntraICFGNode',['../classSVF_1_1IntraICFGNode.html',1,'SVF']]],
22
+ ['intraindsvfgedge_6730',['IntraIndSVFGEdge',['../classSVF_1_1IntraIndSVFGEdge.html',1,'SVF']]],
23
+ ['intramssaphisvfgnode_6731',['IntraMSSAPHISVFGNode',['../classSVF_1_1IntraMSSAPHISVFGNode.html',1,'SVF']]],
24
+ ['intraphivfgnode_6732',['IntraPHIVFGNode',['../classSVF_1_1IntraPHIVFGNode.html',1,'SVF']]],
25
+ ['inverse_6733',['Inverse',['../structSVF_1_1Inverse.html',1,'SVF']]],
26
+ ['irgraph_6734',['IRGraph',['../classSVF_1_1IRGraph.html',1,'SVF']]],
27
+ ['is_5fiterable_6735',['is_iterable',['../structSVF_1_1SVFUtil_1_1is__iterable.html',1,'SVF::SVFUtil']]],
28
+ ['is_5fiterable_3c_20t_2c_20void_5ft_3c_20decltype_28std_3a_3abegin_28std_3a_3adeclval_3c_20t_20_26_20_3e_28_29_29_20_21_3dstd_3a_3aend_28std_3a_3adeclval_3c_20t_20_26_20_3e_28_29_29_29_3e_20_3e_6736',['is_iterable< T, void_t< decltype(std::begin(std::declval< T & >()) !=std::end(std::declval< T & >()))> >',['../structSVF_1_1SVFUtil_1_1is__iterable_3_01T_00_01void__t_3_01decltype_07std_1_1begin_07std_1_1dec794949348c8e1e00603fd8633b6dd1f3.html',1,'SVF::SVFUtil']]],
29
+ ['is_5fmap_6737',['is_map',['../structSVF_1_1SVFUtil_1_1is__map.html',1,'SVF::SVFUtil']]],
30
+ ['is_5fmap_3c_20std_3a_3amap_3c_20ts_2e_2e_2e_20_3e_20_3e_6738',['is_map< std::map< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__map_3_01std_1_1map_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
31
+ ['is_5fmap_3c_20std_3a_3aunordered_5fmap_3c_20ts_2e_2e_2e_20_3e_20_3e_6739',['is_map< std::unordered_map< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__map_3_01std_1_1unordered__map_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
32
+ ['is_5fsequence_5fcontainer_6740',['is_sequence_container',['../structSVF_1_1SVFUtil_1_1is__sequence__container.html',1,'SVF::SVFUtil']]],
33
+ ['is_5fsequence_5fcontainer_3c_20std_3a_3adeque_3c_20ts_2e_2e_2e_20_3e_20_3e_6741',['is_sequence_container< std::deque< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__sequence__container_3_01std_1_1deque_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
34
+ ['is_5fsequence_5fcontainer_3c_20std_3a_3alist_3c_20ts_2e_2e_2e_20_3e_20_3e_6742',['is_sequence_container< std::list< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__sequence__container_3_01std_1_1list_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
35
+ ['is_5fsequence_5fcontainer_3c_20std_3a_3avector_3c_20ts_2e_2e_2e_20_3e_20_3e_6743',['is_sequence_container< std::vector< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__sequence__container_3_01std_1_1vector_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
36
+ ['is_5fset_6744',['is_set',['../structSVF_1_1SVFUtil_1_1is__set.html',1,'SVF::SVFUtil']]],
37
+ ['is_5fset_3c_20std_3a_3aset_3c_20ts_2e_2e_2e_20_3e_20_3e_6745',['is_set< std::set< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__set_3_01std_1_1set_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
38
+ ['is_5fset_3c_20std_3a_3aunordered_5fset_3c_20ts_2e_2e_2e_20_3e_20_3e_6746',['is_set< std::unordered_set< Ts... > >',['../structSVF_1_1SVFUtil_1_1is__set_3_01std_1_1unordered__set_3_01Ts_8_8_8_01_4_01_4.html',1,'SVF::SVFUtil']]],
39
+ ['is_5fsimple_5ftype_6747',['is_simple_type',['../structSVF_1_1SVFUtil_1_1is__simple__type.html',1,'SVF::SVFUtil']]],
40
+ ['isa_5fimpl_6748',['isa_impl',['../structSVF_1_1SVFUtil_1_1isa__impl.html',1,'SVF::SVFUtil']]],
41
+ ['isa_5fimpl_3c_20to_2c_20from_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_3c_20to_2c_20from_20_3e_3a_3avalue_20_3e_20_3e_6749',['isa_impl< To, From, std::enable_if_t< std::is_base_of< To, From >::value > >',['../structSVF_1_1SVFUtil_1_1isa__impl_3_01To_00_01From_00_01std_1_1enable__if__t_3_01std_1_1is__baseacbe8554d65d479d86c5b7d994311309.html',1,'SVF::SVFUtil']]],
42
+ ['isa_5fimpl_5fcl_6750',['isa_impl_cl',['../structSVF_1_1SVFUtil_1_1isa__impl__cl.html',1,'SVF::SVFUtil']]],
43
+ ['isa_5fimpl_5fcl_3c_20to_2c_20const_20from_20_2a_20_3e_6751',['isa_impl_cl< To, const From * >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01const_01From_01_5_01_4.html',1,'SVF::SVFUtil']]],
44
+ ['isa_5fimpl_5fcl_3c_20to_2c_20const_20from_20_2aconst_20_3e_6752',['isa_impl_cl< To, const From *const >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01const_01From_01_5const_01_4.html',1,'SVF::SVFUtil']]],
45
+ ['isa_5fimpl_5fcl_3c_20to_2c_20const_20from_20_3e_6753',['isa_impl_cl< To, const From >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01const_01From_01_4.html',1,'SVF::SVFUtil']]],
46
+ ['isa_5fimpl_5fcl_3c_20to_2c_20const_20std_3a_3aunique_5fptr_3c_20from_20_3e_20_3e_6754',['isa_impl_cl< To, const std::unique_ptr< From > >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01const_01std_1_1unique__ptr_3_01From_01_4_01_4.html',1,'SVF::SVFUtil']]],
47
+ ['isa_5fimpl_5fcl_3c_20to_2c_20from_20_2a_20_3e_6755',['isa_impl_cl< To, From * >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01From_01_5_01_4.html',1,'SVF::SVFUtil']]],
48
+ ['isa_5fimpl_5fcl_3c_20to_2c_20from_20_2aconst_20_3e_6756',['isa_impl_cl< To, From *const >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01From_01_5const_01_4.html',1,'SVF::SVFUtil']]],
49
+ ['isa_5fimpl_5fwrap_6757',['isa_impl_wrap',['../structSVF_1_1SVFUtil_1_1isa__impl__wrap.html',1,'SVF::SVFUtil']]],
50
+ ['isa_5fimpl_5fwrap_3c_20to_2c_20fromty_2c_20fromty_20_3e_6758',['isa_impl_wrap< To, FromTy, FromTy >',['../structSVF_1_1SVFUtil_1_1isa__impl__wrap_3_01To_00_01FromTy_00_01FromTy_01_4.html',1,'SVF::SVFUtil']]],
51
+ ['iter_5fadaptor_5fbase_6759',['iter_adaptor_base',['../classSVF_1_1iter__adaptor__base.html',1,'SVF']]],
52
+ ['iter_5fadaptor_5fbase_3c_20mapped_5fiter_3c_20itty_2c_20functy_20_3e_2c_20itty_2c_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3aiterator_5fcategory_2c_20std_3a_3aremove_5freference_3c_20decltype_28std_3a_3adeclval_3c_20functy_20_3e_28_29_28_2astd_3a_3adeclval_3c_20itty_20_3e_28_29_29_29_20_3e_3a_3atype_20_3e_6760',['iter_adaptor_base< mapped_iter< ItTy, FuncTy >, ItTy, std::iterator_traits< ItTy >::iterator_category, std::remove_reference< decltype(std::declval< FuncTy >()(*std::declval< ItTy >())) >::type >',['../classSVF_1_1iter__adaptor__base.html',1,'SVF']]],
53
+ ['iter_5fadaptor_5fbase_3c_20pointee_5fiter_3c_20wrappediteratort_2c_20std_3a_3aremove_5freference_5ft_3c_20decltype_28_2a_2astd_3a_3adeclval_3c_20wrappediteratort_20_3e_28_29_29_3e_20_3e_2c_20wrappediteratort_2c_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3aiterator_5fcategory_2c_20std_3a_3aremove_5freference_5ft_3c_20decltype_28_2a_2astd_3a_3adeclval_3c_20wrappediteratort_20_3e_28_29_29_3e_20_3e_6761',['iter_adaptor_base< pointee_iter< WrappedIteratorT, std::remove_reference_t< decltype(**std::declval< WrappedIteratorT >())> >, WrappedIteratorT, std::iterator_traits< WrappedIteratorT >::iterator_category, std::remove_reference_t< decltype(**std::declval< WrappedIteratorT >())> >',['../classSVF_1_1iter__adaptor__base.html',1,'SVF']]],
54
+ ['iter_5fadaptor_5fbase_3c_20pointer_5fiterator_3c_20wrappediteratort_2c_20decltype_28_26_2astd_3a_3adeclval_3c_20wrappediteratort_20_3e_28_29_29_20_3e_2c_20wrappediteratort_2c_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3aiterator_5fcategory_2c_20decltype_28_26_2astd_3a_3adeclval_3c_20wrappediteratort_20_3e_28_29_29_20_3e_6762',['iter_adaptor_base< pointer_iterator< WrappedIteratorT, decltype(&*std::declval< WrappedIteratorT >()) >, WrappedIteratorT, std::iterator_traits< WrappedIteratorT >::iterator_category, decltype(&*std::declval< WrappedIteratorT >()) >',['../classSVF_1_1iter__adaptor__base.html',1,'SVF']]],
55
+ ['iter_5ffacade_5fbase_6763',['iter_facade_base',['../classSVF_1_1iter__facade__base.html',1,'SVF']]],
56
+ ['iter_5ffacade_5fbase_3c_20derivedt_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3aiterator_5fcategory_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3adifference_5ftype_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_20_3e_3a_3avalue_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3apointer_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_20_2a_20_3e_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_20_3e_3a_3avalue_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3areference_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3avalue_5ftype_20_26_20_3e_20_3e_6764',['iter_facade_base< DerivedT, typename std::iterator_traits< WrappedIteratorT >::iterator_category, typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::difference_type, std::conditional_t< std::is_same< typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::pointer, typename std::iterator_traits< WrappedIteratorT >::value_type * >, std::conditional_t< std::is_same< typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::reference, typename std::iterator_traits< WrappedIteratorT >::value_type & > >',['../classSVF_1_1iter__facade__base.html',1,'SVF']]],
57
+ ['iter_5ffacade_5fbase_3c_20mapped_5fiter_3c_20itty_2c_20functy_20_3e_2c_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3aiterator_5fcategory_2c_20std_3a_3aremove_5freference_3c_20decltype_28std_3a_3adeclval_3c_20functy_20_3e_28_29_28_2astd_3a_3adeclval_3c_20itty_20_3e_28_29_29_29_20_3e_3a_3atype_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3adifference_5ftype_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20std_3a_3aremove_5freference_3c_20decltype_28std_3a_3adeclval_3c_20functy_20_3e_28_29_28_2astd_3a_3adeclval_3c_20itty_20_3e_28_29_29_29_20_3e_3a_3atype_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3avalue_5ftype_20_3e_3a_3avalue_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3apointer_2c_20std_3a_3aremove_5freference_3c_20decltype_28std_3a_3adeclval_3c_20functy_20_3e_28_29_28_2astd_3a_3adeclval_3c_20itty_20_3e_28_29_29_29_20_3e_3a_3atype_20_2a_20_3e_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20std_3a_3aremove_5freference_3c_20decltype_28std_3a_3adeclval_3c_20functy_20_3e_28_29_28_2astd_3a_3adeclval_3c_20itty_20_3e_28_29_29_29_20_3e_3a_3atype_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3avalue_5ftype_20_3e_3a_3avalue_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20itty_20_3e_3a_3areference_2c_20std_3a_3aremove_5freference_3c_20decltype_28std_3a_3adeclval_3c_20functy_20_3e_28_29_28_2astd_3a_3adeclval_3c_20itty_20_3e_28_29_29_29_20_3e_3a_3atype_20_26_20_3e_20_3e_6765',['iter_facade_base< mapped_iter< ItTy, FuncTy >, std::iterator_traits< ItTy >::iterator_category, std::remove_reference< decltype(std::declval< FuncTy >()(*std::declval< ItTy >())) >::type, typename std::iterator_traits< ItTy >::difference_type, std::conditional_t< std::is_same< std::remove_reference< decltype(std::declval< FuncTy >()(*std::declval< ItTy >())) >::type, typename std::iterator_traits< ItTy >::value_type >::value, typename std::iterator_traits< ItTy >::pointer, std::remove_reference< decltype(std::declval< FuncTy >()(*std::declval< ItTy >())) >::type * >, std::conditional_t< std::is_same< std::remove_reference< decltype(std::declval< FuncTy >()(*std::declval< ItTy >())) >::type, typename std::iterator_traits< ItTy >::value_type >::value, typename std::iterator_traits< ItTy >::reference, std::remove_reference< decltype(std::declval< FuncTy >()(*std::declval< ItTy >())) >::type & > >',['../classSVF_1_1iter__facade__base.html',1,'SVF']]],
58
+ ['iter_5frange_6766',['iter_range',['../classSVF_1_1iter__range.html',1,'SVF']]]
59
59
  ];
@@ -1,4 +1,4 @@
1
1
  var searchData=
2
2
  [
3
- ['kindbasehelper_6766',['KindBaseHelper',['../structSVF_1_1KindBaseHelper.html',1,'SVF']]]
3
+ ['kindbasehelper_6767',['KindBaseHelper',['../structSVF_1_1KindBaseHelper.html',1,'SVF']]]
4
4
  ];