Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/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))
902 reduce (cpp_reader *pfile, struct op *top, enum cpp_ttype op) in reduce()
1177 cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_bitwise_op()
1206 enum cpp_ttype op) in num_inequality_op()
[all …]
H A Dlex.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()
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.
/freebsd-12.1/contrib/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.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()
H A Dc-common.h890 extern void c_parse_error (const char *, enum cpp_ttype, tree);
H A Dc-common.c6252 c_parse_error (const char *gmsgid, enum cpp_ttype token, tree value) in c_parse_error()
H A DChangeLog-200021366 * cpplib.h (enum cpp_ttype): Add token types for all
22243 cpp_token with cpp_ttype everywhere.
H A DChangeLog-200421584 enum cpp_ttype.
/freebsd-12.1/contrib/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()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h142 enum cpp_ttype enum
194 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */
818 extern const char *cpp_type2name (enum cpp_ttype);
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64-c.c40 enum cpp_ttype type; in ia64_hpux_handle_builtin_pragma()
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c69 ENUM_BITFIELD (cpp_ttype) type : 8;
188 (cp_lexer *, enum cpp_ttype);
190 (cp_lexer *, enum cpp_ttype);
1164 enum cpp_ttype token_type;
1819 (enum cpp_ttype);
4795 enum cpp_ttype token_type, in cp_parser_postfix_dot_deref_expression()
11520 enum cpp_ttype initialization_kind; in cp_parser_init_declarator()
17015 enum cpp_ttype type, in cp_parser_require()
17310 enum cpp_ttype end, in cp_parser_cache_group()
21759 enum cpp_ttype
[all …]
H A Dlex.c461 enum cpp_ttype t; in parse_strconst_pragma()