OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:had_vla_unspec
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c/
c-tree.h
507
BOOL_BITFIELD
had_vla_unspec
: 1;
member in struct:c_arg_info
c-decl.cc
499
BOOL_BITFIELD
had_vla_unspec
: 1;
5298
current_scope->
had_vla_unspec
= true;
8385
if (funcdef_flag && arg_info->
had_vla_unspec
)
8495
ret->
had_vla_unspec
= 0;
8524
arg_info->
had_vla_unspec
= current_scope->
had_vla_unspec
;
10811
if (current_scope->
had_vla_unspec
)
/src/external/gpl3/gcc.old/dist/gcc/c/
c-tree.h
455
BOOL_BITFIELD
had_vla_unspec
: 1;
member in struct:c_arg_info
c-decl.cc
464
BOOL_BITFIELD
had_vla_unspec
: 1;
4990
current_scope->
had_vla_unspec
= true;
7881
if (funcdef_flag && arg_info->
had_vla_unspec
)
7989
ret->
had_vla_unspec
= 0;
8017
arg_info->
had_vla_unspec
= current_scope->
had_vla_unspec
;
9870
if (current_scope->
had_vla_unspec
)
Completed in 35 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026