Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dcpplib.h153 enum cpp_ttype enum
251 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */
1162 cpp_string *, enum cpp_ttype);
1168 enum cpp_ttype type);
1171 cpp_string *, enum cpp_ttype);
1349 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
1461 extern enum cpp_ttype cpp_userdef_string_remove_type
1462 (enum cpp_ttype type);
1463 extern enum cpp_ttype cpp_userdef_string_add_type
1464 (enum cpp_ttype type);
[all …]
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dexpr.cc34 enum cpp_ttype op;
45 static cpp_num num_unary_op (cpp_reader *, cpp_num, enum cpp_ttype);
46 static cpp_num num_binary_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype);
48 static cpp_num num_bitwise_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype);
50 enum cpp_ttype);
52 enum cpp_ttype);
54 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 …]
Dcharset.cc1611 converter_for_type (cpp_reader *pfile, enum cpp_ttype type) in converter_for_type()
1645 cpp_string *to, enum cpp_ttype type, in cpp_interpret_string_1()
1814 cpp_string *to, enum cpp_ttype type) in cpp_interpret_string()
1844 enum cpp_ttype type) in cpp_interpret_string_ranges()
1897 enum cpp_ttype type ATTRIBUTE_UNUSED) in cpp_interpret_string_notranslate()
1920 enum cpp_ttype type) in narrow_str_to_charconst()
1994 enum cpp_ttype type) in wide_str_to_charconst()
Dlex.cc60 unsigned int, enum cpp_ttype);
2148 unsigned int len, enum cpp_ttype type) in create_literal()
2296 enum cpp_ttype type = CPP_STRING; in lex_raw_string()
2605 enum cpp_ttype type; in lex_string()
3694 result->type = (enum cpp_ttype) result->val.node.node->directive_index; in _cpp_lex_direct()
4094 cpp_digraph2name (enum cpp_ttype type) in cpp_digraph2name()
4196 cpp_type2name (enum cpp_ttype type, unsigned char flags) in cpp_type2name()
4301 enum cpp_ttype a = token1->type, b = token2->type; in cpp_avoid_paste()
Dinternal.h765 extern const char *cpp_named_operator2name (enum cpp_ttype type);
Dinit.cc474 cpp_named_operator2name (enum cpp_ttype type) in cpp_named_operator2name()
DChangeLog3690 * include/cpplib.h (enum cpp_ttype): Define CPP_KEYWORD.
6580 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
6605 (_cpp_lex_direct): Cast node->directive_index to (enum cpp_ttype).
6965 (enum cpp_ttype): Adjust OP and TK definitions to restore
6968 Change from #defines to additional cpp_ttype enumerators.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Dm32c-pragma.cc42 enum cpp_ttype type; in m32c_pragma_memregs()
87 enum cpp_ttype type; in m32c_pragma_address()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Dsol2-c.cc85 enum cpp_ttype ttype; in solaris_pragma_align()
151 enum cpp_ttype ttype; in solaris_pragma_init()
210 enum cpp_ttype ttype; in solaris_pragma_fini()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dinput.cc1537 enum cpp_ttype type, in get_substring_ranges_for_loc()
1704 enum cpp_ttype type, in get_location_within_string()
1754 enum cpp_ttype type, in get_source_range_for_char()
1781 enum cpp_ttype type, in get_num_source_ranges_for_substring()
2470 location_t strloc, enum cpp_ttype type, int idx, in assert_char_at_range()
2526 enum cpp_ttype type, in assert_num_substring_ranges()
2564 enum cpp_ttype type, in assert_has_no_substring_ranges()
2613 const enum cpp_ttype type = CPP_STRING; in test_lexer_string_locations_simple()
2667 const enum cpp_ttype type = CPP_STRING; in test_lexer_string_locations_ebcdic()
2713 const enum cpp_ttype type = CPP_STRING; in test_lexer_string_locations_hex()
[all …]
Dsubstring-locations.h121 enum cpp_ttype type,
Dgenmatch.cc4007 const cpp_token *expect (enum cpp_ttype);
4008 const cpp_token *eat_token (enum cpp_ttype);
4019 c_expr *parse_c_expr (cpp_ttype);
4113 parser::expect (enum cpp_ttype tk) in expect()
4126 parser::eat_token (enum cpp_ttype tk) in eat_token()
4419 parser::parse_c_expr (cpp_ttype start) in parse_c_expr()
4422 cpp_ttype end; in parse_c_expr()
DChangeLog-200021366 * cpplib.h (enum cpp_ttype): Add token types for all
22243 cpp_token with cpp_ttype everywhere.
DChangeLog-200421584 enum cpp_ttype.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dparser.h44 enum cpp_ttype type : 8;
104 enum cpp_ttype saved_type : 8;
Dlex.cc589 enum cpp_ttype t; in parse_strconst_pragma()
Dparser.cc221 (cp_lexer *, enum cpp_ttype);
223 (cp_lexer *, enum cpp_ttype);
984 cp_lexer_next_token_is (cp_lexer* lexer, enum cpp_ttype type) in cp_lexer_next_token_is()
992 cp_lexer_next_token_is_not (cp_lexer* lexer, enum cpp_ttype type) in cp_lexer_next_token_is_not()
1006 cp_lexer_nth_token_is (cp_lexer* lexer, size_t n, enum cpp_ttype type) in cp_lexer_nth_token_is()
1972 enum cpp_ttype token_type;
2173 (cp_parser *, enum cpp_ttype, cp_expr, bool, cp_id_kind *, location_t);
2640 (enum cpp_ttype);
2724 (cp_parser *, enum cpp_ttype, required_token, location_t = UNKNOWN_LOCATION);
2749 (cp_parser *, enum cpp_ttype, unsigned);
[all …]
Dmodule.cc16482 token->type = cpp_ttype (sec.u ()); in read_define()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64-c.cc38 enum cpp_ttype type; in ia64_hpux_handle_builtin_pragma()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/
Dvms-c.cc260 enum cpp_ttype tok; in vms_pragma_extern_prefix()
296 enum cpp_ttype tok; in handle_pragma_pointer_size()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/
Dv850-c.cc124 enum cpp_ttype type; in ghs_pragma_section()