svf-tools 1.0.633 → 1.0.635

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 (386) hide show
  1. package/CMakeLists.txt +111 -90
  2. package/SVF-doxygen/html/html/CFL_2CMakeLists_8txt.html +102 -0
  3. package/SVF-doxygen/html/html/CMakeLists_8txt.html +73 -0
  4. package/SVF-doxygen/html/html/DDA_2CMakeLists_8txt.html +102 -0
  5. package/SVF-doxygen/html/html/Example_2CMakeLists_8txt.html +102 -0
  6. package/SVF-doxygen/html/html/LockResultValidator_8cpp.html +2 -3
  7. package/SVF-doxygen/html/html/LockResultValidator_8cpp_source.html +6 -52
  8. package/SVF-doxygen/html/html/LockResultValidator_8h.html +2 -3
  9. package/SVF-doxygen/html/html/LockResultValidator_8h_source.html +2 -26
  10. package/SVF-doxygen/html/html/MTAAnnotator_8cpp.html +3 -3
  11. package/SVF-doxygen/html/html/MTAAnnotator_8cpp_source.html +3 -57
  12. package/SVF-doxygen/html/html/MTAAnnotator_8h.html +5 -6
  13. package/SVF-doxygen/html/html/MTAAnnotator_8h_source.html +2 -22
  14. package/SVF-doxygen/html/html/MTAResultValidator_8cpp.html +2 -3
  15. package/SVF-doxygen/html/html/MTAResultValidator_8cpp_source.html +12 -72
  16. package/SVF-doxygen/html/html/MTAResultValidator_8h.html +6 -6
  17. package/SVF-doxygen/html/html/MTAResultValidator_8h_source.html +76 -114
  18. package/SVF-doxygen/html/html/MTA_2CMakeLists_8txt.html +102 -0
  19. package/SVF-doxygen/html/html/SABER_2CMakeLists_8txt.html +102 -0
  20. package/SVF-doxygen/html/html/WPA_2CMakeLists_8txt.html +102 -0
  21. package/SVF-doxygen/html/html/annotated.html +9 -468
  22. package/SVF-doxygen/html/html/cfl_8cpp.html +5 -10
  23. package/SVF-doxygen/html/html/cfl_8cpp_source.html +2 -12
  24. package/SVF-doxygen/html/html/classSVF_1_1LockResultValidator.html +51 -119
  25. package/SVF-doxygen/html/html/classSVF_1_1MHPValidator-members.html +2 -14
  26. package/SVF-doxygen/html/html/classSVF_1_1MHPValidator.html +14 -49
  27. package/SVF-doxygen/html/html/classSVF_1_1MTAAnnotator-members.html +25 -43
  28. package/SVF-doxygen/html/html/classSVF_1_1MTAAnnotator.html +67 -187
  29. package/SVF-doxygen/html/html/classSVF_1_1MTAAnnotator.png +0 -0
  30. package/SVF-doxygen/html/html/classSVF_1_1MTAResultValidator-members.html +20 -48
  31. package/SVF-doxygen/html/html/classSVF_1_1MTAResultValidator.html +345 -1317
  32. package/SVF-doxygen/html/html/classSVF_1_1RaceResultValidator-members.html +8 -23
  33. package/SVF-doxygen/html/html/classSVF_1_1RaceResultValidator.html +137 -758
  34. package/SVF-doxygen/html/html/classSVF_1_1RaceResultValidator_1_1AccessPair-members.html +3 -7
  35. package/SVF-doxygen/html/html/classSVF_1_1RaceResultValidator_1_1AccessPair.html +37 -184
  36. package/SVF-doxygen/html/html/classSVF_1_1RaceValidator-members.html +1 -13
  37. package/SVF-doxygen/html/html/classSVF_1_1RaceValidator.html +13 -48
  38. package/SVF-doxygen/html/html/classes.html +10 -123
  39. package/SVF-doxygen/html/html/dda_8cpp.html +172 -63
  40. package/SVF-doxygen/html/html/dda_8cpp_source.html +8 -20
  41. package/SVF-doxygen/html/html/dir_0c09191358c30c0f2d864382d285cb43.html +1 -1
  42. package/SVF-doxygen/html/html/files.html +19 -288
  43. package/SVF-doxygen/html/html/functions.html +322 -300
  44. package/SVF-doxygen/html/html/functions_func.html +171 -1020
  45. package/SVF-doxygen/html/html/functions_type.html +27 -17
  46. package/SVF-doxygen/html/html/functions_vars.html +151 -364
  47. package/SVF-doxygen/html/html/globals.html +53 -11
  48. package/SVF-doxygen/html/html/globals_func.html +22 -236
  49. package/SVF-doxygen/html/html/hierarchy.html +9 -543
  50. package/SVF-doxygen/html/html/menudata.js +44 -294
  51. package/SVF-doxygen/html/html/mta_8cpp.html +8 -16
  52. package/SVF-doxygen/html/html/mta_8cpp_source.html +4 -18
  53. package/SVF-doxygen/html/html/namespaceSVF.html +9 -6287
  54. package/SVF-doxygen/html/html/namespacemembers.html +3 -35
  55. package/SVF-doxygen/html/html/namespacemembers_type.html +3 -26
  56. package/SVF-doxygen/html/html/namespaces.html +2 -9
  57. package/SVF-doxygen/html/html/saber_8cpp.html +104 -53
  58. package/SVF-doxygen/html/html/saber_8cpp_source.html +5 -19
  59. package/SVF-doxygen/html/html/search/all_0.js +1 -131
  60. package/SVF-doxygen/html/html/search/all_1.js +4 -449
  61. package/SVF-doxygen/html/html/search/all_10.js +9 -310
  62. package/SVF-doxygen/html/html/search/all_11.js +1 -187
  63. package/SVF-doxygen/html/html/search/all_12.js +4 -474
  64. package/SVF-doxygen/html/html/search/all_2.js +17 -141
  65. package/SVF-doxygen/html/html/search/all_3.js +5 -592
  66. package/SVF-doxygen/html/html/search/all_4.js +3 -222
  67. package/SVF-doxygen/html/html/search/all_5.js +3 -141
  68. package/SVF-doxygen/html/html/search/all_6.js +12 -211
  69. package/SVF-doxygen/html/html/search/all_7.js +1 -923
  70. package/SVF-doxygen/html/html/search/all_8.js +17 -187
  71. package/SVF-doxygen/html/html/search/all_9.js +11 -553
  72. package/SVF-doxygen/html/html/search/all_a.js +17 -10
  73. package/SVF-doxygen/html/html/search/all_b.js +11 -21
  74. package/SVF-doxygen/html/html/search/all_c.js +5 -112
  75. package/SVF-doxygen/html/html/search/all_d.js +15 -190
  76. package/SVF-doxygen/html/html/search/all_e.js +7 -198
  77. package/SVF-doxygen/html/html/search/all_f.js +6 -122
  78. package/SVF-doxygen/html/html/search/classes_0.js +1 -25
  79. package/SVF-doxygen/html/html/search/classes_1.js +1 -7
  80. package/SVF-doxygen/html/html/search/classes_2.js +3 -69
  81. package/SVF-doxygen/html/html/search/classes_3.js +2 -32
  82. package/SVF-doxygen/html/html/search/files_0.js +2 -11
  83. package/SVF-doxygen/html/html/search/files_1.js +1 -5
  84. package/SVF-doxygen/html/html/search/files_2.js +2 -48
  85. package/SVF-doxygen/html/html/search/files_3.js +5 -14
  86. package/SVF-doxygen/html/html/search/files_4.js +2 -4
  87. package/SVF-doxygen/html/html/search/files_5.js +1 -13
  88. package/SVF-doxygen/html/html/search/functions_0.js +3 -339
  89. package/SVF-doxygen/html/html/search/functions_1.js +8 -73
  90. package/SVF-doxygen/html/html/search/functions_2.js +4 -228
  91. package/SVF-doxygen/html/html/search/functions_3.js +3 -69
  92. package/SVF-doxygen/html/html/search/functions_4.js +1 -50
  93. package/SVF-doxygen/html/html/search/functions_5.js +12 -49
  94. package/SVF-doxygen/html/html/search/functions_6.js +1 -766
  95. package/SVF-doxygen/html/html/search/functions_7.js +7 -143
  96. package/SVF-doxygen/html/html/search/functions_8.js +2 -393
  97. package/SVF-doxygen/html/html/search/functions_9.js +9 -4
  98. package/SVF-doxygen/html/html/search/functions_a.js +5 -1
  99. package/SVF-doxygen/html/html/search/functions_b.js +4 -20
  100. package/SVF-doxygen/html/html/search/functions_c.js +2 -72
  101. package/SVF-doxygen/html/html/search/functions_d.js +2 -31
  102. package/SVF-doxygen/html/html/search/functions_e.js +5 -58
  103. package/SVF-doxygen/html/html/search/functions_f.js +4 -132
  104. package/SVF-doxygen/html/html/search/namespaces_0.js +1 -1
  105. package/SVF-doxygen/html/html/search/searchdata.js +9 -21
  106. package/SVF-doxygen/html/html/search/typedefs_0.js +3 -15
  107. package/SVF-doxygen/html/html/search/typedefs_1.js +2 -24
  108. package/SVF-doxygen/html/html/search/typedefs_2.js +1 -120
  109. package/SVF-doxygen/html/html/search/typedefs_3.js +1 -41
  110. package/SVF-doxygen/html/html/search/typedefs_4.js +3 -15
  111. package/SVF-doxygen/html/html/search/typedefs_5.js +2 -41
  112. package/SVF-doxygen/html/html/search/variables_0.js +1 -131
  113. package/SVF-doxygen/html/html/search/variables_1.js +2 -66
  114. package/SVF-doxygen/html/html/search/variables_2.js +4 -30
  115. package/SVF-doxygen/html/html/search/variables_3.js +2 -136
  116. package/SVF-doxygen/html/html/search/variables_4.js +8 -54
  117. package/SVF-doxygen/html/html/search/variables_5.js +6 -35
  118. package/SVF-doxygen/html/html/search/variables_6.js +3 -66
  119. package/SVF-doxygen/html/html/search/variables_7.js +10 -30
  120. package/SVF-doxygen/html/html/search/variables_8.js +7 -8
  121. package/SVF-doxygen/html/html/search/variables_9.js +2 -68
  122. package/SVF-doxygen/html/html/search/variables_a.js +4 -3
  123. package/SVF-doxygen/html/html/search/variables_b.js +2 -10
  124. package/SVF-doxygen/html/html/svf-ex_8cpp.html +31 -86
  125. package/SVF-doxygen/html/html/svf-ex_8cpp_source.html +7 -64
  126. package/SVF-doxygen/html/html/wpa_8cpp.html +6 -12
  127. package/SVF-doxygen/html/html/wpa_8cpp_source.html +2 -14
  128. package/package.json +1 -1
  129. package/svf/CMakeLists.txt +26 -0
  130. package/{include → svf/include}/AbstractExecution/AbstractValue.h +0 -0
  131. package/{include → svf/include}/AbstractExecution/AddressValue.h +0 -0
  132. package/{include → svf/include}/AbstractExecution/ExeState.h +0 -0
  133. package/{include → svf/include}/AbstractExecution/IntervalExeState.h +0 -0
  134. package/{include → svf/include}/AbstractExecution/IntervalValue.h +0 -0
  135. package/{include → svf/include}/AbstractExecution/NumericLiteral.h +0 -0
  136. package/{include → svf/include}/AbstractExecution/RelExeState.h +0 -0
  137. package/{include → svf/include}/AbstractExecution/RelationSolver.h +0 -0
  138. package/{include → svf/include}/AbstractExecution/SVFIR2ItvExeState.h +0 -0
  139. package/{include → svf/include}/AbstractExecution/WTO.h +0 -0
  140. package/{include → svf/include}/CFL/CFGNormalizer.h +0 -0
  141. package/{include → svf/include}/CFL/CFLAlias.h +0 -0
  142. package/{include → svf/include}/CFL/CFLBase.h +0 -0
  143. package/{include → svf/include}/CFL/CFLData.h +0 -0
  144. package/{include → svf/include}/CFL/CFLDataBuilder.h +0 -0
  145. package/{include → svf/include}/CFL/CFLGramGraphChecker.h +0 -0
  146. package/{include → svf/include}/CFL/CFLGrammar.h +0 -0
  147. package/{include → svf/include}/CFL/CFLGrammar.txt +0 -0
  148. package/{include → svf/include}/CFL/CFLGraphBuilder.h +0 -0
  149. package/{include → svf/include}/CFL/CFLSolver.h +0 -0
  150. package/{include → svf/include}/CFL/CFLStat.h +0 -0
  151. package/{include → svf/include}/CFL/CFLVF.h +0 -0
  152. package/{include → svf/include}/CFL/GrammarBuilder.h +0 -0
  153. package/{include → svf/include}/CFL/PEGGrammar.txt +0 -0
  154. package/{include → svf/include}/CFL/VFG.txt +0 -0
  155. package/{include → svf/include}/DDA/ContextDDA.h +0 -0
  156. package/{include → svf/include}/DDA/DDAClient.h +0 -0
  157. package/{include → svf/include}/DDA/DDAPass.h +0 -0
  158. package/{include → svf/include}/DDA/DDAStat.h +0 -0
  159. package/{include → svf/include}/DDA/DDAVFSolver.h +0 -0
  160. package/{include → svf/include}/DDA/FlowDDA.h +0 -0
  161. package/{include → svf/include}/FastCluster/LICENSE.TXT +0 -0
  162. package/{include → svf/include}/FastCluster/fastcluster.h +0 -0
  163. package/{include → svf/include}/Graphs/CFLGraph.h +0 -0
  164. package/{include → svf/include}/Graphs/CHG.h +0 -0
  165. package/{include → svf/include}/Graphs/ConsG.h +0 -0
  166. package/{include → svf/include}/Graphs/ConsGEdge.h +0 -0
  167. package/{include → svf/include}/Graphs/ConsGNode.h +0 -0
  168. package/{include → svf/include}/Graphs/DOTGraphTraits.h +0 -0
  169. package/{include → svf/include}/Graphs/GenericGraph.h +0 -0
  170. package/{include → svf/include}/Graphs/GraphPrinter.h +0 -0
  171. package/{include → svf/include}/Graphs/GraphTraits.h +0 -0
  172. package/{include → svf/include}/Graphs/GraphWriter.h +0 -0
  173. package/{include → svf/include}/Graphs/ICFG.h +0 -0
  174. package/{include → svf/include}/Graphs/ICFGEdge.h +0 -0
  175. package/{include → svf/include}/Graphs/ICFGNode.h +0 -0
  176. package/{include → svf/include}/Graphs/ICFGStat.h +0 -0
  177. package/{include → svf/include}/Graphs/IRGraph.h +0 -0
  178. package/{include → svf/include}/Graphs/PTACallGraph.h +0 -0
  179. package/{include → svf/include}/Graphs/SVFG.h +0 -0
  180. package/{include → svf/include}/Graphs/SVFGEdge.h +0 -0
  181. package/{include → svf/include}/Graphs/SVFGNode.h +0 -0
  182. package/{include → svf/include}/Graphs/SVFGOPT.h +0 -0
  183. package/{include → svf/include}/Graphs/SVFGStat.h +0 -0
  184. package/{include → svf/include}/Graphs/ThreadCallGraph.h +0 -0
  185. package/{include → svf/include}/Graphs/VFG.h +0 -0
  186. package/{include → svf/include}/Graphs/VFGEdge.h +0 -0
  187. package/{include → svf/include}/Graphs/VFGNode.h +0 -0
  188. package/{include → svf/include}/MSSA/MSSAMuChi.h +0 -0
  189. package/{include → svf/include}/MSSA/MemPartition.h +0 -0
  190. package/{include → svf/include}/MSSA/MemRegion.h +0 -0
  191. package/{include → svf/include}/MSSA/MemSSA.h +0 -0
  192. package/{include → svf/include}/MSSA/SVFGBuilder.h +0 -0
  193. package/{include → svf/include}/MTA/FSMPTA.h +0 -0
  194. package/{include → svf/include}/MTA/LockAnalysis.h +0 -0
  195. package/{include → svf/include}/MTA/MHP.h +0 -0
  196. package/{include → svf/include}/MTA/MTA.h +0 -0
  197. package/{include → svf/include}/MTA/MTAResultValidator.h +0 -0
  198. package/{include → svf/include}/MTA/MTAStat.h +0 -0
  199. package/{include → svf/include}/MTA/PCG.h +0 -0
  200. package/{include → svf/include}/MTA/TCT.h +0 -0
  201. package/{include → svf/include}/MemoryModel/AbstractPointsToDS.h +0 -0
  202. package/{include → svf/include}/MemoryModel/ConditionalPT.h +0 -0
  203. package/{include → svf/include}/MemoryModel/LocationSet.h +0 -0
  204. package/{include → svf/include}/MemoryModel/MutablePointsToDS.h +0 -0
  205. package/{include → svf/include}/MemoryModel/PersistentPointsToCache.h +0 -0
  206. package/{include → svf/include}/MemoryModel/PersistentPointsToDS.h +0 -0
  207. package/{include → svf/include}/MemoryModel/PointerAnalysis.h +0 -0
  208. package/{include → svf/include}/MemoryModel/PointerAnalysisImpl.h +0 -0
  209. package/{include → svf/include}/MemoryModel/PointsTo.h +0 -0
  210. package/{include → svf/include}/MemoryModel/SVFLoop.h +0 -0
  211. package/{include → svf/include}/SABER/DoubleFreeChecker.h +0 -0
  212. package/{include → svf/include}/SABER/FileChecker.h +0 -0
  213. package/{include → svf/include}/SABER/LeakChecker.h +0 -0
  214. package/{include → svf/include}/SABER/ProgSlice.h +0 -0
  215. package/{include → svf/include}/SABER/SaberCheckerAPI.h +0 -0
  216. package/{include → svf/include}/SABER/SaberCondAllocator.h +0 -0
  217. package/{include → svf/include}/SABER/SaberSVFGBuilder.h +0 -0
  218. package/{include → svf/include}/SABER/SrcSnkDDA.h +0 -0
  219. package/{include → svf/include}/SABER/SrcSnkSolver.h +0 -0
  220. package/{include → svf/include}/SVFIR/PAGBuilderFromFile.h +0 -0
  221. package/{include → svf/include}/SVFIR/SVFIR.h +0 -0
  222. package/{include → svf/include}/SVFIR/SVFModule.h +0 -0
  223. package/{include → svf/include}/SVFIR/SVFStatements.h +0 -0
  224. package/{include → svf/include}/SVFIR/SVFType.h +12 -14
  225. package/{include → svf/include}/SVFIR/SVFValue.h +0 -0
  226. package/{include → svf/include}/SVFIR/SVFVariables.h +0 -0
  227. package/{include → svf/include}/SVFIR/SymbolTableInfo.h +0 -0
  228. package/{include → svf/include}/Util/Annotator.h +0 -0
  229. package/{include → svf/include}/Util/BitVector.h +0 -0
  230. package/{include → svf/include}/Util/CallGraphBuilder.h +0 -0
  231. package/{include → svf/include}/Util/Casting.h +0 -0
  232. package/{include → svf/include}/Util/CommandLine.h +0 -0
  233. package/{include → svf/include}/Util/CoreBitVector.h +0 -0
  234. package/{include → svf/include}/Util/CppUtil.h +0 -0
  235. package/{include → svf/include}/Util/CxtStmt.h +0 -0
  236. package/{include → svf/include}/Util/DPItem.h +0 -0
  237. package/{include → svf/include}/Util/ExtAPI.h +2 -2
  238. package/{include → svf/include}/Util/ExtAPI.json +0 -0
  239. package/{include → svf/include}/Util/GraphReachSolver.h +0 -0
  240. package/{include → svf/include}/Util/NodeIDAllocator.h +0 -0
  241. package/{include → svf/include}/Util/Options.h +0 -0
  242. package/{include → svf/include}/Util/PTAStat.h +0 -0
  243. package/{include → svf/include}/Util/SCC.h +0 -0
  244. package/{include → svf/include}/Util/SVFStat.h +0 -0
  245. package/{include → svf/include}/Util/SVFUtil.h +0 -0
  246. package/{include → svf/include}/Util/SparseBitVector.h +0 -0
  247. package/{include → svf/include}/Util/ThreadAPI.h +0 -0
  248. package/{include → svf/include}/Util/WorkList.h +0 -0
  249. package/{include → svf/include}/Util/Z3Expr.h +0 -0
  250. package/{include → svf/include}/Util/cJSON.h +0 -0
  251. package/{include → svf/include}/Util/iterator.h +0 -0
  252. package/{include → svf/include}/Util/iterator_range.h +0 -0
  253. package/{include → svf/include}/WPA/Andersen.h +0 -0
  254. package/{include → svf/include}/WPA/AndersenPWC.h +0 -0
  255. package/{include → svf/include}/WPA/CSC.h +0 -0
  256. package/{include → svf/include}/WPA/FlowSensitive.h +0 -0
  257. package/{include → svf/include}/WPA/Steensgaard.h +0 -0
  258. package/{include → svf/include}/WPA/TypeAnalysis.h +0 -0
  259. package/{include → svf/include}/WPA/VersionedFlowSensitive.h +0 -0
  260. package/{include → svf/include}/WPA/WPAFSSolver.h +0 -0
  261. package/{include → svf/include}/WPA/WPAPass.h +0 -0
  262. package/{include → svf/include}/WPA/WPASolver.h +0 -0
  263. package/{include → svf/include}/WPA/WPAStat.h +0 -0
  264. package/{lib → svf/lib}/AbstractExecution/ExeState.cpp +0 -0
  265. package/{lib → svf/lib}/AbstractExecution/IntervalExeState.cpp +0 -0
  266. package/{lib → svf/lib}/AbstractExecution/RelExeState.cpp +0 -0
  267. package/{lib → svf/lib}/AbstractExecution/RelationSolver.cpp +0 -0
  268. package/{lib → svf/lib}/AbstractExecution/SVFIR2ItvExeState.cpp +0 -0
  269. package/{lib → svf/lib}/AbstractExecution/SVFIR2Relation.cpp +0 -0
  270. package/{lib → svf/lib}/CFL/CFGNormalizer.cpp +0 -0
  271. package/{lib → svf/lib}/CFL/CFLAlias.cpp +0 -0
  272. package/{lib → svf/lib}/CFL/CFLBase.cpp +0 -0
  273. package/{lib → svf/lib}/CFL/CFLGrammar.cpp +0 -0
  274. package/{lib → svf/lib}/CFL/CFLGraphBuilder.cpp +0 -0
  275. package/{lib → svf/lib}/CFL/CFLSolver.cpp +0 -0
  276. package/{lib → svf/lib}/CFL/CFLStat.cpp +0 -0
  277. package/{lib → svf/lib}/CFL/CFLVF.cpp +0 -0
  278. package/{lib → svf/lib}/CFL/GrammarBuilder.cpp +6 -1
  279. package/{lib → svf/lib}/DDA/ContextDDA.cpp +0 -0
  280. package/{lib → svf/lib}/DDA/DDAClient.cpp +0 -0
  281. package/{lib → svf/lib}/DDA/DDAPass.cpp +0 -0
  282. package/{lib → svf/lib}/DDA/DDAStat.cpp +0 -0
  283. package/{lib → svf/lib}/DDA/FlowDDA.cpp +0 -0
  284. package/{lib → svf/lib}/FastCluster/LICENSE.TXT +0 -0
  285. package/{lib → svf/lib}/FastCluster/fastcluster.cpp +0 -0
  286. package/{lib → svf/lib}/FastCluster/fastcluster_R_dm.cpp.inc +0 -0
  287. package/{lib → svf/lib}/FastCluster/fastcluster_dm.cpp.inc +0 -0
  288. package/{lib → svf/lib}/Graphs/CFLGraph.cpp +0 -0
  289. package/{lib → svf/lib}/Graphs/CHG.cpp +0 -0
  290. package/{lib → svf/lib}/Graphs/ConsG.cpp +0 -0
  291. package/{lib → svf/lib}/Graphs/GraphWriter.cpp +0 -0
  292. package/{lib → svf/lib}/Graphs/ICFG.cpp +0 -0
  293. package/{lib → svf/lib}/Graphs/IRGraph.cpp +0 -0
  294. package/{lib → svf/lib}/Graphs/PTACallGraph.cpp +0 -0
  295. package/{lib → svf/lib}/Graphs/SVFG.cpp +0 -0
  296. package/{lib → svf/lib}/Graphs/SVFGOPT.cpp +0 -0
  297. package/{lib → svf/lib}/Graphs/SVFGReadWrite.cpp +0 -0
  298. package/{lib → svf/lib}/Graphs/SVFGStat.cpp +0 -0
  299. package/{lib → svf/lib}/Graphs/ThreadCallGraph.cpp +0 -0
  300. package/{lib → svf/lib}/Graphs/VFG.cpp +0 -0
  301. package/{lib → svf/lib}/MSSA/MemPartition.cpp +0 -0
  302. package/{lib → svf/lib}/MSSA/MemRegion.cpp +0 -0
  303. package/{lib → svf/lib}/MSSA/MemSSA.cpp +0 -0
  304. package/{lib → svf/lib}/MSSA/SVFGBuilder.cpp +0 -0
  305. package/{lib → svf/lib}/MTA/FSMPTA.cpp +0 -0
  306. package/{lib → svf/lib}/MTA/LockAnalysis.cpp +0 -0
  307. package/{lib → svf/lib}/MTA/MHP.cpp +0 -0
  308. package/{lib → svf/lib}/MTA/MTA.cpp +0 -0
  309. package/{lib → svf/lib}/MTA/MTAStat.cpp +0 -0
  310. package/{lib → svf/lib}/MTA/PCG.cpp +0 -0
  311. package/{lib → svf/lib}/MTA/TCT.cpp +0 -0
  312. package/{lib → svf/lib}/MemoryModel/LocationSet.cpp +0 -0
  313. package/{lib → svf/lib}/MemoryModel/PointerAnalysis.cpp +0 -0
  314. package/{lib → svf/lib}/MemoryModel/PointerAnalysisImpl.cpp +0 -0
  315. package/{lib → svf/lib}/MemoryModel/PointsTo.cpp +0 -0
  316. package/{lib → svf/lib}/SABER/DoubleFreeChecker.cpp +0 -0
  317. package/{lib → svf/lib}/SABER/FileChecker.cpp +0 -0
  318. package/{lib → svf/lib}/SABER/LeakChecker.cpp +0 -0
  319. package/{lib → svf/lib}/SABER/ProgSlice.cpp +0 -0
  320. package/{lib → svf/lib}/SABER/SaberCheckerAPI.cpp +0 -0
  321. package/{lib → svf/lib}/SABER/SaberCondAllocator.cpp +0 -0
  322. package/{lib → svf/lib}/SABER/SaberSVFGBuilder.cpp +0 -0
  323. package/{lib → svf/lib}/SABER/SrcSnkDDA.cpp +0 -0
  324. package/{lib → svf/lib}/SVFIR/PAGBuilderFromFile.cpp +0 -0
  325. package/{lib → svf/lib}/SVFIR/SVFIR.cpp +0 -0
  326. package/{lib → svf/lib}/SVFIR/SVFModule.cpp +0 -0
  327. package/{lib → svf/lib}/SVFIR/SVFStatements.cpp +0 -0
  328. package/{lib → svf/lib}/SVFIR/SVFValue.cpp +0 -0
  329. package/{lib → svf/lib}/SVFIR/SVFVariables.cpp +0 -0
  330. package/{lib → svf/lib}/SVFIR/SymbolTableInfo.cpp +0 -0
  331. package/{lib → svf/lib}/Util/BitVector.cpp +0 -0
  332. package/{lib → svf/lib}/Util/CallGraphBuilder.cpp +0 -0
  333. package/{lib → svf/lib}/Util/CoreBitVector.cpp +0 -0
  334. package/{lib → svf/lib}/Util/CppUtil.cpp +0 -0
  335. package/{lib → svf/lib}/Util/ExtAPI.cpp +64 -58
  336. package/{lib → svf/lib}/Util/NodeIDAllocator.cpp +0 -0
  337. package/{lib → svf/lib}/Util/Options.cpp +0 -0
  338. package/{lib → svf/lib}/Util/PTAStat.cpp +0 -0
  339. package/{lib → svf/lib}/Util/SVFStat.cpp +0 -0
  340. package/{lib → svf/lib}/Util/SVFUtil.cpp +0 -0
  341. package/{lib → svf/lib}/Util/ThreadAPI.cpp +0 -0
  342. package/{lib → svf/lib}/Util/Z3Expr.cpp +0 -0
  343. package/{lib → svf/lib}/Util/cJSON.cpp +0 -0
  344. package/{lib → svf/lib}/WPA/Andersen.cpp +0 -0
  345. package/{lib → svf/lib}/WPA/AndersenSCD.cpp +0 -0
  346. package/{lib → svf/lib}/WPA/AndersenSFR.cpp +0 -0
  347. package/{lib → svf/lib}/WPA/AndersenStat.cpp +0 -0
  348. package/{lib → svf/lib}/WPA/AndersenWaveDiff.cpp +0 -0
  349. package/{lib → svf/lib}/WPA/CSC.cpp +0 -0
  350. package/{lib → svf/lib}/WPA/FlowSensitive.cpp +0 -0
  351. package/{lib → svf/lib}/WPA/FlowSensitiveStat.cpp +0 -0
  352. package/{lib → svf/lib}/WPA/Steensgaard.cpp +0 -0
  353. package/{lib → svf/lib}/WPA/TypeAnalysis.cpp +0 -0
  354. package/{lib → svf/lib}/WPA/VersionedFlowSensitive.cpp +0 -0
  355. package/{lib → svf/lib}/WPA/VersionedFlowSensitiveStat.cpp +0 -0
  356. package/{lib → svf/lib}/WPA/WPAPass.cpp +0 -0
  357. package/svf-llvm/CMakeLists.txt +21 -0
  358. package/{include → svf-llvm/include}/SVF-LLVM/BasicTypes.h +0 -0
  359. package/{include → svf-llvm/include}/SVF-LLVM/BreakConstantExpr.h +0 -0
  360. package/{include → svf-llvm/include}/SVF-LLVM/CHGBuilder.h +0 -0
  361. package/{include → svf-llvm/include}/SVF-LLVM/DCHG.h +0 -0
  362. package/{include → svf-llvm/include}/SVF-LLVM/GEPTypeBridgeIterator.h +0 -0
  363. package/{include → svf-llvm/include}/SVF-LLVM/ICFGBuilder.h +0 -0
  364. package/{include → svf-llvm/include}/SVF-LLVM/LLVMLoopAnalysis.h +0 -0
  365. package/{include → svf-llvm/include}/SVF-LLVM/LLVMModule.h +0 -0
  366. package/{include → svf-llvm/include}/SVF-LLVM/LLVMUtil.h +0 -0
  367. package/{include → svf-llvm/include}/SVF-LLVM/SVFIRBuilder.h +0 -0
  368. package/{include → svf-llvm/include}/SVF-LLVM/SymbolTableBuilder.h +0 -0
  369. package/{lib/SVF-LLVM → svf-llvm/lib}/BreakConstantExpr.cpp +0 -0
  370. package/{lib/SVF-LLVM → svf-llvm/lib}/CHGBuilder.cpp +0 -0
  371. package/{lib/SVF-LLVM → svf-llvm/lib}/DCHG.cpp +0 -0
  372. package/{lib/SVF-LLVM → svf-llvm/lib}/ICFGBuilder.cpp +0 -0
  373. package/{lib/SVF-LLVM → svf-llvm/lib}/LLVMLoopAnalysis.cpp +0 -0
  374. package/{lib/SVF-LLVM → svf-llvm/lib}/LLVMModule.cpp +0 -0
  375. package/{lib/SVF-LLVM → svf-llvm/lib}/LLVMUtil.cpp +0 -0
  376. package/{lib/SVF-LLVM → svf-llvm/lib}/SVFIRBuilder.cpp +0 -0
  377. package/{lib/SVF-LLVM → svf-llvm/lib}/SymbolTableBuilder.cpp +0 -0
  378. package/tools/CFL/CMakeLists.txt +18 -7
  379. package/tools/CMakeLists.txt +2 -1
  380. package/tools/DDA/CMakeLists.txt +18 -7
  381. package/tools/Example/CMakeLists.txt +18 -7
  382. package/tools/Example/svf-ex.cpp +0 -1
  383. package/tools/MTA/CMakeLists.txt +20 -9
  384. package/tools/SABER/CMakeLists.txt +18 -7
  385. package/tools/WPA/CMakeLists.txt +18 -8
  386. package/lib/CMakeLists.txt +0 -55
@@ -1,556 +1,14 @@
1
1
  var searchData=
2
2
  [
3
- ['i',['I',['../classSVF_1_1iter__facade__base_1_1ReferenceProxy.html#aca4eadcdc568988ffddd09d359b1c1c3',1,'SVF::iter_facade_base::ReferenceProxy::I()'],['../classSVF_1_1iter__adaptor__base.html#a1c80cc24530dbc29b03bf58500e0d636',1,'SVF::iter_adaptor_base::I()']]],
4
- ['i1',['I1',['../classSVF_1_1RaceResultValidator_1_1AccessPair.html#a2f6817c4f04b090ff8ebff68cafa5892',1,'SVF::RaceResultValidator::AccessPair']]],
5
- ['i2',['I2',['../classSVF_1_1RaceResultValidator_1_1AccessPair.html#a4759b40288c232686465893d988697f3',1,'SVF::RaceResultValidator::AccessPair']]],
6
- ['icfg',['ICFG',['../classSVF_1_1ICFG.html',1,'SVF::ICFG'],['../classSVF_1_1ICFG.html#a683f33b8ad507a33809511954c7c1acb',1,'SVF::ICFG::ICFG()'],['../classSVF_1_1ICFGStat.html#a03185827f7913a480523de5b8f911acb',1,'SVF::ICFGStat::icfg()'],['../classSVF_1_1PointerAnalysis.html#a962cc91e4d68b25ce201072c384d8fc2',1,'SVF::PointerAnalysis::icfg()'],['../classSVF_1_1ICFGBuilder.html#adefeaad9c02000f263430dfee7149ea6',1,'SVF::ICFGBuilder::icfg()'],['../classSVF_1_1SVFIR.html#abe8aa0d325b35dd59ce4a7f302760e51',1,'SVF::SVFIR::icfg()'],['../classSVF_1_1CallGraphBuilder.html#ab3e0b47be010e25c093953e54602d211',1,'SVF::CallGraphBuilder::icfg()']]],
7
- ['icfg_2ecpp',['ICFG.cpp',['../ICFG_8cpp.html',1,'']]],
8
- ['icfg_2eh',['ICFG.h',['../ICFG_8h.html',1,'']]],
9
- ['icfgbuilder',['ICFGBuilder',['../classSVF_1_1ICFGBuilder.html',1,'SVF::ICFGBuilder'],['../classSVF_1_1ICFG.html#a0d2b8819e1a1375c3543b1cf202193fa',1,'SVF::ICFG::ICFGBuilder()'],['../classSVF_1_1ICFGBuilder.html#a40d50a22a5c2094dbfe5e8516a0deccc',1,'SVF::ICFGBuilder::ICFGBuilder()']]],
10
- ['icfgbuilder_2ecpp',['ICFGBuilder.cpp',['../ICFGBuilder_8cpp.html',1,'']]],
11
- ['icfgbuilder_2eh',['ICFGBuilder.h',['../ICFGBuilder_8h.html',1,'']]],
12
- ['icfgedge',['ICFGEdge',['../classSVF_1_1ICFGEdge.html',1,'SVF::ICFGEdge'],['../classSVF_1_1ICFGEdge.html#a9b8f369727bd03106bafacd4eee3dd04',1,'SVF::ICFGEdge::ICFGEdge()']]],
13
- ['icfgedge_2eh',['ICFGEdge.h',['../ICFGEdge_8h.html',1,'']]],
14
- ['icfgedgek',['ICFGEdgeK',['../classSVF_1_1ICFGEdge.html#a395c34788e98950bc43e8cb44313e429',1,'SVF::ICFGEdge']]],
15
- ['icfgedgeset',['ICFGEdgeSet',['../classSVF_1_1SVFLoop.html#af1951774580ee80d20ca5a139e8f913f',1,'SVF::SVFLoop']]],
16
- ['icfgedgesetty',['ICFGEdgeSetTy',['../classSVF_1_1ICFG.html#a20ea3e37e9c3c7d3138ff593041a8e47',1,'SVF::ICFG::ICFGEdgeSetTy()'],['../classSVF_1_1ICFGEdge.html#a3da5a0bad1b4c08803f1f06393649f96',1,'SVF::ICFGEdge::ICFGEdgeSetTy()']]],
17
- ['icfgnode',['ICFGNode',['../classSVF_1_1ICFGNode.html',1,'SVF::ICFGNode'],['../classSVF_1_1ICFGNode.html#ae6fe836e269ac36f14b2d2b1499a11e6',1,'SVF::ICFGNode::ICFGNode()'],['../classSVF_1_1VFGNode.html#a54c631f1e39be144c0cd25373f6b98b8',1,'SVF::VFGNode::icfgNode()'],['../classSVF_1_1SVFStmt.html#a50046a1500ec6e2819ef55162e70cc71',1,'SVF::SVFStmt::icfgNode()']]],
18
- ['icfgnode_2eh',['ICFGNode.h',['../ICFGNode_8h.html',1,'']]],
19
- ['icfgnode2ptasvfstmtsmap',['icfgNode2PTASVFStmtsMap',['../classSVF_1_1SVFIR.html#aaae756185bbd5b7175e96f8928a989c2',1,'SVF::SVFIR']]],
20
- ['icfgnode2svfstmtsmap',['icfgNode2SVFStmtsMap',['../classSVF_1_1SVFIR.html#a86c0c23d854b034d741d9d8891debab7',1,'SVF::SVFIR::icfgNode2SVFStmtsMap()'],['../classSVF_1_1SVFIR.html#a4666dabcbeb3f40f96a0694ce2f07eb0',1,'SVF::SVFIR::ICFGNode2SVFStmtsMap()']]],
21
- ['icfgnodeidtonodemapty',['ICFGNodeIDToNodeMapTy',['../classSVF_1_1ICFG.html#abd1b5ed3f7d29f846d5714f40106781b',1,'SVF::ICFG']]],
22
- ['icfgnodek',['ICFGNodeK',['../classSVF_1_1ICFGNode.html#a74f598c1c86b023680bb2685aa8ab376',1,'SVF::ICFGNode']]],
23
- ['icfgnodes',['icfgNodes',['../classSVF_1_1SVFLoop.html#a062e4b336b9b8315a9fc1107c9cab840',1,'SVF::SVFLoop']]],
24
- ['icfgnodesbegin',['ICFGNodesBegin',['../classSVF_1_1SVFLoop.html#a39d7db54e8dd092fd5420c5332210ed1',1,'SVF::SVFLoop']]],
25
- ['icfgnodesend',['ICFGNodesEnd',['../classSVF_1_1SVFLoop.html#a4c96835d38a55423b70b2ce100d76dd2',1,'SVF::SVFLoop']]],
26
- ['icfgnodeset',['ICFGNodeSet',['../classSVF_1_1ICFGStat.html#a69670ae14f5ec47728e2ddc7dd4dec84',1,'SVF::ICFGStat::ICFGNodeSet()'],['../classSVF_1_1SVFLoop.html#a4519b374ff32534797ad2afe1c1f672f',1,'SVF::SVFLoop::ICFGNodeSet()']]],
27
- ['icfgnodetosvfloopvec',['ICFGNodeToSVFLoopVec',['../classSVF_1_1ICFG.html#a4288dd1d729524b8e8a92954852a2317',1,'SVF::ICFG::ICFGNodeToSVFLoopVec()'],['../classSVF_1_1ICFG.html#a7d6aeecb00d77600a204a72d60023d54',1,'SVF::ICFG::icfgNodeToSVFLoopVec()']]],
28
- ['icfgstat',['ICFGStat',['../classSVF_1_1ICFGStat.html',1,'SVF::ICFGStat'],['../classSVF_1_1ICFGStat.html#a3bbad3d1c0ab0cad3cc4b7aa069d1f9f',1,'SVF::ICFGStat::ICFGStat()']]],
29
- ['icfgstat_2eh',['ICFGStat.h',['../ICFGStat_8h.html',1,'']]],
30
- ['icmp_5feq',['ICMP_EQ',['../classSVF_1_1CmpStmt.html#ad8e01744bfd98d584661025ce59338acafa5a0ab60aff74a8d653c3f9fac04936',1,'SVF::CmpStmt']]],
31
- ['icmp_5fne',['ICMP_NE',['../classSVF_1_1CmpStmt.html#ad8e01744bfd98d584661025ce59338aca6eef834451ec753add639be49c51f03f',1,'SVF::CmpStmt']]],
32
- ['icmp_5fsge',['ICMP_SGE',['../classSVF_1_1CmpStmt.html#ad8e01744bfd98d584661025ce59338acac5a87d53b1ad255cec18b3784cd81f80',1,'SVF::CmpStmt']]],
33
- ['icmp_5fsgt',['ICMP_SGT',['../classSVF_1_1CmpStmt.html#ad8e01744bfd98d584661025ce59338aca229d105d0841dc895811b29af62a91ee',1,'SVF::CmpStmt']]],
34
- ['icmp_5fsle',['ICMP_SLE',['../classSVF_1_1CmpStmt.html#ad8e01744bfd98d584661025ce59338acaeeae52f8d195815edfb8c85037d246d6',1,'SVF::CmpStmt']]],
35
- ['icmp_5fslt',['ICMP_SLT',['../classSVF_1_1CmpStmt.html#ad8e01744bfd98d584661025ce59338aca88d74bf66465f4fdd221db0c11d62927',1,'SVF::CmpStmt']]],
36
- ['icmp_5fuge',['ICMP_UGE',['../classSVF_1_1CmpStmt.html#ad8e01744bfd98d584661025ce59338aca3428808abe683bfc6bb0267077cdb128',1,'SVF::CmpStmt']]],
37
- ['icmp_5fugt',['ICMP_UGT',['../classSVF_1_1CmpStmt.html#ad8e01744bfd98d584661025ce59338aca8d59d9d7f39bb9c8b1e3dcebe0c5dc48',1,'SVF::CmpStmt']]],
38
- ['icmp_5fule',['ICMP_ULE',['../classSVF_1_1CmpStmt.html#ad8e01744bfd98d584661025ce59338aca56a20e408f9639234e4a11036764a38f',1,'SVF::CmpStmt']]],
39
- ['icmp_5fult',['ICMP_ULT',['../classSVF_1_1CmpStmt.html#ad8e01744bfd98d584661025ce59338aca7833b647068883840c9bb438103e736d',1,'SVF::CmpStmt']]],
40
- ['id',['id',['../structSVF_1_1HybridData_1_1TreeNode.html#aee14edee2d81613c48c00b090ff0e66b',1,'SVF::HybridData::TreeNode::id()'],['../classSVF_1_1GenericNode.html#aaa53457604fe4cf4cb97ca85d33907b0',1,'SVF::GenericNode::id()'],['../classSVF_1_1Z3Expr.html#acdb4fbb53f19bac033e79cfe96ce82ca',1,'SVF::Z3Expr::id()'],['../classSVF_1_1DDAPass.html#adb39fc24e3d45e558ac36f37b5dc3565',1,'SVF::DDAPass::ID()'],['../classSVF_1_1BreakConstantGEPs.html#a8010c4f5824ed5ebcb7ae283473ada22',1,'SVF::BreakConstantGEPs::ID()'],['../classSVF_1_1MergeFunctionRets.html#a7a763ae6c9d3c72345495f01b0b4b458',1,'SVF::MergeFunctionRets::ID()'],['../classSVF_1_1WPAPass.html#a2674527c92cdef223e655d449f0811d4',1,'SVF::WPAPass::ID()']]],
41
- ['idcounter',['idCounter',['../classSVF_1_1PersistentPointsToCache.html#ad8d24772f7503e0e735f546506d2bcc5',1,'SVF::PersistentPointsToCache']]],
42
- ['identifyfollowers',['identifyFollowers',['../classSVF_1_1PCG.html#ae5ee8cf8cfe42854407190f30f3b6c1b',1,'SVF::PCG']]],
43
- ['idtocallsitemap',['IdToCallSiteMap',['../classSVF_1_1PTACallGraph.html#a5f626f5c9254b9e643d943e59068efba',1,'SVF::PTACallGraph']]],
44
- ['idtocsmap',['idToCSMap',['../classSVF_1_1PTACallGraph.html#a5d6f63baad19589a9fd1e069631e18fa',1,'SVF::PTACallGraph']]],
45
- ['idtoidmap',['IdToIdMap',['../classSVF_1_1CSC.html#a3fb06a0c1d3960c32e52ff485417035c',1,'SVF::CSC']]],
46
- ['idtomemmapty',['IDToMemMapTy',['../classSVF_1_1SymbolTableInfo.html#a0371b60485199175b011cf3a42b404aa',1,'SVF::SymbolTableInfo']]],
47
- ['idtonodemap',['IDToNodeMap',['../classSVF_1_1GenericGraph.html#a47a1ef8b67b0c92f78b4457dc3bbfe71',1,'SVF::GenericGraph']]],
48
- ['idtonodemapty',['IDToNodeMapTy',['../classSVF_1_1GenericGraph.html#afe017704d73445211fecaf7f3853010e',1,'SVF::GenericGraph']]],
49
- ['idtoobjmap',['idToObjMap',['../classSVF_1_1SymbolTableInfo.html#a929a20dc8f2eb4d82e93938b8339d697',1,'SVF::SymbolTableInfo']]],
50
- ['idtopts',['idToPts',['../classSVF_1_1PersistentPointsToCache.html#a32009561c9d3a340ec4e6230ef17f998',1,'SVF::PersistentPointsToCache']]],
51
- ['idtoterminstmap',['idToTermInstMap',['../classSVF_1_1SaberCondAllocator.html#aee401aa2c7884888bbd26544bcd92881',1,'SVF::SaberCondAllocator']]],
52
- ['if',['if',['../cJSON_8cpp.html#a90e6101bee79e6d18c535254695e91e3',1,'if(!(object->type &cJSON_String)||(object->type &cJSON_IsReference)): cJSON.cpp'],['../cJSON_8cpp.html#af00faa2be0e3b87cd54f46adf0f5b799',1,'if(strlen(valuestring)<=strlen(object->valuestring)): cJSON.cpp'],['../cJSON_8cpp.html#ae47a6320597174c09b4b032c600b3f16',1,'if(copy==NULL): cJSON.cpp'],['../cJSON_8cpp.html#a69f85127495f4f14fe9d9d3ed1153c0f',1,'if(object->valuestring !=NULL): cJSON.cpp'],['../cJSON_8cpp.html#abfe73b8e0114278ce0cc7c20a6bacdb9',1,'if(NULL==value): cJSON.cpp'],['../cJSON_8cpp.html#a4453a436aec0254e89bad92c056c196c',1,'if(value==NULL||0==buffer_length): cJSON.cpp'],['../cJSON_8cpp.html#a9a60d8945eee5e6258fce5439e056c55',1,'if(item==NULL): cJSON.cpp'],['../cJSON_8cpp.html#a28f4a33af8f7fcee96d1559e403ff29b',1,'if(!parse_value(item, buffer_skip_whitespace(skip_utf8_bom(&buffer)))): cJSON.cpp'],['../cJSON_8cpp.html#a4593ce107753e9b7b31ddac97a959994',1,'if(require_null_terminated): cJSON.cpp'],['../cJSON_8cpp.html#ad322e1e2bce42db81bab5176fa296c29',1,'if(return_parse_end): cJSON.cpp'],['../cJSON_8cpp.html#a843cfcfecd006b5d1bd0cf91dc070e89',1,'if(value !=NULL): cJSON.cpp'],['../cJSON_8cpp.html#a0aaaa25cc9cc181d709602c445fd2d1c',1,'if(prebuffer< 0): cJSON.cpp'],['../cJSON_8cpp.html#a6f520bf3d4e33963411d1c292d704503',1,'if(!p.buffer): cJSON.cpp'],['../cJSON_8cpp.html#a5dbd74dff02e6d96a1f0a2a631936589',1,'if(!print_value(item, &p)): cJSON.cpp'],['../cJSON_8cpp.html#a71352311b7972f5e6eb5ff3c71e9252f',1,'if((length< 0)||(buffer==NULL)): cJSON.cpp'],['../cJSON_8cpp.html#a190550315572ee2a1b6bbd2d181cca57',1,'if(add_item_to_object(object, name, null, &global_hooks, false)): cJSON.cpp'],['../cJSON_8cpp.html#a57383894ddbf6d141efc4be10cc9c3dc',1,'if(add_item_to_object(object, name, true_item, &global_hooks, false)): cJSON.cpp'],['../cJSON_8cpp.html#a7c636ab338e0e044d3b117c4c17cd660',1,'if(add_item_to_object(object, name, false_item, &global_hooks, false)): cJSON.cpp'],['../cJSON_8cpp.html#add3447abc993c24187f21b06f123ed3b',1,'if(add_item_to_object(object, name, bool_item, &global_hooks, false)): cJSON.cpp'],['../cJSON_8cpp.html#a50b35cc4ddb9d2f7f7b5b3bba78189dc',1,'if(add_item_to_object(object, name, number_item, &global_hooks, false)): cJSON.cpp'],['../cJSON_8cpp.html#a04012f31b42f0151ecdbeb031f5fccfc',1,'if(add_item_to_object(object, name, string_item, &global_hooks, false)): cJSON.cpp'],['../cJSON_8cpp.html#a6b32addfb87777063dd05a293063d338',1,'if(add_item_to_object(object, name, raw_item, &global_hooks, false)): cJSON.cpp'],['../cJSON_8cpp.html#a0271dd70fe155382d60ed74b73e7a71e',1,'if(add_item_to_object(object, name, object_item, &global_hooks, false)): cJSON.cpp'],['../cJSON_8cpp.html#abbf8c9146b5050d37f9b513e3e8ac588',1,'if(add_item_to_object(object, name, array, &global_hooks, false)): cJSON.cpp'],['../cJSON_8cpp.html#a8182cf148f1b59107b476a0512e66c65',1,'if(after_inserted==NULL): cJSON.cpp'],['../cJSON_8cpp.html#a5b6124f94989a9cfe4d79ac40386779d',1,'if(replacement->next !=NULL): cJSON.cpp'],['../cJSON_8cpp.html#a0f57e2720be39caf76124659d10fbb32',1,'if(parent->child==item): cJSON.cpp'],['../cJSON_8cpp.html#a4151c5c0d36dfe24841d4723ac65d6c6',1,'if((count< 0)||(numbers==NULL)): cJSON.cpp'],['../cJSON_8cpp.html#ae39a150ec9a630fd5d4b61d5968c0072',1,'if(a &&a->child): cJSON.cpp'],['../cJSON_8cpp.html#a1f198ce8a758a05c9a99366c38a12f47',1,'if((count< 0)||(strings==NULL)): cJSON.cpp'],['../cJSON_8cpp.html#ad9bc5485a16a60b0824f65b68f3bf53e',1,'if(!item): cJSON.cpp'],['../cJSON_8cpp.html#ac710a9eb697fc89f52a407ce22224d06',1,'if(item->valuestring): cJSON.cpp'],['../cJSON_8cpp.html#a0cde9b5cb05996d1f922f4f7b77a07b4',1,'if(newitem &&newitem->child): cJSON.cpp'],['../tools_2CFL_2CMakeLists_8txt.html#a1fd8413c9b18e2bc5fdbb9f1c958c017',1,'if(DEFINED IN_SOURCE_BUILD) set(LLVM_LINK_COMPONENTS BitWriter Core IPO IrReader InstCombine Instrumentation Target Linker Analysis ScalarOpts Support Svf) add_llvm_tool(cfl cfl.cpp) else() add_executable(cfl cfl.cpp) target_link_libraries(cfl Svf $: CMakeLists.txt'],['../tools_2DDA_2CMakeLists_8txt.html#af3757e8c8a37e935b02d531c6cbd60c0',1,'if(DEFINED IN_SOURCE_BUILD) set(LLVM_LINK_COMPONENTS BitWriter Core IPO IrReader InstCombine Instrumentation Target Linker Analysis ScalarOpts Support Svf) add_llvm_tool(dvf dda.cpp) else() add_executable(dvf dda.cpp) target_link_libraries(dvf Svf $: CMakeLists.txt'],['../tools_2Example_2CMakeLists_8txt.html#ae4d9db95d5f46d9fb4772700d1c60d06',1,'if(DEFINED IN_SOURCE_BUILD) set(LLVM_LINK_COMPONENTS BitWriter Core IPO IrReader InstCombine Instrumentation Target Linker Analysis ScalarOpts Support Svf) add_llvm_tool(svf-ex svf-ex.cpp) else() add_executable(svf-ex svf-ex.cpp) target_link_libraries(svf-ex Svf $: CMakeLists.txt'],['../tools_2MTA_2CMakeLists_8txt.html#ac031158595e870c66c5d79c82a909710',1,'if(DEFINED IN_SOURCE_BUILD) set(LLVM_LINK_COMPONENTS BitWriter Core IPO IrReader InstCombine Instrumentation Target Linker Analysis ScalarOpts Support Svf Cudd) add_llvm_tool(mta mta.cpp) else() add_executable(mta mta.cpp LockResultValidator.cpp MTAResultValidator.cpp MTAAnnotator.cpp) target_link_libraries(mta Svf $: CMakeLists.txt'],['../tools_2SABER_2CMakeLists_8txt.html#a0ea45b7ef1bbbc031c899c47aa7eff4e',1,'if(DEFINED IN_SOURCE_BUILD) set(LLVM_LINK_COMPONENTS BitWriter Core IPO IrReader InstCombine Instrumentation Target Linker Analysis ScalarOpts Support Svf) add_llvm_tool(saber saber.cpp) else() add_executable(saber saber.cpp) target_link_libraries(saber Svf $: CMakeLists.txt']]],
53
- ['ignoredeadfun',['IgnoreDeadFun',['../classSVF_1_1Options.html#a00f3c4c53e6ade73f7667231c394c5d7',1,'SVF::Options']]],
54
- ['in',['IN',['../classSVF_1_1FlowSensitiveStat.html#ab11996ab5606f51c977b9b1385c13d71ad0b57a5d90c72b67337a68c04ae34739',1,'SVF::FlowSensitiveStat']]],
55
- ['in_5fnesting_5ftable',['in_nesting_table',['../classSVF_1_1Wto.html#a031ca96602c1a09cb05f91e6d44f28c1',1,'SVF::Wto']]],
56
- ['inbackwardslice',['inBackwardSlice',['../classSVF_1_1SVFGStat.html#a6e68486e02db81cbbedc942ace3e9590',1,'SVF::SVFGStat::inBackwardSlice()'],['../classSVF_1_1ProgSlice.html#a066430ffa98a3fa0a5ad48d26e0450f7',1,'SVF::ProgSlice::inBackwardSlice()']]],
57
- ['incdfptdata',['INCDFPTData',['../classSVF_1_1Options.html#a1743b8a1ab2d71c35206c7befa725d90',1,'SVF::Options']]],
58
- ['incedgenum',['incEdgeNum',['../classSVF_1_1GenericGraph.html#a2f2bca8219c7d769f6d2937e5cd40d14',1,'SVF::GenericGraph']]],
59
- ['incfledges',['inCFLEdges',['../classSVF_1_1CFLNode.html#a3a7d1ea890272e9905406638b12bdc30',1,'SVF::CFLNode']]],
60
- ['incnodenum',['incNodeNum',['../classSVF_1_1GenericGraph.html#a7388dabef7300e77adf33f3999639f21',1,'SVF::GenericGraph']]],
61
- ['incomingaddredges',['incomingAddrEdges',['../classSVF_1_1ConstraintNode.html#ac9bb037a59db6b035c2785cad6ac56aa',1,'SVF::ConstraintNode']]],
62
- ['incomingaddrsbegin',['incomingAddrsBegin',['../classSVF_1_1ConstraintNode.html#a19c1ed324f65f4cc58dd2fd21ed4a971',1,'SVF::ConstraintNode']]],
63
- ['incomingaddrsend',['incomingAddrsEnd',['../classSVF_1_1ConstraintNode.html#ae8ac9ad8e766b961c7ce06d7219f37af',1,'SVF::ConstraintNode']]],
64
- ['incomingloadsbegin',['incomingLoadsBegin',['../classSVF_1_1ConstraintNode.html#a7f591f8eda63abbaaea9a8bfb97f3959',1,'SVF::ConstraintNode']]],
65
- ['incomingloadsend',['incomingLoadsEnd',['../classSVF_1_1ConstraintNode.html#a0bfdbe171acd2825055e571f314c0a48',1,'SVF::ConstraintNode']]],
66
- ['incomingstoresbegin',['incomingStoresBegin',['../classSVF_1_1ConstraintNode.html#a5a90b39f9e5769bde44a673806270714',1,'SVF::ConstraintNode']]],
67
- ['incomingstoresend',['incomingStoresEnd',['../classSVF_1_1ConstraintNode.html#a8d58f5224728bb6811f12c94826167f6',1,'SVF::ConstraintNode']]],
68
- ['increasestacksize',['increaseStackSize',['../namespaceSVF_1_1SVFUtil.html#a0d7588578735679773493ff2d5e458e1',1,'SVF::SVFUtil']]],
69
- ['incycle',['incycle',['../classSVF_1_1CxtThread.html#a97d876697e682b23211a8f930fed7f32',1,'SVF::CxtThread']]],
70
- ['indcallsitetofunptrmap',['indCallSiteToFunPtrMap',['../classSVF_1_1SVFIR.html#a0a5f88766b7e11f1ea35befcbcea62dc',1,'SVF::SVFIR']]],
71
- ['indent',['indent',['../DCHG_8cpp.html#a6673217180d3b6fb73c7c6387777f269',1,'DCHG.cpp']]],
72
- ['index',['index',['../structSVF_1_1VersionedFlowSensitive_1_1SCC_1_1NodeData.html#a823afbcf2b99a38367b7bc8be17ff2ba',1,'SVF::VersionedFlowSensitive::SCC::NodeData::index()'],['../structSVF_1_1SparseBitVectorElement.html#ae63d6fcc488ad3cdcddf35edb4e9c827',1,'SVF::SparseBitVectorElement::index()'],['../cJSON_8h.html#a750b5d744c39a06bfb13e6eb010e35d0',1,'index(): cJSON.h'],['../cJSON_8cpp.html#a750b5d744c39a06bfb13e6eb010e35d0',1,'index(): cJSON.cpp']]],
73
- ['indexforbit',['indexForBit',['../classSVF_1_1CoreBitVector.html#ad73fca28bd4882eaa70817023a632d35',1,'SVF::CoreBitVector']]],
74
- ['indextoterminstmap',['IndexToTermInstMap',['../classSVF_1_1SaberCondAllocator.html#a5335280b02e1fab5a0404ba902eb0937',1,'SVF::SaberCondAllocator']]],
75
- ['indirectcalllimit',['IndirectCallLimit',['../classSVF_1_1Options.html#aa5bae1db07c401517c1c0f8fd9f2deef',1,'SVF::Options']]],
76
- ['indirectcallmap',['indirectCallMap',['../classSVF_1_1PTACallGraph.html#adcae44bd6788954e2e4e007bff03462c',1,'SVF::PTACallGraph']]],
77
- ['indirectcalls',['indirectCalls',['../classSVF_1_1PTACallGraphEdge.html#a66491523e4ccfdf2ff57e10cfd6f3074',1,'SVF::PTACallGraphEdge']]],
78
- ['indirectcallsbegin',['indirectCallsBegin',['../classSVF_1_1PTACallGraphEdge.html#afbdb582d20ab953b2de1f3efacb74679',1,'SVF::PTACallGraphEdge']]],
79
- ['indirectcallsend',['indirectCallsEnd',['../classSVF_1_1PTACallGraphEdge.html#a494bc8bacca5ca8d266286f3fb303495',1,'SVF::PTACallGraphEdge']]],
80
- ['indirectpropatime',['indirectPropaTime',['../classSVF_1_1FlowSensitive.html#a2feaa4b7a72989b311e9084a81320254',1,'SVF::FlowSensitive']]],
81
- ['indirectsvfgedge',['IndirectSVFGEdge',['../classSVF_1_1IndirectSVFGEdge.html',1,'SVF::IndirectSVFGEdge'],['../classSVF_1_1IndirectSVFGEdge.html#a6d40ccc9b99aec6515c2ef1df5a7b18f',1,'SVF::IndirectSVFGEdge::IndirectSVFGEdge()']]],
82
- ['indmap',['indMap',['../classSVF_1_1HybridData.html#abec2faddf70b046941f146976c8d05df',1,'SVF::HybridData']]],
83
- ['indvfedgeend',['indVFEdgeEnd',['../classSVF_1_1SVFGStat.html#a8b3b9a211f410e67e8fd1a79d3db9023',1,'SVF::SVFGStat']]],
84
- ['indvfedgestart',['indVFEdgeStart',['../classSVF_1_1SVFGStat.html#adcb30427bb220dc122ad22030e10eb21',1,'SVF::SVFGStat']]],
85
- ['inedgebegin',['InEdgeBegin',['../classSVF_1_1GenericNode.html#ae5b113921530eee6afe58a65d8e5b3a7',1,'SVF::GenericNode::InEdgeBegin()'],['../classSVF_1_1GenericNode.html#a7c0ff80b1c0ae8b76fc620f21495ca39',1,'SVF::GenericNode::InEdgeBegin() const']]],
86
- ['inedgeend',['InEdgeEnd',['../classSVF_1_1GenericNode.html#afe6a7b286d9af4992f41b59612fd2900',1,'SVF::GenericNode::InEdgeEnd()'],['../classSVF_1_1GenericNode.html#a0118fbeb2b314dcdcb53c56a2a13ab07',1,'SVF::GenericNode::InEdgeEnd() const']]],
87
- ['inedgekindtosetmap',['InEdgeKindToSetMap',['../classSVF_1_1SVFVar.html#a0d918a6c8dd3b7b395d4c7161bcf9656',1,'SVF::SVFVar']]],
88
- ['inedges',['InEdges',['../classSVF_1_1GenericNode.html#a24971168130222400d9aa5f03610bff5',1,'SVF::GenericNode']]],
89
- ['inedgesbegin',['inEdgesBegin',['../classSVF_1_1SVFLoop.html#ad23cbd43efdf66427f489cc602ae84cf',1,'SVF::SVFLoop']]],
90
- ['inedgesend',['inEdgesEnd',['../classSVF_1_1SVFLoop.html#ae5ba7f837d6ff6e120dd3312bd18566a',1,'SVF::SVFLoop']]],
91
- ['inferfieldidxfrombyteoffset',['inferFieldIdxFromByteOffset',['../classSVF_1_1SVFIRBuilder.html#a543276371db0120cabe8f63993a4839c',1,'SVF::SVFIRBuilder']]],
92
- ['inferfromcallgraph',['inferFromCallGraph',['../classSVF_1_1PCG.html#adff1702e1b0a902de7ded742846fe137',1,'SVF::PCG']]],
93
- ['infilter',['inFilter',['../classSVF_1_1LockResultValidator.html#a445dbda778198acac87fbbfa029b0dfb',1,'SVF::LockResultValidator']]],
94
- ['inforwardslice',['inForwardSlice',['../classSVF_1_1SVFGStat.html#adc6a5c3e430bdf942f1462e101ac6917',1,'SVF::SVFGStat::inForwardSlice()'],['../classSVF_1_1ProgSlice.html#a5a4b7f34001cc90f9b60222caee1bde6',1,'SVF::ProgSlice::inForwardSlice()']]],
95
- ['inheritance',['INHERITANCE',['../classSVF_1_1CHEdge.html#a26280c3b724551036f7e3ba2b5922676a78df5157ac61c49a724af5aa03d36d0c',1,'SVF::CHEdge::INHERITANCE()'],['../classSVF_1_1DCHEdge.html#a48f01c4a02c4e278a1ab70b16efdef4ba9c05805c60fe04033bd9815968059e90',1,'SVF::DCHEdge::INHERITANCE()']]],
96
- ['inicfgedges',['inICFGEdges',['../classSVF_1_1SVFLoop.html#a869a289f556304706f525f02ba9bff98',1,'SVF::SVFLoop']]],
97
- ['init',['init',['../classSVF_1_1RaceResultValidator.html#aec8b923a0da580113a13bf94ffb3ebd7',1,'SVF::RaceResultValidator::init()'],['../classSVF_1_1SaberCheckerAPI.html#a5771df69ffa75b6103a32c8bd48ef488',1,'SVF::SaberCheckerAPI::init()'],['../classSVF_1_1ThreadAPI.html#a4535862f26efff9f45236000507932c9',1,'SVF::ThreadAPI::init()'],['../classSVF_1_1RaceResultValidator.html#aec8b923a0da580113a13bf94ffb3ebd7',1,'SVF::RaceResultValidator::init()']]],
98
- ['initcxtinsensitiveedges',['initCxtInsensitiveEdges',['../classSVF_1_1DDAPass.html#add44aee75c9a59327b4eb46774551e2b',1,'SVF::DDAPass']]],
99
- ['initdefault',['initDefault',['../classSVF_1_1DDAStat.html#ac7275c99ddd118696853188154ad6fbd',1,'SVF::DDAStat']]],
100
- ['initdomtree',['initDomTree',['../classSVF_1_1LLVMModuleSet.html#a8ba9092747108e0289014d52465a692d',1,'SVF::LLVMModuleSet']]],
101
- ['initfromthreadapi',['initFromThreadAPI',['../classSVF_1_1PCG.html#a23752f0a9fe4f01698808d0a50ccc896',1,'SVF::PCG']]],
102
- ['initialglobal',['InitialGlobal',['../classSVF_1_1SVFIRBuilder.html#ae7fcd2050a57a43bfed2c7fd1c41d250',1,'SVF::SVFIRBuilder']]],
103
- ['initialise',['initialise',['../classSVF_1_1DDAClient.html#a40f6d8769db41f4c907fe5b615e5df83',1,'SVF::DDAClient']]],
104
- ['initialisecandidatepointers',['initialiseCandidatePointers',['../classSVF_1_1SVFIR.html#af6a2c401d5c7582a4a958b1fe40838e5',1,'SVF::SVFIR']]],
105
- ['initialisenodes',['initialiseNodes',['../classSVF_1_1SVFIRBuilder.html#af4b18e8e1fdfb117cb5dd1a81cea4b71',1,'SVF::SVFIRBuilder']]],
106
- ['initialize',['initialize',['../classSVF_1_1CFLAlias.html#aef129edd61d7f15947c6539f8d0c36a0',1,'SVF::CFLAlias::initialize()'],['../classSVF_1_1POCRAlias.html#aad3e90950c4393abddb52afd68cb9f89',1,'SVF::POCRAlias::initialize()'],['../classSVF_1_1CFLSolver.html#a5e94324ee4137610d5513ed11b36f4ba',1,'SVF::CFLSolver::initialize()'],['../classSVF_1_1CFLVF.html#a852ed935576ca426287cf4afa6a585e3',1,'SVF::CFLVF::initialize()'],['../classSVF_1_1ContextDDA.html#adb9f21a86daeb2dd79537f3939c393cf',1,'SVF::ContextDDA::initialize()'],['../classSVF_1_1FlowDDA.html#af1fcf058a9feefeda63f07d4189513a1',1,'SVF::FlowDDA::initialize()'],['../classSVF_1_1PointerAnalysis.html#a431ec4f85eb0f029e5740b92fd9ceb32',1,'SVF::PointerAnalysis::initialize()'],['../classSVF_1_1FSMPTA.html#acbfb7d2a6d38b54966c98102c1ea6a38',1,'SVF::FSMPTA::initialize()'],['../classSVF_1_1SrcSnkDDA.html#a8883b9a42106ed8c55835d2ba9a579cd',1,'SVF::SrcSnkDDA::initialize()'],['../classSVF_1_1AndersenBase.html#a891816407a4c6346f56bc01a67b78aac',1,'SVF::AndersenBase::initialize()'],['../classSVF_1_1Andersen.html#a20617a69c112ad423b1b5021e48a8548',1,'SVF::Andersen::initialize()'],['../classSVF_1_1AndersenWaveDiff.html#a40514a439869d0c025afb4f6b6fb4071',1,'SVF::AndersenWaveDiff::initialize()'],['../classSVF_1_1AndersenSFR.html#a3b255068b3ea53041af94fd373a53bd4',1,'SVF::AndersenSFR::initialize()'],['../classSVF_1_1FlowSensitive.html#ad3566c57f8456e98542f5a0b765e3cc6',1,'SVF::FlowSensitive::initialize()'],['../classSVF_1_1TypeAnalysis.html#a34177236a41f7a2b432243062f829985',1,'SVF::TypeAnalysis::initialize()'],['../classSVF_1_1VersionedFlowSensitive.html#a81d3528fd082018e4345f0b026bf3584',1,'SVF::VersionedFlowSensitive::initialize()'],['../classSVF_1_1MTAAnnotator.html#a108616cc98f15af3010ca45b91f32c04',1,'SVF::MTAAnnotator::initialize()']]],
107
- ['initialworklist',['initialWorkList',['../classSVF_1_1SVFGOPT.html#ae825e01893d3304379f72380d314f09c',1,'SVF::SVFGOPT']]],
108
- ['initobjvar',['initObjVar',['../classSVF_1_1SVFIR2ItvExeState.html#a646fa58f61db6abd98d0a04af1fab88d',1,'SVF::SVFIR2ItvExeState']]],
109
- ['initsnks',['initSnks',['../classSVF_1_1LeakChecker.html#a36613a8c07cbc3d50a764c9f37162d6c',1,'SVF::LeakChecker::initSnks()'],['../classSVF_1_1SrcSnkDDA.html#a0f6cfa30c346aab1fb03a44e47c32559',1,'SVF::SrcSnkDDA::initSnks()']]],
110
- ['initsrcs',['initSrcs',['../classSVF_1_1LeakChecker.html#a273a7bfc3e81505ec971ca1d419bb565',1,'SVF::LeakChecker::initSrcs()'],['../classSVF_1_1SrcSnkDDA.html#a1c8f91ffa0b9f01d51c8cd5e14f076d5',1,'SVF::SrcSnkDDA::initSrcs()']]],
111
- ['initstats',['initStats',['../classSVF_1_1PersistentPointsToCache.html#ab19e4e17b1896565e0bada1f161d1266',1,'SVF::PersistentPointsToCache']]],
112
- ['initsvfbasicblock',['initSVFBasicBlock',['../classSVF_1_1LLVMModuleSet.html#a20162d2894d6a12ba29410311fba4002',1,'SVF::LLVMModuleSet']]],
113
- ['initsvffunction',['initSVFFunction',['../classSVF_1_1LLVMModuleSet.html#ac6a5540354696f4c9170e0a5832ba70e',1,'SVF::LLVMModuleSet']]],
114
- ['initsvfvar',['initSVFVar',['../classSVF_1_1SVFIR2ItvExeState.html#af5d05c5316127cfe8d975a3a0a23798b',1,'SVF::SVFIR2ItvExeState']]],
115
- ['inittypeinfo',['initTypeInfo',['../classSVF_1_1SymbolTableBuilder.html#ae938564e6a36848cb848a5badc15a1de',1,'SVF::SymbolTableBuilder']]],
116
- ['initvalvar',['initValVar',['../classSVF_1_1SVFIR2ItvExeState.html#a61d288c8dc621a0578faa5ff784f4b6e',1,'SVF::SVFIR2ItvExeState']]],
117
- ['initworklist',['initWorklist',['../classSVF_1_1Andersen.html#a9075cd05cb21e0f08a1109b7af6c7480',1,'SVF::Andersen::initWorklist()'],['../classSVF_1_1WPASolver.html#a7195381c3aab04890139b4fe2c561909',1,'SVF::WPASolver::initWorklist()']]],
118
- ['inlocalloctoaddrstable',['inLocalLocToAddrsTable',['../classSVF_1_1IntervalExeState.html#ad675e973daeb7d366cf7e3cd3c0b13fb',1,'SVF::IntervalExeState']]],
119
- ['inlocalloctoivaltable',['inLocalLocToIValTable',['../classSVF_1_1IntervalExeState.html#a25c1369d7d38469ecde6022cf367c009',1,'SVF::IntervalExeState']]],
120
- ['inloctoaddrstable',['inLocToAddrsTable',['../classSVF_1_1ExeState.html#a54168f48a6c1fe983d20efce06a35710',1,'SVF::ExeState::inLocToAddrsTable()'],['../classSVF_1_1IntervalExeState.html#af61110c081ca71f9348e8dfff5aa76e4',1,'SVF::IntervalExeState::inLocToAddrsTable()'],['../classSVF_1_1SVFIR2ItvExeState.html#a174523c405d7a7d7dbbcbaa43c335665',1,'SVF::SVFIR2ItvExeState::inLocToAddrsTable()']]],
121
- ['inloctoivaltable',['inLocToIValTable',['../classSVF_1_1IntervalExeState.html#aeac953e77360627da7426b2619d509cc',1,'SVF::IntervalExeState::inLocToIValTable()'],['../classSVF_1_1SVFIR2ItvExeState.html#ab5eebce09b695a3ea1a1c6d5641296e2',1,'SVF::SVFIR2ItvExeState::inLocToIValTable()']]],
122
- ['inloop',['inloop',['../classSVF_1_1CxtThread.html#a2066520689094db3c4a88f5a7fc4ec0c',1,'SVF::CxtThread']]],
123
- ['inrecurjoinsites',['inRecurJoinSites',['../classSVF_1_1TCT.html#a1b3872361dc17aaea359db8ce0cc2431',1,'SVF::TCT']]],
124
- ['insamecallgraphscc',['inSameCallGraphSCC',['../classSVF_1_1PointerAnalysis.html#ae58c2b25494ec51e714c83c6cfd5dd67',1,'SVF::PointerAnalysis::inSameCallGraphSCC()'],['../classSVF_1_1TCT.html#a95cd490d37f8831edc6910f7ecdf413e',1,'SVF::TCT::inSameCallGraphSCC()']]],
125
- ['inscc',['inSCC',['../classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html#af9ee3c8655cd3d5ac7cc3863e6af9af7',1,'SVF::SCCDetection::GNodeSCCInfo::inSCC(void) const'],['../classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html#afece6206c79adc1c462cff5b9e05f0f2',1,'SVF::SCCDetection::GNodeSCCInfo::inSCC(bool v)'],['../classSVF_1_1SCCDetection.html#a60b977d41c29aa6ea01b94be12792351',1,'SVF::SCCDetection::inSCC()']]],
126
- ['insencycle',['InsenCycle',['../classSVF_1_1Options.html#a0c5d08f13bd41095afb3b60c7ffad0e0',1,'SVF::Options']]],
127
- ['insenrecur',['InsenRecur',['../classSVF_1_1Options.html#aeab702f641fd13ee1d0f89837097e43b',1,'SVF::Options']]],
128
- ['insensitveedges',['insensitveEdges',['../classSVF_1_1ContextDDA.html#a942e79dced48bd284a58540a2fb778b9',1,'SVF::ContextDDA']]],
129
- ['insert',['insert',['../classSVF_1_1AddressValue.html#a40c67147606ab95dd3318d0fe821d8c0',1,'SVF::AddressValue']]],
130
- ['insertattribute',['insertAttribute',['../classSVF_1_1GrammarBase.html#aa188ee22955b98c31abbf2b339b64d20',1,'SVF::GrammarBase']]],
131
- ['insertebnfsigns',['insertEBNFSigns',['../classSVF_1_1GrammarBase.html#a2af19122bccb7ca0c7ab44a07a1bdfb1',1,'SVF::GrammarBase']]],
132
- ['insertedge',['insertEdge',['../classSVF_1_1HybridData.html#a6b88524881456cfa725a818bb6e227aa',1,'SVF::HybridData']]],
133
- ['insertelementinst',['InsertElementInst',['../namespaceSVF.html#a6b857824fb3c39ff6de953651260a326',1,'SVF']]],
134
- ['insertkey',['insertKey',['../namespaceSVF_1_1SVFUtil.html#aeecfaf26800dcebf0b079395126bc7f7',1,'SVF::SVFUtil::insertKey(const Key &key, KeySet &keySet)'],['../namespaceSVF_1_1SVFUtil.html#a4f75b8313eb2b1e5a4c798a01cb99471',1,'SVF::SVFUtil::insertKey(const NodeID &key, NodeBS &keySet)']]],
135
- ['insertnonterminalkind',['insertNonterminalKind',['../classSVF_1_1GrammarBase.html#ac15b20ef3698ddab09c4c60e302ea4a0',1,'SVF::GrammarBase']]],
136
- ['insertnonterminalsymbol',['insertNonTerminalSymbol',['../classSVF_1_1GrammarBase.html#a63389968c8d246a84562a8d17e08790b',1,'SVF::GrammarBase']]],
137
- ['insertphi',['insertPHI',['../classSVF_1_1MemSSA.html#acc6f72d96cf29e36093ba08ea86b8983',1,'SVF::MemSSA']]],
138
- ['insertsymbol',['insertSymbol',['../classSVF_1_1GrammarBase.html#a3c16f37c05de31fbd2be1ae9c0961e84',1,'SVF::GrammarBase']]],
139
- ['insertterminalkind',['insertTerminalKind',['../classSVF_1_1GrammarBase.html#ad2f1a578ba72a2b600014b21b6f2d542',1,'SVF::GrammarBase']]],
140
- ['insertterminalsymbol',['insertTerminalSymbol',['../classSVF_1_1GrammarBase.html#a7583350e892c62a454de8a8317e4c1b8',1,'SVF::GrammarBase']]],
141
- ['inserttocflgrammar',['insertToCFLGrammar',['../classSVF_1_1CFGNormalizer.html#ad08f183a1b8ca69201f965f224e92950',1,'SVF::CFGNormalizer']]],
142
- ['insertvalueinst',['InsertValueInst',['../namespaceSVF.html#a485b10fc29e76fdb6f31a56ebbde8f24',1,'SVF']]],
143
- ['inst',['inst',['../classSVF_1_1IntraICFGNode.html#a49610f7e8c912b3a825e34fa8d34af02',1,'SVF::IntraICFGNode::inst()'],['../classSVF_1_1LoadMU.html#a7bbac3ff5455aa1340f348c7cb239c46',1,'SVF::LoadMU::inst()'],['../classSVF_1_1StoreCHI.html#a6e58e7cde1f417ec3feaef98f6f74be2',1,'SVF::StoreCHI::inst()'],['../classSVF_1_1CxtStmt.html#a355b80cc15a3450c6a34915a99caa028',1,'SVF::CxtStmt::inst()']]],
144
- ['inst2labelmap',['inst2LabelMap',['../classSVF_1_1SVFStmt.html#abb83549118bcd7216a053d82f7180d1c',1,'SVF::SVFStmt::inst2LabelMap()'],['../classSVF_1_1SVFStmt.html#a5a3db6b1335b4adc55b961a6f480f228',1,'SVF::SVFStmt::Inst2LabelMap()']]],
145
- ['inst_5fiterator',['inst_iterator',['../namespaceSVF.html#a255af6ff30782cb9a548feadb0fe7d6b',1,'SVF']]],
146
- ['instance',['INSTANCE',['../classSVF_1_1DCHEdge.html#a48f01c4a02c4e278a1ab70b16efdef4ba3e807b4caeb170c5cd1e855ac1a92d77',1,'SVF::DCHEdge']]],
147
- ['instantce',['INSTANTCE',['../classSVF_1_1CHEdge.html#a26280c3b724551036f7e3ba2b5922676a8721eaefd547d6ba5229463d644815f4',1,'SVF::CHEdge']]],
148
- ['instcilocksmap',['instCILocksMap',['../classSVF_1_1LockAnalysis.html#a277d88153d34cf3eb80272003949e4ef',1,'SVF::LockAnalysis']]],
149
- ['instruction',['Instruction',['../namespaceSVF.html#a7875172ff434b2210eea7cecfbbd959e',1,'SVF']]],
150
- ['instset',['InstSet',['../classSVF_1_1ThreadCallGraph.html#a57b69bfb5d468bd1a81a55468f845de0',1,'SVF::ThreadCallGraph::InstSet()'],['../classSVF_1_1MTASVFGBuilder.html#aae87004825b3f30356ca49b8a1dab7f3',1,'SVF::MTASVFGBuilder::InstSet()'],['../classSVF_1_1LockAnalysis.html#a55fa17be80457f7bf8a251b494d77d13',1,'SVF::LockAnalysis::InstSet()'],['../classSVF_1_1MHP.html#a3e67209ca8f9372d1846e0ce71bbd47a',1,'SVF::MHP::InstSet()'],['../classSVF_1_1MTAStat.html#a424ec97192aa5681f9f92a0a6f3ee8a8',1,'SVF::MTAStat::InstSet()'],['../classSVF_1_1TCT.html#a264fbfd3e5a69815e81ad01fc211f979',1,'SVF::TCT::InstSet()'],['../classSVF_1_1MTAAnnotator.html#a95f4607624dac40e9d62f37e6b16fcf0',1,'SVF::MTAAnnotator::InstSet()']]],
151
- ['insttoblocknodemap',['InstToBlockNodeMap',['../classSVF_1_1ICFG.html#a23f905d849553d7ad652e9a8f1bfacd1',1,'SVF::ICFG']]],
152
- ['insttoblocknodemapty',['InstToBlockNodeMapTy',['../classSVF_1_1ICFG.html#ad28a6b36831c70e7e96db5ba52ffead9',1,'SVF::ICFG']]],
153
- ['insttocondcilocksmap',['instTocondCILocksMap',['../classSVF_1_1LockAnalysis.html#a5a4167dd5dbd0017a4725c8774a5b522',1,'SVF::LockAnalysis']]],
154
- ['insttocxtlockset',['instToCxtLockSet',['../classSVF_1_1LockResultValidator.html#a841c1dfb065999215b5f415e403f7a2a',1,'SVF::LockResultValidator']]],
155
- ['insttocxtstmt',['InstToCxtStmt',['../classSVF_1_1LockAnalysis.html#a5f573ae9b14b8a8aa8489867e48640a7',1,'SVF::LockAnalysis']]],
156
- ['insttocxtstmtset',['instToCxtStmtSet',['../classSVF_1_1LockAnalysis.html#ae8715683c7dfddc7b30caf6bf2b78296',1,'SVF::LockAnalysis::instToCxtStmtSet()'],['../classSVF_1_1LockAnalysis.html#a159943d09e0498b4569b2245adc91a15',1,'SVF::LockAnalysis::InstToCxtStmtSet()']]],
157
- ['insttoinstsetmap',['InstToInstSetMap',['../classSVF_1_1LockAnalysis.html#a0062c7bbfff6d16db6334d9ecda4209c',1,'SVF::LockAnalysis']]],
158
- ['insttoloopmap',['InstToLoopMap',['../classSVF_1_1TCT.html#a3324a6dc10ca16665ffcc80fd72922c9',1,'SVF::TCT']]],
159
- ['insttothreadstmtsetmap',['InstToThreadStmtSetMap',['../classSVF_1_1MHP.html#aaea1d121f1623e1af7e717cbbb8a0146',1,'SVF::MHP']]],
160
- ['insttotsmap',['instToTSMap',['../classSVF_1_1MHP.html#a6b238ee6342da990840162845bba547f',1,'SVF::MHP::instToTSMap()'],['../classSVF_1_1MTAResultValidator.html#a8452bf182f6f1e0f4c239f620ee803b1',1,'SVF::MTAResultValidator::instToTSMap()']]],
161
- ['instvec',['InstVec',['../classSVF_1_1LockAnalysis.html#aeb4b15ecc4ba1a0ca8794d304d1895cb',1,'SVF::LockAnalysis::InstVec()'],['../classSVF_1_1MHP.html#a8fecc443c4d92a36a9c50ec6a4f5dea8',1,'SVF::MHP::InstVec()'],['../classSVF_1_1ForkJoinAnalysis.html#a613d763731058899e6819acdb2d7315f',1,'SVF::ForkJoinAnalysis::InstVec()'],['../classSVF_1_1TCT.html#a7e271b604467732098fb42e8e64cc1ac',1,'SVF::TCT::InstVec()'],['../classSVF_1_1ICFGBuilder.html#a57af1044422b3c3860aa6fb033f8111e',1,'SVF::ICFGBuilder::InstVec()'],['../classSVF_1_1SVFInstruction.html#ab9e1aeffeddda2626cb9330d59631d5b',1,'SVF::SVFInstruction::InstVec()']]],
162
- ['instvector',['InstVector',['../classSVF_1_1ThreadCallGraph.html#ab7159178fb88be17c0d522c9f2fc9e8f',1,'SVF::ThreadCallGraph']]],
163
- ['int2bv',['int2bv',['../classSVF_1_1Z3Expr.html#acd9b5e77162c26753085386661b40517',1,'SVF::Z3Expr']]],
164
- ['integertype',['IntegerType',['../namespaceSVF.html#a3d9e7f32dc17fe8d40f8d6a011403b91',1,'SVF']]],
165
- ['interdisjoint',['InterDisjoint',['../classSVF_1_1MemSSA.html#ac0797f2ee7b59ae720095a4836533671a549b5589ecfbe073623091605785fc03',1,'SVF::MemSSA']]],
166
- ['interdisjointmrg',['InterDisjointMRG',['../classSVF_1_1InterDisjointMRG.html',1,'SVF::InterDisjointMRG'],['../classSVF_1_1InterDisjointMRG.html#a91e89081103f451945baadaea370b428',1,'SVF::InterDisjointMRG::InterDisjointMRG()']]],
167
- ['interferenceanalysis',['interferenceAnalysis',['../classSVF_1_1PCG.html#a057887f3d5fd3b9b414e573b3f9f4548',1,'SVF::PCG']]],
168
- ['intericfgnode',['InterICFGNode',['../classSVF_1_1InterICFGNode.html',1,'SVF::InterICFGNode'],['../classSVF_1_1InterICFGNode.html#a192826ba075a80add6a39a039a32bc05',1,'SVF::InterICFGNode::InterICFGNode()']]],
169
- ['interleavingqueriestime',['interleavingQueriesTime',['../classSVF_1_1MHP.html#ab7d9fe837844197b7acdc0493a50aaa5',1,'SVF::MHP']]],
170
- ['interleavingtime',['interleavingTime',['../classSVF_1_1MHP.html#aca306b97c6dcd47a8f407038436473a2',1,'SVF::MHP']]],
171
- ['interlev_5faccess',['INTERLEV_ACCESS',['../classSVF_1_1MTAResultValidator.html#a135078b706631608a0400e7b6535aa01',1,'SVF::MTAResultValidator']]],
172
- ['interlev_5fflag',['INTERLEV_FLAG',['../classSVF_1_1MTAResultValidator.html#a8e26b7fe85478eef7b3d0551ab59d9c7',1,'SVF::MTAResultValidator::INTERLEV_FLAG()'],['../classSVF_1_1MTAResultValidator.html#a8e26b7fe85478eef7b3d0551ab59d9c7',1,'SVF::MTAResultValidator::INTERLEV_FLAG()']]],
173
- ['interlev_5fimprecise',['INTERLEV_IMPRECISE',['../classSVF_1_1MTAResultValidator.html#a80414f4ba70357742fa0269f93f1a910',1,'SVF::MTAResultValidator']]],
174
- ['interlev_5ftrue',['INTERLEV_TRUE',['../classSVF_1_1MTAResultValidator.html#a5a6e2f2d1d6aa6fb3a83455b5a288ff1',1,'SVF::MTAResultValidator']]],
175
- ['interlev_5funsound',['INTERLEV_UNSOUND',['../classSVF_1_1MTAResultValidator.html#a0e2fb93a69df487606c0eeaeadab805d',1,'SVF::MTAResultValidator']]],
176
- ['intermssaphisvfgnode',['InterMSSAPHISVFGNode',['../classSVF_1_1InterMSSAPHISVFGNode.html',1,'SVF::InterMSSAPHISVFGNode'],['../classSVF_1_1InterMSSAPHISVFGNode.html#a6deba5e75858c16682d4a21fa851d353',1,'SVF::InterMSSAPHISVFGNode::InterMSSAPHISVFGNode(NodeID id, const FormalINSVFGNode *fi)'],['../classSVF_1_1InterMSSAPHISVFGNode.html#acbc6e934c0ad5a5ad5ca07532702571b',1,'SVF::InterMSSAPHISVFGNode::InterMSSAPHISVFGNode(NodeID id, const ActualOUTSVFGNode *ao)']]],
177
- ['internal_5ffree',['internal_free',['../cJSON_8cpp.html#a940bb34b2c297c3d8297d506a3955839',1,'cJSON.cpp']]],
178
- ['internal_5fhooks',['internal_hooks',['../structinternal__hooks.html',1,'internal_hooks'],['../cJSON_8cpp.html#af27c741a35a02fe8937d3b4caca30c20',1,'internal_hooks(): cJSON.cpp']]],
179
- ['internal_5fmalloc',['internal_malloc',['../cJSON_8cpp.html#a7fd7640617f7ffead7a9b1408c9d0ae8',1,'cJSON.cpp']]],
180
- ['internal_5frealloc',['internal_realloc',['../cJSON_8cpp.html#a91654176e81c707d28b99dd0bf783ed5',1,'cJSON.cpp']]],
181
- ['interphisvfgnode',['InterPHISVFGNode',['../namespaceSVF.html#a0f7ff1d9a479df87241b45bb9c81d3ca',1,'SVF']]],
182
- ['interphivfgnode',['InterPHIVFGNode',['../classSVF_1_1InterPHIVFGNode.html',1,'SVF::InterPHIVFGNode'],['../classSVF_1_1InterPHIVFGNode.html#a8fd98ccfe53959fd3cc67070e8d03a43',1,'SVF::InterPHIVFGNode::InterPHIVFGNode(NodeID id, const FormalParmVFGNode *fp)'],['../classSVF_1_1InterPHIVFGNode.html#af303d3f9df95d6d0e844579125be6125',1,'SVF::InterPHIVFGNode::InterPHIVFGNode(NodeID id, const ActualRetVFGNode *ar)']]],
183
- ['inters',['inters',['../classSVF_1_1InterDisjointMRG.html#a104134d0f7c8b16abe8f5f3899c3bbf0',1,'SVF::InterDisjointMRG']]],
184
- ['intersect',['intersect',['../classSVF_1_1LockAnalysis.html#aeb479eeac0fdde1486c78da68fc82383',1,'SVF::LockAnalysis']]],
185
- ['intersectioncache',['intersectionCache',['../classSVF_1_1PersistentPointsToCache.html#a525fbb49c91040c078fbcaaae2339ef2',1,'SVF::PersistentPointsToCache']]],
186
- ['intersectpts',['intersectPts',['../classSVF_1_1PersistentPointsToCache.html#a17d33558208c19019e541ee167009494',1,'SVF::PersistentPointsToCache']]],
187
- ['intersects',['intersects',['../classSVF_1_1CondStdSet.html#ac422c3fb8bce1378d69c234e6b11fdb1',1,'SVF::CondStdSet::intersects()'],['../classSVF_1_1CondPointsToSet.html#a89d24257bd1436286dcbb025dd405b52',1,'SVF::CondPointsToSet::intersects()'],['../classSVF_1_1LocationSet.html#a0e1cddc4228e310c95f68c661c7b94c8',1,'SVF::LocationSet::intersects()'],['../classSVF_1_1PointsTo.html#ad78e4109c839914c4f7e37ca78046f1d',1,'SVF::PointsTo::intersects()'],['../classSVF_1_1LockAnalysis.html#af45f3c22edce16913ccbdd7015a06076',1,'SVF::LockAnalysis::intersects()'],['../classSVF_1_1CoreBitVector.html#a15be4ce7e9a07d9b01da0c60d51b22de',1,'SVF::CoreBitVector::intersects()'],['../structSVF_1_1SparseBitVectorElement.html#a2ac6b33e335ac411740c875c6aeb6706',1,'SVF::SparseBitVectorElement::intersects()'],['../classSVF_1_1SparseBitVector.html#a16756e0545fd3d50ab89f45a2e83bb79',1,'SVF::SparseBitVector::intersects(const SparseBitVector< ElementSize > *RHS) const'],['../classSVF_1_1SparseBitVector.html#a704fddd1bf7592e9df9fbc14c3873696',1,'SVF::SparseBitVector::intersects(const SparseBitVector< ElementSize > &RHS) const']]],
188
- ['intersectwith',['intersectWith',['../structSVF_1_1SparseBitVectorElement.html#a2f62812b261a83b19aab46c0961bfcb4',1,'SVF::SparseBitVectorElement']]],
189
- ['intersectwithcomplement',['intersectWithComplement',['../classSVF_1_1CondPointsToSet.html#a57fdbfc5bc0bc7eb7a8efefdcc689852',1,'SVF::CondPointsToSet::intersectWithComplement(const CondPointsToSet< Cond > &cpts1, const CondPointsToSet< Cond > &cpts2)'],['../classSVF_1_1CondPointsToSet.html#a5a7ab3c22b3726541955b5be8a62aab6',1,'SVF::CondPointsToSet::intersectWithComplement(const CondPointsToSet< Cond > &cpts1)'],['../classSVF_1_1PointsTo.html#af81f9e91eec4bf82ccfb867c2415f9bd',1,'SVF::PointsTo::intersectWithComplement(const PointsTo &rhs)'],['../classSVF_1_1PointsTo.html#adec2e2fc87c2bb9b3ff8873b04abf31d',1,'SVF::PointsTo::intersectWithComplement(const PointsTo &lhs, const PointsTo &rhs)'],['../classSVF_1_1CoreBitVector.html#a8ba857b68282055e485c441892e39b9b',1,'SVF::CoreBitVector::intersectWithComplement(const CoreBitVector &rhs)'],['../classSVF_1_1CoreBitVector.html#a79121882bc302b9b9188fa0a51c63fb6',1,'SVF::CoreBitVector::intersectWithComplement(const CoreBitVector &lhs, const CoreBitVector &rhs)'],['../structSVF_1_1SparseBitVectorElement.html#ac721b283253b7bd96fedd5f12c079699',1,'SVF::SparseBitVectorElement::intersectWithComplement(const SparseBitVectorElement &RHS, bool &BecameZero)'],['../structSVF_1_1SparseBitVectorElement.html#a6d81176f07f369b38da34e624710b387',1,'SVF::SparseBitVectorElement::intersectWithComplement(const SparseBitVectorElement &RHS1, const SparseBitVectorElement &RHS2, bool &BecameZero)'],['../classSVF_1_1SparseBitVector.html#a8b481ef53a27a351affecab90310b1ef',1,'SVF::SparseBitVector::intersectWithComplement(const SparseBitVector &RHS)'],['../classSVF_1_1SparseBitVector.html#aaab743995d5dd1359b0f541dacc1dcf3',1,'SVF::SparseBitVector::intersectWithComplement(const SparseBitVector< ElementSize > *RHS) const'],['../classSVF_1_1SparseBitVector.html#afee44821475fa31f218fb743b264cb37',1,'SVF::SparseBitVector::intersectWithComplement(const SparseBitVector< ElementSize > &RHS1, const SparseBitVector< ElementSize > &RHS2)'],['../classSVF_1_1SparseBitVector.html#a28d0e5b43ad556d079b5b0ec58e898e4',1,'SVF::SparseBitVector::intersectWithComplement(const SparseBitVector< ElementSize > *RHS1, const SparseBitVector< ElementSize > *RHS2)']]],
190
- ['interval2numvalue',['Interval2NumValue',['../classSVF_1_1IntervalExeState.html#a12fe65f05dfe7a01e771e0b9990faba8',1,'SVF::IntervalExeState']]],
191
- ['intervalexestate',['IntervalExeState',['../classSVF_1_1IntervalExeState.html',1,'SVF::IntervalExeState'],['../classSVF_1_1IntervalExeState.html#adce87f96e58b25bd6ff046e6608f4d2c',1,'SVF::IntervalExeState::IntervalExeState()'],['../classSVF_1_1IntervalExeState.html#a5803940144915a922af7ddef09fb23c0',1,'SVF::IntervalExeState::IntervalExeState(VarToValMap &_varToValMap, LocToValMap &_locToValMap)'],['../classSVF_1_1IntervalExeState.html#a781dc413b32c33e1c0fd5154d2c50654',1,'SVF::IntervalExeState::IntervalExeState(const IntervalExeState &rhs)'],['../classSVF_1_1IntervalExeState.html#ac1272649c1549d0d942941bd8f4c4b41',1,'SVF::IntervalExeState::IntervalExeState(IntervalExeState &&rhs)']]],
192
- ['intervalexestate_2ecpp',['IntervalExeState.cpp',['../IntervalExeState_8cpp.html',1,'']]],
193
- ['intervalexestate_2eh',['IntervalExeState.h',['../IntervalExeState_8h.html',1,'']]],
194
- ['intervalk',['IntervalK',['../classSVF_1_1AbstractValue.html#afc79860ce75455825ff75d1fef804c16ae3efe972f0ed2983803d380f57e2546a',1,'SVF::AbstractValue::IntervalK()'],['../classSVF_1_1ExeState.html#a259b93247e06141077b2c1ae15efcbb8a39d5fb8ca9906072253f8af46b916351',1,'SVF::ExeState::IntervalK()']]],
195
- ['intervalvalue',['IntervalValue',['../classSVF_1_1IntervalValue.html',1,'SVF::IntervalValue'],['../classSVF_1_1IntervalValue.html#ad51535cb50a03df7a439b4e5b5d305f0',1,'SVF::IntervalValue::IntervalValue()'],['../classSVF_1_1IntervalValue.html#ad1a81f516a61f54a595fa15444e2001b',1,'SVF::IntervalValue::IntervalValue(double n)'],['../classSVF_1_1IntervalValue.html#a926ca60622fdcd225ef7d8b7fd4054b2',1,'SVF::IntervalValue::IntervalValue(s32_t n)'],['../classSVF_1_1IntervalValue.html#a3ac170a902accf8d84b6b77ab88a8fd3',1,'SVF::IntervalValue::IntervalValue(u32_t n)'],['../classSVF_1_1IntervalValue.html#a73aee65aae0f2ef368d159d29e1d5a30',1,'SVF::IntervalValue::IntervalValue(NumericLiteral lb, NumericLiteral ub)'],['../classSVF_1_1IntervalValue.html#a50d11cbc14f717d679caafe3cf59e0c5',1,'SVF::IntervalValue::IntervalValue(double lb, double ub)'],['../classSVF_1_1IntervalValue.html#ac3736c3e3129cfdb6ee415ef64c2e75c',1,'SVF::IntervalValue::IntervalValue(s32_t lb, s32_t ub)'],['../classSVF_1_1IntervalValue.html#a304db5abb4cc7added56dbcbcd94d905',1,'SVF::IntervalValue::IntervalValue(u32_t lb, u32_t ub)'],['../classSVF_1_1IntervalValue.html#a6ec0263a3036734c28cd241007f8a490',1,'SVF::IntervalValue::IntervalValue(s64_t lb, s64_t ub)'],['../classSVF_1_1IntervalValue.html#a35e3062c24a13ac4ed50729339408f65',1,'SVF::IntervalValue::IntervalValue(u64_t lb, u64_t ub)'],['../classSVF_1_1IntervalValue.html#af93275fa839a1cfabe32f8b1ece77dff',1,'SVF::IntervalValue::IntervalValue(const IntervalValue &)=default'],['../classSVF_1_1IntervalValue.html#a07917af57c9d7493d6a21fcfe6da553c',1,'SVF::IntervalValue::IntervalValue(IntervalValue &&) noexcept=default']]],
196
- ['intervalvalue_2eh',['IntervalValue.h',['../IntervalValue_8h.html',1,'']]],
197
- ['intrabackwardtraverse',['intraBackwardTraverse',['../classSVF_1_1LockAnalysis.html#a5f693c893f3701e1e025881f91193d53',1,'SVF::LockAnalysis']]],
198
- ['intrablock',['IntraBlock',['../classSVF_1_1ICFGNode.html#a74f598c1c86b023680bb2685aa8ab376a0df20ce0cced8193d3f194ee5985c8c4',1,'SVF::ICFGNode']]],
199
- ['intracf',['IntraCF',['../classSVF_1_1ICFGEdge.html#a395c34788e98950bc43e8cb44313e429acb8fba7c61b08ec952f1b65643d7a84b',1,'SVF::ICFGEdge']]],
200
- ['intracfgedge',['IntraCFGEdge',['../classSVF_1_1IntraCFGEdge.html',1,'SVF::IntraCFGEdge'],['../classSVF_1_1IntraCFGEdge.html#aeab701d63caadf8effabdbd23ac0cd49',1,'SVF::IntraCFGEdge::IntraCFGEdge()']]],
201
- ['intradirectvf',['IntraDirectVF',['../classSVF_1_1VFGEdge.html#a156ae6a8b3a033f505c18c6b162e7cf5a08201e6cbff4817e44568747a966b71d',1,'SVF::VFGEdge']]],
202
- ['intradirsvfgedge',['IntraDirSVFGEdge',['../classSVF_1_1IntraDirSVFGEdge.html',1,'SVF::IntraDirSVFGEdge'],['../classSVF_1_1IntraDirSVFGEdge.html#a2157a56f5d707a946e2ad54219fdc69a',1,'SVF::IntraDirSVFGEdge::IntraDirSVFGEdge()']]],
203
- ['intradisjoint',['IntraDisjoint',['../classSVF_1_1MemSSA.html#ac0797f2ee7b59ae720095a4836533671ac9388cc44f91bd9a00666c0d69b32ef1',1,'SVF::MemSSA']]],
204
- ['intradisjointmrg',['IntraDisjointMRG',['../classSVF_1_1IntraDisjointMRG.html',1,'SVF::IntraDisjointMRG'],['../classSVF_1_1IntraDisjointMRG.html#ae4bc9b653e15ce876579741e91a463ae',1,'SVF::IntraDisjointMRG::IntraDisjointMRG()']]],
205
- ['intraforwardtraverse',['intraForwardTraverse',['../classSVF_1_1LockAnalysis.html#a7b943f626a551c0fcd6761fc42728e9d',1,'SVF::LockAnalysis']]],
206
- ['intraicfgnode',['IntraICFGNode',['../classSVF_1_1IntraICFGNode.html',1,'SVF::IntraICFGNode'],['../classSVF_1_1IntraICFGNode.html#a48718ca0a69f42db2210c79b5fe15cf7',1,'SVF::IntraICFGNode::IntraICFGNode()']]],
207
- ['intraindirectvf',['IntraIndirectVF',['../classSVF_1_1VFGEdge.html#a156ae6a8b3a033f505c18c6b162e7cf5aa80551154bcfbfa84f02df32ead6b1b0',1,'SVF::VFGEdge']]],
208
- ['intraindsvfgedge',['IntraIndSVFGEdge',['../classSVF_1_1IntraIndSVFGEdge.html',1,'SVF::IntraIndSVFGEdge'],['../classSVF_1_1IntraIndSVFGEdge.html#ab2b1f7610737c6f0a5a94b8a7e629110',1,'SVF::IntraIndSVFGEdge::IntraIndSVFGEdge()']]],
209
- ['intralock',['IntraLock',['../classSVF_1_1Options.html#af6d92cd4372cd952e6d955cfc9be0ccb',1,'SVF::Options']]],
210
- ['intramssaphisvfgnode',['IntraMSSAPHISVFGNode',['../classSVF_1_1IntraMSSAPHISVFGNode.html',1,'SVF::IntraMSSAPHISVFGNode'],['../classSVF_1_1IntraMSSAPHISVFGNode.html#abe0faa3d40bf16ac0937324035d3323d',1,'SVF::IntraMSSAPHISVFGNode::IntraMSSAPHISVFGNode()']]],
211
- ['intraphisvfgnode',['IntraPHISVFGNode',['../namespaceSVF.html#ad772e1586e369943f37c22641e93e941',1,'SVF']]],
212
- ['intraphivfgnode',['IntraPHIVFGNode',['../classSVF_1_1IntraPHIVFGNode.html',1,'SVF::IntraPHIVFGNode'],['../classSVF_1_1IntraPHIVFGNode.html#a65222075e49bb88601a6f1ac51cdace3',1,'SVF::IntraPHIVFGNode::IntraPHIVFGNode()']]],
213
- ['intricsic',['intricsic',['../classSVF_1_1SVFFunction.html#a7a17b7f6f74fd54dd19323b46fa1dfe5',1,'SVF::SVFFunction']]],
214
- ['inttoptrinst',['IntToPtrInst',['../namespaceSVF.html#a07578c424e9d3c07a54e65404a0a6abb',1,'SVF']]],
215
- ['inupdatedvarmap',['inUpdatedVarMap',['../classSVF_1_1MutableIncDFPTData.html#ab5e9ebf9e71652b5fa63d59c97d016e4',1,'SVF::MutableIncDFPTData::inUpdatedVarMap()'],['../classSVF_1_1PersistentIncDFPTData.html#a106391cd8eefab1740b54cd9bbacccad',1,'SVF::PersistentIncDFPTData::inUpdatedVarMap()']]],
216
- ['inv_5fchild_5fiterator',['inv_child_iterator',['../classSVF_1_1SrcSnkSolver.html#acb3b73c60427a78ad8dd12d651202d78',1,'SVF::SrcSnkSolver::inv_child_iterator()'],['../classSVF_1_1GraphReachSolver.html#a40fe9f5863619ee7c11a630e4fd89a91',1,'SVF::GraphReachSolver::inv_child_iterator()']]],
217
- ['invalidversion',['invalidVersion',['../classSVF_1_1VersionedFlowSensitive.html#a3d44a343a2e3f5d276fd1b069c92e112',1,'SVF::VersionedFlowSensitive']]],
218
- ['invartoaddrstable',['inVarToAddrsTable',['../classSVF_1_1ExeState.html#a6dfff6d4302faeb80c78a512f32b529f',1,'SVF::ExeState::inVarToAddrsTable()'],['../classSVF_1_1IntervalExeState.html#ad485a35730353c0e945bc84a034d9e45',1,'SVF::IntervalExeState::inVarToAddrsTable()'],['../classSVF_1_1SVFIR2ItvExeState.html#a999c358b80dd07591b0432eaa41c20c9',1,'SVF::SVFIR2ItvExeState::inVarToAddrsTable()']]],
219
- ['invartoivaltable',['inVarToIValTable',['../classSVF_1_1IntervalExeState.html#a884199a26d43d09bc7e33369fceb8274',1,'SVF::IntervalExeState::inVarToIValTable()'],['../classSVF_1_1SVFIR2ItvExeState.html#a8107e336e3a84fd3b7341786db7e7a13',1,'SVF::SVFIR2ItvExeState::inVarToIValTable()']]],
220
- ['inverse',['Inverse',['../structSVF_1_1Inverse.html',1,'SVF::Inverse< GraphType >'],['../structSVF_1_1Inverse.html#a9bff8acbcb891eeaeb6a9324312358a0',1,'SVF::Inverse::Inverse()']]],
221
- ['inverse_5fchildren',['inverse_children',['../namespaceSVF.html#a155eb379cf271ac550333afb13cb36fa',1,'SVF']]],
222
- ['inverse_5fnodes',['inverse_nodes',['../namespaceSVF.html#a6506af0b08e86390c0e4786b6ee294ae',1,'SVF']]],
223
- ['invgtraits',['InvGTraits',['../classSVF_1_1SrcSnkSolver.html#a19a5395fbfdb95d9328337925496d5eb',1,'SVF::SrcSnkSolver::InvGTraits()'],['../classSVF_1_1GraphReachSolver.html#af790a24d4448911584a6a49b9342a8d5',1,'SVF::GraphReachSolver::InvGTraits()']]],
224
- ['invokeinst',['InvokeInst',['../namespaceSVF.html#a56cb9d6d1e05f6c31bfe1a4045bc8b5f',1,'SVF']]],
225
- ['irbuilder',['IRBuilder',['../namespaceSVF.html#a94824519e439aeef1568d415b6f7331c',1,'SVF']]],
226
- ['irgraph',['IRGraph',['../classSVF_1_1IRGraph.html',1,'SVF::IRGraph'],['../classSVF_1_1SVFVar.html#a6755ed387e15f44ffb637f64a0af60bc',1,'SVF::SVFVar::IRGraph()'],['../classSVF_1_1IRGraph.html#a34f7644ccf88fc0911c0b4f625dc1f28',1,'SVF::IRGraph::IRGraph()']]],
227
- ['irgraph_2ecpp',['IRGraph.cpp',['../IRGraph_8cpp.html',1,'']]],
228
- ['irgraph_2eh',['IRGraph.h',['../IRGraph_8h.html',1,'']]],
229
- ['is_5falloc',['is_alloc',['../classSVF_1_1ExtAPI.html#a0d865c55681a3b4a9bb965fd0200029d',1,'SVF::ExtAPI']]],
230
- ['is_5farg_5falloc',['is_arg_alloc',['../classSVF_1_1ExtAPI.html#a158e7da51d45b746e067dc40e912c477',1,'SVF::ExtAPI']]],
231
- ['is_5fbool',['is_bool',['../classSVF_1_1Z3Expr.html#aa4344471835568e6101780d3aece1900',1,'SVF::Z3Expr']]],
232
- ['is_5fdealloc',['is_dealloc',['../classSVF_1_1ExtAPI.html#aeef27a358ba1815760c893bd2d2335b1',1,'SVF::ExtAPI']]],
233
- ['is_5fext',['is_ext',['../classSVF_1_1ExtAPI.html#a21f45c806672255c044d39490990eae2',1,'SVF::ExtAPI']]],
234
- ['is_5finfinite',['is_infinite',['../classSVF_1_1IntervalValue.html#a3dba35c84607bd3ed4e62a90ae2799cf',1,'SVF::IntervalValue::is_infinite(const NumericLiteral &e)'],['../classSVF_1_1IntervalValue.html#a78b5445006d765160bbcb4ae2e11bd8a',1,'SVF::IntervalValue::is_infinite() const']]],
235
- ['is_5finfinity',['is_infinity',['../classSVF_1_1NumericLiteral.html#ac4acd8ca01d2aa1715c18beb46b0ae1d',1,'SVF::NumericLiteral']]],
236
- ['is_5fminus_5finfinity',['is_minus_infinity',['../classSVF_1_1NumericLiteral.html#a1e693e837e8d67ce76a03ec243c94f15',1,'SVF::NumericLiteral']]],
237
- ['is_5fnoop',['is_noop',['../classSVF_1_1ExtAPI.html#a82ebf71c5214f891f17e842e0b133b4f',1,'SVF::ExtAPI']]],
238
- ['is_5fnumeral',['is_numeral',['../classSVF_1_1IntervalValue.html#a523826aede7ad22736beed0c8223b6b0',1,'SVF::IntervalValue::is_numeral()'],['../classSVF_1_1Z3Expr.html#ad1802109545427278e3a8bde52e016b0',1,'SVF::Z3Expr::is_numeral()']]],
239
- ['is_5fplus_5finfinity',['is_plus_infinity',['../classSVF_1_1NumericLiteral.html#a538deb0b9e88fd99b9768f5775e58ca7',1,'SVF::NumericLiteral']]],
240
- ['is_5frealloc',['is_realloc',['../classSVF_1_1ExtAPI.html#ac6d6bdc51a6b75d6d5741cb751559fe4',1,'SVF::ExtAPI']]],
241
- ['is_5fsamesignature',['is_sameSignature',['../classSVF_1_1ExtAPI.html#a5e8b816a3eb894f6b09403852df0d01b',1,'SVF::ExtAPI']]],
242
- ['is_5fsimple_5ftype',['is_simple_type',['../structSVF_1_1SVFUtil_1_1is__simple__type.html',1,'SVF::SVFUtil']]],
243
- ['is_5fzero',['is_zero',['../classSVF_1_1IntervalValue.html#a970b85f66d80cfc8ca56a8846c921afa',1,'SVF::IntervalValue::is_zero()'],['../classSVF_1_1NumericLiteral.html#a8d874a7b6396e8af210c4a36d3234d71',1,'SVF::NumericLiteral::is_zero()']]],
244
- ['isa',['isa',['../namespaceSVF_1_1SVFUtil.html#a5c8cbc986cccb9d84f87aae162df3737',1,'SVF::SVFUtil::isa(const Y &Val)'],['../namespaceSVF_1_1SVFUtil.html#a13729076054a2977670b05a338a6763d',1,'SVF::SVFUtil::isa(const Y &Val)']]],
245
- ['isa_5fimpl',['isa_impl',['../structSVF_1_1SVFUtil_1_1isa__impl.html',1,'SVF::SVFUtil']]],
246
- ['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',['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']]],
247
- ['isa_5fimpl_5fcl',['isa_impl_cl',['../structSVF_1_1SVFUtil_1_1isa__impl__cl.html',1,'SVF::SVFUtil']]],
248
- ['isa_5fimpl_5fcl_3c_20to_2c_20const_20from_20_2a_20_3e',['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']]],
249
- ['isa_5fimpl_5fcl_3c_20to_2c_20const_20from_20_2aconst_20_3e',['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']]],
250
- ['isa_5fimpl_5fcl_3c_20to_2c_20const_20from_20_3e',['isa_impl_cl< To, const From >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01const_01From_01_4.html',1,'SVF::SVFUtil']]],
251
- ['isa_5fimpl_5fcl_3c_20to_2c_20const_20std_3a_3aunique_5fptr_3c_20from_20_3e_20_3e',['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']]],
252
- ['isa_5fimpl_5fcl_3c_20to_2c_20from_20_2a_20_3e',['isa_impl_cl< To, From * >',['../structSVF_1_1SVFUtil_1_1isa__impl__cl_3_01To_00_01From_01_5_01_4.html',1,'SVF::SVFUtil']]],
253
- ['isa_5fimpl_5fcl_3c_20to_2c_20from_20_2aconst_20_3e',['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']]],
254
- ['isa_5fimpl_5fwrap',['isa_impl_wrap',['../structSVF_1_1SVFUtil_1_1isa__impl__wrap.html',1,'SVF::SVFUtil']]],
255
- ['isa_5fimpl_5fwrap_3c_20to_2c_20fromty_2c_20fromty_20_3e',['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']]],
256
- ['isactualoutphi',['isActualOUTPHI',['../classSVF_1_1InterMSSAPHISVFGNode.html#a4fef6f5eaeed80f1555b4cdaa2af5301',1,'SVF::InterMSSAPHISVFGNode']]],
257
- ['isactualretphi',['isActualRetPHI',['../classSVF_1_1InterPHIVFGNode.html#aacfd7f1e99e246283191f41d44567ed4',1,'SVF::InterPHIVFGNode']]],
258
- ['isagg',['isAgg',['../classSVF_1_1DCHGraph.html#a9d2be5aec5216cbc1d1709b41f79c44b',1,'SVF::DCHGraph']]],
259
- ['isaliasedforkjoin',['isAliasedForkJoin',['../classSVF_1_1ForkJoinAnalysis.html#a209ab13297e61f980cdf350e8fe2a9b4',1,'SVF::ForkJoinAnalysis']]],
260
- ['isaliasedlocks',['isAliasedLocks',['../classSVF_1_1LockAnalysis.html#add9272ead87ca994ee4e08dfa30fa0f4',1,'SVF::LockAnalysis::isAliasedLocks(const CxtLock &cl1, const CxtLock &cl2)'],['../classSVF_1_1LockAnalysis.html#abc5b0e65b46d8c0ce973476dca1c94be',1,'SVF::LockAnalysis::isAliasedLocks(const SVFInstruction *i1, const SVFInstruction *i2)']]],
261
- ['isaliasedmr',['isAliasedMR',['../classSVF_1_1MRGenerator.html#a28130cc55ab317d383ba6593f323b12a',1,'SVF::MRGenerator']]],
262
- ['isallpathreachable',['isAllPathReachable',['../classSVF_1_1SaberCondAllocator.html#a246da0431273c312800459aa85d80a86',1,'SVF::SaberCondAllocator::isAllPathReachable()'],['../classSVF_1_1SrcSnkDDA.html#a6ae0d47bac09163e90b8b2e773ad69f0',1,'SVF::SrcSnkDDA::isAllPathReachable()']]],
263
- ['isallreachable',['isAllReachable',['../classSVF_1_1ProgSlice.html#a2f96f034b7236791fe1d4d351174722e',1,'SVF::ProgSlice']]],
264
- ['isanallocationwraper',['isAnAllocationWraper',['../namespaceSVF_1_1SVFUtil.html#a2c47299fdf0ca0d08578ded6348f77c2',1,'SVF::SVFUtil']]],
265
- ['isargofuncalledfunction',['isArgOfUncalledFunction',['../classSVF_1_1SVFArgument.html#a3c6f43786b2cb230a02e50c6ab38453e',1,'SVF::SVFArgument::isArgOfUncalledFunction()'],['../namespaceSVF_1_1LLVMUtil.html#a428bd75b33fab60988d8758090712f29',1,'SVF::LLVMUtil::isArgOfUncalledFunction()'],['../namespaceSVF_1_1SVFUtil.html#a1a34958ca60ed98ad228c1d46cf95aeb',1,'SVF::SVFUtil::isArgOfUncalledFunction()']]],
266
- ['isarray',['isArray',['../classSVF_1_1MemObj.html#aeba6eeed4843a1a90cf1d4b7deb197af',1,'SVF::MemObj::isArray()'],['../classSVF_1_1ObjTypeInfo.html#a0627e8b9dda2e13cc77c334eefab21e1',1,'SVF::ObjTypeInfo::isArray()']]],
267
- ['isarraycondmemobj',['isArrayCondMemObj',['../classSVF_1_1DDAVFSolver.html#a9aaa5ee3dc8abc51c4b6e463e1949ee7',1,'SVF::DDAVFSolver']]],
268
- ['isarraymemobj',['isArrayMemObj',['../classSVF_1_1PointerAnalysis.html#a89dfeedf8e3e91603a1e9c73e3608a73',1,'SVF::PointerAnalysis']]],
269
- ['isbackicfgedge',['isBackICFGEdge',['../classSVF_1_1SVFLoop.html#a7283685960ed98e1a292e3f688d9aa2b',1,'SVF::SVFLoop']]],
270
- ['isbarrierwaitcall',['isBarrierWaitCall',['../namespaceSVF_1_1SVFUtil.html#ad09ba410acbbaee2aac9dd406c3cf01a',1,'SVF::SVFUtil::isBarrierWaitCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#ae9a7f272f037cda8dffa225606625398',1,'SVF::SVFUtil::isBarrierWaitCall(const SVFInstruction *inst)']]],
271
- ['isbase',['isBase',['../classSVF_1_1DCHGraph.html#ab33f9af6ad22eb99dd0d9950fb0e50e6',1,'SVF::DCHGraph']]],
272
- ['isbbcallsprogexit',['isBBCallsProgExit',['../classSVF_1_1SaberCondAllocator.html#a9d626dea5aa694799ec15a3b64021a35',1,'SVF::SaberCondAllocator']]],
273
- ['isbidirectional',['IsBidirectional',['../classSVF_1_1iter__facade__base.html#a1935969a70a0312f809db166d65fec89a0552120a5aa8ae40a219b52934ad3409',1,'SVF::iter_facade_base']]],
274
- ['isbinaryconstantexpr',['isBinaryConstantExpr',['../namespaceSVF_1_1LLVMUtil.html#a35b36394af726c679fe2c1b6051db7c4',1,'SVF::LLVMUtil']]],
275
- ['isbkvisited',['isbkVisited',['../classSVF_1_1DDAVFSolver.html#a9a9c3a8b5e4ffc89418073110e446f20',1,'SVF::DDAVFSolver']]],
276
- ['isblackhole',['isblackHole',['../classSVF_1_1SVFValue.html#acb5d0311477899abb4c222cd44376c73',1,'SVF::SVFValue']]],
277
- ['isblackholeobj',['isBlackHoleObj',['../classSVF_1_1MemObj.html#a7b890ca9e93b1c61cc6437b7e6a82a8c',1,'SVF::MemObj']]],
278
- ['isblackholesym',['isBlackholeSym',['../namespaceSVF_1_1LLVMUtil.html#abf4e75ba6236136399d45c85be2328fe',1,'SVF::LLVMUtil']]],
279
- ['isblkobj',['isBlkObj',['../classSVF_1_1SVFIR.html#a17527c55d35ae5c18f00fd4dabe6acad',1,'SVF::SVFIR::isBlkObj()'],['../classSVF_1_1SymbolTableInfo.html#ad9cdb21e20182f3bc95f04bbb97712f3',1,'SVF::SymbolTableInfo::isBlkObj()']]],
280
- ['isblkobjorconstantobj',['isBlkObjOrConstantObj',['../classSVF_1_1ConstraintGraph.html#a8ba74f82c1e796f2888ba34bc8355ce9',1,'SVF::ConstraintGraph::isBlkObjOrConstantObj()'],['../classSVF_1_1PointerAnalysis.html#a45462312a746339fff8b990a093d9a1b',1,'SVF::PointerAnalysis::isBlkObjOrConstantObj()'],['../classSVF_1_1SVFIR.html#ad9895f2d075eb402390e3b01ed68e001',1,'SVF::SVFIR::isBlkObjOrConstantObj()'],['../classSVF_1_1SymbolTableInfo.html#a2fc4bfb83b71a4c14e16168382cb8f5d',1,'SVF::SymbolTableInfo::isBlkObjOrConstantObj()']]],
281
- ['isblkptr',['isBlkPtr',['../classSVF_1_1SVFIR.html#a6a71d2716530607d66d9e9035199d997',1,'SVF::SVFIR::isBlkPtr()'],['../classSVF_1_1SymbolTableInfo.html#acba43b6e9cdf07afaf3d30351aa8df7c',1,'SVF::SymbolTableInfo::isBlkPtr()']]],
282
- ['isbool',['isBool',['../classOptionBase.html#acd2a32f510c026154665f7d874f3f362',1,'OptionBase::isBool()'],['../classOption.html#a910cf3c0ac5d45ee169cb8750898ea0b',1,'Option::isBool()']]],
283
- ['isbottom',['isBottom',['../classSVF_1_1AbstractValue.html#aafe29c4c572b851ce8031f5cd81600c5',1,'SVF::AbstractValue::isBottom()'],['../classSVF_1_1AddressValue.html#a8d723e05901bec417fec967972c6d6f2',1,'SVF::AddressValue::isBottom()'],['../classSVF_1_1IntervalValue.html#af8be90fc1b61103187908dce4ba68001',1,'SVF::IntervalValue::isBottom()']]],
284
- ['isbuiltfromfile',['isBuiltFromFile',['../classSVF_1_1IRGraph.html#a41423da58a07b344bc7ca8dd96d48f98',1,'SVF::IRGraph']]],
285
- ['iscallcfgedge',['isCallCFGEdge',['../classSVF_1_1ICFGEdge.html#a2ecc0bc3bb3655bf3db3adb732747b49',1,'SVF::ICFGEdge']]],
286
- ['iscalldirectvfgedge',['isCallDirectVFGEdge',['../classSVF_1_1VFGEdge.html#a92e3da59f7f5a693945b9a93f169da04',1,'SVF::VFGEdge']]],
287
- ['iscallindirectvfgedge',['isCallIndirectVFGEdge',['../classSVF_1_1VFGEdge.html#ae14a5f58064e6c08b53a3cffcc050077',1,'SVF::VFGEdge']]],
288
- ['iscallsite',['isCallSite',['../namespaceSVF_1_1LLVMUtil.html#a5a7dc8680a9714e08b01dd339b85bb20',1,'SVF::LLVMUtil::isCallSite(const Instruction *inst)'],['../namespaceSVF_1_1LLVMUtil.html#aeaa116fd9718c8b31f30d3fe62bb6403',1,'SVF::LLVMUtil::isCallSite(const Value *val)'],['../namespaceSVF_1_1SVFUtil.html#afdc3358522417de9a0d3a181a329f722',1,'SVF::SVFUtil::isCallSite(const SVFInstruction *inst)'],['../namespaceSVF_1_1SVFUtil.html#a8cb755f339ad1650f8ae2155451d9c0d',1,'SVF::SVFUtil::isCallSite(const SVFValue *val)']]],
289
- ['iscallsiteretsvfgnode',['isCallSiteRetSVFGNode',['../classSVF_1_1SVFG.html#ad189e45b0c810e68566ccc3bdb3f2e59',1,'SVF::SVFG']]],
290
- ['iscallvfgedge',['isCallVFGEdge',['../classSVF_1_1VFGEdge.html#a4352297ef44c4eff1efe2f348cce6fe9',1,'SVF::VFGEdge']]],
291
- ['iscandidatefun',['isCandidateFun',['../classSVF_1_1TCT.html#aa69b82c888c8193e97f9e95c62ac99d4',1,'SVF::TCT::isCandidateFun(const PTACallGraph::FunctionSet &callees) const'],['../classSVF_1_1TCT.html#a013f7fa94f9383b3d0e46b79c0a52a8f',1,'SVF::TCT::isCandidateFun(const SVFFunction *fun) const']]],
292
- ['iscastconstantexpr',['isCastConstantExpr',['../namespaceSVF_1_1LLVMUtil.html#af983b0e1fbd371d8672e8f03f63084fc',1,'SVF::LLVMUtil']]],
293
- ['iscfgedge',['isCFGEdge',['../classSVF_1_1ICFGEdge.html#a3d3813be0b873335b17bb590e130d173',1,'SVF::ICFGEdge']]],
294
- ['iscmpconstantexpr',['isCmpConstantExpr',['../namespaceSVF_1_1LLVMUtil.html#aa0b3e34188f721ff7145e47cb607c79a',1,'SVF::LLVMUtil']]],
295
- ['isconcretecxt',['isConcreteCxt',['../classSVF_1_1ContextCond.html#ac5f7388c0bbcee1878201819b9cd199f',1,'SVF::ContextCond']]],
296
- ['iscondcompatible',['isCondCompatible',['../classSVF_1_1ContextDDA.html#a57d309971de00db9bd8c6bfaf237cbff',1,'SVF::ContextDDA::isCondCompatible()'],['../classSVF_1_1CondPTAImpl.html#a6b746c30161c7dab86510895e0032935',1,'SVF::CondPTAImpl::isCondCompatible()']]],
297
- ['isconditional',['isConditional',['../classSVF_1_1BranchStmt.html#a71e7e95f095a937c900d049991312901',1,'SVF::BranchStmt']]],
298
- ['isconnectedfrommain',['isConnectedfromMain',['../classSVF_1_1MHP.html#a90c228214643bb6d37bacffc35b99a3e',1,'SVF::MHP']]],
299
- ['isconnectingtwocallsites',['isConnectingTwoCallSites',['../classSVF_1_1SVFGOPT.html#aa23c967a8fcadbaf47e93a5b3610c84d',1,'SVF::SVFGOPT']]],
300
- ['isconstantarray',['isConstantArray',['../classSVF_1_1MemObj.html#a7f828731597450f1d43b61413ab0e7bb',1,'SVF::MemObj::isConstantArray()'],['../classSVF_1_1ObjTypeInfo.html#ac1ee7a720959c0e97496870d6e759212',1,'SVF::ObjTypeInfo::isConstantArray()']]],
301
- ['isconstantobj',['isConstantObj',['../classSVF_1_1SVFIR.html#a5d15e4b09784f438568ebe61f8aa5156',1,'SVF::SVFIR::isConstantObj()'],['../classSVF_1_1SymbolTableInfo.html#a704b917b1e1dbaf9cd758fa9acc1083b',1,'SVF::SymbolTableInfo::isConstantObj()']]],
302
- ['isconstantobjsym',['isConstantObjSym',['../namespaceSVF_1_1LLVMUtil.html#ad8ee8de153df3f1bbdebb67185a2731c',1,'SVF::LLVMUtil::isConstantObjSym(const SVFValue *val)'],['../namespaceSVF_1_1LLVMUtil.html#a2fd5c626b818ac22a9c845227e1461c4',1,'SVF::LLVMUtil::isConstantObjSym(const Value *val)']]],
303
- ['isconstantoffset',['isConstantOffset',['../classSVF_1_1LocationSet.html#a4a9185282308c50f86fdf66f7060373d',1,'SVF::LocationSet::isConstantOffset()'],['../classSVF_1_1GepStmt.html#ab6f37c073e4755c4b8bb3ed6365687f4',1,'SVF::GepStmt::isConstantOffset()']]],
304
- ['isconstantstruct',['isConstantStruct',['../classSVF_1_1MemObj.html#a019a77516c403f1f3cc72917b810a41f',1,'SVF::MemObj::isConstantStruct()'],['../classSVF_1_1ObjTypeInfo.html#a41f916ab4e3a2c163fca636eae948ce7',1,'SVF::ObjTypeInfo::isConstantStruct()']]],
305
- ['isconstdataoraggdata',['isConstDataOrAggData',['../classSVF_1_1SVFValue.html#adcd0f90825818ab1de34e58c1a3084a3',1,'SVF::SVFValue::isConstDataOrAggData()'],['../classSVF_1_1MemObj.html#a37b75ada7d18139ac2f2add6c232ea68',1,'SVF::MemObj::isConstDataOrAggData()'],['../classSVF_1_1ObjTypeInfo.html#a6cc6751c847c667d4fc3052a30195e14',1,'SVF::ObjTypeInfo::isConstDataOrAggData()'],['../namespaceSVF_1_1LLVMUtil.html#a8a77403306e97ab4cb31a56d38bba5be',1,'SVF::LLVMUtil::isConstDataOrAggData()']]],
306
- ['isconstdataoraggdatabutnotnullptr',['isConstDataOrAggDataButNotNullPtr',['../classSVF_1_1SVFVar.html#a091ef22d4fc428985d604b03f287a941',1,'SVF::SVFVar']]],
307
- ['isconstdataorconstglobal',['isConstDataOrConstGlobal',['../classSVF_1_1MemObj.html#a1a4ff4aaaf2573240a318e1b79328cd0',1,'SVF::MemObj::isConstDataOrConstGlobal()'],['../classSVF_1_1ObjTypeInfo.html#a8e6c60978df9828c1dcb54086e83edc1',1,'SVF::ObjTypeInfo::isConstDataOrConstGlobal()']]],
308
- ['isconstructor',['isConstructor',['../namespaceSVF_1_1LLVMUtil.html#a6dd1590b82d2bd86766886bd21bc2b72',1,'SVF::LLVMUtil']]],
309
- ['iscppthunkfunction',['isCPPThunkFunction',['../namespaceSVF_1_1LLVMUtil.html#a47bbc0527ced570d576ccc2f9df409cb',1,'SVF::LLVMUtil']]],
310
- ['isdeallocextcall',['isDeallocExtCall',['../namespaceSVF_1_1SVFUtil.html#a1f52a7f183f1eec7c4db7e4e54fa5e2c',1,'SVF::SVFUtil::isDeallocExtCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#a80da8887c0a6a8becd89495541b88d29',1,'SVF::SVFUtil::isDeallocExtCall(const SVFInstruction *inst)']]],
311
- ['isdeallocextfun',['isDeallocExtFun',['../namespaceSVF_1_1SVFUtil.html#a3495236e22e4bc6404b6ac352060439c',1,'SVF::SVFUtil']]],
312
- ['isdecl',['isDecl',['../classSVF_1_1SVFFunction.html#a52581d00177fd5853d6f9de50b3e7fb9',1,'SVF::SVFFunction']]],
313
- ['isdeclaration',['isDeclaration',['../classSVF_1_1SVFFunction.html#ab672f0255ec8e42d5e414bc8c72b7c76',1,'SVF::SVFFunction']]],
314
- ['isdefofainfout',['isDefOfAInFOut',['../classSVF_1_1SVFGOPT.html#a0e78edc04f5e8bfcca7a3f04f7568665',1,'SVF::SVFGOPT']]],
315
- ['isdestructor',['isDestructor',['../namespaceSVF_1_1LLVMUtil.html#a206973624fcc58e6044c884dba23a754',1,'SVF::LLVMUtil']]],
316
- ['isdirectcalledge',['isDirectCallEdge',['../classSVF_1_1PTACallGraphEdge.html#a8c46ccaa41f6792ca4a31a56548a554a',1,'SVF::PTACallGraphEdge']]],
317
- ['isdirectedge',['isdirectEdge',['../classSVF_1_1ConstraintNode.html#a165b41f2849c0f09eb1b15d51a566315',1,'SVF::ConstraintNode']]],
318
- ['isdirectvfgedge',['isDirectVFGEdge',['../classSVF_1_1VFGEdge.html#a8777555f00696706de250159b920d14b',1,'SVF::VFGEdge']]],
319
- ['isedgeinrecursion',['isEdgeInRecursion',['../classSVF_1_1ContextDDA.html#a525949d1743136466d33bf4dc26ba423',1,'SVF::ContextDDA']]],
320
- ['isentryicfgedge',['isEntryICFGEdge',['../classSVF_1_1SVFLoop.html#a3db213cb4aee3308f2dca587ffa1dfd1',1,'SVF::SVFLoop']]],
321
- ['iseqcmp',['isEQCmp',['../classSVF_1_1SaberCondAllocator.html#aaa01f2c79866e9eb7818d80b0af2b9f5',1,'SVF::SaberCondAllocator']]],
322
- ['isequivalentbranchcond',['isEquivalentBranchCond',['../classSVF_1_1ProgSlice.html#a6c63e9641e4d3d3f2f8c4a73bfba7a07',1,'SVF::ProgSlice::isEquivalentBranchCond()'],['../classSVF_1_1SaberCondAllocator.html#aa9027574586fd4fbb12039f595ecec71',1,'SVF::SaberCondAllocator::isEquivalentBranchCond()']]],
323
- ['isexplicitlyset',['isExplicitlySet',['../classOption.html#a980a99e59afae6419a9b15f7606d83dc',1,'Option::isExplicitlySet()'],['../classOptionMap.html#a9efba3b88013aa1745f47ab42d71c726',1,'OptionMap::isExplicitlySet()']]],
324
- ['isextcall',['isExtCall',['../namespaceSVF_1_1SVFUtil.html#a22ef185e767ff76c098e75126c885400',1,'SVF::SVFUtil::isExtCall(const SVFFunction *fun)'],['../namespaceSVF_1_1SVFUtil.html#aad27a96075234ad2182a84e0e9d31a45',1,'SVF::SVFUtil::isExtCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#af2979f019d38f3faa5c82c6ddc688b51',1,'SVF::SVFUtil::isExtCall(const SVFInstruction *inst)']]],
325
- ['isfclose',['isFClose',['../classSVF_1_1SaberCheckerAPI.html#a970676d884d66da9fce00fe5b60c96ba',1,'SVF::SaberCheckerAPI::isFClose(const SVFFunction *fun) const'],['../classSVF_1_1SaberCheckerAPI.html#a01b12585cad8b75ce635670cd5c7d874',1,'SVF::SaberCheckerAPI::isFClose(const SVFInstruction *inst) const'],['../classSVF_1_1SaberCheckerAPI.html#a534bfe077af19b111c1b7bc3c5a065e6',1,'SVF::SaberCheckerAPI::isFClose(const CallICFGNode *cs) const']]],
326
- ['isfieldinsencondmemobj',['isFieldInsenCondMemObj',['../classSVF_1_1DDAVFSolver.html#a37a6321f50bef2939b287cc088e76170',1,'SVF::DDAVFSolver']]],
327
- ['isfieldinsensitive',['isFieldInsensitive',['../classSVF_1_1PointerAnalysis.html#a0f71e4cd0948b294c7d33a690bde7dbe',1,'SVF::PointerAnalysis::isFieldInsensitive()'],['../classSVF_1_1MemObj.html#a41d85883d44ad77832b020455951c6fc',1,'SVF::MemObj::isFieldInsensitive()']]],
328
- ['isfieldof',['isFieldOf',['../classSVF_1_1DCHGraph.html#af0534356b4a8c68507e1237f1d7a8c11',1,'SVF::DCHGraph']]],
329
- ['isfiobjnode',['isFIObjNode',['../classSVF_1_1PointerAnalysis.html#af90d2ccb01402c5ca9d7a059f345c816',1,'SVF::PointerAnalysis']]],
330
- ['isfirstfield',['isFirstField',['../classSVF_1_1DCHGraph.html#a2b2dbc52089696854a8339f2e83fc333',1,'SVF::DCHGraph']]],
331
- ['isflaged',['isFlaged',['../classSVF_1_1RaceResultValidator_1_1AccessPair.html#a63f574da7298fd47d228592f512891d1',1,'SVF::RaceResultValidator::AccessPair::isFlaged(const RC_FLAG flag) const'],['../classSVF_1_1RaceResultValidator_1_1AccessPair.html#a63f574da7298fd47d228592f512891d1',1,'SVF::RaceResultValidator::AccessPair::isFlaged(const RC_FLAG flag) const']]],
332
- ['isfollowerfun',['isFollowerFun',['../classSVF_1_1PCG.html#a767a7ea009067e7f82bb70b29688a144',1,'SVF::PCG']]],
333
- ['isfopen',['isFOpen',['../classSVF_1_1SaberCheckerAPI.html#a0977378f6f2a782041c97912762deb5f',1,'SVF::SaberCheckerAPI::isFOpen(const SVFFunction *fun) const'],['../classSVF_1_1SaberCheckerAPI.html#a50b572a89b800c3520f77d6f1094c066',1,'SVF::SaberCheckerAPI::isFOpen(const SVFInstruction *inst) const'],['../classSVF_1_1SaberCheckerAPI.html#a5a2f7cb7f46b6edd80e6d4611f07e327',1,'SVF::SaberCheckerAPI::isFOpen(const CallICFGNode *cs) const']]],
334
- ['isforksite',['isForksite',['../classSVF_1_1ThreadCallGraph.html#a07d3db6ffe8d75effd6fbc3856c484fe',1,'SVF::ThreadCallGraph']]],
335
- ['isformalinphi',['isFormalINPHI',['../classSVF_1_1InterMSSAPHISVFGNode.html#a47d870a6c0f515139b1950e8985dc2d1',1,'SVF::InterMSSAPHISVFGNode']]],
336
- ['isformalparmphi',['isFormalParmPHI',['../classSVF_1_1InterPHIVFGNode.html#a6049300f916dd23f34d9cacccc7e3ea7',1,'SVF::InterPHIVFGNode']]],
337
- ['isfulljoin',['isFullJoin',['../classSVF_1_1ForkJoinAnalysis.html#ab55532eefbcef639ced957ad82fbd340',1,'SVF::ForkJoinAnalysis']]],
338
- ['isfunction',['isFunction',['../classSVF_1_1MemObj.html#ae1d14e2bf0be36cdadebf119822f607b',1,'SVF::MemObj::isFunction()'],['../classSVF_1_1ObjTypeInfo.html#ac99fa14fdf7bc0dd3e9ff36c7a3a351f',1,'SVF::ObjTypeInfo::isFunction()']]],
339
- ['isfunctionretphi',['isFunctionRetPhi',['../classSVF_1_1PhiStmt.html#a8e55ddef627096c78bb2c8b6f9c77140',1,'SVF::PhiStmt']]],
340
- ['isfunentrysvfgnode',['isFunEntrySVFGNode',['../classSVF_1_1SVFG.html#ae2cff3c963136f474fac0a66aa8cff7b',1,'SVF::SVFG']]],
341
- ['isfunentryvfgnode',['isFunEntryVFGNode',['../classSVF_1_1VFG.html#a8994194bca2edfd9528880390de795ab',1,'SVF::VFG']]],
342
- ['isfunptr',['isFunPtr',['../classSVF_1_1SVFIR.html#a9235a60e7332c8416e113e7360441d97',1,'SVF::SVFIR']]],
343
- ['isgepconstantexpr',['isGepConstantExpr',['../namespaceSVF_1_1LLVMUtil.html#ab5fc50624b5fe83b676b14bec4b99685',1,'SVF::LLVMUtil']]],
344
- ['isglobalobj',['isGlobalObj',['../classSVF_1_1MemObj.html#a40462512a99eb258d8cd442c38d812b4',1,'SVF::MemObj::isGlobalObj()'],['../classSVF_1_1ObjTypeInfo.html#aa2855b69150287e5f04a7a683dc4c91f',1,'SVF::ObjTypeInfo::isGlobalObj()']]],
345
- ['isglobalsvfgnode',['isGlobalSVFGNode',['../classSVF_1_1SaberSVFGBuilder.html#afbcd75844af51ff51c09c377f80a49cf',1,'SVF::SaberSVFGBuilder::isGlobalSVFGNode()'],['../classSVF_1_1SrcSnkDDA.html#a391bb031b2f244e930b266a29cda0af7',1,'SVF::SrcSnkDDA::isGlobalSVFGNode()']]],
346
- ['ishareparfor',['isHareParFor',['../classSVF_1_1ThreadAPI.html#ab96065dc1bb1cc29f9c37c885f524b34',1,'SVF::ThreadAPI::isHareParFor(const SVFInstruction *inst) const'],['../classSVF_1_1ThreadAPI.html#adb944c2287cf7686a03b0e53a03ba025',1,'SVF::ThreadAPI::isHareParFor(CallSite cs) const']]],
347
- ['ishareparforcall',['isHareParForCall',['../namespaceSVF_1_1SVFUtil.html#a28fbb7cc51eb7e25d88f43e3eb1f30fb',1,'SVF::SVFUtil::isHareParForCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#ad8340531cfb109c792de4edee34d44db',1,'SVF::SVFUtil::isHareParForCall(const SVFInstruction *inst)']]],
348
- ['ishbpair',['isHBPair',['../classSVF_1_1MHP.html#a6f07427b45991b2d8a3ff21582121d23',1,'SVF::MHP::isHBPair()'],['../classSVF_1_1ForkJoinAnalysis.html#a86c68ce5fd8825b1593d92a5a5bad389',1,'SVF::ForkJoinAnalysis::isHBPair()']]],
349
- ['ishead',['isHead',['../classSVF_1_1Wto.html#a3295f19587ca6d3e2fd60b77e95d2b50',1,'SVF::Wto']]],
350
- ['isheadofspan',['isHeadofSpan',['../classSVF_1_1MTASVFGBuilder.html#a5c32c2f5038aab15ec2da50c7c99b405',1,'SVF::MTASVFGBuilder::isHeadofSpan(const StmtSVFGNode *n, LockAnalysis::LockSpan lspan)'],['../classSVF_1_1MTASVFGBuilder.html#ad0c3ea19875191721cd466fe85b91a8c',1,'SVF::MTASVFGBuilder::isHeadofSpan(const StmtSVFGNode *n, InstSet mergespan)'],['../classSVF_1_1MTASVFGBuilder.html#a4d36dc553bc87508b78add9b52ce9c2a',1,'SVF::MTASVFGBuilder::isHeadofSpan(const StmtSVFGNode *n)']]],
351
- ['isheap',['isHeap',['../classSVF_1_1MemObj.html#a898c5bb3956402578266a6fb142e02b1',1,'SVF::MemObj::isHeap()'],['../classSVF_1_1ObjTypeInfo.html#a26c179394fbda9a9261d0bf3f52b619d',1,'SVF::ObjTypeInfo::isHeap()']]],
352
- ['isheapallocextcall',['isHeapAllocExtCall',['../namespaceSVF_1_1SVFUtil.html#a93ac673b885633849fa484938405ca75',1,'SVF::SVFUtil::isHeapAllocExtCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#a07400bf7b1f50875f3e5123d13cff880',1,'SVF::SVFUtil::isHeapAllocExtCall(const SVFInstruction *inst)']]],
353
- ['isheapallocextcallviaarg',['isHeapAllocExtCallViaArg',['../namespaceSVF_1_1SVFUtil.html#aedfa6e9216c6c788c26aef1967689b76',1,'SVF::SVFUtil::isHeapAllocExtCallViaArg(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#ac77155f7e19d92292f52944d3fb32277',1,'SVF::SVFUtil::isHeapAllocExtCallViaArg(const SVFInstruction *inst)']]],
354
- ['isheapallocextcallviaret',['isHeapAllocExtCallViaRet',['../namespaceSVF_1_1SVFUtil.html#ab2064cb70c76f399ce115f2621adea35',1,'SVF::SVFUtil::isHeapAllocExtCallViaRet(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#a9f9b3296d2ce69346ac694ad6b04f2b0',1,'SVF::SVFUtil::isHeapAllocExtCallViaRet(const SVFInstruction *inst)']]],
355
- ['isheapallocextfunviaarg',['isHeapAllocExtFunViaArg',['../namespaceSVF_1_1SVFUtil.html#ab4a69173f50ebe48e69103befe516245',1,'SVF::SVFUtil']]],
356
- ['isheapallocextfunviaret',['isHeapAllocExtFunViaRet',['../namespaceSVF_1_1SVFUtil.html#a19b96a872d9096037f20e25122e469ea',1,'SVF::SVFUtil']]],
357
- ['isheapallocorstaticextcall',['isHeapAllocOrStaticExtCall',['../namespaceSVF_1_1SVFUtil.html#a61ed4bb80d88b0f8dbc02535c224fdfb',1,'SVF::SVFUtil::isHeapAllocOrStaticExtCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#a06b824671e2fab0e41a6b84ee9bd8362',1,'SVF::SVFUtil::isHeapAllocOrStaticExtCall(const SVFInstruction *inst)']]],
358
- ['isheapcondmemobj',['isHeapCondMemObj',['../classSVF_1_1ContextDDA.html#a02902af9bc4455b994a5da4a9d6cf121',1,'SVF::ContextDDA::isHeapCondMemObj()'],['../classSVF_1_1DDAVFSolver.html#a645c7d0637b49e139898016ff652e1f3',1,'SVF::DDAVFSolver::isHeapCondMemObj()'],['../classSVF_1_1FlowDDA.html#afc3b2b4e0da7a2484ec35c3ce84a9d60',1,'SVF::FlowDDA::isHeapCondMemObj()']]],
359
- ['isheapmemobj',['isHeapMemObj',['../classSVF_1_1PointerAnalysis.html#ae6ea391ac44dffeb6899bb44323c5361',1,'SVF::PointerAnalysis']]],
360
- ['ishelpname',['isHelpName',['../classOptionBase.html#ae446d8507843235d8fe71d32bc4bd04b',1,'OptionBase']]],
361
- ['isinawrapper',['isInAWrapper',['../classSVF_1_1SrcSnkDDA.html#afc75e55af839ef535d80555fd422342c',1,'SVF::SrcSnkDDA']]],
362
- ['isincurbackwardslice',['isInCurBackwardSlice',['../classSVF_1_1SrcSnkDDA.html#a4cb2c14431fc432e84d382f8eeb24fe2',1,'SVF::SrcSnkDDA']]],
363
- ['isincurforwardslice',['isInCurForwardSlice',['../classSVF_1_1SrcSnkDDA.html#a4bde70a5d9dbf5a9234a93aaeaaacb94',1,'SVF::SrcSnkDDA']]],
364
- ['isincurrentscc',['isInCurrentSCC',['../classSVF_1_1WPASCCSolver.html#ae1ed4875e706677acf22a776f7285185',1,'SVF::WPASCCSolver']]],
365
- ['isincycle',['isInCycle',['../classSVF_1_1SCCDetection.html#a5d699af73b1e7ad4e3a5f6d26b8b6d15',1,'SVF::SCCDetection::isInCycle()'],['../classSVF_1_1TCTNode.html#a42dde4c3714cc5605f7c0e76cfd4a74c',1,'SVF::TCTNode::isIncycle()'],['../classSVF_1_1CxtThread.html#a54c95794963cb5a478db7c49c1b8c428',1,'SVF::CxtThread::isIncycle()']]],
366
- ['isindirectcall',['isIndirectCall',['../classSVF_1_1CallICFGNode.html#aa11226a2e4fa6a7b1d78006cc8ca0518',1,'SVF::CallICFGNode']]],
367
- ['isindirectcalledge',['isIndirectCallEdge',['../classSVF_1_1PTACallGraphEdge.html#a74692d47f929dc2188eede497acb91b7',1,'SVF::PTACallGraphEdge']]],
368
- ['isindirectcallsites',['isIndirectCallSites',['../classSVF_1_1SVFIR.html#a3dbe0b17694daa74f648a70e77efaf23',1,'SVF::SVFIR']]],
369
- ['isindirectedge',['isIndirectEdge',['../classSVF_1_1ConstraintNode.html#a8c3e6dca7bf12fa941c4411f6a1f52c0',1,'SVF::ConstraintNode']]],
370
- ['isindirectvfgedge',['isIndirectVFGEdge',['../classSVF_1_1VFGEdge.html#aa8f30d093d4950724a6688707326b57b',1,'SVF::VFGEdge']]],
371
- ['isinf',['isinf',['../cJSON_8cpp.html#abad128f70dbd5a06aa93fe79b3acc4df',1,'cJSON.cpp']]],
372
- ['isinicfgedge',['isInICFGEdge',['../classSVF_1_1SVFLoop.html#ae8a579b8798cf14ba8c1d9ee9c355267',1,'SVF::SVFLoop']]],
373
- ['isinloop',['isInLoop',['../classSVF_1_1ICFG.html#ae115e70bf53f25c0ca6b1f22acccf5b5',1,'SVF::ICFG::isInLoop(const ICFGNode *node)'],['../classSVF_1_1ICFG.html#ac0600b9ff2521ec2b205dc35c276397d',1,'SVF::ICFG::isInLoop(const SVFInstruction *inst)'],['../classSVF_1_1SVFLoop.html#af2433fcc43f4e22fdf97ca2672a5dfa3',1,'SVF::SVFLoop::isInLoop()'],['../classSVF_1_1TCTNode.html#a4541cd85dcde2ce789ea411ebb1d89c7',1,'SVF::TCTNode::isInloop()'],['../classSVF_1_1CxtThread.html#a39230596cd1c927353eaaee071eb16c6',1,'SVF::CxtThread::isInloop()']]],
374
- ['isinloopinstruction',['isInLoopInstruction',['../classSVF_1_1TCT.html#af1e7f51f9a3540fa73b856def01da77e',1,'SVF::TCT']]],
375
- ['isinrecursion',['isInRecursion',['../classSVF_1_1PointerAnalysis.html#aa725a0c9426e8615cbc078c88561f66a',1,'SVF::PointerAnalysis::isInRecursion()'],['../classSVF_1_1TCT.html#a17a478edc9fac3e501202073100549ff',1,'SVF::TCT::isInRecursion()']]],
376
- ['isinsamecispan',['isInSameCISpan',['../classSVF_1_1LockAnalysis.html#aa759d7cf2aa537a375daef4c637e597e',1,'SVF::LockAnalysis']]],
377
- ['isinsamecsspan',['isInSameCSSpan',['../classSVF_1_1LockAnalysis.html#a1c23ab16b5c7ab5bb482a5828e615bbb',1,'SVF::LockAnalysis::isInSameCSSpan(const SVFInstruction *i1, const SVFInstruction *i2) const'],['../classSVF_1_1LockAnalysis.html#a8595b976bf60d161561e5494257aa179',1,'SVF::LockAnalysis::isInSameCSSpan(const CxtStmt &cxtStmt1, const CxtStmt &cxtStmt2) const']]],
378
- ['isinsamespan',['isInSameSpan',['../classSVF_1_1LockAnalysis.html#a1c1b63a8bd7449ebeb2c31b0532e9337',1,'SVF::LockAnalysis']]],
379
- ['isinscc',['isInSCC',['../classSVF_1_1SCCDetection.html#aff6c15443edca2559ae3f3d04ff45481',1,'SVF::SCCDetection']]],
380
- ['isinsensitivecallret',['isInsensitiveCallRet',['../classSVF_1_1ContextDDA.html#a76487b8b3e3abb8a16b5c4f5c7e79819',1,'SVF::ContextDDA']]],
381
- ['isinsidecondintralock',['isInsideCondIntraLock',['../classSVF_1_1LockAnalysis.html#a25446604fac03485a991d28f03e88788',1,'SVF::LockAnalysis']]],
382
- ['isinsideintralock',['isInsideIntraLock',['../classSVF_1_1LockAnalysis.html#a3fd595637d248213c650889d6e2d07ad',1,'SVF::LockAnalysis']]],
383
- ['isint2ptrconstantexpr',['isInt2PtrConstantExpr',['../namespaceSVF_1_1LLVMUtil.html#adfa4a4e6d13004d14137d9168bd32463',1,'SVF::LLVMUtil']]],
384
- ['isinterestedpagnode',['isInterestedPAGNode',['../classSVF_1_1VFG.html#a85360d0242ea7d2ec7da670f2cc17962',1,'SVF::VFG']]],
385
- ['isintracfgedge',['isIntraCFGEdge',['../classSVF_1_1ICFGEdge.html#a4e6d228dfc678618a423e8293877f04c',1,'SVF::ICFGEdge']]],
386
- ['isintralock',['isIntraLock',['../classSVF_1_1LockAnalysis.html#aabb4acd61154d3e7fed64ec4e94f2d93',1,'SVF::LockAnalysis']]],
387
- ['isintravfgedge',['isIntraVFGEdge',['../classSVF_1_1VFGEdge.html#a5d2668f46a709eb179007a296d94b77b',1,'SVF::VFGEdge']]],
388
- ['isintrinsic',['isIntrinsic',['../classSVF_1_1SVFFunction.html#a7b4c6c7143d012802ea5ee962bec2deb',1,'SVF::SVFFunction']]],
389
- ['isintrinsicfun',['isIntrinsicFun',['../namespaceSVF_1_1LLVMUtil.html#a4638a12f5481dff947b59cf8353e619b',1,'SVF::LLVMUtil']]],
390
- ['isintrinsicinst',['isIntrinsicInst',['../namespaceSVF_1_1LLVMUtil.html#a003b769751b93b94bdb011bd704cfde1',1,'SVF::LLVMUtil::isIntrinsicInst()'],['../namespaceSVF_1_1SVFUtil.html#abb2bbf6e0dc5adae2140a519259e6f17',1,'SVF::SVFUtil::isIntrinsicInst()']]],
391
- ['isinworklist',['isInWorklist',['../classSVF_1_1CFLSolver.html#a0e112c2290b3ba4e61da6b1fe9ac506d',1,'SVF::CFLSolver::isInWorklist()'],['../classSVF_1_1SrcSnkSolver.html#a1d9e1f15c9670758b9598e848ce5eeed',1,'SVF::SrcSnkSolver::isInWorklist()'],['../classSVF_1_1GraphReachSolver.html#a448dd77a75555479e9c8769c0638af2c',1,'SVF::GraphReachSolver::isInWorklist()'],['../classSVF_1_1WPASolver.html#a09c85e7a12715fc64e05a8448b699ec0',1,'SVF::WPASolver::isInWorklist()']]],
392
- ['isirfile',['isIRFile',['../namespaceSVF_1_1LLVMUtil.html#ad8a8c32a09340f491fffffcb07dd7a41',1,'SVF::LLVMUtil']]],
393
- ['isisolatednode',['isIsolatedNode',['../classSVF_1_1SVFVar.html#acf194658d2cbdaf3f26f2af6c325fad7',1,'SVF::SVFVar']]],
394
- ['isjoinmustexecutedinloop',['isJoinMustExecutedInLoop',['../classSVF_1_1TCT.html#ad7d8760d745f4d8fcd85ccdf876d22a5',1,'SVF::TCT']]],
395
- ['isjoinsite',['isJoinsite',['../classSVF_1_1ThreadCallGraph.html#ac75a38384cda8379c32b4d01d4d5d20a',1,'SVF::ThreadCallGraph']]],
396
- ['isjoinsiteinrecursion',['isJoinSiteInRecursion',['../classSVF_1_1TCT.html#a78d2419493546ee2f91a6aeb2e778709',1,'SVF::TCT']]],
397
- ['isload',['isLoad',['../classSVF_1_1VersionedFlowSensitive.html#a984a4f929a18f97bfefac0102088a7fd',1,'SVF::VersionedFlowSensitive']]],
398
- ['isloadmap',['isLoadMap',['../classSVF_1_1VersionedFlowSensitive.html#a6bb3db072db0b899f306b37f1146f83d',1,'SVF::VersionedFlowSensitive']]],
399
- ['isloadvtblinst',['isLoadVtblInst',['../namespaceSVF_1_1LLVMUtil.html#a45da980cb7c085942bb8e6010db9d84f',1,'SVF::LLVMUtil']]],
400
- ['islocalcvarinrecursion',['isLocalCVarInRecursion',['../classSVF_1_1DDAVFSolver.html#a20cadb651b41343437e135e985c4e566',1,'SVF::DDAVFSolver']]],
401
- ['islocalvarinrecursivefun',['isLocalVarInRecursiveFun',['../classSVF_1_1PointerAnalysis.html#a108380f6f0b67654bb7c7676686096c8',1,'SVF::PointerAnalysis']]],
402
- ['islockaquirecall',['isLockAquireCall',['../namespaceSVF_1_1SVFUtil.html#a5f3ecd0770991b6e84afe47a3934f0d2',1,'SVF::SVFUtil::isLockAquireCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#a9cf550008fb5f051983003ee105738b1',1,'SVF::SVFUtil::isLockAquireCall(const SVFInstruction *inst)']]],
403
- ['islockcandidatefun',['isLockCandidateFun',['../classSVF_1_1LockAnalysis.html#ae2c69e1a6787033a5be2b210134873c3',1,'SVF::LockAnalysis']]],
404
- ['islockreleasecall',['isLockReleaseCall',['../namespaceSVF_1_1SVFUtil.html#a1241ef1c19df14f7db0bd62dd68f14f9',1,'SVF::SVFUtil::isLockReleaseCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#a5b17fb3f5997e269938a368105592cbf',1,'SVF::SVFUtil::isLockReleaseCall(const SVFInstruction *inst)']]],
405
- ['isloopexitofjoinloop',['isLoopExitOfJoinLoop',['../classSVF_1_1TCT.html#ae62f5a928f59e01d15e8fb4fb8f0f100',1,'SVF::TCT']]],
406
- ['isloopheader',['isLoopHeader',['../classSVF_1_1SVFLoopAndDomInfo.html#a39257282d3875b5d28c21f6c8b1caf43',1,'SVF::SVFLoopAndDomInfo::isLoopHeader()'],['../classSVF_1_1SVFFunction.html#afa469fdfa92b99d1727b8df873c86768',1,'SVF::SVFFunction::isLoopHeader()']]],
407
- ['isloopheaderofjoinloop',['isLoopHeaderOfJoinLoop',['../classSVF_1_1TCT.html#ab6c2beac6b9f1e4fc1fdd4d657232389',1,'SVF::TCT']]],
408
- ['ismemalloc',['isMemAlloc',['../classSVF_1_1SaberCheckerAPI.html#a71cbe5fbf582d0801f604595d3dfb416',1,'SVF::SaberCheckerAPI::isMemAlloc(const SVFFunction *fun) const'],['../classSVF_1_1SaberCheckerAPI.html#a512741dffe68d4bbb761c5c178ea8c67',1,'SVF::SaberCheckerAPI::isMemAlloc(const SVFInstruction *inst) const'],['../classSVF_1_1SaberCheckerAPI.html#acd2486bcf4cf413e63afed7884a0719e',1,'SVF::SaberCheckerAPI::isMemAlloc(const CallICFGNode *cs) const']]],
409
- ['ismemcpy',['isMemcpy',['../classSVF_1_1MTAAnnotator.html#aee9e5ebac543d9a2aab511410b047898',1,'SVF::MTAAnnotator']]],
410
- ['ismemdealloc',['isMemDealloc',['../classSVF_1_1SaberCheckerAPI.html#ab6d9c2435bdb1c01542cc75e9eef0a4e',1,'SVF::SaberCheckerAPI::isMemDealloc(const SVFFunction *fun) const'],['../classSVF_1_1SaberCheckerAPI.html#aa6323d60c58b06f94a1645b26d3305ae',1,'SVF::SaberCheckerAPI::isMemDealloc(const SVFInstruction *inst) const'],['../classSVF_1_1SaberCheckerAPI.html#a6bfc01d7e72b8c587b2e494aa923f908',1,'SVF::SaberCheckerAPI::isMemDealloc(const CallICFGNode *cs) const']]],
411
- ['ismemset',['isMemset',['../classSVF_1_1MTAAnnotator.html#a36eb47b716c3b44ba5c459052bb0ed93',1,'SVF::MTAAnnotator']]],
412
- ['ismultiforked',['isMultiforked',['../classSVF_1_1TCTNode.html#a5dd0cf88e381438d191b275314117561',1,'SVF::TCTNode']]],
413
- ['ismultiforkedthread',['isMultiForkedThread',['../classSVF_1_1MHP.html#a041392f704690e89d8acf5ec68d8682c',1,'SVF::MHP']]],
414
- ['ismultiinheritance',['isMultiInheritance',['../classSVF_1_1CHNode.html#a224a394537fae62e64cf62a0d4fdd430',1,'SVF::CHNode::isMultiInheritance()'],['../classSVF_1_1DCHNode.html#a42026e30e790bce5be03da3e45353c8d',1,'SVF::DCHNode::isMultiInheritance()']]],
415
- ['ismultiple',['isMultiple',['../classOptionBase.html#ad6fe65a503048686686ea6ced35a2dfd',1,'OptionBase::isMultiple()'],['../classOptionMultiple.html#aebfc1b172ccde004333d9af7248dca4e',1,'OptionMultiple::isMultiple()']]],
416
- ['ismustalias',['isMustAlias',['../classSVF_1_1DDAVFSolver.html#a345e5379f53b618adef014aa6887bfe7',1,'SVF::DDAVFSolver']]],
417
- ['ismustjoin',['isMustJoin',['../classSVF_1_1MHP.html#a1c43a0f078f82a3c741de1c4dc2490c0',1,'SVF::MHP']]],
418
- ['isnan',['isnan',['../cJSON_8cpp.html#a11b2d271b8abcb53159ffb82dc29547a',1,'cJSON.cpp']]],
419
- ['isnecmp',['isNECmp',['../classSVF_1_1SaberCondAllocator.html#aac5762d9a7d584a9748301acbb31b401',1,'SVF::SaberCondAllocator']]],
420
- ['isnegcond',['isNegCond',['../classSVF_1_1SaberCondAllocator.html#ad5d27f65374025b6a105ea7a92cbdb50',1,'SVF::SaberCondAllocator']]],
421
- ['isnocallerfunction',['isNoCallerFunction',['../namespaceSVF_1_1LLVMUtil.html#a17cce1a11e1bfc342a9e3e79fe35deef',1,'SVF::LLVMUtil']]],
422
- ['isnodehidden',['isNodeHidden',['../structSVF_1_1DefaultDOTGraphTraits.html#ae73ba55d72d5df1f70a2bfa2e12958f3',1,'SVF::DefaultDOTGraphTraits::isNodeHidden()'],['../classSVF_1_1GraphWriter.html#a8b1d80caf226c3a619c5fb03f8724f74',1,'SVF::GraphWriter::isNodeHidden()'],['../structSVF_1_1DOTGraphTraits_3_01ConstraintGraph_01_5_01_4.html#aa89ef1fbbc6ff785a933f45201054af6',1,'SVF::DOTGraphTraits< ConstraintGraph * >::isNodeHidden()'],['../structSVF_1_1DOTGraphTraits_3_01IRGraph_01_5_01_4.html#a4157da89f5224f90d19a505131e5a8bf',1,'SVF::DOTGraphTraits< IRGraph * >::isNodeHidden()'],['../structSVF_1_1DOTGraphTraits_3_01SVFG_01_5_01_4.html#aafa70c57c0bbad9c2334b83d88eb1a89',1,'SVF::DOTGraphTraits< SVFG * >::isNodeHidden()']]],
423
- ['isnoninstriccallsite',['isNonInstricCallSite',['../namespaceSVF_1_1SVFUtil.html#a4af4db2fe43846609d2ed1d7022b1be1',1,'SVF::SVFUtil']]],
424
- ['isnonlocalobject',['isNonLocalObject',['../classSVF_1_1MRGenerator.html#a2cf20660f2fd686fa3cabd046c4a10bf',1,'SVF::MRGenerator']]],
425
- ['isnonpointerobj',['isNonPointerObj',['../classSVF_1_1PointerAnalysis.html#a9d3b20c9883d734537fb98b57b5372b9',1,'SVF::PointerAnalysis::isNonPointerObj()'],['../classSVF_1_1SVFIR.html#a980e54129ece0757d7f0373f37428507',1,'SVF::SVFIR::isNonPointerObj()']]],
426
- ['isnonptrfieldobj',['isNonPtrFieldObj',['../classSVF_1_1MemObj.html#ad6926becf26a625cfe165aec120b2a1e',1,'SVF::MemObj::isNonPtrFieldObj()'],['../classSVF_1_1ObjTypeInfo.html#a3a58b1e0192b92dac5bbfad24adbcdac',1,'SVF::ObjTypeInfo::isNonPtrFieldObj()']]],
427
- ['isnotret',['isNotRet',['../classSVF_1_1SVFFunction.html#ac85bdf04fd784e22a89426955d28e3d6',1,'SVF::SVFFunction']]],
428
- ['isnotretfunction',['isNotRetFunction',['../classSVF_1_1SVFFunction.html#a97b0ad9fd31d7982f44a839605566347',1,'SVF::SVFFunction']]],
429
- ['isnullptr',['isNullPtr',['../classSVF_1_1ExeState.html#a8edd5f30ab971ce893ffdb39d8b6a265',1,'SVF::ExeState::isNullPtr()'],['../classSVF_1_1SVFIR.html#a18ca66c199b910b15f1bfa77dcc98c30',1,'SVF::SVFIR::isNullPtr()'],['../classSVF_1_1SVFValue.html#ac29e2f5e75cc6916be6a663ca6d51177',1,'SVF::SVFValue::isNullPtr()'],['../classSVF_1_1SymbolTableInfo.html#ad095e4a569d399cadc03ce864f61c394',1,'SVF::SymbolTableInfo::isNullPtr()']]],
430
- ['isnullptrsym',['isNullPtrSym',['../namespaceSVF_1_1LLVMUtil.html#a847fb0c433b5d3611151636ca4bc5bc5',1,'SVF::LLVMUtil']]],
431
- ['isobject',['isObject',['../namespaceSVF_1_1LLVMUtil.html#aca11801ed6ef6ff8d2a1e85bc0fc5794',1,'SVF::LLVMUtil']]],
432
- ['isoperoverload',['isOperOverload',['../CppUtil_8cpp.html#ac2244b6f8e2bbebde02dd47fedd0ebd8',1,'CppUtil.cpp']]],
433
- ['isouticfgedge',['isOutICFGEdge',['../classSVF_1_1SVFLoop.html#a5b2ff96defd83686c2737cafa0e1cc83',1,'SVF::SVFLoop']]],
434
- ['isoutofbudgetdpm',['isOutOfBudgetDpm',['../classSVF_1_1DDAVFSolver.html#a0b1f774883adc7d535f8363bf3c8b1e8',1,'SVF::DDAVFSolver']]],
435
- ['isoutofbudgetquery',['isOutOfBudgetQuery',['../classSVF_1_1DDAVFSolver.html#a7994236bff84ba8244592fdf5e546734',1,'SVF::DDAVFSolver']]],
436
- ['isoverwrittenappfunction',['isOverwrittenAppFunction',['../classSVF_1_1ExtAPI.html#a5ef7edb1664ab87f00418e7808d00258',1,'SVF::ExtAPI']]],
437
- ['isparforsite',['isParForSite',['../classSVF_1_1ThreadCallGraph.html#ae18f0b3245694145f6d9262ee28c6453',1,'SVF::ThreadCallGraph']]],
438
- ['ispartialreachable',['isPartialReachable',['../classSVF_1_1ProgSlice.html#a3822badbbe9ac808296d5248f2dbf8e2',1,'SVF::ProgSlice']]],
439
- ['isphicopyedge',['isPhiCopyEdge',['../classSVF_1_1VFG.html#a8ddf15d89a1b11a7f7720b671f4f0295',1,'SVF::VFG']]],
440
- ['isphinode',['isPhiNode',['../classSVF_1_1SVFIR.html#a5de67390d38bfacd5b63b776a0ecbfff',1,'SVF::SVFIR']]],
441
- ['ispointer',['isPointer',['../classSVF_1_1SVFVar.html#a3b61042079a6c9dc395f38925c6a1271',1,'SVF::SVFVar']]],
442
- ['ispointerty',['isPointerTy',['../classSVF_1_1SVFType.html#a870b63af2bf9fe43cdf1df3d56b20f6c',1,'SVF::SVFType']]],
443
- ['isprogentryfunction',['isProgEntryFunction',['../namespaceSVF_1_1LLVMUtil.html#ac9d6aff1a5e778e45c51b4f3b6d787e0',1,'SVF::LLVMUtil::isProgEntryFunction()'],['../namespaceSVF_1_1SVFUtil.html#a2c97c2b79b795465490512e267a9309b',1,'SVF::SVFUtil::isProgEntryFunction()']]],
444
- ['isprogexitcall',['isProgExitCall',['../namespaceSVF_1_1SVFUtil.html#a6528edf9a1750df4a84d1a60d4d0bbe4',1,'SVF::SVFUtil::isProgExitCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#a81e9fe00756a3f42395261c87e64de02',1,'SVF::SVFUtil::isProgExitCall(const SVFInstruction *inst)']]],
445
- ['isprogexitfunction',['isProgExitFunction',['../namespaceSVF_1_1SVFUtil.html#aec7ee60be22e8f9397db108131696d57',1,'SVF::SVFUtil']]],
446
- ['isprotectedbycommoncilock',['isProtectedByCommonCILock',['../classSVF_1_1LockAnalysis.html#ae912e35cddd4235a663f84f70c3881e7',1,'SVF::LockAnalysis']]],
447
- ['isprotectedbycommoncxtlock',['isProtectedByCommonCxtLock',['../classSVF_1_1LockAnalysis.html#a32c0c5bdd676302f1c9e797d540278d8',1,'SVF::LockAnalysis::isProtectedByCommonCxtLock(const SVFInstruction *i1, const SVFInstruction *i2)'],['../classSVF_1_1LockAnalysis.html#a3e2e629a588b44ed39e529babb59a4f9',1,'SVF::LockAnalysis::isProtectedByCommonCxtLock(const CxtStmt &cxtStmt1, const CxtStmt &cxtStmt2)']]],
448
- ['isprotectedbycommonlock',['isProtectedByCommonLock',['../classSVF_1_1LockAnalysis.html#a213bd0dfeba620498dabcfa4fa3a018c',1,'SVF::LockAnalysis']]],
449
- ['isptaedge',['isPTAEdge',['../classSVF_1_1SVFStmt.html#a0b6c03af568b70903da6b200ac86c951',1,'SVF::SVFStmt']]],
450
- ['isptanode',['isPTANode',['../classSVF_1_1StmtVFGNode.html#a88d856dc04d922dc553bc2eae31e88a6',1,'SVF::StmtVFGNode::isPTANode()'],['../classSVF_1_1PHIVFGNode.html#a103e55e670ce614cabc13b8dc5b17b91',1,'SVF::PHIVFGNode::isPTANode()'],['../classSVF_1_1ArgumentVFGNode.html#ab891206b29c1cf7a732f09f5a187928e',1,'SVF::ArgumentVFGNode::isPTANode()'],['../classSVF_1_1NullPtrVFGNode.html#a320a99e99af0c6acf5dadc9e7077f776',1,'SVF::NullPtrVFGNode::isPTANode()']]],
451
- ['isptr',['isPtr',['../classSVF_1_1SVFVar.html#a7c8ffadedbf53d30694feeb7771990af',1,'SVF::SVFVar']]],
452
- ['isptr2intconstantexpr',['isPtr2IntConstantExpr',['../namespaceSVF_1_1LLVMUtil.html#a2834d135a2385efff783e6e22d2eff1f',1,'SVF::LLVMUtil']]],
453
- ['isptrinuncalledfunction',['isPtrInUncalledFunction',['../namespaceSVF_1_1LLVMUtil.html#a07c785d931cef3c61e3dab4c615770be',1,'SVF::LLVMUtil']]],
454
- ['isptronlysvfg',['isPtrOnlySVFG',['../classSVF_1_1VFG.html#a268ec1495cbe4adb51fa50d28a4cba3d',1,'SVF::VFG']]],
455
- ['ispureabstract',['isPureAbstract',['../classSVF_1_1CHNode.html#a268ccdfb486cc2efa8581ee7a3b5af39',1,'SVF::CHNode::isPureAbstract()'],['../classSVF_1_1DCHNode.html#aed5e8397d43b602b79425acdae5e01f5',1,'SVF::DCHNode::isPureAbstract()']]],
456
- ['ispwcnode',['isPWCNode',['../classSVF_1_1ConstraintGraph.html#a84468bc9355d31e8c3e18369036ddf5c',1,'SVF::ConstraintGraph::isPWCNode()'],['../classSVF_1_1ConstraintNode.html#a0ffe4f1ca1a6f70466cc1c6b3b12c90d',1,'SVF::ConstraintNode::isPWCNode()']]],
457
- ['israndomaccess',['IsRandomAccess',['../classSVF_1_1iter__facade__base.html#a1935969a70a0312f809db166d65fec89a3571f11b56b4970ffff3c021f6fb47e8',1,'SVF::iter_facade_base']]],
458
- ['isreachablebetweenfunctions',['isReachableBetweenFunctions',['../classSVF_1_1PTACallGraph.html#aa03df6b1ebf7f8356a47fa074d3f91a4',1,'SVF::PTACallGraph']]],
459
- ['isreachablefromprogentry',['isReachableFromProgEntry',['../classSVF_1_1PTACallGraphNode.html#ae549769b86088c7c03e416549694ef52',1,'SVF::PTACallGraphNode']]],
460
- ['isreachglobal',['isReachGlobal',['../classSVF_1_1ProgSlice.html#a067480a9815fdb728cd259ef9b687e3e',1,'SVF::ProgSlice']]],
461
- ['isreallocextcall',['isReallocExtCall',['../namespaceSVF_1_1SVFUtil.html#a6740e7686ba111ae525c6c093cbbaf46',1,'SVF::SVFUtil::isReallocExtCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#a21eb8acf4b7f876507ff02c65fff0869',1,'SVF::SVFUtil::isReallocExtCall(const SVFInstruction *inst)']]],
462
- ['isreallocextfun',['isReallocExtFun',['../namespaceSVF_1_1SVFUtil.html#a97c74c642ad43d955ac8a3f3ad8907b4',1,'SVF::SVFUtil']]],
463
- ['isrecurfulljoin',['isRecurFullJoin',['../classSVF_1_1MHP.html#a0356a8ccc53999549fb369f67faad306',1,'SVF::MHP']]],
464
- ['isretcfgedge',['isRetCFGEdge',['../classSVF_1_1ICFGEdge.html#ae3e7a6596de9fd3a25a28242a06ddd80',1,'SVF::ICFGEdge']]],
465
- ['isretdirectvfgedge',['isRetDirectVFGEdge',['../classSVF_1_1VFGEdge.html#a49cbf2a714c9b965b19452d266cd8bdf',1,'SVF::VFGEdge']]],
466
- ['isretindirectvfgedge',['isRetIndirectVFGEdge',['../classSVF_1_1VFGEdge.html#ad0df7ea2de8de5607229dfcdd7b70b87',1,'SVF::VFGEdge']]],
467
- ['isretinst',['isRetInst',['../classSVF_1_1SVFInstruction.html#a454f676881eecf4b7399649a81180b5d',1,'SVF::SVFInstruction']]],
468
- ['isretvfgedge',['isRetVFGEdge',['../classSVF_1_1VFGEdge.html#a3937eef974c3953f1d1e7d64c5a24ff3',1,'SVF::VFGEdge']]],
469
- ['issamescev',['isSameSCEV',['../classSVF_1_1ForkJoinAnalysis.html#abbff6ea064e7241315932db77dccaad9',1,'SVF::ForkJoinAnalysis']]],
470
- ['issamethisptrinconstructor',['isSameThisPtrInConstructor',['../namespaceSVF_1_1LLVMUtil.html#a8873eb1cce9496f9699eab22c4a6d3ce',1,'SVF::LLVMUtil']]],
471
- ['issamevar',['isSameVar',['../classSVF_1_1CondPTAImpl.html#a7a1be735c76ba4a6b235264fe8ec6c28',1,'SVF::CondPTAImpl']]],
472
- ['issatisfiable',['isSatisfiable',['../classSVF_1_1SaberCondAllocator.html#a7c132cc105a97a5dbf0c9b9d16b4b72a',1,'SVF::SaberCondAllocator']]],
473
- ['issatisfiableforall',['isSatisfiableForAll',['../classSVF_1_1ProgSlice.html#a62a9f2c107f27d6c04c30ef153ffb8ed',1,'SVF::ProgSlice']]],
474
- ['issatisfiableforpairs',['isSatisfiableForPairs',['../classSVF_1_1ProgSlice.html#a45fb7711498bcba60e931c9c2a9ccec4',1,'SVF::ProgSlice']]],
475
- ['isscalar',['isScalar',['../classSVF_1_1DCHNode.html#a50cf99ff5cc910512c1ce3987c7395ef',1,'SVF::DCHNode']]],
476
- ['isselectconstantexpr',['isSelectConstantExpr',['../namespaceSVF_1_1LLVMUtil.html#ae59b0dc7f29dbd2018e819f77465f66e',1,'SVF::LLVMUtil']]],
477
- ['issimple',['isSimple',['../structSVF_1_1DefaultDOTGraphTraits.html#acc82bc6228128e5bb98a6b00d6dc5f77',1,'SVF::DefaultDOTGraphTraits::isSimple()'],['../structSVF_1_1DefaultDOTGraphTraits.html#abf5957e894bacd69c9ead5a80a330626',1,'SVF::DefaultDOTGraphTraits::IsSimple()']]],
478
- ['issinglefieldobj',['isSingleFieldObj',['../classSVF_1_1ConstraintGraph.html#a38fd07dd86f6187a7671f9f85565fccc',1,'SVF::ConstraintGraph']]],
479
- ['issinglevalty',['isSingleValTy',['../classSVF_1_1SVFType.html#ac26ba9052149b5b792aa8e8c3ccfd350',1,'SVF::SVFType']]],
480
- ['issinglevaluetype',['isSingleValueType',['../classSVF_1_1SVFType.html#a5d19107cd4bd64c3918419fd7d22d3b6',1,'SVF::SVFType']]],
481
- ['issink',['isSink',['../classSVF_1_1SVFGStat.html#ae905f0d64db3039f8fd3c117c4624e31',1,'SVF::SVFGStat::isSink()'],['../classSVF_1_1SrcSnkDDA.html#a703bfc5c825d66fdb0d74eb89d181581',1,'SVF::SrcSnkDDA::isSink()']]],
482
- ['issinklikefun',['isSinkLikeFun',['../classSVF_1_1FileChecker.html#aac61c4566cd79827879f4862664a432e',1,'SVF::FileChecker::isSinkLikeFun()'],['../classSVF_1_1LeakChecker.html#aa45d35a0dc5162e8cef8b27b92ff243d',1,'SVF::LeakChecker::isSinkLikeFun()'],['../classSVF_1_1SrcSnkDDA.html#ab392142d8b4610635aef32c2f7ea8f91',1,'SVF::SrcSnkDDA::isSinkLikeFun()']]],
483
- ['issomepathreachable',['isSomePathReachable',['../classSVF_1_1SrcSnkDDA.html#a19ab6f6df2a67b294268cfe7f4287fd7',1,'SVF::SrcSnkDDA']]],
484
- ['issource',['isSource',['../classSVF_1_1SVFGStat.html#a72c93b86e95bdbe32ade33f7264f4c0a',1,'SVF::SVFGStat::isSource()'],['../classSVF_1_1SrcSnkDDA.html#a815e39e7c65ed9a250cafe40f74a4ba1',1,'SVF::SrcSnkDDA::isSource()']]],
485
- ['issourcelikefun',['isSourceLikeFun',['../classSVF_1_1FileChecker.html#ab2ed4c1d3aa00ac663441f32d9f3115f',1,'SVF::FileChecker::isSourceLikeFun()'],['../classSVF_1_1LeakChecker.html#afeee30f5f0c08d9aed59be3064bcc134',1,'SVF::LeakChecker::isSourceLikeFun()'],['../classSVF_1_1SrcSnkDDA.html#af5a96bfc0f214a14dd2b3e1a46177d3c',1,'SVF::SrcSnkDDA::isSourceLikeFun()']]],
486
- ['isspawneefun',['isSpawneeFun',['../classSVF_1_1PCG.html#aa894020740c6d6ad8a179133f628a573',1,'SVF::PCG']]],
487
- ['isspawnerfun',['isSpawnerFun',['../classSVF_1_1PCG.html#a49d2755072df3c5012bc602ac1501bdc',1,'SVF::PCG']]],
488
- ['isspawnsite',['isSpawnsite',['../classSVF_1_1PCG.html#a7a9d65698363d5f18c2556ead635cdf8',1,'SVF::PCG']]],
489
- ['isspuriousvfedgeatindcallsite',['isSpuriousVFEdgeAtIndCallSite',['../classSVF_1_1SVFGBuilder.html#a9e8da6a516ed6598c66d81a0891fbb6e',1,'SVF::SVFGBuilder']]],
490
- ['isstack',['isStack',['../classSVF_1_1MemObj.html#af7316c697eafc71d5fc93108da4e2cee',1,'SVF::MemObj::isStack()'],['../classSVF_1_1ObjTypeInfo.html#aa568dc82decd28d2ef40785a4a647602',1,'SVF::ObjTypeInfo::isStack()']]],
491
- ['isstaticextcall',['isStaticExtCall',['../namespaceSVF_1_1SVFUtil.html#ae62938f722543d6d7fc201b685be1abf',1,'SVF::SVFUtil::isStaticExtCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#a9236e11e62bde33d6ab1f309300c488a',1,'SVF::SVFUtil::isStaticExtCall(const SVFInstruction *inst)']]],
492
- ['isstaticextfun',['isStaticExtFun',['../namespaceSVF_1_1SVFUtil.html#a1bc9bb7bd6c9682debf3ffab7182abf5',1,'SVF::SVFUtil']]],
493
- ['isstaticobj',['isStaticObj',['../classSVF_1_1MemObj.html#a954eba54eda95e6735eb1d32bd8a276e',1,'SVF::MemObj::isStaticObj()'],['../classSVF_1_1ObjTypeInfo.html#a3594dc1c1943dbac0ab72f2ff163c523',1,'SVF::ObjTypeInfo::isStaticObj()']]],
494
- ['isstore',['isStore',['../classSVF_1_1VersionedFlowSensitive.html#aac920c9a5f13dd147e3c130425e005eb',1,'SVF::VersionedFlowSensitive']]],
495
- ['isstoremap',['isStoreMap',['../classSVF_1_1VersionedFlowSensitive.html#a18e25c3871d7cc1a6bb0592ceca90f88',1,'SVF::VersionedFlowSensitive']]],
496
- ['isstrongupdate',['isStrongUpdate',['../classSVF_1_1DDAVFSolver.html#a94bcddbc7b9ccecb3fbb693b13372785',1,'SVF::DDAVFSolver::isStrongUpdate()'],['../classSVF_1_1SaberSVFGBuilder.html#a21c20865a0093192978cec09ce09f20b',1,'SVF::SaberSVFGBuilder::isStrongUpdate()'],['../classSVF_1_1FlowSensitive.html#a42a7e39e0e15576742f8ba7c32579ea2',1,'SVF::FlowSensitive::isStrongUpdate()']]],
497
- ['isstruct',['isStruct',['../classSVF_1_1MemObj.html#a132df66e2751e5db6b0ba82d767a3286',1,'SVF::MemObj::isStruct()'],['../classSVF_1_1ObjTypeInfo.html#a06493939f797f122b70b90bbf22cad7a',1,'SVF::ObjTypeInfo::isStruct()']]],
498
- ['issubset',['isSubset',['../classSVF_1_1CondPointsToSet.html#acefec4fbacde1099d3dc81ab45ab9b8c',1,'SVF::CondPointsToSet']]],
499
- ['issvfgnodeincycle',['isSVFGNodeInCycle',['../classSVF_1_1DDAVFSolver.html#add7daee4a0ecae479a5ab015130c8c93',1,'SVF::DDAVFSolver']]],
500
- ['istailofspan',['isTailofSpan',['../classSVF_1_1MTASVFGBuilder.html#ac8339229ade604f4205b111bfc99f23f',1,'SVF::MTASVFGBuilder::isTailofSpan(const StmtSVFGNode *n, LockAnalysis::LockSpan lspan)'],['../classSVF_1_1MTASVFGBuilder.html#af8ea2da28e9818d4f9e4e9528997f023',1,'SVF::MTASVFGBuilder::isTailofSpan(const StmtSVFGNode *n, InstSet mergespan)'],['../classSVF_1_1MTASVFGBuilder.html#a9c8681767551575a18ee141f7336db05',1,'SVF::MTASVFGBuilder::isTailofSpan(const StmtSVFGNode *n)']]],
501
- ['istdacquire',['isTDAcquire',['../classSVF_1_1LockAnalysis.html#ab8376e0cbdff101b7b981141637e3da3',1,'SVF::LockAnalysis::isTDAcquire()'],['../classSVF_1_1ThreadAPI.html#a742161b465774d74306df68a2bbe95e8',1,'SVF::ThreadAPI::isTDAcquire(const SVFInstruction *inst) const'],['../classSVF_1_1ThreadAPI.html#a608f0cb60a665745748b6a6654a6e837',1,'SVF::ThreadAPI::isTDAcquire(CallSite cs) const']]],
502
- ['istdbarwait',['isTDBarWait',['../classSVF_1_1ThreadAPI.html#a62a5d4709eb9f1e4e9dd20b87dac8c42',1,'SVF::ThreadAPI::isTDBarWait(const SVFInstruction *inst) const'],['../classSVF_1_1ThreadAPI.html#af3aa58dc83dca382162df67c12169585',1,'SVF::ThreadAPI::isTDBarWait(CallSite cs) const']]],
503
- ['istdexit',['isTDExit',['../classSVF_1_1ThreadAPI.html#a3e175d985de53d0aadb026168e8a1a0e',1,'SVF::ThreadAPI::isTDExit(const SVFInstruction *inst) const'],['../classSVF_1_1ThreadAPI.html#a22d6c0cf0ba19af0661b106a8859024f',1,'SVF::ThreadAPI::isTDExit(CallSite cs) const']]],
504
- ['istdfork',['isTDFork',['../classSVF_1_1LockAnalysis.html#a6039a72839e5eaf27c4c19c2e8316321',1,'SVF::LockAnalysis::isTDFork()'],['../classSVF_1_1MHP.html#a7af8320c524acaf3cf004ff37f9b4e42',1,'SVF::MHP::isTDFork()'],['../classSVF_1_1ForkJoinAnalysis.html#a66965759d876309c64faf4b755afc2a7',1,'SVF::ForkJoinAnalysis::isTDFork()'],['../classSVF_1_1ThreadAPI.html#a4bacbfb6648de8196217c83b5d73b876',1,'SVF::ThreadAPI::isTDFork(const SVFInstruction *inst) const'],['../classSVF_1_1ThreadAPI.html#a261eb3c2f7e44a81edf4feddfc65a3cc',1,'SVF::ThreadAPI::isTDFork(CallSite cs) const']]],
505
- ['istdjoin',['isTDJoin',['../classSVF_1_1MHP.html#a3352c8718f909c9fbed4ef7f5cf050a2',1,'SVF::MHP::isTDJoin()'],['../classSVF_1_1ForkJoinAnalysis.html#a97151d74790b2853249d0cc94bb0904f',1,'SVF::ForkJoinAnalysis::isTDJoin()'],['../classSVF_1_1ThreadAPI.html#a68b10ffa2775fe7d8c1476409c0f54ab',1,'SVF::ThreadAPI::isTDJoin(const SVFInstruction *inst) const'],['../classSVF_1_1ThreadAPI.html#a50e56d63c6d713ac34b4006d248f880b',1,'SVF::ThreadAPI::isTDJoin(CallSite cs) const']]],
506
- ['istdrelease',['isTDRelease',['../classSVF_1_1LockAnalysis.html#ad1184e1c2d583fa0b03bd1892152925a',1,'SVF::LockAnalysis::isTDRelease()'],['../classSVF_1_1ThreadAPI.html#a1d5c84fd83e120820bfb3458e0231fdf',1,'SVF::ThreadAPI::isTDRelease(const SVFInstruction *inst) const'],['../classSVF_1_1ThreadAPI.html#a1bba2e9df7a74e7e2f728267ff4bfe0f',1,'SVF::ThreadAPI::isTDRelease(CallSite cs) const']]],
507
- ['istemplate',['isTemplate',['../classSVF_1_1CHNode.html#aff23fda93401c60422a4a5a08d77d749',1,'SVF::CHNode::isTemplate()'],['../classSVF_1_1DCHNode.html#ada436c7cb9108898c520952a87ebd01d',1,'SVF::DCHNode::isTemplate()']]],
508
- ['isterminator',['isTerminator',['../classSVF_1_1SVFInstruction.html#afbf703f88da59d2b30c14c7d40e5e22d',1,'SVF::SVFInstruction']]],
509
- ['istestcontainsnullandthevalue',['isTestContainsNullAndTheValue',['../classSVF_1_1SaberCondAllocator.html#a34be6721a311d72dcd355eeb41dbd3e1',1,'SVF::SaberCondAllocator']]],
510
- ['istestnotnullexpr',['isTestNotNullExpr',['../classSVF_1_1SaberCondAllocator.html#a4fc06192d4f7db305c3414a39e7c2b49',1,'SVF::SaberCondAllocator']]],
511
- ['istestnullexpr',['isTestNullExpr',['../classSVF_1_1SaberCondAllocator.html#accf26eb31e7724daa3ba9170feee9644',1,'SVF::SaberCondAllocator']]],
512
- ['isthreadexitcall',['isThreadExitCall',['../namespaceSVF_1_1SVFUtil.html#a3af5073a1cdc000678f7e4bbc943f5d5',1,'SVF::SVFUtil::isThreadExitCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#a916f308f05ef0711f0aa32a8e6f96986',1,'SVF::SVFUtil::isThreadExitCall(const SVFInstruction *inst)']]],
513
- ['isthreadforkcall',['isThreadForkCall',['../namespaceSVF_1_1SVFUtil.html#a5c2abeb363081381c3dc939ab511e3f0',1,'SVF::SVFUtil::isThreadForkCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#ae3abb438b0182c32abfbd6a625a24041',1,'SVF::SVFUtil::isThreadForkCall(const SVFInstruction *inst)']]],
514
- ['isthreadjoincall',['isThreadJoinCall',['../namespaceSVF_1_1SVFUtil.html#a194a8cf292726bd6cd54307b555c068a',1,'SVF::SVFUtil::isThreadJoinCall(const CallSite cs)'],['../namespaceSVF_1_1SVFUtil.html#ad96e4550fca39e3edb362326a4cf1913',1,'SVF::SVFUtil::isThreadJoinCall(const SVFInstruction *inst)']]],
515
- ['isthreadmhpindirectvfgedge',['isThreadMHPIndirectVFGEdge',['../classSVF_1_1VFGEdge.html#ace832abe1ec87e3e2338944061d09ea4',1,'SVF::VFGEdge']]],
516
- ['isthunkfunc',['isThunkFunc',['../structSVF_1_1cppUtil_1_1DemangledName.html#af6117df8aec7f4c077058fa8f00b0243',1,'SVF::cppUtil::DemangledName']]],
517
- ['istop',['isTop',['../classSVF_1_1AbstractValue.html#a8f470d727f665e3244b222df1eb724b6',1,'SVF::AbstractValue::isTop()'],['../classSVF_1_1AddressValue.html#a3ead18a9602057bb034f8fc447715a06',1,'SVF::AddressValue::isTop()'],['../classSVF_1_1IntervalValue.html#a977128211266b93e58e298a7ac29a059',1,'SVF::IntervalValue::isTop()']]],
518
- ['istoplevelptrstmt',['isTopLevelPtrStmt',['../classSVF_1_1DDAVFSolver.html#a7b35588de00e322afd742041bf735571',1,'SVF::DDAVFSolver']]],
519
- ['istruncconstantexpr',['isTruncConstantExpr',['../namespaceSVF_1_1LLVMUtil.html#a946a2b51b848c45c6c52f03581ee05b8',1,'SVF::LLVMUtil']]],
520
- ['isunaryconstantexpr',['isUnaryConstantExpr',['../namespaceSVF_1_1LLVMUtil.html#a215cc9fd716798bbb7f96f5b64e01349',1,'SVF::LLVMUtil']]],
521
- ['isuncalled',['isUncalled',['../classSVF_1_1SVFFunction.html#a1e9dc1d660e3626540b7501194bb12ea',1,'SVF::SVFFunction']]],
522
- ['isuncalledfunction',['isUncalledFunction',['../classSVF_1_1SVFFunction.html#a818f626cb8b8063b5f3c8928428095b8',1,'SVF::SVFFunction::isUncalledFunction()'],['../namespaceSVF_1_1LLVMUtil.html#a2c61d741afbcfa853b505cd391f29f9b',1,'SVF::LLVMUtil::isUncalledFunction()']]],
523
- ['isunconditional',['isUnconditional',['../classSVF_1_1BranchStmt.html#a038d65e38fe792fec4050d3d1c9c5180',1,'SVF::BranchStmt']]],
524
- ['isunreachable',['isUnreachable',['../classSVF_1_1SVFLoopAndDomInfo.html#aac4d533d1c7abfefbd54507357e240f4',1,'SVF::SVFLoopAndDomInfo']]],
525
- ['isvalidpointer',['isValidPointer',['../classSVF_1_1SVFIR.html#addc84dae75be8e8b9deccdb4360736d3',1,'SVF::SVFIR']]],
526
- ['isvalidtoplevelptr',['isValidTopLevelPtr',['../classSVF_1_1SVFIR.html#a5c3b194ebada47baaccf0e9f3ab1a139',1,'SVF::SVFIR']]],
527
- ['isvalvtbl',['isValVtbl',['../namespaceSVF_1_1LLVMUtil.html#a08fbef6fe3e2af96a49f79ce23accb01',1,'SVF::LLVMUtil']]],
528
- ['isvararg',['isVarArg',['../classSVF_1_1SVFFunction.html#ae578002917b4ccbf28f172dba30d1d58',1,'SVF::SVFFunction::isVarArg()'],['../classSVF_1_1SVFCallInst.html#a292de585e06f0f2fe3278c74630f3c05',1,'SVF::SVFCallInst::isVarArg()'],['../classSVF_1_1CallSite.html#abe38a348db833b797f32ecc05f67100c',1,'SVF::CallSite::isVarArg()']]],
529
- ['isvararray',['isVarArray',['../classSVF_1_1MemObj.html#a616e9f4d6f82a253f94391c47668b9a6',1,'SVF::MemObj::isVarArray()'],['../classSVF_1_1ObjTypeInfo.html#aca1e900f9b0a774684af77666cf033e3',1,'SVF::ObjTypeInfo::isVarArray()']]],
530
- ['isvariantfieldgep',['isVariantFieldGep',['../classSVF_1_1GepStmt.html#a0ddf180a0f7ba64fc8655687910e3788',1,'SVF::GepStmt']]],
531
- ['isvarstruct',['isVarStruct',['../classSVF_1_1MemObj.html#ad1966c52f95775ac7d65c0ba6632c3cf',1,'SVF::MemObj::isVarStruct()'],['../classSVF_1_1ObjTypeInfo.html#a40d6703875b370aed2c6dc41c0594af5',1,'SVF::ObjTypeInfo::isVarStruct()']]],
532
- ['isvirtualcall',['isVirtualCall',['../classSVF_1_1CallSite.html#a427a38e580db4bf04c9d716762243c89',1,'SVF::CallSite']]],
533
- ['isvirtualcallsite',['isVirtualCallSite',['../namespaceSVF_1_1LLVMUtil.html#ab1b4c565ae6be788b934defc21a5cfaf',1,'SVF::LLVMUtil']]],
534
- ['isvirtualmemaddress',['isVirtualMemAddress',['../classSVF_1_1AddressValue.html#ab76f47f97262d40dbbee12f466f746e8',1,'SVF::AddressValue::isVirtualMemAddress()'],['../classSVF_1_1ExeState.html#abfaad70395d9f4416f297887c84f7df4',1,'SVF::ExeState::isVirtualMemAddress()'],['../classSVF_1_1RelExeState.html#adc3ed92ba80bb95326cbbe675a278879',1,'SVF::RelExeState::isVirtualMemAddress()'],['../classSVF_1_1SVFIR2ItvExeState.html#ae48cc31474d2c1cbc581b8f7ed433a14',1,'SVF::SVFIR2ItvExeState::isVirtualMemAddress()']]],
535
- ['isvisited',['isVisited',['../classSVF_1_1CSC.html#a2913a7a83deae0b91f1f42dc45c4f3b2',1,'SVF::CSC']]],
536
- ['isvisitedctps',['isVisitedCTPs',['../classSVF_1_1LockAnalysis.html#ad459afc7dd1e6620739eeee2bc4c570e',1,'SVF::LockAnalysis::isVisitedCTPs()'],['../classSVF_1_1TCT.html#a68d2b1107f9cc2edcc01265298b7307c',1,'SVF::TCT::isVisitedCTPs()']]],
537
- ['isworklistempty',['isWorklistEmpty',['../classSVF_1_1CFLSolver.html#ac1fe4563081c29f8a715bd67d454c8bb',1,'SVF::CFLSolver::isWorklistEmpty()'],['../classSVF_1_1SrcSnkSolver.html#a8cf98a877e4190f3886b4020006f6383',1,'SVF::SrcSnkSolver::isWorklistEmpty()'],['../classSVF_1_1GraphReachSolver.html#a7bfeccdf602cf901699e806e6c481f26',1,'SVF::GraphReachSolver::isWorklistEmpty()'],['../classSVF_1_1WPASolver.html#a992b105a0ec126050a123e24db3bd45b',1,'SVF::WPASolver::isWorklistEmpty()']]],
538
- ['iszerooffsettedgepcgedge',['isZeroOffsettedGepCGEdge',['../classSVF_1_1ConstraintGraph.html#af790af4146197682dd4f9abfad1434f6',1,'SVF::ConstraintGraph']]],
539
- ['ite',['ite',['../classSVF_1_1NumericLiteral.html#af3544c0025b1796bce75891cf9c4e28a',1,'SVF::NumericLiteral::ite()'],['../classSVF_1_1Z3Expr.html#a93492128e2c619ef9e5b15a7d022bc45',1,'SVF::Z3Expr::ite()']]],
540
- ['item',['item',['../cJSON_8h.html#ac76cea59d438ba893d2f82aabb367d14',1,'item(): cJSON.h'],['../cJSON_8cpp.html#ac011de571ff16ba220d2e0d757e4e8b0',1,'item(): cJSON.cpp']]],
541
- ['iter',['Iter',['../classSVF_1_1SparseBitVector_1_1SparseBitVectorIterator.html#a3627077086baa18bd0ae25efd981c18f',1,'SVF::SparseBitVector::SparseBitVectorIterator']]],
542
- ['iter_5fadaptor_5fbase',['iter_adaptor_base',['../classSVF_1_1iter__adaptor__base.html',1,'SVF::iter_adaptor_base< DerivedT, WrappedIteratorT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >'],['../classSVF_1_1iter__adaptor__base.html#aae17978dbc68365513742c0ed6dd6e77',1,'SVF::iter_adaptor_base::iter_adaptor_base()=default'],['../classSVF_1_1iter__adaptor__base.html#ad3e91fd59221ddbdc889bc081159f611',1,'SVF::iter_adaptor_base::iter_adaptor_base(WrappedIteratorT u)']]],
543
- ['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_20funcreturnty_20_3e_3a_3atype_20_3e',['iter_adaptor_base< mapped_iter< ItTy, FuncTy >, ItTy, std::iterator_traits< ItTy >::iterator_category, std::remove_reference< FuncReturnTy >::type >',['../classSVF_1_1iter__adaptor__base.html',1,'SVF']]],
544
- ['iter_5fadaptor_5fbase_3c_20pointee_5fiter_3c_20wrappediteratort_2c_20t_20_3e_2c_20wrappediteratort_2c_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3aiterator_5fcategory_2c_20t_20_3e',['iter_adaptor_base< pointee_iter< WrappedIteratorT, T >, WrappedIteratorT, std::iterator_traits< WrappedIteratorT >::iterator_category, T >',['../classSVF_1_1iter__adaptor__base.html',1,'SVF']]],
545
- ['iter_5fadaptor_5fbase_3c_20pointer_5fiterator_3c_20wrappediteratort_2c_20t_20_3e_2c_20wrappediteratort_2c_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3aiterator_5fcategory_2c_20t_20_3e',['iter_adaptor_base< pointer_iterator< WrappedIteratorT, T >, WrappedIteratorT, std::iterator_traits< WrappedIteratorT >::iterator_category, T >',['../classSVF_1_1iter__adaptor__base.html',1,'SVF']]],
546
- ['iter_5ffacade_5fbase',['iter_facade_base',['../classSVF_1_1iter__facade__base.html',1,'SVF::iter_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >'],['../classSVF_1_1iter__facade__base_1_1ReferenceProxy.html#ab4717ea89d08ac05464fa95bc7f50ac6',1,'SVF::iter_facade_base::ReferenceProxy::iter_facade_base()']]],
547
- ['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_20funcreturnty_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_20funcreturnty_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_20funcreturnty_20_3e_3a_3atype_20_2a_20_3e_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20std_3a_3aremove_5freference_3c_20funcreturnty_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_20funcreturnty_20_3e_3a_3atype_20_26_20_3e_20_3e',['iter_facade_base< mapped_iter< ItTy, FuncTy >, std::iterator_traits< ItTy >::iterator_category, std::remove_reference< FuncReturnTy >::type, typename std::iterator_traits< ItTy >::difference_type, std::conditional_t< std::is_same< std::remove_reference< FuncReturnTy >::type, typename std::iterator_traits< ItTy >::value_type >::value, typename std::iterator_traits< ItTy >::pointer, std::remove_reference< FuncReturnTy >::type * >, std::conditional_t< std::is_same< std::remove_reference< FuncReturnTy >::type, typename std::iterator_traits< ItTy >::value_type >::value, typename std::iterator_traits< ItTy >::reference, std::remove_reference< FuncReturnTy >::type & > >',['../classSVF_1_1iter__facade__base.html',1,'SVF']]],
548
- ['iter_5ffacade_5fbase_3c_20pointee_5fiter_3c_20wrappediteratort_2c_20t_20_3e_2c_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3aiterator_5fcategory_2c_20t_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3adifference_5ftype_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20t_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_20t_20_2a_20_3e_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20t_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_20t_20_26_20_3e_20_3e',['iter_facade_base< pointee_iter< WrappedIteratorT, T >, std::iterator_traits< WrappedIteratorT >::iterator_category, T, typename std::iterator_traits< WrappedIteratorT >::difference_type, std::conditional_t< std::is_same< T, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::pointer, T * >, std::conditional_t< std::is_same< T, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::reference, T & > >',['../classSVF_1_1iter__facade__base.html',1,'SVF']]],
549
- ['iter_5ffacade_5fbase_3c_20pointer_5fiterator_3c_20wrappediteratort_2c_20t_20_3e_2c_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3aiterator_5fcategory_2c_20t_2c_20typename_20std_3a_3aiterator_5ftraits_3c_20wrappediteratort_20_3e_3a_3adifference_5ftype_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20t_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_20t_20_2a_20_3e_2c_20std_3a_3aconditional_5ft_3c_20std_3a_3ais_5fsame_3c_20t_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_20t_20_26_20_3e_20_3e',['iter_facade_base< pointer_iterator< WrappedIteratorT, T >, std::iterator_traits< WrappedIteratorT >::iterator_category, T, typename std::iterator_traits< WrappedIteratorT >::difference_type, std::conditional_t< std::is_same< T, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::pointer, T * >, std::conditional_t< std::is_same< T, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::reference, T & > >',['../classSVF_1_1iter__facade__base.html',1,'SVF']]],
550
- ['iter_5frange',['iter_range',['../classSVF_1_1iter__range.html',1,'SVF::iter_range< IteratorT >'],['../classSVF_1_1iter__range.html#ac3a12d857b57fbe7b81987f56655cb3b',1,'SVF::iter_range::iter_range(Container &&c)'],['../classSVF_1_1iter__range.html#aa4d5bc9762f2d7686b9ab36078e0a319',1,'SVF::iter_range::iter_range(IteratorT begin_iterator, IteratorT end_iterator)']]],
551
- ['iterationforprintstat',['iterationForPrintStat',['../classSVF_1_1WPASolver.html#aa7c0636780a86f376e9222bce771e859',1,'SVF::WPASolver']]],
552
- ['iterator',['Iterator',['../classSVF_1_1WtoNesting.html#a37af278fadaa6bf2cd4c6e0422595c3e',1,'SVF::WtoNesting::Iterator()'],['../classSVF_1_1WtoCycle.html#ad63bff72ef9f46427c80601f05e78425',1,'SVF::WtoCycle::Iterator()'],['../classSVF_1_1Wto.html#a50d8c1a891e772947e24777bfac62293',1,'SVF::Wto::Iterator()'],['../classSVF_1_1CFLData.html#ac9488c13a59fc9da5ea96774f68cb578',1,'SVF::CFLData::iterator()'],['../classSVF_1_1ConstraintNode.html#a19ebc316f4fa0246debb1ca61c2b2f3f',1,'SVF::ConstraintNode::iterator()'],['../classSVF_1_1GenericNode.html#a2f5471985dfe62bc9ded830a693ab153',1,'SVF::GenericNode::iterator()'],['../classSVF_1_1GenericGraph.html#ac213302cf5c7cdf3b66f7b18649d0fbc',1,'SVF::GenericGraph::iterator()'],['../classSVF_1_1ICFG.html#a498f84068ef643a94970aeb171607e31',1,'SVF::ICFG::iterator()'],['../classSVF_1_1ICFGNode.html#a5a148eccec266a67e4ff5364d7268fff',1,'SVF::ICFGNode::iterator()'],['../classSVF_1_1PTACallGraphNode.html#a796994541eec90f2b540e24816120aff',1,'SVF::PTACallGraphNode::iterator()'],['../classSVF_1_1VFG.html#a241d0489bf0315460e2b07db87e7847c',1,'SVF::VFG::iterator()'],['../classSVF_1_1VFGNode.html#a8b320525e5a0ed93030d578030761124',1,'SVF::VFGNode::iterator()'],['../classSVF_1_1CondStdSet.html#a6d82b5ddafa28542ce65adb0cc56cdce',1,'SVF::CondStdSet::iterator()'],['../classSVF_1_1CondPointsToSet.html#a76d4c06b04161738351a813ae406aa83',1,'SVF::CondPointsToSet::iterator()'],['../classSVF_1_1MutablePTData.html#ae856f07441da3988d6a31eea1e30a7d9',1,'SVF::MutablePTData::iterator()'],['../classSVF_1_1PointsTo.html#ab0493cc85f97abeea5b86dee488e5a7f',1,'SVF::PointsTo::iterator()'],['../classSVF_1_1SVFModule.html#a709371b13dcf500277f8bc275bdb23c7',1,'SVF::SVFModule::iterator()'],['../classSVF_1_1CoreBitVector.html#a624ebc80d138fbf2b015bf557d2891a6',1,'SVF::CoreBitVector::iterator()'],['../classSVF_1_1SparseBitVector.html#a0421e3336137b232edc442ece00a8a9c',1,'SVF::SparseBitVector::iterator()'],['../classSVF_1_1CSC.html#a8e740b5d0f02c66c09fec3f65a54d1c2',1,'SVF::CSC::iterator()']]],
553
- ['iterator_2eh',['iterator.h',['../iterator_8h.html',1,'']]],
554
- ['iterator_5fcategory',['iterator_category',['../classSVF_1_1PointsTo_1_1PointsToIterator.html#ac99c635e1057f19a495808be84221385',1,'SVF::PointsTo::PointsToIterator::iterator_category()'],['../classSVF_1_1CoreBitVector_1_1CoreBitVectorIterator.html#a3b33f7857169d26e1b90fbaa593e79ef',1,'SVF::CoreBitVector::CoreBitVectorIterator::iterator_category()'],['../classSVF_1_1iter__facade__base.html#a040de7bda3801ef9c8ba28de1209e0e6',1,'SVF::iter_facade_base::iterator_category()']]],
555
- ['iterator_5frange_2eh',['iterator_range.h',['../iterator__range_8h.html',1,'']]]
3
+ ['leakchecker',['LEAKCHECKER',['../saber_8cpp.html#ab978200e20fbbdb10acca9efeff745bc',1,'saber.cpp']]],
4
+ ['loadset',['loadset',['../classSVF_1_1MTAAnnotator.html#a469851829bf1105fe8faac44b4abbfdd',1,'SVF::MTAAnnotator']]],
5
+ ['lock',['LOCK',['../classSVF_1_1LockResultValidator.html#adb743de97f26167b39f6a348a63db371',1,'SVF::LockResultValidator']]],
6
+ ['lock_5fflag',['LOCK_FLAG',['../classSVF_1_1LockResultValidator.html#a3b7d25dfe5251f49afbb733c25eee70f',1,'SVF::LockResultValidator']]],
7
+ ['lock_5fimprecise',['LOCK_IMPRECISE',['../classSVF_1_1LockResultValidator.html#a760c0f6f891daa4532a44c6594794bb8',1,'SVF::LockResultValidator']]],
8
+ ['lock_5ftrue',['LOCK_TRUE',['../classSVF_1_1LockResultValidator.html#a005c38dd07eb66d52066fa1927b1e19f',1,'SVF::LockResultValidator']]],
9
+ ['lock_5funsound',['LOCK_UNSOUND',['../classSVF_1_1LockResultValidator.html#a03589368482d3f7ee7f6734e257dcbdf',1,'SVF::LockResultValidator']]],
10
+ ['lockresultvalidator',['LockResultValidator',['../classSVF_1_1LockResultValidator.html',1,'SVF::LockResultValidator'],['../classSVF_1_1LockResultValidator.html#acfe0b43eee73c5e02f5744d8993cb529',1,'SVF::LockResultValidator::LockResultValidator()']]],
11
+ ['lockresultvalidator_2ecpp',['LockResultValidator.cpp',['../LockResultValidator_8cpp.html',1,'']]],
12
+ ['lockresultvalidator_2eh',['LockResultValidator.h',['../LockResultValidator_8h.html',1,'']]],
13
+ ['lsa',['lsa',['../classSVF_1_1RaceValidator.html#a6982b72e3e2551deab80d9e3fefaab64',1,'SVF::RaceValidator::lsa()'],['../classSVF_1_1MTAAnnotator.html#a42a5c0eac879be5e300583aa7d07beb0',1,'SVF::MTAAnnotator::lsa()']]]
556
14
  ];