Home
last modified time | relevance | path

Searched defs:dumpToStream (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp452 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
493 void CXXThisRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in CXXThisRegion
497 void ElementRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in ElementRegion
[all …]
HDSymbolManager.cpp30 void SymIntExpr::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymIntExpr
40 void IntSymExpr::dumpToStream(raw_ostream &os) const { in dumpToStream() function in IntSymExpr
51 void SymSymExpr::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymSymExpr
61 void SymbolCast::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolCast
67 void SymbolConjured::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolConjured
71 void SymbolDerived::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolDerived
76 void SymbolExtent::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolExtent
80 void SymbolMetadata::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolMetadata
87 void SymbolRegionValue::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolRegionValue
HDSVals.cpp241 void SVal::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SVal
258 void NonLoc::dumpToStream(raw_ostream &os) const { in dumpToStream() function in NonLoc
308 void Loc::dumpToStream(raw_ostream &os) const { in dumpToStream() function in Loc
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDArrayBoundCheckerV2.cpp218 void RegionRawOffsetV2::dumpToStream(raw_ostream &os) const { in dumpToStream() function in RegionRawOffsetV2
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSymbolManager.h66 virtual void dumpToStream(raw_ostream &os) const {} in dumpToStream() function