Searched refs:ParenthesesDepth (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp1119 int ParenthesesDepth = 1; local
1136 // In any other case, ParenthesesDepth mustn't be 0 here.
1137 if (ParenthesesDepth != 0) {
1142 while (!(ParenthesesDepth == 1 &&
1148 ++ParenthesesDepth;
1151 --ParenthesesDepth;
1153 if (ParenthesesDepth == 0)
1183 int ParenthesesDepth = 1; local
1184 while (ParenthesesDepth != 0) {
1193 ++ParenthesesDepth;
[all...]

Completed in 157 milliseconds