Searched refs:C_alloca (Results 1 – 5 of 5) sorted by relevance
13 #define C_alloca(x) __ALLOCA(x)
162 C_alloca (size_t size) in C_alloca() function
2247 * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC2727 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
667 extern void *C_alloca (size_t) ATTRIBUTE_MALLOC;678 # define alloca(x) C_alloca(x)
493 * libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC.726 * libiberty.h: Prototype C_alloca; define alloca to either727 __builtin_alloca or C_alloca as appropriate.