Searched refs:IndirectionLevel (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 656 unsigned IndirectionLevel = 1; in maybeEmitNoteForParameters() local 661 ParamIsReferenceType, IndirectionLevel); in maybeEmitNoteForParameters() 673 ParamIsReferenceType, IndirectionLevel); in maybeEmitNoteForParameters() 677 IndirectionLevel++; in maybeEmitNoteForParameters() 698 unsigned IndirectionLevel) { in maybeEmitNote() argument 715 FirstIsReferenceType, IndirectionLevel, os)) in maybeEmitNote() 728 unsigned IndirectionLevel, in prettyPrintRegionName() argument 732 IndirectionLevel--; in prettyPrintRegionName() 757 IndirectionLevel, os); in prettyPrintRegionName() 772 /*MoreItemsExpected=*/false, IndirectionLevel, os); in prettyPrintRegionName() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 792 bool FirstIsReferenceType, unsigned IndirectionLevel); 797 unsigned IndirectionLevel, 802 int IndirectionLevel,
|