Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDomp-expand.c7620 tree kern_fndecl = copy_node (orig_child_fndecl); in grid_expand_target_grid_body() local
7621 DECL_NAME (kern_fndecl) = clone_function_name (kern_fndecl, "kernel"); in grid_expand_target_grid_body()
7622 SET_DECL_ASSEMBLER_NAME (kern_fndecl, DECL_NAME (kern_fndecl)); in grid_expand_target_grid_body()
7628 BLOCK_SUPERCONTEXT (fniniblock) = kern_fndecl; in grid_expand_target_grid_body()
7629 DECL_INITIAL (kern_fndecl) = fniniblock; in grid_expand_target_grid_body()
7630 push_struct_function (kern_fndecl); in grid_expand_target_grid_body()
7635 tree old_parm_decl = DECL_ARGUMENTS (kern_fndecl); in grid_expand_target_grid_body()
7637 tree new_parm_decl = copy_node (DECL_ARGUMENTS (kern_fndecl)); in grid_expand_target_grid_body()
7638 DECL_CONTEXT (new_parm_decl) = kern_fndecl; in grid_expand_target_grid_body()
7639 DECL_ARGUMENTS (kern_fndecl) = new_parm_decl; in grid_expand_target_grid_body()
[all …]