Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp444 int IndirectionLevel,
614 int IndirectionLevel = 1; in VisitNode() local
633 IndirectionLevel++; in VisitNode()
683 unsigned IndirectionLevel) { in maybeEmitNote() argument
738 IndirectionLevel--; in prettyPrintRegionName()
763 IndirectionLevel, os); in prettyPrintRegionName()
787 if (IndirectionLevel > 0 && MoreItemsExpected) { in prettyPrintFirstElement()
788 IndirectionLevel--; in prettyPrintFirstElement()
792 if (IndirectionLevel > 0 && MoreItemsExpected) in prettyPrintFirstElement()
795 for (int i = 0; i < IndirectionLevel; i++) in prettyPrintFirstElement()
[all …]