| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerRegistryData.cpp | 22 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 D | MemRegion.cpp | 466 dumpToStream(llvm::errs()); in dump() 472 dumpToStream(os); in getString() 476 void MemRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in MemRegion 480 void AllocaRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in AllocaRegion 529 void CXXThisRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in CXXThisRegion 533 void ElementRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in ElementRegion 538 void FieldRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in FieldRegion 542 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in ObjCIvarRegion 546 void StringRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in StringRegion 556 void SymbolicRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SymbolicRegion [all …]
|
| H A D | SVals.cpp | 266 LLVM_DUMP_METHOD void SVal::dump() const { dumpToStream(llvm::errs()); } in dump() 272 dumpToStream(TempOut); in printJson() 277 void SVal::dumpToStream(raw_ostream &os) const { in dumpToStream() function in SVal 287 castAs<NonLoc>().dumpToStream(os); in dumpToStream() 291 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 D | SymbolManager.cpp | 44 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 D | RangeConstraintManager.cpp | 980 void dumpToStream(ProgramStateRef State, raw_ostream &os) const; 982 dumpToStream(State, llvm::errs()); in dump() 2287 LLVM_DUMP_METHOD void EquivalenceClass::dumpToStream(ProgramStateRef State, in dumpToStream() function in EquivalenceClass 3280 Sym->dumpToStream(O); in toString()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | MemRegion.h | 152 virtual void dumpToStream(raw_ostream &os) const; 233 void dumpToStream(raw_ostream &os) const override; 273 void dumpToStream(raw_ostream &os) const override; 315 void dumpToStream(raw_ostream &os) const override; 334 void dumpToStream(raw_ostream &os) const override; 351 void dumpToStream(raw_ostream &os) const override; 365 void dumpToStream(raw_ostream &os) const override; 379 void dumpToStream(raw_ostream &os) const override; 417 void dumpToStream(raw_ostream &os) const override; 1189 void dumpToStream(raw_ostream &os) const; [all …]
|
| H A D | SymbolManager.h | 66 void dumpToStream(raw_ostream &os) const override; 110 void dumpToStream(raw_ostream &os) const override; 156 void dumpToStream(raw_ostream &os) const override; 195 void dumpToStream(raw_ostream &os) const override; 254 void dumpToStream(raw_ostream &os) const override; 308 void dumpToStream(raw_ostream &os) const override; 357 void dumpToStream(raw_ostream &os) const override; 437 void dumpToStream(raw_ostream &os) const override { in dumpToStream() function
|
| H A D | SymExpr.h | 61 virtual void dumpToStream(raw_ostream &os) const {} in dumpToStream() function 109 SE->dumpToStream(os);
|
| H A D | SVals.h | 150 void dumpToStream(raw_ostream &OS) const; 175 V.dumpToStream(os); 248 void dumpToStream(raw_ostream &Out) const; 265 void dumpToStream(raw_ostream &Out) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerRegistryData.h | 80 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;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 738 Sym.first->dumpToStream(Out); in printState() 742 Pos.getContainer()->dumpToStream(Out); in printState() 744 Pos.getOffset()->dumpToStream(Out); in printState() 751 Reg.first->dumpToStream(Out); in printState() 755 Pos.getContainer()->dumpToStream(Out); in printState() 757 Pos.getOffset()->dumpToStream(Out); in printState()
|
| H A D | PthreadLockChecker.cpp | 320 I.first->dumpToStream(Out); in printState() 339 I->dumpToStream(Out); in printState() 348 I.first->dumpToStream(Out); in printState() 350 I.second->dumpToStream(Out); in printState()
|
| H A D | FuchsiaHandleChecker.cpp | 171 ErrorSym->dumpToStream(OS); in dump() 691 Sym->dumpToStream(Out); in printState()
|
| H A D | ContainerModeling.cpp | 729 Cont.first->dumpToStream(Out); in printState() 733 CData.getBegin()->dumpToStream(Out); in printState() 738 CData.getEnd()->dumpToStream(Out); in printState()
|
| H A D | MacOSKeychainAPIChecker.cpp | 651 Sym->dumpToStream(Out); in printState()
|
| H A D | MoveChecker.cpp | 739 I.first->dumpToStream(Out); in printState()
|
| H A D | MallocChecker.cpp | 756 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 __anon5ae12f910511::NoOwnershipChangeVisitor::OwnershipBindingsHandler 761 Owner->dumpToStream(out); in dumpToStream() 3571 Sym->dumpToStream(Out); in printState()
|
| H A D | SmartPtrModeling.cpp | 563 I.first->dumpToStream(Out); in printState()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Logger.cpp | 85 Element.dumpToStream(OS); in enterElement()
|
| H A D | HTMLLogger.cpp | 325 Elt.dumpToStream(DumpS); in writeBlock()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 125 void dumpToStream(llvm::raw_ostream &OS) const; 128 dumpToStream(llvm::errs()); in dump() 690 void dumpToStream(llvm::raw_ostream &OS) const { in dumpToStream() function 692 (*this)->dumpToStream(OS); in dumpToStream() 696 dumpToStream(llvm::errs()); in dump()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 287 S->dumpToStream(OS); in VisitSymExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 5759 void CFGElement::dumpToStream(llvm::raw_ostream &OS) const { in dumpToStream() function in CFGElement
|