Searched refs:build_function_decl_skip_args (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cgraphclones.c | 205 build_function_decl_skip_args (tree orig_decl, bitmap args_to_skip, in build_function_decl_skip_args() function 294 new_decl = build_function_decl_skip_args (thunk->decl, in duplicate_thunk_for_node() 569 new_decl = build_function_decl_skip_args (old_decl, args_to_skip, false); in create_virtual_clone() 969 = build_function_decl_skip_args (old_decl, args_to_skip, skip_return); in create_version_clone_with_body()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cgraphunit.c | 2388 = build_function_decl_skip_args (old_decl, args_to_skip, skip_return); in cgraph_function_versioning()
|
H A D | cgraph.c | 2249 new_decl = build_function_decl_skip_args (old_decl, args_to_skip, false); in cgraph_create_virtual_clone()
|
H A D | tree.h | 4398 extern tree build_function_decl_skip_args (tree, bitmap, bool);
|
H A D | tree.c | 7668 build_function_decl_skip_args (tree orig_decl, bitmap args_to_skip, in build_function_decl_skip_args() function
|