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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dparser-defs.h197 extern int paren_depth;
H A Dm2-exp.y857 paren_depth++;
862 if (paren_depth == 0)
864 paren_depth--;
869 if (comma_terminates && paren_depth == 0)
H A Dc-exp.y1420 paren_depth++;
1425 if (paren_depth == 0)
1427 paren_depth--;
1433 && paren_depth == 0
H A Djv-exp.y935 paren_depth++;
940 if (paren_depth == 0)
942 paren_depth--;
947 if (comma_terminates && paren_depth == 0)
H A Dm2-exp.c2350 paren_depth++;
2355 if (paren_depth == 0)
2357 paren_depth--;
2362 if (comma_terminates && paren_depth == 0)
H A Dobjc-exp.y1329 paren_depth++;
1334 if (paren_depth == 0)
1336 paren_depth--;
1341 if (comma_terminates && paren_depth == 0)
H A Dp-exp.y1157 paren_depth++;
1162 if (paren_depth == 0)
1164 paren_depth--;
1169 if (comma_terminates && paren_depth == 0)
H A Djv-exp.c2309 paren_depth++;
2314 if (paren_depth == 0)
2316 paren_depth--;
2321 if (comma_terminates && paren_depth == 0)
H A Dparse.c95 int paren_depth;
1039 paren_depth = 0;
93 int paren_depth; variable
H A Dc-exp.c3053 paren_depth++;
3058 if (paren_depth == 0)
3060 paren_depth--;
3066 && paren_depth == 0
H A Dobjc-exp.c2974 paren_depth++;
2979 if (paren_depth == 0)
2981 paren_depth--;
2986 if (comma_terminates && paren_depth == 0)
H A Dp-exp.c2482 paren_depth++;
2487 if (paren_depth == 0)
2489 paren_depth--;
2494 if (comma_terminates && paren_depth == 0)
/freebsd-11-stable/contrib/bmake/
H A Dcond.c247 int paren_depth;
276 paren_depth = 0;
281 if ((ch == '&' || ch == '|') && paren_depth == 0)
302 paren_depth++;
304 if (ch == ')' && --paren_depth < 0)
246 int paren_depth; local
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dtraditional.c350 unsigned int c, paren_depth = 0, quote; local
528 paren_depth++;
536 paren_depth = 1;
549 if (quote == 0 && lex_state == ls_fun_close && paren_depth == 1)
556 paren_depth--;
557 if (lex_state == ls_fun_close && paren_depth == 0)
H A Dmacro.c603 unsigned int paren_depth = 0; local
628 paren_depth++;
631 if (paren_depth-- == 0)
638 if (paren_depth == 0
/freebsd-11-stable/contrib/gcc/
H A Dprotoize.c1338 int paren_depth;
1340 for (paren_depth = 1, q = p-1; paren_depth; q--)
1345 paren_depth++;
1348 paren_depth--;
3775 int paren_depth;
3777 for (paren_depth = 1, q = p-1; paren_depth; check_source (--q >= clean_text_base, 0))
3782 paren_depth++;
3785 paren_depth
1326 int paren_depth; local
3756 int paren_depth; local
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c2355 unsigned paren_depth = 0;
2388 if (recovering && or_comma && !brace_depth && !paren_depth)
2394 ++paren_depth;
2398 if (!brace_depth && !paren_depth--)
2353 unsigned paren_depth = 0; local

Completed in 266 milliseconds