/external/checkpolicy/ |
parse_util.c | 27 extern int yyparse(void); 54 if (yyparse() || policydb_errors) { 64 if (yyparse() || policydb_errors) {
|
/external/llvm/test/Transforms/LICM/ |
2003-02-27-NestedLoopExitBlocks.ll | 5 define i32 @yyparse() {
|
/external/bison/lib/ |
main.c | 29 int yyparse (void); 35 return yyparse ();
|
/prebuilts/misc/common/swig/include/2.0.11/perl5/ |
noembed.h | 46 #ifdef yyparse 47 #undef yyparse macro
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
glslang_tab.h | 245 int yyparse (void *YYPARSE_PARAM); 247 int yyparse (); 251 int yyparse (TParseContext* context); 253 int yyparse ();
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
parser.c | 38 yyparse(void) function 244 yyparse();
|
/external/ipsec-tools/src/racoon/ |
cfparse_proto.h | 38 extern int yyparse __P((void));
|
/external/bison/tests/ |
regression.at | 471 return yyparse (); 903 yyparse () 916 return yyparse (); 976 yyparse () 1000 return yyparse (); 1065 return !yyparse (); 1197 return yyparse (); 1263 "The initial size of yymsgbuf in yyparse has increased\n" 1275 // sizeof yymsgbuf in yyparse. Each token here is 64 bytes. 1292 return yyparse (); [all...] |
glr-regression.at | 77 return yyparse (); 202 res = yyparse (); 335 res = yyparse (); 410 int status = yyparse (); 493 return yyparse () != 1; 545 return yyparse () != 1; 627 int status = yyparse (); 727 yyparse(); 802 exit_status = yyparse (); 864 return yyparse (); [all...] |
push.at | 115 ]m4_if([$1], [[both]], [[assert (yyparse () == 2)]])[; 119 ]m4_if([$1], [[both]], [[assert (yyparse () == 2)]])[;
|
actions.at | 58 return yyparse (); 119 return !!yyparse (]AT_PARAM_IF([0])[);]])[ 301 return yyparse (); 336 return yyparse (); 524 yyparse () 539 status = yyparse (); 818 return yyparse (); 930 return yyparse (); 1058 return yyparse (); 1143 return yyparse (); [all...] |
torture.at | 122 return yyparse (); 212 return yyparse (); 349 return yyparse (); 446 [[yyparse ()]])[;
|
/bootable/recovery/edify/ |
parser.y | 30 int yyparse(Expr** root, int* error_count); 138 return yyparse(root, error_count);
|
main.c | 24 extern int yyparse(Expr** root, int* error_count);
|
/frameworks/base/tools/aidl/ |
aidl_language_l.l | 185 int yyparse(void); 197 int rv = yyparse();
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp.h | 227 yyparse (glcpp_parser_t *parser);
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp.h | 227 yyparse (glcpp_parser_t *parser);
|
/external/bison/ |
ChangeLog-1998 | 50 (yyparse): Use YYSTACK_ALLOC to allocate stack. 66 (yyparse): Cast third arg to __yy_memcpy to unsigned int. 80 * src/bison.simple (yyparse): If __GNUC__ and YYPARSE_PARAM are 81 both defined, declare yyparse to have a void * argument. 153 (yyparse): Calls changed accordingly. 169 (yyparse): Use YYPARSE_PARAM_ARG. 321 * src/bison.simple (yyparse): Support YYPARSE_PARAM. 352 * src/bison.simple (yyparse): Init yychar1 to avoid warning. 356 * src/bison.simple (yyparse): Don't set yyval when yylen is 0. 370 * src/bison.simple (yyparse): Conditionalize the entire call t [all...] |
NEWS | 7 Warnings about uninitialized yylloc in yyparse have been fixed. 178 input.c: In function 'yyparse': 271 YYSTYPE, yyparse declaration etc.), the generated parser will include it, 290 The generated header now declares yydebug and yyparse. Both honor 297 #define yyparse bar_parse 298 int yyparse (void); 318 problem. While yyparse and others are properly renamed by %name-prefix, [all...] |
/external/bison/doc/ |
bison.texi | 100 * Interface:: C-language interface to the parser function @code{yyparse}. 243 * Parser Function:: How to call @code{yyparse} and what it returns. 257 * Calling Convention:: How @code{yyparse} calls @code{yylex}. 363 * How Can I Reset the Parser:: @code{yyparse} Keeps some State [all...] |
bison.info | 64 * Interface:: C-language interface to the parser function `yyparse'. 206 * Parser Function:: How to call `yyparse' and what it returns. 220 * Calling Convention:: How `yyparse' calls `yylex'. 326 * How Can I Reset the Parser:: `yyparse' Keeps some State [all...] |
/external/iproute2/misc/ |
ssfilter.y | 270 if (yyparse()) {
|
/ndk/sources/host-tools/nawk-20071023/ |
main.c | 150 yyparse();
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
parse-events-bison.c | 65 #define yyparse parse_events_parse macro 1235 yyparse (void *YYPARSE_PARAM) function [all...] |
pmu-bison.c | 65 #define yyparse perf_pmu_parse macro 1104 int yyparse (void *YYPARSE_PARAM); 1106 int yyparse (); 1110 int yyparse (struct list_head *format, char *name); 1112 int yyparse (); 1135 yyparse (void *YYPARSE_PARAM) function [all...] |