OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paren_depth
(Results
1 - 25
of
25
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
ada-lex.l
264
"," { if (ada_parser->
paren_depth
== 0 && pstate->comma_terminates)
273
"(" { ada_parser->
paren_depth
+= 1; return '('; }
274
")" { if (ada_parser->
paren_depth
== 0)
281
ada_parser->
paren_depth
-= 1;
m2-exp.y
731
static int
paren_depth
;
774
paren_depth
++;
779
if (
paren_depth
== 0)
781
paren_depth
--;
786
if (pstate->comma_terminates &&
paren_depth
== 0)
999
paren_depth
= 0;
go-exp.y
969
static int
paren_depth
;
1029
paren_depth
++;
1035
if (
paren_depth
== 0)
1037
paren_depth
--;
1043
&&
paren_depth
== 0)
1528
paren_depth
= 0;
d-exp.y
1020
static int
paren_depth
;
1082
paren_depth
++;
1088
if (
paren_depth
== 0)
1090
paren_depth
--;
1095
if (pstate->comma_terminates &&
paren_depth
== 0)
1618
paren_depth
= 0;
p-exp.y
68
static int
paren_depth
;
1162
paren_depth
++;
1167
if (
paren_depth
== 0)
1169
paren_depth
--;
1174
if (pstate->comma_terminates &&
paren_depth
== 0)
1671
paren_depth
= 0;
rust-parse.c
319
paren_depth
= 0;
341
int
paren_depth
= 0;
member in struct:rust_parser
1103
--
paren_depth
;
1108
++
paren_depth
;
1111
&&
paren_depth
== 0)
f-exp.y
70
static int
paren_depth
;
1502
paren_depth
++;
1507
if (
paren_depth
== 0)
1509
paren_depth
--;
1514
if (pstate->comma_terminates &&
paren_depth
== 0)
1736
paren_depth
= 0;
ada-exp.y
107
int
paren_depth
= 0;
c-exp.y
2609
static int
paren_depth
;
2759
paren_depth
++;
2768
if (
paren_depth
== 0)
2770
paren_depth
--;
2776
&&
paren_depth
== 0
3454
paren_depth
= 0;
/src/external/gpl3/gdb.old/dist/gdb/
ada-lex.l
264
"," { if (ada_parser->
paren_depth
== 0 && pstate->comma_terminates)
273
"(" { ada_parser->
paren_depth
+= 1; return '('; }
274
")" { if (ada_parser->
paren_depth
== 0)
281
ada_parser->
paren_depth
-= 1;
m2-exp.y
726
static int
paren_depth
;
769
paren_depth
++;
774
if (
paren_depth
== 0)
776
paren_depth
--;
781
if (pstate->comma_terminates &&
paren_depth
== 0)
993
paren_depth
= 0;
go-exp.y
970
static int
paren_depth
;
1030
paren_depth
++;
1036
if (
paren_depth
== 0)
1038
paren_depth
--;
1044
&&
paren_depth
== 0)
1529
paren_depth
= 0;
d-exp.y
1018
static int
paren_depth
;
1080
paren_depth
++;
1086
if (
paren_depth
== 0)
1088
paren_depth
--;
1093
if (pstate->comma_terminates &&
paren_depth
== 0)
1616
paren_depth
= 0;
p-exp.y
68
static int
paren_depth
;
1163
paren_depth
++;
1168
if (
paren_depth
== 0)
1170
paren_depth
--;
1175
if (pstate->comma_terminates &&
paren_depth
== 0)
1672
paren_depth
= 0;
rust-parse.c
319
paren_depth
= 0;
341
int
paren_depth
= 0;
member in struct:rust_parser
1106
--
paren_depth
;
1111
++
paren_depth
;
1114
&&
paren_depth
== 0)
f-exp.y
70
static int
paren_depth
;
1485
paren_depth
++;
1490
if (
paren_depth
== 0)
1492
paren_depth
--;
1497
if (pstate->comma_terminates &&
paren_depth
== 0)
1719
paren_depth
= 0;
ada-exp.y
107
int
paren_depth
= 0;
c-exp.y
2608
static int
paren_depth
;
2758
paren_depth
++;
2767
if (
paren_depth
== 0)
2769
paren_depth
--;
2775
&&
paren_depth
== 0
3455
paren_depth
= 0;
/src/external/gpl3/gcc/dist/libcpp/
traditional.cc
390
unsigned int c,
paren_depth
= 0, quote;
local
579
paren_depth
++;
587
paren_depth
= 1;
600
if (quote == 0 && lex_state == ls_fun_close &&
paren_depth
== 1)
607
paren_depth
--;
608
if (lex_state == ls_fun_close &&
paren_depth
== 0)
macro.cc
1255
unsigned int
paren_depth
= 0;
local
1297
paren_depth
++;
1300
if (
paren_depth
-- == 0)
1307
if (
paren_depth
== 0
/src/external/gpl3/gcc.old/dist/libcpp/
traditional.cc
390
unsigned int c,
paren_depth
= 0, quote;
local
579
paren_depth
++;
587
paren_depth
= 1;
600
if (quote == 0 && lex_state == ls_fun_close &&
paren_depth
== 1)
607
paren_depth
--;
608
if (lex_state == ls_fun_close &&
paren_depth
== 0)
macro.cc
1246
unsigned int
paren_depth
= 0;
local
1288
paren_depth
++;
1291
if (
paren_depth
-- == 0)
1298
if (
paren_depth
== 0
/src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc
3758
unsigned
paren_depth
= 0;
3773
&& !brace_depth && !
paren_depth
&& !square_depth && !condop_depth)
3811
++
paren_depth
;
3815
if (!brace_depth && !
paren_depth
--)
3824
if (!brace_depth && !
paren_depth
&& !square_depth)
3829
if (!brace_depth && !
paren_depth
&& !square_depth && condop_depth > 0)
11908
int
paren_depth
= 0;
11911
paren_depth
++;
11913
paren_depth
--;
11914
else if (
paren_depth
==
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
parser.cc
3962
unsigned
paren_depth
= 0;
3977
&& !brace_depth && !
paren_depth
&& !square_depth && !condop_depth)
4015
++
paren_depth
;
4019
if (!brace_depth && !
paren_depth
--)
4028
if (!brace_depth && !
paren_depth
&& !square_depth)
4033
if (!brace_depth && !
paren_depth
&& !square_depth && condop_depth > 0)
12326
int
paren_depth
= 0;
12329
paren_depth
++;
12331
paren_depth
--;
12332
else if (
paren_depth
==
[
all
...]
/src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc
6696
int
paren_depth
= 0;
6699
paren_depth
++;
6701
paren_depth
--;
6702
else if (
paren_depth
== 0
6694
int
paren_depth
= 0;
local
Completed in 108 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026