Searched refs:parent_fndecl (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc5236 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),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c530 tree parent_fndecl = NULL_TREE; local
538 region && parent_fndecl == NULL_TREE; region = region->outer)
545 parent_fndecl = gimple_omp_taskreg_child_fn (entry_stmt);
549 parent_fndecl
556 if (parent_fndecl == NULL_TREE)
557 parent_fndecl = current_function_decl;
558 DECL_CONTEXT (child_fndecl) = parent_fndecl;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc500 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;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc8048 tree parent_fndecl = make_fndecl (integer_type_node, local
8051 allocate_struct_function (parent_fndecl, true);
8084 = model.push_frame (DECL_STRUCT_FUNCTION (parent_fndecl), NULL, &ctxt);

Completed in 175 milliseconds