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

/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.c343 static int method_depth; variable
2577 { ++method_depth; }
2582 { --method_depth; }
3245 && method_depth
H A Dparse-scan.y101 static int method_depth;
455 { ++method_depth; }
457 { --method_depth; }
1260 && method_depth

Completed in 68 milliseconds