OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inner_decl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc
7179
const struct c_declarator *
inner_decl
;
7191
inner_decl
= declarator;
7192
while (
inner_decl
->kind == cdk_attrs)
7193
inner_decl
=
inner_decl
->declarator;
7196
if (
inner_decl
->kind == cdk_id)
7198
else if (
inner_decl
->kind == cdk_function)
7200
else if (
inner_decl
->kind == cdk_array)
7153
const struct c_declarator *
inner_decl
;
local
c-decl.cc
7179
const struct c_declarator *
inner_decl
;
7191
inner_decl
= declarator;
7192
while (
inner_decl
->kind == cdk_attrs)
7193
inner_decl
=
inner_decl
->declarator;
7196
if (
inner_decl
->kind == cdk_id)
7198
else if (
inner_decl
->kind == cdk_function)
7200
else if (
inner_decl
->kind == cdk_array)
7153
const struct c_declarator *
inner_decl
;
local
/src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc
6662
const struct c_declarator *
inner_decl
;
6674
inner_decl
= declarator;
6675
while (
inner_decl
->kind == cdk_attrs)
6676
inner_decl
=
inner_decl
->declarator;
6679
if (
inner_decl
->kind == cdk_id)
6681
else if (
inner_decl
->kind == cdk_function)
6683
else if (
inner_decl
->kind == cdk_array)
6636
const struct c_declarator *
inner_decl
;
local
c-decl.cc
6662
const struct c_declarator *
inner_decl
;
6674
inner_decl
= declarator;
6675
while (
inner_decl
->kind == cdk_attrs)
6676
inner_decl
=
inner_decl
->declarator;
6679
if (
inner_decl
->kind == cdk_id)
6681
else if (
inner_decl
->kind == cdk_function)
6683
else if (
inner_decl
->kind == cdk_array)
6636
const struct c_declarator *
inner_decl
;
local
Completed in 168 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026