/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicType.cpp | 193 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 198 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 203 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 219 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 227 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 228 printJson(Pair.first, Out, NL, Space, IsDot) << ", "; in printJson() 229 return printJson(Pair.second, Out, NL, Space, IsDot); in printJson() 235 unsigned int Space, bool IsDot) { in printJsonContainer() argument 245 Indent(Out, Space, IsDot) << "{ "; in printJsonContainer() 246 printJson(Element, Out, NL, Space, IsDot) << " }"; in printJsonContainer() [all …]
|
H A D | ProgramState.cpp | 492 bool IsDot) const { in printJson() 493 Indent(Out, Space, IsDot) << "\"program_state\": {" << NL; in printJson() 499 Mgr.getStoreManager().printJson(Out, getStore(), NL, Space, IsDot); in printJson() 502 Env.printJson(Out, Mgr.getContext(), LCtx, NL, Space, IsDot); in printJson() 505 Mgr.getConstraintManager().printJson(Out, this, NL, Space, IsDot); in printJson() 508 printDynamicTypeInfoJson(Out, this, NL, Space, IsDot); in printJson() 511 Mgr.getOwningEngine().printJson(Out, this, LCtx, NL, Space, IsDot); in printJson() 514 Indent(Out, Space, IsDot) << '}'; in printJson()
|
H A D | RangeConstraintManager.cpp | 1889 unsigned int Space = 0, bool IsDot = false) const override; 1894 bool IsDot = false) const; 1897 bool IsDot = false) const; 1900 bool IsDot = false) const; 3265 bool IsDot) const { in printJson() 3266 printConstraints(Out, State, NL, Space, IsDot); in printJson() 3267 printEquivalenceClasses(Out, State, NL, Space, IsDot); in printJson() 3268 printDisequalities(Out, State, NL, Space, IsDot); in printJson() 3293 bool IsDot) const { in printConstraints() 3296 Indent(Out, Space, IsDot) << "\"constraints\": "; in printConstraints() [all …]
|
H A D | ExprEngine.cpp | 687 unsigned int Space = 0, bool IsDot = false) { in printObjectsUnderConstructionJson() argument 715 Indent(Out, Space, IsDot) << "{ "; in printObjectsUnderConstructionJson() 725 Indent(Out, --Space, IsDot) << ']'; // End of "location_context". in printObjectsUnderConstructionJson() 733 const LocationContext *LCtx, unsigned int Space = 0, bool IsDot = false) { in printIndicesOfElementsToConstructJson() argument 763 Indent(Out, Space, IsDot) << "{ "; in printIndicesOfElementsToConstructJson() 787 Indent(Out, --Space, IsDot) << ']'; // End of "location_context". in printIndicesOfElementsToConstructJson() 797 bool IsDot = false) { in printPendingInitLoopJson() argument 827 Indent(Out, Space, IsDot) << "{ "; in printPendingInitLoopJson() 847 Indent(Out, --Space, IsDot) << ']'; // End of "location_context". in printPendingInitLoopJson() 856 unsigned int Space = 0, bool IsDot = false) { in printPendingArrayDestructionsJson() argument [all …]
|
H A D | CheckerManager.cpp | 724 bool IsDot) const { in runCheckersForPrintStateJson() 725 Indent(Out, Space, IsDot) << "\"checker_messages\": "; in runCheckersForPrintStateJson() 736 Indent(NLOut, InnerSpace, IsDot) << "\""; // then begin the next message. in runCheckersForPrintStateJson() 766 Indent(Out, Space, IsDot) in runCheckersForPrintStateJson() 769 Indent(Out, InnerSpace, IsDot) in runCheckersForPrintStateJson() 771 Indent(Out, Space, IsDot) << "]}"; in runCheckersForPrintStateJson() 782 Indent(Out, --Space, IsDot) << "]"; in runCheckersForPrintStateJson()
|
H A D | RegionStore.cpp | 234 unsigned int Space = 0, bool IsDot = false) const { in printJson() argument 237 Indent(Out, Space, IsDot) in printJson() 245 Indent(Out, Space, IsDot) << "{ " << CI.getKey() << ", \"value\": "; in printJson() 254 Indent(Out, Space, IsDot) << "]}"; in printJson() 645 unsigned int Space = 0, bool IsDot = false) const override; 2906 unsigned int Space, bool IsDot) const { in printJson() 2909 Indent(Out, Space, IsDot) << "\"store\": "; in printJson() 2917 Bindings.printJson(Out, NL, Space + 1, IsDot); in printJson() 2918 Indent(Out, Space, IsDot) << "]}," << NL; in printJson()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 218 unsigned int Space = 0, bool IsDot = false) const override { in REGISTER_TRAIT_WITH_PROGRAMSTATE() 221 Indent(Out, Space, IsDot) << "\"constraints\": "; in REGISTER_TRAIT_WITH_PROGRAMSTATE() 231 Indent(Out, Space, IsDot) in REGISTER_TRAIT_WITH_PROGRAMSTATE() 242 Indent(Out, Space, IsDot) << "],"; in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
H A D | Environment.h | 96 unsigned int Space = 0, bool IsDot = false) const;
|
H A D | Store.h | 247 unsigned int Space, bool IsDot) const = 0;
|
H A D | ExprEngine.h | 408 unsigned int Space, bool IsDot) const;
|
H A D | ProgramState.h | 476 bool IsDot = false) const;
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 532 unsigned int Space, bool IsDot, in printJson() argument 544 Indent(Out, Space, IsDot) in printJson()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 287 bool IsDot = false,
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 461 bool IsDot = false) const;
|