OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parent_fndecl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-expand.cc
501
tree
parent_fndecl
= NULL_TREE;
local
509
region &&
parent_fndecl
== NULL_TREE; region = region->outer)
516
parent_fndecl
= gimple_omp_taskreg_child_fn (entry_stmt);
520
parent_fndecl
527
if (
parent_fndecl
== NULL_TREE)
528
parent_fndecl
= current_function_decl;
529
DECL_CONTEXT (child_fndecl) =
parent_fndecl
;
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc
5236
tree
parent_fndecl
= make_fndecl (integer_type_node,
local
5239
allocate_struct_function (
parent_fndecl
, true);
5250
DECL_CONTEXT (a) =
parent_fndecl
;
5254
DECL_CONTEXT (b) =
parent_fndecl
;
5277
= model.push_frame (DECL_STRUCT_FUNCTION (
parent_fndecl
),
/src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc
500
tree
parent_fndecl
= NULL_TREE;
local
508
region &&
parent_fndecl
== NULL_TREE; region = region->outer)
515
parent_fndecl
= gimple_omp_taskreg_child_fn (entry_stmt);
519
parent_fndecl
526
if (
parent_fndecl
== NULL_TREE)
527
parent_fndecl
= current_function_decl;
528
DECL_CONTEXT (child_fndecl) =
parent_fndecl
;
/src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc
7965
tree
parent_fndecl
= make_fndecl (integer_type_node,
local
7968
allocate_struct_function (
parent_fndecl
, true);
7979
DECL_CONTEXT (a) =
parent_fndecl
;
7983
DECL_CONTEXT (b) =
parent_fndecl
;
8006
= model.push_frame (*DECL_STRUCT_FUNCTION (
parent_fndecl
),
Completed in 68 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026