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
@@ -58,17 +58,59 @@ $(function() {
58
58
  </div>
59
59
 
60
60
  <div class="contents">
61
- <div class="textblock">Here is a list of all file members with links to the files they belong to:</div>
62
-
63
- <h3><a id="index__"></a>- _ -</h3><ul>
64
- <li>__pad0__
65
- : <a class="el" href="CFLGrammar_8txt.html#ad8c410068267cc7ccd0765a7bd51a2bf">CFLGrammar.txt</a>
66
- , <a class="el" href="PEGGrammar_8txt.html#ad8c410068267cc7ccd0765a7bd51a2bf">PEGGrammar.txt</a>
67
- , <a class="el" href="cJSON_8cpp.html#a063ce73c04d527a0f7ee43fe3ddebdd3">cJSON.cpp</a>
68
- </li>
69
- <li>__pad1__
70
- : <a class="el" href="VFG_8txt.html#a13f26ce59806bd1663350be4f8888464">VFG.txt</a>
71
- , <a class="el" href="cJSON_8cpp.html#a0f403f87e00518c167bd384374aeb6ad">cJSON.cpp</a>
61
+ <div class="textblock">Here is a list of all file members with links to the files they belong to:</div><ul>
62
+ <li>aliasQuery()
63
+ : <a class="el" href="svf-ex_8cpp.html#ad2f24f5ef6a8eaf0e4a77a8a4d31bc9f">svf-ex.cpp</a>
64
+ </li>
65
+ <li>DAA()
66
+ : <a class="el" href="dda_8cpp.html#aab45572f58baa3f8dc5ed54e212b7840">dda.cpp</a>
67
+ </li>
68
+ <li>DFREECHECKER()
69
+ : <a class="el" href="saber_8cpp.html#a7414c3557fff03632694a567163935e4">saber.cpp</a>
70
+ </li>
71
+ <li>ENABLECONTEXT()
72
+ : <a class="el" href="dda_8cpp.html#a02c0d2c3df5da031a63c2060fd9dd77d">dda.cpp</a>
73
+ </li>
74
+ <li>ENABLEFIELD()
75
+ : <a class="el" href="dda_8cpp.html#aa897ff2ba2a78de743d8695c5776bd9e">dda.cpp</a>
76
+ </li>
77
+ <li>ENABLEFLOW()
78
+ : <a class="el" href="dda_8cpp.html#a994ea57cf2d8360458751a1f404b52d5">dda.cpp</a>
79
+ </li>
80
+ <li>FILECHECKER()
81
+ : <a class="el" href="saber_8cpp.html#a7fcc25f6477cb14786e27bf43226cc87">saber.cpp</a>
82
+ </li>
83
+ <li>if()
84
+ : <a class="el" href="CFL_2CMakeLists_8txt.html#a54d13ee9b2d71352e44062df3e531b71">CMakeLists.txt</a>
85
+ </li>
86
+ <li>LEAKCHECKER()
87
+ : <a class="el" href="saber_8cpp.html#ab978200e20fbbdb10acca9efeff745bc">saber.cpp</a>
88
+ </li>
89
+ <li>main()
90
+ : <a class="el" href="cfl_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">cfl.cpp</a>
91
+ , <a class="el" href="wpa_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">wpa.cpp</a>
92
+ , <a class="el" href="saber_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">saber.cpp</a>
93
+ , <a class="el" href="mta_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">mta.cpp</a>
94
+ , <a class="el" href="svf-ex_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">svf-ex.cpp</a>
95
+ , <a class="el" href="dda_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">dda.cpp</a>
96
+ </li>
97
+ <li>printPts()
98
+ : <a class="el" href="svf-ex_8cpp.html#a985b6c880c7922538046c6a1fa987829">svf-ex.cpp</a>
99
+ </li>
100
+ <li>REGPT()
101
+ : <a class="el" href="dda_8cpp.html#a1c2c3ba06219d3fde5cfe1a745fa311f">dda.cpp</a>
102
+ </li>
103
+ <li>RFINEPT()
104
+ : <a class="el" href="dda_8cpp.html#a9e2df1a2ac7e26eb1be2e2dbab4699f4">dda.cpp</a>
105
+ </li>
106
+ <li>set()
107
+ : <a class="el" href="WPA_2CMakeLists_8txt.html#aa25eee5e4cf33b5664275ce17ec24986">CMakeLists.txt</a>
108
+ </li>
109
+ <li>traverseOnICFG()
110
+ : <a class="el" href="svf-ex_8cpp.html#addc5529c5b161d0c61eba4944428455e">svf-ex.cpp</a>
111
+ </li>
112
+ <li>traverseOnVFG()
113
+ : <a class="el" href="svf-ex_8cpp.html#ad58149e5445ad22ce478339e103ab42b">svf-ex.cpp</a>
72
114
  </li>
73
115
  </ul>
74
116
  </div><!-- contents -->
@@ -58,251 +58,54 @@ $(function() {
58
58
  </div>
59
59
 
60
60
  <div class="contents">
61
- &#160;
62
-
63
- <h3><a id="index_a"></a>- a -</h3><ul>
64
- <li>add_item_to_array()
65
- : <a class="el" href="cJSON_8cpp.html#a816d10c908af6be844a1f8277363e2f1">cJSON.cpp</a>
66
- </li>
67
- <li>add_item_to_object()
68
- : <a class="el" href="cJSON_8cpp.html#acc48bef0e1b495898d9489e577b91d5c">cJSON.cpp</a>
69
- </li>
61
+ &#160;<ul>
70
62
  <li>aliasQuery()
71
63
  : <a class="el" href="svf-ex_8cpp.html#ad2f24f5ef6a8eaf0e4a77a8a4d31bc9f">svf-ex.cpp</a>
72
64
  </li>
73
- </ul>
74
-
75
-
76
- <h3><a id="index_b"></a>- b -</h3><ul>
77
- <li>buffer_skip_whitespace()
78
- : <a class="el" href="cJSON_8cpp.html#a029a2c33fa2744a7cc5cf061f28d2cfc">cJSON.cpp</a>
79
- </li>
80
- </ul>
81
-
82
-
83
- <h3><a id="index_c"></a>- c -</h3><ul>
84
- <li>case_insensitive_strcmp()
85
- : <a class="el" href="cJSON_8cpp.html#a9b295e9edc859c11ad8c1e3d2cef0467">cJSON.cpp</a>
86
- </li>
87
- <li>cast_away_const()
88
- : <a class="el" href="cJSON_8cpp.html#a48223c36735c39cfc4711b0659f966c8">cJSON.cpp</a>
89
- </li>
90
- <li>checkArgTypes()
91
- : <a class="el" href="CHG_8cpp.html#a28cd7506ba009f12fa978aab492767b7">CHG.cpp</a>
65
+ <li>DAA()
66
+ : <a class="el" href="dda_8cpp.html#aab45572f58baa3f8dc5ed54e212b7840">dda.cpp</a>
92
67
  </li>
93
- <li>cJSON_Delete()
94
- : <a class="el" href="cJSON_8cpp.html#afde5c619f31577b3d821b56b23953c85">cJSON.cpp</a>
68
+ <li>DFREECHECKER()
69
+ : <a class="el" href="saber_8cpp.html#a7414c3557fff03632694a567163935e4">saber.cpp</a>
95
70
  </li>
96
- <li>cJSON_DetachItemViaPointer()
97
- : <a class="el" href="cJSON_8cpp.html#a3ac2a63423914bb3e443d578dd07b998">cJSON.cpp</a>
71
+ <li>ENABLECONTEXT()
72
+ : <a class="el" href="dda_8cpp.html#a02c0d2c3df5da031a63c2060fd9dd77d">dda.cpp</a>
98
73
  </li>
99
- <li>cJSON_New_Item()
100
- : <a class="el" href="cJSON_8cpp.html#a8f447c625af025c35d0ec59032ad6473">cJSON.cpp</a>
74
+ <li>ENABLEFIELD()
75
+ : <a class="el" href="dda_8cpp.html#aa897ff2ba2a78de743d8695c5776bd9e">dda.cpp</a>
101
76
  </li>
102
- <li>cJSON_ParseWithLengthOpts()
103
- : <a class="el" href="cJSON_8cpp.html#abeffdb0695e8c30e4612c8f917bfd9e1">cJSON.cpp</a>
77
+ <li>ENABLEFLOW()
78
+ : <a class="el" href="dda_8cpp.html#a994ea57cf2d8360458751a1f404b52d5">dda.cpp</a>
104
79
  </li>
105
- <li>CJSON_PUBLIC()
106
- : <a class="el" href="cJSON_8h.html#a8172bffbb05eec3c761bf0b43484f62d">cJSON.h</a>
107
- , <a class="el" href="cJSON_8cpp.html#aa64b79aec6e4df008236f79b7f373641">cJSON.cpp</a>
80
+ <li>FILECHECKER()
81
+ : <a class="el" href="saber_8cpp.html#a7fcc25f6477cb14786e27bf43226cc87">saber.cpp</a>
108
82
  </li>
109
- <li>cJSON_strdup()
110
- : <a class="el" href="cJSON_8cpp.html#a5da7bd9b4622e97e7e19c36017410252">cJSON.cpp</a>
111
- </li>
112
- <li>compare_double()
113
- : <a class="el" href="cJSON_8cpp.html#aa7a85b63f1830e7e666e1f56872d5d3e">cJSON.cpp</a>
114
- </li>
115
- <li>convertExpression()
116
- : <a class="el" href="BreakConstantExpr_8cpp.html#a25cf7d9aff084a1cd1aa51c85a4a17e1">BreakConstantExpr.cpp</a>
117
- </li>
118
- <li>create_reference()
119
- : <a class="el" href="cJSON_8cpp.html#ac06bbc307a6f39fe58aafbcb82fbf4b3">cJSON.cpp</a>
120
- </li>
121
- <li>cutree_cdist()
122
- : <a class="el" href="fastcluster_8h.html#a8dbbd465af9ed88a066301ac83ce6961">fastcluster.h</a>
123
- , <a class="el" href="fastcluster_8cpp.html#a8dbbd465af9ed88a066301ac83ce6961">fastcluster.cpp</a>
124
- </li>
125
- <li>cutree_k()
126
- : <a class="el" href="fastcluster_8cpp.html#a4815993b37ce6e177c9838584e4cda24">fastcluster.cpp</a>
127
- , <a class="el" href="fastcluster_8h.html#a4815993b37ce6e177c9838584e4cda24">fastcluster.h</a>
128
- </li>
129
- </ul>
130
-
131
-
132
- <h3><a id="index_e"></a>- e -</h3><ul>
133
- <li>ensure()
134
- : <a class="el" href="cJSON_8cpp.html#a3faa1600bc8001eaed05f16060668ce6">cJSON.cpp</a>
135
- </li>
136
- </ul>
137
-
138
-
139
- <h3><a id="index_f"></a>- f -</h3><ul>
140
- <li>Fbar()
141
- : <a class="el" href="PEGGrammar_8txt.html#a381299bc74db18cd7c54b9e856fca447">PEGGrammar.txt</a>
142
- </li>
143
- <li>fc_isnan()
144
- : <a class="el" href="fastcluster_8cpp.html#a8abcd9d66492e761592578e82ce2cba0">fastcluster.cpp</a>
145
- </li>
146
- <li>for()
147
- : <a class="el" href="cJSON_8cpp.html#a8a10bf77b3753124dd7ae92c5c4184cc">cJSON.cpp</a>
148
- </li>
149
- </ul>
150
-
151
-
152
- <h3><a id="index_g"></a>- g -</h3><ul>
153
- <li>get_array_item()
154
- : <a class="el" href="cJSON_8cpp.html#a82f460889bcb63ee840fc821feef5aa5">cJSON.cpp</a>
155
- </li>
156
- <li>get_decimal_point()
157
- : <a class="el" href="cJSON_8cpp.html#ab25412ae56c8c594831918169bea100d">cJSON.cpp</a>
158
- </li>
159
- <li>get_object_item()
160
- : <a class="el" href="cJSON_8cpp.html#a768303890e9be802d51b0e0a110302f4">cJSON.cpp</a>
161
- </li>
162
- <li>getBeforeParenthesis()
163
- : <a class="el" href="CppUtil_8cpp.html#a2bff9158f699b6fd11c8e116b91e4809">CppUtil.cpp</a>
164
- </li>
165
- <li>getJsonFile()
166
- : <a class="el" href="ExtAPI_8cpp.html#a82e0f4095086de7f384a1f55838b5d28">ExtAPI.cpp</a>
167
- </li>
168
- <li>GetStdoutFromCommand()
169
- : <a class="el" href="ExtAPI_8cpp.html#a424940f91f234b23bcc633f12269f935">ExtAPI.cpp</a>
170
- </li>
171
- </ul>
172
-
173
-
174
- <h3><a id="index_h"></a>- h -</h3><ul>
175
- <li>handleThunkFunction()
176
- : <a class="el" href="CppUtil_8cpp.html#a264d15523be2c695d9cee8d49ae87ebe">CppUtil.cpp</a>
177
- </li>
178
- <li>hasConstantGEP()
179
- : <a class="el" href="BreakConstantExpr_8cpp.html#a81381bb19688464256bd09ef22e965e4">BreakConstantExpr.cpp</a>
180
- </li>
181
- <li>hasEdge()
182
- : <a class="el" href="CHG_8cpp.html#a4c6cbac96543cd55e4df050a33512ac5">CHG.cpp</a>
183
- </li>
184
- <li>hclust_fast()
185
- : <a class="el" href="fastcluster_8h.html#acccd226cbdf0944b5c9e24c84a4599c9">fastcluster.h</a>
186
- , <a class="el" href="fastcluster_8cpp.html#acccd226cbdf0944b5c9e24c84a4599c9">fastcluster.cpp</a>
187
- </li>
188
- </ul>
189
-
190
-
191
- <h3><a id="index_i"></a>- i -</h3><ul>
192
83
  <li>if()
193
- : <a class="el" href="cJSON_8cpp.html#a90e6101bee79e6d18c535254695e91e3">cJSON.cpp</a>
194
- , <a class="el" href="tools_2MTA_2CMakeLists_8txt.html#ac031158595e870c66c5d79c82a909710">CMakeLists.txt</a>
195
- , <a class="el" href="cJSON_8cpp.html#a28f4a33af8f7fcee96d1559e403ff29b">cJSON.cpp</a>
196
- , <a class="el" href="tools_2CFL_2CMakeLists_8txt.html#a1fd8413c9b18e2bc5fdbb9f1c958c017">CMakeLists.txt</a>
197
- , <a class="el" href="cJSON_8cpp.html#a9a60d8945eee5e6258fce5439e056c55">cJSON.cpp</a>
198
- , <a class="el" href="tools_2SABER_2CMakeLists_8txt.html#a0ea45b7ef1bbbc031c899c47aa7eff4e">CMakeLists.txt</a>
84
+ : <a class="el" href="CFL_2CMakeLists_8txt.html#a54d13ee9b2d71352e44062df3e531b71">CMakeLists.txt</a>
199
85
  </li>
200
- <li>indent()
201
- : <a class="el" href="DCHG_8cpp.html#a6673217180d3b6fb73c7c6387777f269">DCHG.cpp</a>
86
+ <li>LEAKCHECKER()
87
+ : <a class="el" href="saber_8cpp.html#ab978200e20fbbdb10acca9efeff745bc">saber.cpp</a>
202
88
  </li>
203
- <li>isOperOverload()
204
- : <a class="el" href="CppUtil_8cpp.html#ac2244b6f8e2bbebde02dd47fedd0ebd8">CppUtil.cpp</a>
205
- </li>
206
- </ul>
207
-
208
-
209
- <h3><a id="index_m"></a>- m -</h3><ul>
210
89
  <li>main()
211
90
  : <a class="el" href="cfl_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">cfl.cpp</a>
212
- , <a class="el" href="dda_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">dda.cpp</a>
213
91
  , <a class="el" href="wpa_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">wpa.cpp</a>
214
92
  , <a class="el" href="saber_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">saber.cpp</a>
215
93
  , <a class="el" href="mta_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">mta.cpp</a>
216
94
  , <a class="el" href="svf-ex_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">svf-ex.cpp</a>
217
- </li>
218
- <li>minify_string()
219
- : <a class="el" href="cJSON_8cpp.html#a569f331078de59d01dee9351fa106e3b">cJSON.cpp</a>
220
- </li>
221
- </ul>
222
-
223
-
224
- <h3><a id="index_p"></a>- p -</h3><ul>
225
- <li>parse_array()
226
- : <a class="el" href="cJSON_8cpp.html#a367cc7ac5a592211d9f18dc02dd23069">cJSON.cpp</a>
227
- </li>
228
- <li>parse_hex4()
229
- : <a class="el" href="cJSON_8cpp.html#a1aa736fdc6ba20c7d46622d20766e916">cJSON.cpp</a>
230
- </li>
231
- <li>parse_number()
232
- : <a class="el" href="cJSON_8cpp.html#a699e1cebda71c2846a9a10b29b4dc407">cJSON.cpp</a>
233
- </li>
234
- <li>parse_object()
235
- : <a class="el" href="cJSON_8cpp.html#a1472ac5d1becd7d9a5e558b4c053b06a">cJSON.cpp</a>
236
- </li>
237
- <li>parse_string()
238
- : <a class="el" href="cJSON_8cpp.html#adf47b520af96d1bbefa2390016fbdb51">cJSON.cpp</a>
239
- </li>
240
- <li>parse_value()
241
- : <a class="el" href="cJSON_8cpp.html#afd5c0b7089e4de2fc9b2af599d4b596f">cJSON.cpp</a>
242
- </li>
243
- <li>parseJson()
244
- : <a class="el" href="ExtAPI_8cpp.html#a3957468a4d85cef02d8be1f82bcdfc69">ExtAPI.cpp</a>
245
- </li>
246
- <li>print()
247
- : <a class="el" href="cJSON_8cpp.html#ae71e2aec89bf140e6430cb7d5ca417c5">cJSON.cpp</a>
248
- </li>
249
- <li>print_array()
250
- : <a class="el" href="cJSON_8cpp.html#ae84642817f3965a85c7c617663250c16">cJSON.cpp</a>
251
- </li>
252
- <li>print_number()
253
- : <a class="el" href="cJSON_8cpp.html#ad93d84de08872da0eaa6624be0e74a68">cJSON.cpp</a>
254
- </li>
255
- <li>print_object()
256
- : <a class="el" href="cJSON_8cpp.html#a3d742f5c68799bca291432a9cd72f8dd">cJSON.cpp</a>
257
- </li>
258
- <li>print_string()
259
- : <a class="el" href="cJSON_8cpp.html#ad087dd738e49b4258f0a3d378a121df6">cJSON.cpp</a>
260
- </li>
261
- <li>print_string_ptr()
262
- : <a class="el" href="cJSON_8cpp.html#af5b4e769356f10d99a7f66697c42c1bb">cJSON.cpp</a>
263
- </li>
264
- <li>print_value()
265
- : <a class="el" href="cJSON_8cpp.html#a5ba141f183b9abb4b49e38a211299c7e">cJSON.cpp</a>
95
+ , <a class="el" href="dda_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">dda.cpp</a>
266
96
  </li>
267
97
  <li>printPts()
268
98
  : <a class="el" href="svf-ex_8cpp.html#a985b6c880c7922538046c6a1fa987829">svf-ex.cpp</a>
269
99
  </li>
270
- </ul>
271
-
272
-
273
- <h3><a id="index_r"></a>- r -</h3><ul>
274
- <li>replace_item_in_object()
275
- : <a class="el" href="cJSON_8cpp.html#afdae75197cf2c440ef858a2e93b104f2">cJSON.cpp</a>
100
+ <li>REGPT()
101
+ : <a class="el" href="dda_8cpp.html#a1c2c3ba06219d3fde5cfe1a745fa311f">dda.cpp</a>
276
102
  </li>
277
- <li>return()
278
- : <a class="el" href="cJSON_8cpp.html#a15f779a174654a93596726f6eb6b57fe">cJSON.cpp</a>
103
+ <li>RFINEPT()
104
+ : <a class="el" href="dda_8cpp.html#a9e2df1a2ac7e26eb1be2e2dbab4699f4">dda.cpp</a>
279
105
  </li>
280
- </ul>
281
-
282
-
283
- <h3><a id="index_s"></a>- s -</h3><ul>
284
106
  <li>set()
285
- : <a class="el" href="tools_2WPA_2CMakeLists_8txt.html#ae39f71bb639d7a22f29d4bc42f72b57f">CMakeLists.txt</a>
107
+ : <a class="el" href="WPA_2CMakeLists_8txt.html#aa25eee5e4cf33b5664275ce17ec24986">CMakeLists.txt</a>
286
108
  </li>
287
- <li>skip_multiline_comment()
288
- : <a class="el" href="cJSON_8cpp.html#a4b9e22afcb0d33932c691b5af9f2560a">cJSON.cpp</a>
289
- </li>
290
- <li>skip_oneline_comment()
291
- : <a class="el" href="cJSON_8cpp.html#a98eaeafefb811c738494a26265309a07">cJSON.cpp</a>
292
- </li>
293
- <li>skip_utf8_bom()
294
- : <a class="el" href="cJSON_8cpp.html#a13b2d9f17c3b80a8878405f2782cd916">cJSON.cpp</a>
295
- </li>
296
- <li>STATISTIC()
297
- : <a class="el" href="BreakConstantExpr_8cpp.html#a53fcf89c33901a1e4bf09351eb612a6a">BreakConstantExpr.cpp</a>
298
- </li>
299
- <li>suffix_object()
300
- : <a class="el" href="cJSON_8cpp.html#a5d61bcc0045ace88c2ae04f0928eeace">cJSON.cpp</a>
301
- </li>
302
- </ul>
303
-
304
-
305
- <h3><a id="index_t"></a>- t -</h3><ul>
306
109
  <li>traverseOnICFG()
307
110
  : <a class="el" href="svf-ex_8cpp.html#addc5529c5b161d0c61eba4944428455e">svf-ex.cpp</a>
308
111
  </li>
@@ -310,23 +113,6 @@ $(function() {
310
113
  : <a class="el" href="svf-ex_8cpp.html#ad58149e5445ad22ce478339e103ab42b">svf-ex.cpp</a>
311
114
  </li>
312
115
  </ul>
313
-
314
-
315
- <h3><a id="index_u"></a>- u -</h3><ul>
316
- <li>update_offset()
317
- : <a class="el" href="cJSON_8cpp.html#af5fb173126786c1e3f90b6df6e2500c5">cJSON.cpp</a>
318
- </li>
319
- <li>utf16_literal_to_utf8()
320
- : <a class="el" href="cJSON_8cpp.html#a0e2851b1b595b3b430fd186e7deaf987">cJSON.cpp</a>
321
- </li>
322
- </ul>
323
-
324
-
325
- <h3><a id="index_w"></a>- w -</h3><ul>
326
- <li>while()
327
- : <a class="el" href="cJSON_8cpp.html#a209b15238c5803bc547b2d77e02f29b4">cJSON.cpp</a>
328
- </li>
329
- </ul>
330
116
  </div><!-- contents -->
331
117
  <!-- start footer part -->
332
118
  <hr class="footer"/><address class="footer"><small>