OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:int_const_expr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.y
149
%type <m_ast> const_def const_expr expr
int_const_expr
unary_expr int_value constants_block
271
| TOK_IDENT '=' "extern" '('
int_const_expr
')'
318
section_def : "section" '('
int_const_expr
section_options_opt ')' section_contents
449
load_data :
int_const_expr
627
|
int_const_expr
634
call_arg_opt : '('
int_const_expr
')' { $$ = $2; }
646
mode_stmt : "mode"
int_const_expr
695
address_or_range :
int_const_expr
700
|
int_const_expr
".."
int_const_expr
800
int_const_expr
: expr { $$ = $1; }
label
[
all
...]
/src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc
8366
bool
int_const_expr
= false;
8380
int_const_expr
= (TREE_CODE (init) == INTEGER_CST
8388
value = digest_init (init_loc, type, init, origtype, npc,
int_const_expr
,
8626
already been folded and verified to be constant.
INT_CONST_EXPR
8633
bool
int_const_expr
, bool arith_const_expr)
8646
if (!
int_const_expr
)
8722
INT_CONST_EXPR
is true if INIT is an integer constant expression,
8740
bool null_pointer_constant, bool
int_const_expr
,
9026
int_const_expr
, arith_const_expr);
9082
int_const_expr
, arith_const_expr)
8341
bool
int_const_expr
= false;
local
10562
bool npc,
int_const_expr
, arith_const_expr;
local
[
all
...]
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026