Searched refs:expand_builtin (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/m4/
H A Deval.c77 static void expand_builtin(const char *[], int, int);
115 expand_builtin(argv, argc, td);
121 * expand_builtin - evaluate built-in macros.
124 expand_builtin(const char *argv[], int argc, int td) function
/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h440 rtx (* expand_builtin) (tree exp, rtx target, rtx subtarget, member in struct:gcc_target
H A Dexpr.h342 extern rtx expand_builtin (tree, rtx, rtx, enum machine_mode, int);
H A Dbuiltins.c5445 casts. The mode computed in expand_builtin isn't reliable either, due
5647 expand_builtin (tree exp, rtx target, rtx subtarget, enum machine_mode mode,
5656 return targetm.expand_builtin (exp, target, subtarget, mode, ignore);
5644 expand_builtin (tree exp, rtx target, rtx subtarget, enum machine_mode mode, function
H A Dexpr.c7730 return expand_builtin (exp, target, subtarget, tmode, ignore);

Completed in 163 milliseconds