Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp480 dumpToStream(os); in dumpToStream() function in AllocaRegion
484 void MemRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in FunctionCodeRegion
488 void AllocaRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in BlockCodeRegion
492 void FunctionCodeRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in BlockDataRegion
476 void MemRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in MemRegion
501 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in CompoundLiteralRegion
506 void CXXTempObjectRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in CXXTempObjectRegion
511 void CXXLifetimeExtendedObjectRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in CXXLifetimeExtendedObjectRegion
521 void CXXBaseObjectRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in CXXBaseObjectRegion
525 void CXXDerivedObjectRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in CXXDerivedObjectRegion
529 void CXXThisRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in CXXThisRegion
533 void ElementRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in ElementRegion
538 void FieldRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in FieldRegion
542 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in ObjCIvarRegion
546 void StringRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in StringRegion
551 void ObjCStringRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in ObjCStringRegion
556 void SymbolicRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in SymbolicRegion
562 void NonParamVarRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in NonParamVarRegion
573 void RegionRawOffset::dumpToStream(raw_ostream &os) const { dumpToStream() function in RegionRawOffset
577 void CodeSpaceRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in CodeSpaceRegion
581 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in StaticGlobalSpaceRegion
585 void GlobalInternalSpaceRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in GlobalInternalSpaceRegion
589 void GlobalSystemSpaceRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in GlobalSystemSpaceRegion
593 void GlobalImmutableSpaceRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in GlobalImmutableSpaceRegion
597 void HeapSpaceRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in HeapSpaceRegion
601 void UnknownSpaceRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in UnknownSpaceRegion
605 void StackArgumentsSpaceRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in StackArgumentsSpaceRegion
609 void StackLocalsSpaceRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in StackLocalsSpaceRegion
613 void ParamVarRegion::dumpToStream(raw_ostream &os) const { dumpToStream() function in ParamVarRegion
[all...]
H A DCheckerRegistryData.cpp26 CmdLineOption::dumpToStream(llvm::raw_ostream &Out) const { in dumpToStream() function in CmdLineOption
48 LLVM_DUMP_METHOD void CheckerInfo::dumpToStream(llvm::raw_ostream &Out) const { in dumpToStream() function in CheckerInfo
71 LLVM_DUMP_METHOD void PackageInfo::dumpToStream(llvm::raw_ostream &Out) const { in dumpToStream() function in PackageInfo
H A DSymbolManager.cpp67 void SymbolCast::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolCast
73 void UnarySymExpr::dumpToStream(raw_ostream &os) const { in dumpToStream() function in UnarySymExpr
83 void SymbolConjured::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolConjured
92 void SymbolDerived::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolDerived
97 void SymbolExtent::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolExtent
101 void SymbolMetadata::dumpToStream(raw_ostrea function in SymbolMetadata
107 void SymbolRegionValue::dumpToStream(raw_ostream &os) const { dumpToStream() function in SymbolRegionValue
[all...]
H A DSVals.cpp277 void SVal::dumpToStream(raw_ostream &os) const { dumpToStream() function in SVal
297 void NonLoc::dumpToStream(raw_ostream &os) const { dumpToStream() function in NonLoc
363 void Loc::dumpToStream(raw_ostream &os) const { dumpToStream() function in Loc
H A DRangeConstraintManager.cpp2287 LLVM_DUMP_METHOD void EquivalenceClass::dumpToStream(ProgramStateRef State, dumpToStream() function in EquivalenceClass
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymExpr.h61 virtual void dumpToStream(raw_ostream &os) const {} dumpToStream() function
H A DSymbolManager.h437 void dumpToStream(raw_ostream &os) const override { dumpToStream() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp40 LLVM_DUMP_METHOD void dumpToStream(llvm::raw_ostream &out) const { in dumpToStream() function in __anon0200a8530111::OwnershipBindingsHandler
H A DStreamChecker.cpp81 LLVM_DUMP_METHOD void dumpToStream(llvm::raw_ostream &os) const { in dumpToStream() function
210 LLVM_DUMP_METHOD void StreamState::dumpToStream(llvm::raw_ostream &os) const { in dumpToStream() function in __anonea7822620211::StreamState
/llvm-project/clang/include/clang/Analysis/
H A DCFG.h690 void dumpToStream(llvm::raw_ostream &OS) const { in dumpToStream() function
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5756 void CFGElement::dumpToStream(llvm::raw_ostream &OS) const { dumpToStream() function in CFGElement