OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_int_constant
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/xlint/lint1/
cgram.y
1064
dcs_add_alignas(
to_int_constant
($3, true));
1326
$$ = set_bit_field_width($1,
to_int_constant
($3, true));
1332
$$ = set_bit_field_width(NULL,
to_int_constant
($3, true));
1339
$$ = set_bit_field_width($1,
to_int_constant
($3, true));
1344
$$ = set_bit_field_width(NULL,
to_int_constant
($3, true));
1416
$$ = enumeration_constant($1,
to_int_constant
($4, true),
1697
$$.dim = $3 == NULL ? 0 :
to_int_constant
($3, false);
1708
$$.dim = $1 == NULL ? 0 :
to_int_constant
($1, false);
1935
$$.lo =
to_int_constant
($1, true);
1939
$$.lo =
to_int_constant
($1, true)
[
all
...]
externs1.h
277
int
to_int_constant
(tnode_t *, bool);
decl.c
3208
*
to_int_constant
() should be used only inside declarations. If it is used in
3212
to_int_constant
(tnode_t *tn, bool required)
function
Completed in 30 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026