• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/

Lines Matching defs:dumpToStream

444   dumpToStream(llvm::errs());
450 dumpToStream(os);
454 void MemRegion::dumpToStream(raw_ostream &os) const {
458 void AllocaRegion::dumpToStream(raw_ostream &os) const {
462 void FunctionCodeRegion::dumpToStream(raw_ostream &os) const {
466 void BlockCodeRegion::dumpToStream(raw_ostream &os) const {
470 void BlockDataRegion::dumpToStream(raw_ostream &os) const {
481 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const {
486 void CXXTempObjectRegion::dumpToStream(raw_ostream &os) const {
491 void CXXBaseObjectRegion::dumpToStream(raw_ostream &os) const {
495 void CXXDerivedObjectRegion::dumpToStream(raw_ostream &os) const {
499 void CXXThisRegion::dumpToStream(raw_ostream &os) const {
503 void ElementRegion::dumpToStream(raw_ostream &os) const {
508 void FieldRegion::dumpToStream(raw_ostream &os) const {
512 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const {
516 void StringRegion::dumpToStream(raw_ostream &os) const {
521 void ObjCStringRegion::dumpToStream(raw_ostream &os) const {
526 void SymbolicRegion::dumpToStream(raw_ostream &os) const {
532 void VarRegion::dumpToStream(raw_ostream &os) const {
541 dumpToStream(llvm::errs());
544 void RegionRawOffset::dumpToStream(raw_ostream &os) const {
548 void CodeSpaceRegion::dumpToStream(raw_ostream &os) const {
552 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const {
556 void GlobalInternalSpaceRegion::dumpToStream(raw_ostream &os) const {
560 void GlobalSystemSpaceRegion::dumpToStream(raw_ostream &os) const {
564 void GlobalImmutableSpaceRegion::dumpToStream(raw_ostream &os) const {
568 void HeapSpaceRegion::dumpToStream(raw_ostream &os) const {
572 void UnknownSpaceRegion::dumpToStream(raw_ostream &os) const {
576 void StackArgumentsSpaceRegion::dumpToStream(raw_ostream &os) const {
580 void StackLocalsSpaceRegion::dumpToStream(raw_ostream &os) const {