Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dmultiple_target.c69 if (!DECL_FUNCTION_VERSIONED (node->decl) in create_dispatcher_calls()
397 DECL_FUNCTION_VERSIONED (node->decl) = 1; in expand_target_clones()
431 DECL_FUNCTION_VERSIONED (new_node->decl) = 1; in expand_target_clones()
H A Dattribs.c981 if (DECL_FUNCTION_VERSIONED (fn1) || DECL_FUNCTION_VERSIONED (fn2)) in common_function_versions()
1091 || !DECL_FUNCTION_VERSIONED (decl)) in is_function_default_version()
H A Domp-low.c1612 DECL_FUNCTION_VERSIONED (decl) in create_omp_child_function()
1613 = DECL_FUNCTION_VERSIONED (current_function_decl); in create_omp_child_function()
H A Dtree.h3052 #define DECL_FUNCTION_VERSIONED(NODE)\ macro
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c1091 (!DECL_FUNCTION_VERSIONED (newdecl) in decls_match()
1092 || !DECL_FUNCTION_VERSIONED (olddecl)))) in decls_match()
1159 if (!DECL_FUNCTION_VERSIONED (olddecl)) in maybe_version_functions()
1161 DECL_FUNCTION_VERSIONED (olddecl) = 1; in maybe_version_functions()
1166 if (!DECL_FUNCTION_VERSIONED (newdecl)) in maybe_version_functions()
1168 DECL_FUNCTION_VERSIONED (newdecl) = 1; in maybe_version_functions()
1764 else if ((!DECL_FUNCTION_VERSIONED (newdecl) in duplicate_decls()
1765 && !DECL_FUNCTION_VERSIONED (olddecl)) in duplicate_decls()
2650 && DECL_FUNCTION_VERSIONED (olddecl)) in duplicate_decls()
2653 DECL_FUNCTION_VERSIONED (newdecl) = 1; in duplicate_decls()
H A Dcp-gimplify.c1531 if (fn && DECL_FUNCTION_VERSIONED (fn) in cp_genericize_r()
H A Dcall.c7501 && DECL_FUNCTION_VERSIONED (fn)); in get_function_version_dispatcher()
10380 && DECL_FUNCTION_VERSIONED (cand1->fn) in joust()
10382 && DECL_FUNCTION_VERSIONED (cand2->fn)) in joust()
H A Dclass.c7918 if (DECL_FUNCTION_VERSIONED (fn)) in resolve_address_of_overloaded_function()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c32681 && DECL_FUNCTION_VERSIONED (decl)) in ix86_mangle_decl_assembler_name()
32707 gcc_assert (fn != NULL && DECL_FUNCTION_VERSIONED (fn)); in ix86_get_function_versions_dispatcher()