Lines Matching defs:defined

36 /* All symbols defined below should begin with yy or YY, to avoid
232 # if defined __cplusplus
313 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
365 # elif defined size_t
367 # elif ! defined YYSIZE_T
378 # if defined YYENABLE_NLS && YYENABLE_NLS
390 # if (defined __GNUC__ \
392 || defined __SUNPRO_C && 0x5110 <= __SUNPRO_C
408 #if ! defined lint || defined __GNUC__
414 #if defined __GNUC__ && ! defined __ICC && 407 <= __GNUC__ * 100 + __GNUC_MINOR__
434 #if ! defined yyoverflow || YYERROR_VERBOSE
442 # elif defined __BUILTIN_VA_ARG_INCR
444 # elif defined _AIX
446 # elif defined _MSC_VER
451 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS
478 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
479 && ! ((defined YYMALLOC || defined malloc) \
480 && (defined YYFREE || defined free)))
488 # if ! defined malloc && ! defined EXIT_SUCCESS
494 # if ! defined free && ! defined EXIT_SUCCESS
499 #endif /* ! defined yyoverflow || YYERROR_VERBOSE */
502 #if (! defined yyoverflow \
503 && (! defined __cplusplus \
504 || (defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL \
505 && defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
544 #if defined YYCOPY_NEEDED && YYCOPY_NEEDED
548 # if defined __GNUC__ && 1 < __GNUC__
623 /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
999 the previous symbol: RHS[0] (always defined). */
1044 # if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
1217 # if defined __GLIBC__ && defined _STRING_H
1233 # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
1478 # if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
1857 * (pre-defined) macro name.
1877 glcpp_error(& (yylsp[-3]), parser, "Built-in (pre-defined)"
1885 glcpp_error(& (yylsp[-3]), parser, "Built-in (pre-defined)"
2953 #if !defined yyoverflow || YYERROR_VERBOSE
3417 _mesa_string_buffer_append(out, "defined");
3767 * If the identifier is a defined macro, this function returns 1.
3769 * If the identifier is not a defined macro, this function returns 0.
3783 token_node_t *argument, *defined = node;
3830 glcpp_error (&defined->token->location, parser,
3831 "\"defined\" not followed by an identifier");
3949 * although 'node' corresponds to an identifier defined as a
3996 /* Replace a macro defined as empty with a SPACE token. */
4125 /* Replace a macro defined as empty with a SPACE token. */
4202 * token is the name of a defined macro. If the DEFINED token is
4324 if (strcmp(identifier, "defined") == 0) {
4325 glcpp_error (loc, parser, "\"defined\" cannot be used as a macro name");
4350 /* We define pre-defined macros before we've started parsing the actual
4351 * file. So if there's no location defined yet, that's what were doing and
4580 /* Add pre-defined macros. */