OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:YYSTACK_ALLOC
(Results
1 - 8
of
8
) sorted by null
/external/bison/data/
yacc.c
475
# define
YYSTACK_ALLOC
__builtin_alloca
479
# define
YYSTACK_ALLOC
__alloca
484
# define
YYSTACK_ALLOC
alloca
496
# ifdef
YYSTACK_ALLOC
507
# define
YYSTACK_ALLOC
YYMALLOC
915
YYSTACK_ALLOC
, copy the existing elements, and adjust *YYBOTTOM,
949
(yytype_int16*)
YYSTACK_ALLOC
(yyalloc * sizeof *yybottom_new);
[
all
...]
/external/e2fsprogs/intl/
plural.c
343
# define
YYSTACK_ALLOC
alloca
347
# define
YYSTACK_ALLOC
alloca
350
# define
YYSTACK_ALLOC
__builtin_alloca
356
# ifdef
YYSTACK_ALLOC
364
# define
YYSTACK_ALLOC
malloc
815
(union yyalloc *)
YYSTACK_ALLOC
(YYSTACK_BYTES (yystacksize));
1149
yymsg = (char *)
YYSTACK_ALLOC
(yysize);
[
all
...]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp
307
# define
YYSTACK_ALLOC
__builtin_alloca
311
# define
YYSTACK_ALLOC
__alloca
316
# define
YYSTACK_ALLOC
alloca
328
# ifdef
YYSTACK_ALLOC
339
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
/toolchain/binutils/binutils-2.25/intl/
plural.c
367
# define
YYSTACK_ALLOC
alloca
371
# define
YYSTACK_ALLOC
alloca
374
# define
YYSTACK_ALLOC
__builtin_alloca
380
# ifdef
YYSTACK_ALLOC
388
# define
YYSTACK_ALLOC
malloc
841
(union yyalloc *)
YYSTACK_ALLOC
(YYSTACK_BYTES (yystacksize));
1176
yymsg = (char *)
YYSTACK_ALLOC
(yysize);
[
all
...]
/external/bison/src/
parse-gram.c
482
# ifdef
YYSTACK_ALLOC
493
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
/external/libpcap/
grammar.c
759
# define
YYSTACK_ALLOC
__builtin_alloca
763
# define
YYSTACK_ALLOC
__alloca
768
# define
YYSTACK_ALLOC
alloca
780
# ifdef
YYSTACK_ALLOC
791
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
/external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp
513
# define
YYSTACK_ALLOC
__builtin_alloca
517
# define
YYSTACK_ALLOC
__alloca
522
# define
YYSTACK_ALLOC
alloca
534
# ifdef
YYSTACK_ALLOC
545
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp
583
# define
YYSTACK_ALLOC
__builtin_alloca
587
# define
YYSTACK_ALLOC
__alloca
592
# define
YYSTACK_ALLOC
alloca
604
# ifdef
YYSTACK_ALLOC
615
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
Completed in 99 milliseconds