OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fb_decl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-nested.cc
3443
tree
fb_decl
= make_node (FIELD_DECL);
local
3445
DECL_NAME (
fb_decl
) = get_identifier ("FRAME_BASE.PARENT");
3446
TREE_TYPE (
fb_decl
) = ptr_type_node;
3447
TREE_ADDRESSABLE (
fb_decl
) = 1;
3448
DECL_CONTEXT (
fb_decl
) = root->frame_type;
3450
fb_decl
);
3463
tree fb_ref = build3 (COMPONENT_REF, TREE_TYPE (
fb_decl
),
3464
root->frame_decl,
fb_decl
, NULL_TREE);
dwarf2out.cc
24058
const tree
fb_decl
= tree_last (TYPE_FIELDS (frame_type));
24062
fb_expr = build3 (COMPONENT_REF, TREE_TYPE (
fb_decl
),
24063
fb_expr,
fb_decl
, NULL_TREE);
24040
const tree
fb_decl
= tree_last (TYPE_FIELDS (frame_type));
local
/src/external/gpl3/gcc.old/dist/gcc/
tree-nested.cc
3417
tree
fb_decl
= make_node (FIELD_DECL);
local
3419
DECL_NAME (
fb_decl
) = get_identifier ("FRAME_BASE.PARENT");
3420
TREE_TYPE (
fb_decl
) = ptr_type_node;
3421
TREE_ADDRESSABLE (
fb_decl
) = 1;
3422
DECL_CONTEXT (
fb_decl
) = root->frame_type;
3424
fb_decl
);
3437
tree fb_ref = build3 (COMPONENT_REF, TREE_TYPE (
fb_decl
),
3438
root->frame_decl,
fb_decl
, NULL_TREE);
dwarf2out.cc
23942
const tree
fb_decl
= tree_last (TYPE_FIELDS (frame_type));
23946
fb_expr = build3 (COMPONENT_REF, TREE_TYPE (
fb_decl
),
23947
fb_expr,
fb_decl
, NULL_TREE);
23924
const tree
fb_decl
= tree_last (TYPE_FIELDS (frame_type));
local
Completed in 92 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026