Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-expand.cc500 tree parent_fndecl = NULL_TREE; in adjust_context_and_scope() local
508 region && parent_fndecl == NULL_TREE; region = region->outer) in adjust_context_and_scope()
515 parent_fndecl = gimple_omp_taskreg_child_fn (entry_stmt); in adjust_context_and_scope()
519 parent_fndecl in adjust_context_and_scope()
526 if (parent_fndecl == NULL_TREE) in adjust_context_and_scope()
527 parent_fndecl = current_function_decl; in adjust_context_and_scope()
528 DECL_CONTEXT (child_fndecl) = parent_fndecl; in adjust_context_and_scope()