Home
last modified time | relevance | path

Searched refs:cpp_ttype (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/gcclibs/libcpp/
HDexpr.c35 enum cpp_ttype op;
46 static cpp_num num_unary_op (cpp_reader *, cpp_num, enum cpp_ttype);
47 static cpp_num num_binary_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype);
49 static cpp_num num_bitwise_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype);
51 enum cpp_ttype);
53 enum cpp_ttype);
55 static cpp_num num_div_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype);
62 static struct op *reduce (cpp_reader *, struct op *, enum cpp_ttype);
68 #define CPP_UPLUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 1))
69 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2))
[all …]
HDlex.c59 unsigned int, enum cpp_ttype);
601 unsigned int len, enum cpp_ttype type) in create_literal()
625 enum cpp_ttype type; in lex_string()
1012 result->type = (enum cpp_ttype) result->val.node->directive_index; in _cpp_lex_direct()
1384 cpp_type2name (enum cpp_ttype type) in cpp_type2name()
1476 enum cpp_ttype a = token1->type, b = token2->type; in cpp_avoid_paste()
HDChangeLog295 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
320 (_cpp_lex_direct): Cast node->directive_index to (enum cpp_ttype).
680 (enum cpp_ttype): Adjust OP and TK definitions to restore
683 Change from #defines to additional cpp_ttype enumerators.
/NextBSD/contrib/gcc/
HDc-pragma.h95 extern enum cpp_ttype pragma_lex (tree *);
100 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *);
HDc-pragma.c149 enum cpp_ttype token; in handle_pragma_pack()
338 enum cpp_ttype t; in handle_pragma_weak()
417 enum cpp_ttype t; in handle_pragma_redefine_extname()
487 enum cpp_ttype t; in handle_pragma_extern_prefix()
641 enum cpp_ttype token; in handle_pragma_visibility()
688 enum cpp_ttype token; in handle_pragma_diagnostic()
HDc-lex.c68 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool);
330 enum cpp_ttype
335 enum cpp_ttype type; in c_lex_with_flags()
721 static enum cpp_ttype
HDscan-decls.c64 enum cpp_ttype token = get_a_token (pfile)->type; in skip_to_closing_brace()
HDc-parser.c294 #define CPP_KEYWORD ((enum cpp_ttype) (N_TTYPES + 1))
313 ENUM_BITFIELD (cpp_ttype) type : 8;
499 c_parser_next_token_is (c_parser *parser, enum cpp_ttype type) in c_parser_next_token_is()
508 c_parser_next_token_is_not (c_parser *parser, enum cpp_ttype type) in c_parser_next_token_is_not()
773 enum cpp_ttype type, in c_parser_require()
816 enum cpp_ttype type, in c_parser_skip_until_found()
7212 enum cpp_ttype
7216 enum cpp_ttype ret = tok->type; in pragma_lex()
HDc-common.h890 extern void c_parse_error (const char *, enum cpp_ttype, tree);
HDc-common.c6252 c_parse_error (const char *gmsgid, enum cpp_ttype token, tree value) in c_parse_error()
HDChangeLog-200021366 * cpplib.h (enum cpp_ttype): Add token types for all
22243 cpp_token with cpp_ttype everywhere.
HDChangeLog-200421584 enum cpp_ttype.
/NextBSD/contrib/gcc/config/
HDsol2-c.c88 enum cpp_ttype ttype; in solaris_pragma_align()
154 enum cpp_ttype ttype; in solaris_pragma_init()
212 enum cpp_ttype ttype; in solaris_pragma_fini()
/NextBSD/contrib/gcclibs/libcpp/include/
HDcpplib.h142 enum cpp_ttype enum
194 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */
818 extern const char *cpp_type2name (enum cpp_ttype);
/NextBSD/contrib/gcc/config/ia64/
HDia64-c.c40 enum cpp_ttype type; in ia64_hpux_handle_builtin_pragma()
/NextBSD/contrib/gcc/cp/
HDparser.c69 ENUM_BITFIELD (cpp_ttype) type : 8;
188 (cp_lexer *, enum cpp_ttype);
190 (cp_lexer *, enum cpp_ttype);
235 #define CPP_KEYWORD ((enum cpp_ttype) (N_TTYPES + 1))
241 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1))
248 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1))
253 #define CPP_PURGED ((enum cpp_ttype) (CPP_NESTED_NAME_SPECIFIER + 1))
508 cp_lexer_next_token_is (cp_lexer* lexer, enum cpp_ttype type) in cp_lexer_next_token_is()
516 cp_lexer_next_token_is_not (cp_lexer* lexer, enum cpp_ttype type) in cp_lexer_next_token_is_not()
1164 enum cpp_ttype token_type;
[all …]
HDlex.c461 enum cpp_ttype t; in parse_strconst_pragma()