OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:format_num_expr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc
176
tree *
format_num_expr
= &TREE_VALUE (args);
local
179
if (!validate_constant (type, atname, *
format_num_expr
, 0, &format_num, 0,
340
tree *
format_num_expr
= &TREE_VALUE (TREE_CHAIN (args));
local
374
if (!validate_constant (fn, atname, *
format_num_expr
, 2, &info->format_num,
c-common.cc
6264
tree
format_num_expr
;
6271
format_num_expr
= TREE_VALUE (TREE_VALUE (attrs));
6273
format_num = tree_to_uhwi (
format_num_expr
);
6248
tree
format_num_expr
;
local
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc
176
tree *
format_num_expr
= &TREE_VALUE (args);
local
179
if (tree val = get_constant (type, atname, *
format_num_expr
, 0, &format_num,
181
*
format_num_expr
= val;
341
tree *
format_num_expr
= &TREE_VALUE (TREE_CHAIN (args));
local
375
if (tree val = get_constant (fntype, atname, *
format_num_expr
,
377
*
format_num_expr
= val;
c-common.cc
6165
tree
format_num_expr
;
6172
format_num_expr
= TREE_VALUE (TREE_VALUE (attrs));
6174
format_num = tree_to_uhwi (
format_num_expr
);
6149
tree
format_num_expr
;
local
Completed in 52 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026