Home
last modified time | relevance | path

Searched refs:YYLTYPE (Results 1 – 5 of 5) sorted by relevance

/aosp12/bootable/recovery/edify/
H A Dyydefs.h20 #define YYLTYPE YYLTYPE macro
23 } YYLTYPE; typedef
H A Dparser.yy44 static Expr* Build(Function fn, YYLTYPE loc, size_t count, ...) {
/aosp12/system/bt/gd/packet/parser/
H A Dlanguage_l.ll14 #ifndef YYLTYPE
15 #define YYLTYPE yy::parser::location_type
/aosp12/system/tools/hidl/c2hal/
H A Dc2hal_y.yy39 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *llocp, void *);
41 int yyerror(YYLTYPE *llocp, AST *, const char *s) {
/aosp12/system/tools/hidl/
H A Dhidl-gen_l.ll65 #define YY_DECL int yylex(YYSTYPE* yylval_param, YYLTYPE* yylloc_param, \