Searched refs:yyptr (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/intl/ |
D | plural.c | 426 YYCOPY (&yyptr->Stack, Stack, yysize); \ 427 Stack = &yyptr->Stack; \ 429 yyptr += yynewbytes / sizeof (*yyptr); \ 814 union yyalloc *yyptr = in yyparse() local 816 if (! yyptr) in yyparse()
|
/external/iproute2/tc/ |
D | emp_ematch.yacc.c | 385 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 386 Stack = &yyptr->Stack_alloc; \ 388 yyptr += yynewbytes / sizeof (*yyptr); \ 1213 union yyalloc *yyptr = in yyparse() local 1215 if (! yyptr) in yyparse()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 422 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 423 Stack = &yyptr->Stack_alloc; \ 425 yyptr += yynewbytes / sizeof (*yyptr); \ 1214 union yyalloc *yyptr = in yyparse() local 1216 if (! yyptr) in yyparse()
|
/external/one-true-awk/ |
D | ytab.c | 547 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 548 Stack = &yyptr->Stack_alloc; \ 550 yyptr += yynewbytes / sizeof (*yyptr); \ 2420 union yyalloc *yyptr = in yyparse() local 2422 if (! yyptr) in yyparse()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | parser.c | 543 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 544 Stack = &yyptr->Stack_alloc; \ 546 yyptr += yynewbytes / sizeof (*yyptr); \ 1868 union yyalloc *yyptr = in yyparse() local 1870 if (! yyptr) in yyparse()
|
/external/libpcap/ |
D | grammar.c | 855 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 856 Stack = &yyptr->Stack_alloc; \ 858 yyptr += yynewbytes / sizeof (*yyptr); \ 1952 union yyalloc *yyptr = in yyparse() local 1954 if (! yyptr) in yyparse()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 607 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 608 Stack = &yyptr->Stack_alloc; \ 610 yyptr += yynewbytes / sizeof (*yyptr); \ 2239 union yyalloc *yyptr = in yyparse() local 2241 if (! yyptr) in yyparse()
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 357 YYCOPY (&yyptr->Stack, Stack, yysize); \ 358 Stack = &yyptr->Stack; \ 360 yyptr += yynewbytes / sizeof (*yyptr); \ 1304 union yyalloc *yyptr = 1306 if (! yyptr)
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp | 813 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 814 Stack = &yyptr->Stack_alloc; \ 816 yyptr += yynewbytes / sizeof (*yyptr); \ 4008 union yyalloc *yyptr = in yyparse() local 4010 if (! yyptr) in yyparse()
|