Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp24 dumpToStream(llvm::errs()); in dump()
51 void SymIntExpr::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in SymIntExpr
53 getLHS()->dumpToStream(os); in dumpToStream()
60 void SymSymExpr::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in SymSymExpr
62 getLHS()->dumpToStream(os); in dumpToStream()
65 getRHS()->dumpToStream(os); in dumpToStream()
69 void SymbolConjured::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in SymbolConjured
73 void SymbolDerived::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in SymbolDerived
78 void SymbolExtent::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in SymbolExtent
82 void SymbolMetadata::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in SymbolMetadata
[all …]
DMemRegion.cpp391 dumpToStream(llvm::errs()); in dump()
397 dumpToStream(os); in getString()
401 void MemRegion::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in MemRegion
405 void AllocaRegion::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in AllocaRegion
409 void FunctionTextRegion::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in FunctionTextRegion
413 void BlockTextRegion::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in BlockTextRegion
417 void BlockDataRegion::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in BlockDataRegion
421 void CompoundLiteralRegion::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in CompoundLiteralRegion
426 void CXXTempObjectRegion::dumpToStream(llvm::raw_ostream &os) const { in dumpToStream() function in CXXTempObjectRegion
430 void CXXBaseObjectRegion::dumpToStream(llvm::raw_ostream &os) const { in dumpToStream() function in CXXBaseObjectRegion
[all …]
DSVals.cpp271 void SVal::dump() const { dumpToStream(llvm::errs()); } in dump()
273 void SVal::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in SVal
279 cast<NonLoc>(this)->dumpToStream(os); in dumpToStream()
282 cast<Loc>(this)->dumpToStream(os); in dumpToStream()
292 void NonLoc::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in NonLoc
329 (*I).dumpToStream(os); in dumpToStream()
347 void Loc::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in Loc
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h139 virtual void dumpToStream(llvm::raw_ostream& os) const;
200 void dumpToStream(llvm::raw_ostream& os) const;
217 void dumpToStream(llvm::raw_ostream& os) const;
344 void dumpToStream(llvm::raw_ostream& os) const;
418 virtual void dumpToStream(llvm::raw_ostream& os) const;
459 virtual void dumpToStream(llvm::raw_ostream& os) const;
521 virtual void dumpToStream(llvm::raw_ostream& os) const;
562 void dumpToStream(llvm::raw_ostream& os) const;
598 void dumpToStream(llvm::raw_ostream& os) const;
628 void dumpToStream(llvm::raw_ostream& os) const;
[all …]
DSymbolManager.h61 virtual void dumpToStream(llvm::raw_ostream &os) const = 0;
112 void dumpToStream(llvm::raw_ostream &os) const;
141 void dumpToStream(llvm::raw_ostream &os) const;
177 void dumpToStream(llvm::raw_ostream &os) const;
210 void dumpToStream(llvm::raw_ostream &os) const;
249 void dumpToStream(llvm::raw_ostream &os) const;
290 void dumpToStream(llvm::raw_ostream &os) const;
335 void dumpToStream(llvm::raw_ostream &os) const;
485 SE->dumpToStream(os);
DSVals.h145 void dumpToStream(llvm::raw_ostream& OS) const;
243 void dumpToStream(llvm::raw_ostream& Out) const;
257 void dumpToStream(llvm::raw_ostream& Out) const;
538 V.dumpToStream(os);
/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp61 void dumpToStream(llvm::raw_ostream& os) const;
194 dumpToStream(llvm::errs()); in dump()
197 void RegionRawOffsetV2::dumpToStream(llvm::raw_ostream& os) const { in dumpToStream() function in RegionRawOffsetV2