Home
last modified time | relevance | path

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

/freebsd-src/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 DEnvironment.cpp219 unsigned int Space, bool IsDot) const { in printJson()
220 Indent(Out, Space, IsDot) << "\"environment\": "; in printJson()
248 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printJson()
278 Indent(Out, InnerSpace, IsDot) in printJson()
294 Indent(Out, --InnerSpace, IsDot) << ']'; in printJson()
299 Indent(Out, --Space, IsDot) << "]}," << NL; in printJson()
H A DProgramState.cpp492 bool IsDot) const { in dump()
493 Indent(Out, Space, IsDot) << "\"program_state\": {" << NL;
499 Mgr.getStoreManager().printJson(Out, getStore(), NL, Space, IsDot);
502 Env.printJson(Out, Mgr.getContext(), LCtx, NL, Space, IsDot); in FindGDM()
505 Mgr.getConstraintManager().printJson(Out, this, NL, Space, IsDot);
508 printDynamicTypeInfoJson(Out, this, NL, Space, IsDot); in FindGDMContext()
511 Mgr.getOwningEngine().printJson(Out, this, LCtx, NL, Space, IsDot); in FindGDMContext()
514 Indent(Out, Space, IsDot) << '}'; in FindGDMContext()
519 printJson(Out, LCtx, /*NL=*/"\\l", Space, /*IsDot=*/true);
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) << "\"constraint 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 in printPendingArrayDestructionsJson() argument
912 printStateTraitWithLocationContextJson(raw_ostream & Out,ProgramStateRef State,const LocationContext * LCtx,const char * NL,unsigned int Space,bool IsDot,const char * jsonPropertyName,Printer printer,Args &&...args) printStateTraitWithLocationContextJson() argument
3862 const bool IsDot = true; getNodeLabel() local
[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-src/contrib/llvm-project/clang/include/clang/Basic/
H A DJsonSupport.h22 bool IsDot) { in Indent() argument
24 Out << (IsDot ? "&nbsp;" : " "); in Indent()
/freebsd-src/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 DDynamicType.h84 bool IsDot = false);
H A DEnvironment.h96 unsigned int Space = 0, bool IsDot = false) const;
H A DConstraintManager.h136 bool IsDot) const = 0;
H A DStore.h247 unsigned int Space, bool IsDot) const = 0;
H A DExprEngine.h408 unsigned int Space, bool IsDot) const; in processRegionChange()
H A DProgramState.h476 bool IsDot = false) const;
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h287 bool IsDot = false,
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h457 /// \param IsDot Whether the message will be printed in 'dot' format.
461 bool IsDot = false) const;