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

/freebsd-9.3-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-9.3-release/contrib/gcc/
H A Dtarget.h447 tree (*resolve_overloaded_builtin) (tree decl, tree params); member in struct:gcc_target
H A Dc-common.h790 extern tree resolve_overloaded_builtin (tree, tree);
H A Dc-common.c6442 /* A helper function for resolve_overloaded_builtin in resolving the
6476 /* A helper function for resolve_overloaded_builtin. Adds casts to
6529 /* A helper function for resolve_overloaded_builtin. Adds a cast to
6551 resolve_overloaded_builtin (tree function, tree params)
6559 if (targetm.resolve_overloaded_builtin)
6560 return targetm.resolve_overloaded_builtin (function, params);
6531 resolve_overloaded_builtin (tree function, tree params) function
H A Dc-typeck.c2278 resolve_overloaded_builtin and targetm.resolve_overloaded_builtin
2281 tem = resolve_overloaded_builtin (function, params);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c1883 result = resolve_overloaded_builtin (fn, args);

Completed in 141 milliseconds