OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:paren_depth
(Results
1 - 14
of
14
) sorted by relevancy
/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)
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
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)
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
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/gdb.old/dist/gdb/
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)
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)
/src/external/gpl3/gdb/dist/gdb/
rust-parse.c
323
paren_depth
= 0;
345
int
paren_depth
= 0;
member in struct:rust_parser
1117
--
paren_depth
;
1122
++
paren_depth
;
1125
&&
paren_depth
== 0)
rust-parse.c
323
paren_depth
= 0;
345
int
paren_depth
= 0;
member in struct:rust_parser
1117
--
paren_depth
;
1122
++
paren_depth
;
1125
&&
paren_depth
== 0)
/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
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 66 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026