Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp363 int IndirectionLevel = 1; in VisitNode() local
378 ParamIsReferenceType, IndirectionLevel); in VisitNode()
382 IndirectionLevel++; in VisitNode()
584 int IndirectionLevel, in prettyPrintRegionName() argument
588 IndirectionLevel--; in prettyPrintRegionName()
636 int IndirectionLevel, in prettyPrintFirstElement() argument
640 if (IndirectionLevel > 0 && MoreItemsExpected) { in prettyPrintFirstElement()
641 IndirectionLevel--; in prettyPrintFirstElement()
645 if (IndirectionLevel > 0 && MoreItemsExpected) in prettyPrintFirstElement()
648 for (int i=0; i<IndirectionLevel; i++) in prettyPrintFirstElement()
[all …]