Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp600 unsigned IndirectionLevel,
605 int IndirectionLevel,
745 unsigned IndirectionLevel = 1; in maybeEmitNoteForParameters() local
766 IndirectionLevel++; in maybeEmitNoteForParameters()
787 unsigned IndirectionLevel) { in maybeEmitNote() argument
821 IndirectionLevel--; in prettyPrintRegionName()
870 if (IndirectionLevel > 0 && MoreItemsExpected) { in prettyPrintFirstElement()
871 IndirectionLevel--; in prettyPrintFirstElement()
875 if (IndirectionLevel > 0 && MoreItemsExpected) in prettyPrintFirstElement()
878 for (int i = 0; i < IndirectionLevel; i++) in prettyPrintFirstElement()
[all …]