Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 DSVals.cpp269 LLVM_DUMP_METHOD void SVal::dump() const { dumpToStream(llvm::errs()); } in dump()
275 dumpToStream(TempOut); in printJson()
280 void SVal::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SVal
286 castAs<NonLoc>().dumpToStream(os); in dumpToStream()
289 castAs<Loc>().dumpToStream(os); in dumpToStream()
297 void NonLoc::dumpToStream(raw_ostream &os) const { in dumpToStream() function in NonLoc
325 I.dumpToStream(os); in dumpToStream()
363 void Loc::dumpToStream(raw_ostream &os) const { in dumpToStream() function in Loc
H A DMemRegion.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 FunctionCodeRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in FunctionCodeRegion
464 void BlockCodeRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in BlockCodeRegion
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 …]
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 UnarySymExpr::dumpToStream(raw_ostream &os) const { in dumpToStream() function in UnarySymExpr
78 Operand->dumpToStream(os); in dumpToStream()
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_ostream &os) const { in dumpToStream() function in SymbolMetadata
[all …]
H A DRangeConstraintManager.cpp980 void dumpToStream(ProgramStateRef State, raw_ostream &os) const;
982 dumpToStream(State, llvm::errs()); in dump()
2281 LLVM_DUMP_METHOD void EquivalenceClass::dumpToStream(ProgramStateRef State, in dumpToStream() function in EquivalenceClass
3258 Sym->dumpToStream(O); in toString()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h153 virtual void dumpToStream(raw_ostream &os) const;
234 void dumpToStream(raw_ostream &os) const override;
274 void dumpToStream(raw_ostream &os) const override;
316 void dumpToStream(raw_ostream &os) const override;
335 void dumpToStream(raw_ostream &os) const override;
352 void dumpToStream(raw_ostream &os) const override;
366 void dumpToStream(raw_ostream &os) const override;
380 void dumpToStream(raw_ostream &os) const override;
418 void dumpToStream(raw_ostream &os) const override;
433 void dumpToStream(raw_ostream &os) const override;
[all …]
H A DSymbolManager.h65 void dumpToStream(raw_ostream &os) const override;
109 void dumpToStream(raw_ostream &os) const override;
155 void dumpToStream(raw_ostream &os) const override;
194 void dumpToStream(raw_ostream &os) const override;
253 void dumpToStream(raw_ostream &os) const override;
307 void dumpToStream(raw_ostream &os) const override;
356 void dumpToStream(raw_ostream &os) const override;
436 void dumpToStream(raw_ostream &os) const override { in dumpToStream() function
H A DSymExpr.h60 virtual void dumpToStream(raw_ostream &os) const {} in dumpToStream() function
107 SE->dumpToStream(os);
H A DSVals.h180 void dumpToStream(raw_ostream &OS) const;
210 V.dumpToStream(os);
271 void dumpToStream(raw_ostream &Out) const;
287 void dumpToStream(raw_ostream &Out) const;
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp68 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.cpp743 Sym.first->dumpToStream(Out); in printState()
747 Pos.getContainer()->dumpToStream(Out); in printState()
749 Pos.getOffset()->dumpToStream(Out); in printState()
756 Reg.first->dumpToStream(Out); in printState()
760 Pos.getContainer()->dumpToStream(Out); in printState()
762 Pos.getOffset()->dumpToStream(Out); in printState()
H A DPthreadLockChecker.cpp319 I.first->dumpToStream(Out); in printState()
338 I->dumpToStream(Out); in printState()
347 I.first->dumpToStream(Out); in printState()
349 I.second->dumpToStream(Out); in printState()
H A DContainerModeling.cpp729 Cont.first->dumpToStream(Out); in printState()
733 CData.getBegin()->dumpToStream(Out); in printState()
738 CData.getEnd()->dumpToStream(Out); in printState()
H A DFuchsiaHandleChecker.cpp171 ErrorSym->dumpToStream(OS); in dump()
691 I.getKey()->dumpToStream(Out); in printState()
H A DMacOSKeychainAPIChecker.cpp660 I.getKey()->dumpToStream(Out); in printState()
H A DMoveChecker.cpp736 I.first->dumpToStream(Out); in printState()
H A DMallocChecker.cpp756 LLVM_DUMP_METHOD void dump() const { dumpToStream(llvm::errs()); } in dump()
757 LLVM_DUMP_METHOD void dumpToStream(llvm::raw_ostream &out) const { in dumpToStream() function in __anon4d168ab20511::NoOwnershipChangeVisitor::OwnershipBindingsHandler
761 Owner->dumpToStream(out); in dumpToStream()
3569 I.getKey()->dumpToStream(Out); in printState()
H A DSmartPtrModeling.cpp563 I.first->dumpToStream(Out); in printState()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h123 void dumpToStream(llvm::raw_ostream &OS) const;
126 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()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h287 S->dumpToStream(OS); in VisitSymExpr()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5750 void CFGElement::dumpToStream(llvm::raw_ostream &OS) const { in dumpToStream() function in CFGElement