Home
last modified time | relevance | path

Searched refs:IsDot (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp193 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 DProgramState.cpp492 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 DRangeConstraintManager.cpp1889 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 DExprEngine.cpp687 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 DCheckerManager.cpp724 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 DRegionStore.cpp234 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 DSMTConstraintManager.h218 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 DEnvironment.h96 unsigned int Space = 0, bool IsDot = false) const;
H A DStore.h247 unsigned int Space, bool IsDot) const = 0;
H A DExprEngine.h408 unsigned int Space, bool IsDot) const;
H A DProgramState.h476 bool IsDot = false) const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp532 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 DAnalysisDeclContext.h287 bool IsDot = false,
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h461 bool IsDot = false) const;