Searched refs:resolve_overloaded_builtin (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Ddarwin.h439 targetm.resolve_overloaded_builtin = altivec_resolve_overloaded_builtin; \
H A Drs6000.h358 targetm.resolve_overloaded_builtin = altivec_resolve_overloaded_builtin; \
/freebsd-11.0-release/contrib/gcc/
H A Dtarget.h447 tree (*resolve_overloaded_builtin) (tree decl, tree params); member in struct:gcc_target
H A Dc-common.h798 extern tree resolve_overloaded_builtin (tree, tree);
H A Dc-common.c6645 /* A helper function for resolve_overloaded_builtin in resolving the
6679 /* A helper function for resolve_overloaded_builtin. Adds casts to
6732 /* A helper function for resolve_overloaded_builtin. Adds a cast to
6754 resolve_overloaded_builtin (tree function, tree params)
6762 if (targetm.resolve_overloaded_builtin)
6763 return targetm.resolve_overloaded_builtin (function, params);
6734 resolve_overloaded_builtin (tree function, tree params) function
H A Dc-typeck.c2370 resolve_overloaded_builtin and targetm.resolve_overloaded_builtin
2373 tem = resolve_overloaded_builtin (function, params);
/freebsd-11.0-release/contrib/gcc/cp/
H A Dsemantics.c1883 result = resolve_overloaded_builtin (fn, args);

Completed in 77 milliseconds