Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/gcc/gcc/config/i960/
H A Di960-c.c58 enum cpp_ttype type;
101 enum cpp_ttype type;
/openbsd/gnu/gcc/gcc/
H A Dc-pragma.h95 extern enum cpp_ttype pragma_lex (tree *);
100 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *);
H A Dc-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()
H A Dc-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
H A Dscan-decls.c64 enum cpp_ttype token = get_a_token (pfile)->type; in skip_to_closing_brace()
H A Dc-parser.c268 #define CPP_KEYWORD ((enum cpp_ttype) (N_TTYPES + 1))
287 ENUM_BITFIELD (cpp_ttype) type : 8;
447 c_parser_next_token_is (c_parser *parser, enum cpp_ttype type) in c_parser_next_token_is()
456 c_parser_next_token_is_not (c_parser *parser, enum cpp_ttype type) in c_parser_next_token_is_not()
712 enum cpp_ttype type, in c_parser_require()
755 enum cpp_ttype type, in c_parser_skip_until_found()
6628 enum cpp_ttype
6632 enum cpp_ttype ret = tok->type; in pragma_lex()
H A Dc-common.h876 extern void c_parse_error (const char *, enum cpp_ttype, tree);
/openbsd/gnu/gcc/libcpp/
H A Dexpr.c35 enum cpp_ttype op;
46 static cpp_num num_unary_op (cpp_reader *, cpp_num, enum cpp_ttype);
51 enum cpp_ttype);
53 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))
899 reduce (cpp_reader *pfile, struct op *top, enum cpp_ttype op) in reduce()
1174 cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_bitwise_op()
1203 enum cpp_ttype op) in num_inequality_op()
[all …]
H A Dlex.c59 unsigned int, enum cpp_ttype);
589 unsigned int len, enum cpp_ttype type) in create_literal()
613 enum cpp_ttype type; in lex_string()
982 result->type = (enum cpp_ttype) result->val.node->directive_index; in _cpp_lex_direct()
1354 cpp_type2name (enum cpp_ttype type) in cpp_type2name()
1446 enum cpp_ttype a = token1->type, b = token2->type; in cpp_avoid_paste()
H A DChangeLog295 * 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.
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcppexp.c35 enum cpp_ttype op;
48 enum cpp_ttype));
53 enum cpp_ttype));
55 enum cpp_ttype));
58 enum cpp_ttype));
894 enum cpp_ttype op;
1187 enum cpp_ttype op;
1218 enum cpp_ttype op;
1242 enum cpp_ttype op;
1344 enum cpp_ttype op;
[all …]
H A Dc-pragma.c163 enum cpp_ttype token;
323 enum cpp_ttype t;
368 enum cpp_ttype t;
416 enum cpp_ttype t;
H A Dcpplib.h146 enum cpp_ttype enum
180 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */
494 enum cpp_ttype operator; /* Code for a named operator. */
696 extern const char *cpp_type2name PARAMS ((enum cpp_ttype));
H A Dscan-decls.c64 enum cpp_ttype token = get_a_token (pfile)->type;
H A Dcpplex.c1463 enum cpp_ttype type; in cpp_type2name()
1574 enum cpp_ttype a = token1->type, b = token2->type;
/openbsd/gnu/gcc/gcc/config/
H A Dsol2-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()
/openbsd/gnu/gcc/gcc/config/m32c/
H A Dm32c-pragma.c51 enum cpp_ttype type; in m32c_pragma_memregs()
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dia64-c.c40 enum cpp_ttype type; in ia64_hpux_handle_builtin_pragma()
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64-c.c39 enum cpp_ttype type;
/openbsd/gnu/gcc/libcpp/include/
H A Dcpplib.h142 enum cpp_ttype enum
194 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */
805 extern const char *cpp_type2name (enum cpp_ttype);
/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850-c.c124 enum cpp_ttype type; in ghs_pragma_section()
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850-c.c123 enum cpp_ttype type;
/openbsd/gnu/gcc/gcc/cp/
H A Dparser.c67 ENUM_BITFIELD (cpp_ttype) type : 8;
186 (cp_lexer *, enum cpp_ttype);
188 (cp_lexer *, enum cpp_ttype);
1158 enum cpp_ttype token_type;
1784 (enum cpp_ttype);
4601 enum cpp_ttype token_type, in cp_parser_postfix_dot_deref_expression()
11097 enum cpp_ttype initialization_kind; in cp_parser_init_declarator()
16493 enum cpp_ttype type, in cp_parser_require()
16788 enum cpp_ttype end, in cp_parser_cache_group()
19367 enum cpp_ttype
[all …]
H A Dlex.c461 enum cpp_ttype t; in parse_strconst_pragma()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dspew.c159 static enum cpp_ttype last_token;
238 enum cpp_ttype next_type;

12