Searched refs:YYLLOC_DEFAULT (Results 1 - 9 of 9) sorted by relevance

/external/bison/examples/calc++/
H A Dcalc++-parser.cc78 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
82 # ifndef YYLLOC_DEFAULT
83 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
489 YYLLOC_DEFAULT (yyloc, slice, yylen);
688 YYLLOC_DEFAULT (yyloc, yyerror_range, 2);
/external/e2fsprogs/intl/
H A Dplural.c485 /* YYLLOC_DEFAULT -- Compute the default location (before the actions
488 When YYLLOC_DEFAULT is run, CURRENT is set the location of the
492 #ifndef YYLLOC_DEFAULT
493 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
983 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
/external/elfutils/src/
H A Dldscript.c822 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
827 #ifndef YYLLOC_DEFAULT
828 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
/external/libpcap/
H A Dgrammar.c1166 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
1171 #ifndef YYLLOC_DEFAULT
1172 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp1333 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
1338 #ifndef YYLLOC_DEFAULT
1339 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
/external/bison/src/
H A Dparse-gram.c114 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N) macro
974 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
978 #ifndef YYLLOC_DEFAULT
979 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
2194 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
3077 YYLLOC_DEFAULT (yyloc, yyerror_range, 2);
H A Dparse-gram.y38 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N)
/external/bison/data/
H A Dglr.cc98 # Hijack the post prologue to insert early definition of YYLLOC_DEFAULT
/external/elfutils/libcpu/
H A Di386_parse.c813 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
818 #ifndef YYLLOC_DEFAULT
819 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro

Completed in 233 milliseconds