Home
last modified time | relevance | path

Searched refs:YY_CAST (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/dtc/
A Ddtc-parser.tab.c91 # ifndef YY_CAST
93 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro
96 # define YY_CAST(Type, Val) ((Type) (Val)) macro
293 YY_CAST (YYPTRDIFF_T, \
294 (YYPTRDIFF_MAXIMUM < YY_CAST (YYSIZE_T, -1) \
296 : YY_CAST (YYSIZE_T, -1)))
298 #define YYSIZEOF(X) YY_CAST (YYPTRDIFF_T, sizeof (X))
529 ? YY_CAST (yysymbol_kind_t, yytranslate[YYX]) \
1176 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse()
1221 YY_CAST (union yyalloc *, in yyparse()
[all …]
/linux/scripts/kconfig/
A Dparser.tab.c101 # ifndef YY_CAST
103 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro
106 # define YY_CAST(Type, Val) ((Type) (Val)) macro
319 YY_CAST (YYPTRDIFF_T, \
320 (YYPTRDIFF_MAXIMUM < YY_CAST (YYSIZE_T, -1) \
322 : YY_CAST (YYSIZE_T, -1)))
324 #define YYSIZEOF(X) YY_CAST (YYPTRDIFF_T, sizeof (X))
552 ? YY_CAST (yysymbol_kind_t, yytranslate[YYX]) \
1168 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse()
1210 YY_CAST (union yyalloc *, in yyparse()
[all …]

Completed in 11 milliseconds