Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp22 dumpToStream(llvm::errs()); in dump()
26 CmdLineOption::dumpToStream(llvm::raw_ostream &Out) const { in dumpToStream() function in CmdLineOption
46 LLVM_DUMP_METHOD void CheckerInfo::dump() const { dumpToStream(llvm::errs()); } in dump()
48 LLVM_DUMP_METHOD void CheckerInfo::dumpToStream(llvm::raw_ostream &Out) const { in dumpToStream() function in CheckerInfo
56 Option.dumpToStream(Out); in dumpToStream()
69 LLVM_DUMP_METHOD void PackageInfo::dump() const { dumpToStream(llvm::errs()); } in dump()
71 LLVM_DUMP_METHOD void PackageInfo::dumpToStream(llvm::raw_ostream &Out) const { in dumpToStream() function in PackageInfo
76 Option.dumpToStream(Out); in dumpToStream()
H A DMemRegion.cpp439 dumpToStream(llvm::errs()); in dump()
445 dumpToStream(os); in getString()
449 void MemRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in MemRegion
453 void AllocaRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in AllocaRegion
494 void CXXThisRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in CXXThisRegion
498 void ElementRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in ElementRegion
503 void FieldRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in FieldRegion
507 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in ObjCIvarRegion
511 void StringRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in StringRegion
521 void SymbolicRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolicRegion
[all …]
H A DSVals.cpp263 LLVM_DUMP_METHOD void SVal::dump() const { dumpToStream(llvm::errs()); } in dump()
269 dumpToStream(TempOut); in printJson()
274 void SVal::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SVal
280 castAs<NonLoc>().dumpToStream(os); in dumpToStream()
283 castAs<Loc>().dumpToStream(os); in dumpToStream()
291 void NonLoc::dumpToStream(raw_ostream &os) const { in dumpToStream() function in NonLoc
319 I.dumpToStream(os); in dumpToStream()
357 void Loc::dumpToStream(raw_ostream &os) const { in dumpToStream() function in Loc
H A DSymbolManager.cpp44 LLVM_DUMP_METHOD void SymExpr::dump() const { dumpToStream(llvm::errs()); } in dump()
48 Sym->dumpToStream(OS); in dumpToStreamImpl()
67 void SymbolCast::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolCast
69 Operand->dumpToStream(os); in dumpToStream()
73 void SymbolConjured::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolConjured
83 void SymbolDerived::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolDerived
88 void SymbolExtent::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolExtent
92 void SymbolMetadata::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolMetadata
99 void SymbolRegionValue::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolRegionValue
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h149 virtual void dumpToStream(raw_ostream &os) const;
229 void dumpToStream(raw_ostream &os) const override;
269 void dumpToStream(raw_ostream &os) const override;
310 void dumpToStream(raw_ostream &os) const override;
329 void dumpToStream(raw_ostream &os) const override;
346 void dumpToStream(raw_ostream &os) const override;
360 void dumpToStream(raw_ostream &os) const override;
374 void dumpToStream(raw_ostream &os) const override;
411 void dumpToStream(raw_ostream &os) const override;
1136 void dumpToStream(raw_ostream &os) const;
[all …]
H A DSymbolManager.h64 void dumpToStream(raw_ostream &os) const override;
106 void dumpToStream(raw_ostream &os) const override;
150 void dumpToStream(raw_ostream &os) const override;
188 void dumpToStream(raw_ostream &os) const override;
239 void dumpToStream(raw_ostream &os) const override;
292 void dumpToStream(raw_ostream &os) const override;
372 void dumpToStream(raw_ostream &os) const override { in dumpToStream() function
H A DSymExpr.h60 virtual void dumpToStream(raw_ostream &os) const {} in dumpToStream() function
106 SE->dumpToStream(os);
H A DSVals.h190 void dumpToStream(raw_ostream &OS) const;
207 V.dumpToStream(os);
299 void dumpToStream(raw_ostream &Out) const;
321 void dumpToStream(raw_ostream &Out) const;
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h80 LLVM_DUMP_METHOD void dumpToStream(llvm::raw_ostream &Out) const;
139 LLVM_DUMP_METHOD void dumpToStream(llvm::raw_ostream &Out) const;
159 LLVM_DUMP_METHOD void dumpToStream(llvm::raw_ostream &Out) const;
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp67 void dumpToStream(raw_ostream &os) const;
266 dumpToStream(llvm::errs()); in dump()
269 void RegionRawOffsetV2::dumpToStream(raw_ostream &os) const { in dumpToStream() function in RegionRawOffsetV2
H A DIteratorModeling.cpp744 Sym.first->dumpToStream(Out); in printState()
748 Pos.getContainer()->dumpToStream(Out); in printState()
750 Pos.getOffset()->dumpToStream(Out); in printState()
757 Reg.first->dumpToStream(Out); in printState()
761 Pos.getContainer()->dumpToStream(Out); in printState()
763 Pos.getOffset()->dumpToStream(Out); in printState()
H A DPthreadLockChecker.cpp318 I.first->dumpToStream(Out); in printState()
337 I->dumpToStream(Out); in printState()
346 I.first->dumpToStream(Out); in printState()
348 I.second->dumpToStream(Out); in printState()
H A DContainerModeling.cpp743 Cont.first->dumpToStream(Out); in printState()
747 CData.getBegin()->dumpToStream(Out); in printState()
752 CData.getEnd()->dumpToStream(Out); in printState()
H A DFuchsiaHandleChecker.cpp170 ErrorSym->dumpToStream(OS); in dump()
694 I.getKey()->dumpToStream(Out); in printState()
H A DExprInspectionChecker.cpp268 V.dumpToStream(OS); in analyzerDump()
H A DSmartPtrModeling.cpp297 I.first->dumpToStream(Out); in printState()
H A DMacOSKeychainAPIChecker.cpp660 I.getKey()->dumpToStream(Out); in printState()
H A DMoveChecker.cpp740 I.first->dumpToStream(Out); in printState()
H A DMallocChecker.cpp3360 I.getKey()->dumpToStream(Out); in printState()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h125 void dumpToStream(llvm::raw_ostream &OS) const;
128 dumpToStream(llvm::errs()); in dump()
662 void dumpToStream(llvm::raw_ostream &OS) const { in dumpToStream() function
664 (*this)->dumpToStream(OS); in dumpToStream()
668 dumpToStream(llvm::errs()); in dump()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h264 S->dumpToStream(OS); in VisitSymExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp5457 void CFGElement::dumpToStream(llvm::raw_ostream &OS) const { in dumpToStream() function in CFGElement