Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/config/rs6000/
Ddarwin.h439 targetm.resolve_overloaded_builtin = altivec_resolve_overloaded_builtin; \
Drs6000.h358 targetm.resolve_overloaded_builtin = altivec_resolve_overloaded_builtin; \
/freebsd-12-stable/contrib/gcc/
Dtarget.h447 tree (*resolve_overloaded_builtin) (tree decl, tree params); member
Dc-common.h797 extern tree resolve_overloaded_builtin (tree, tree);
Dc-common.c6734 resolve_overloaded_builtin (tree function, tree params) in resolve_overloaded_builtin() function
6742 if (targetm.resolve_overloaded_builtin) in resolve_overloaded_builtin()
6743 return targetm.resolve_overloaded_builtin (function, params); in resolve_overloaded_builtin()
Dc-typeck.c2362 tem = resolve_overloaded_builtin (function, params); in build_function_call()
DChangeLog-200510902 initialize targetm.resolve_overloaded_builtin here.
10907 targetm.resolve_overloaded_builtin here.
20994 * c-common.c (resolve_overloaded_builtin): Forward to target
20996 * c-typeck.c (finish_call_expr): Call resolve_overloaded_builtin
21000 * target.h (struct gcc_target): Add resolve_overloaded_builtin.
21024 (rs6000_cpu_cpp_builtins): Install the resolve_overloaded_builtin
23819 (resolve_overloaded_builtin): New.
23820 * c-common.h (resolve_overloaded_builtin): Declare.
23822 * c-typeck.c (build_function_call): Invoke resolve_overloaded_builtin.
/freebsd-12-stable/contrib/gcc/cp/
Dsemantics.c1883 result = resolve_overloaded_builtin (fn, args); in finish_call_expr()
DChangeLog5862 * semantics.c (finish_call_expr): Call resolve_overloaded_builtin
6023 * semantics.c (finish_call_expr): Call resolve_overloaded_builtin.