Searched refs:yyptr (Results 1 – 6 of 6) 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/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/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 | 838 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 839 Stack = &yyptr->Stack_alloc; \ 841 yyptr += yynewbytes / sizeof (*yyptr); \ 1935 union yyalloc *yyptr = in yyparse() local 1937 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)
|