Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcgraphclones.c205 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 Dcgraphunit.c2388 = build_function_decl_skip_args (old_decl, args_to_skip, skip_return); in cgraph_function_versioning()
H A Dcgraph.c2249 new_decl = build_function_decl_skip_args (old_decl, args_to_skip, false); in cgraph_create_virtual_clone()
H A Dtree.h4398 extern tree build_function_decl_skip_args (tree, bitmap, bool);
H A Dtree.c7668 build_function_decl_skip_args (tree orig_decl, bitmap args_to_skip, in build_function_decl_skip_args() function