Home
last modified time | relevance | path

Searched refs:XALLOCA (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-4.7/include/
H A Dlibiberty.h350 #define XALLOCA(T) ((T *) alloca (sizeof (T))) macro
/dragonfly/contrib/gdb-7/include/
H A Dlibiberty.h341 #define XALLOCA(T) ((T *) alloca (sizeof (T))) macro
/dragonfly/contrib/binutils-2.34/include/
H A Dlibiberty.h357 #define XALLOCA(T) ((T *) alloca (sizeof (T))) macro
/dragonfly/contrib/gcc-8.0/include/
H A Dlibiberty.h348 #define XALLOCA(T) ((T *) alloca (sizeof (T))) macro
/dragonfly/contrib/binutils-2.27/include/
H A Dlibiberty.h348 #define XALLOCA(T) ((T *) alloca (sizeof (T))) macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexpmed.c2437 alg_in = XALLOCA (struct algorithm); in synth_mult()
2438 best_alg = XALLOCA (struct algorithm); in synth_mult()
H A Dsel-sched.c5499 expr_t c_expr = XALLOCA (expr_def); in schedule_expr_on_boundary()
H A Dcse.c4172 sets = XALLOCA (struct set); in cse_insn()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dexpmed.c2755 alg_in = XALLOCA (struct algorithm); in synth_mult()
2756 best_alg = XALLOCA (struct algorithm); in synth_mult()
H A Dipa-prop.c1673 n = XALLOCA (struct ipa_known_agg_contents_list); in determine_locally_known_aggregate_parts()
H A Dsel-sched.c5428 expr_t c_expr = XALLOCA (expr_def); in schedule_expr_on_boundary()
H A Dcse.c4538 sets = XALLOCA (struct set); in cse_insn()