Home
last modified time | relevance | path

Searched refs:dumpToStream (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSymbolManager.cpp27 dumpToStream(llvm::errs()); in dump()
30 void SymIntExpr::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymIntExpr
32 getLHS()->dumpToStream(os); in dumpToStream()
40 void IntSymExpr::dumpToStream(raw_ostream &os) const { in dumpToStream() function in IntSymExpr
47 getRHS()->dumpToStream(os); in dumpToStream()
51 void SymSymExpr::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymSymExpr
53 getLHS()->dumpToStream(os); in dumpToStream()
57 getRHS()->dumpToStream(os); in dumpToStream()
61 void SymbolCast::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolCast
63 Operand->dumpToStream(os); in dumpToStream()
[all …]
HDMemRegion.cpp442 dumpToStream(llvm::errs()); in dump()
448 dumpToStream(os); in getString()
452 void MemRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in MemRegion
456 void AllocaRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in AllocaRegion
460 void FunctionTextRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in FunctionTextRegion
464 void BlockTextRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in BlockTextRegion
468 void BlockDataRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in BlockDataRegion
479 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in CompoundLiteralRegion
484 void CXXTempObjectRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in CXXTempObjectRegion
489 void CXXBaseObjectRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in CXXBaseObjectRegion
[all …]
HDSVals.cpp239 void SVal::dump() const { dumpToStream(llvm::errs()); } in dump()
241 void SVal::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SVal
247 castAs<NonLoc>().dumpToStream(os); in dumpToStream()
250 castAs<Loc>().dumpToStream(os); in dumpToStream()
258 void NonLoc::dumpToStream(raw_ostream &os) const { in dumpToStream() function in NonLoc
290 (*I).dumpToStream(os); in dumpToStream()
308 void Loc::dumpToStream(raw_ostream &os) const { in dumpToStream() function in Loc
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDMemRegion.h167 virtual void dumpToStream(raw_ostream &os) const;
248 void dumpToStream(raw_ostream &os) const;
289 void dumpToStream(raw_ostream &os) const;
309 void dumpToStream(raw_ostream &os) const;
327 void dumpToStream(raw_ostream &os) const;
342 void dumpToStream(raw_ostream &os) const;
356 void dumpToStream(raw_ostream &os) const;
392 void dumpToStream(raw_ostream &os) const;
407 void dumpToStream(raw_ostream &os) const;
471 void dumpToStream(raw_ostream &os) const;
[all …]
HDSymbolManager.h69 virtual void dumpToStream(raw_ostream &os) const {} in dumpToStream() function
145 virtual void dumpToStream(raw_ostream &os) const;
178 virtual void dumpToStream(raw_ostream &os) const;
216 virtual void dumpToStream(raw_ostream &os) const;
249 virtual void dumpToStream(raw_ostream &os) const;
288 virtual void dumpToStream(raw_ostream &os) const;
327 virtual void dumpToStream(raw_ostream &os) const;
380 virtual void dumpToStream(raw_ostream &os) const;
415 virtual void dumpToStream(raw_ostream &os) const;
453 virtual void dumpToStream(raw_ostream &os) const;
[all …]
HDSVals.h174 void dumpToStream(raw_ostream &OS) const;
273 void dumpToStream(raw_ostream &Out) const;
289 void dumpToStream(raw_ostream &Out) const;
563 V.dumpToStream(os);
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDArrayBoundCheckerV2.cpp64 void dumpToStream(raw_ostream &os) const;
214 dumpToStream(llvm::errs()); in dump()
217 void RegionRawOffsetV2::dumpToStream(raw_ostream &os) const { in dumpToStream() function in RegionRawOffsetV2
HDMallocChecker.cpp2183 I.getKey()->dumpToStream(Out); in printState()
HDRetainCountChecker.cpp3610 sym->dumpToStream(out); in getDeadSymbolTag()