| /netbsd/src/external/gpl3/gcc/dist/libcpp/include/ |
| D | cpplib.h | 153 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/ |
| D | expr.cc | 34 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 …]
|
| D | charset.cc | 1611 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()
|
| D | lex.cc | 60 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()
|
| D | internal.h | 765 extern const char *cpp_named_operator2name (enum cpp_ttype type);
|
| D | init.cc | 474 cpp_named_operator2name (enum cpp_ttype type) in cpp_named_operator2name()
|
| D | ChangeLog | 3690 * 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/ |
| D | m32c-pragma.cc | 42 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/ |
| D | sol2-c.cc | 85 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/ |
| D | input.cc | 1537 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 …]
|
| D | substring-locations.h | 121 enum cpp_ttype type,
|
| D | genmatch.cc | 4007 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()
|
| D | ChangeLog-2000 | 21366 * cpplib.h (enum cpp_ttype): Add token types for all 22243 cpp_token with cpp_ttype everywhere.
|
| D | ChangeLog-2004 | 21584 enum cpp_ttype.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | parser.h | 44 enum cpp_ttype type : 8; 104 enum cpp_ttype saved_type : 8;
|
| D | lex.cc | 589 enum cpp_ttype t; in parse_strconst_pragma()
|
| D | parser.cc | 221 (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 …]
|
| D | module.cc | 16482 token->type = cpp_ttype (sec.u ()); in read_define()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| D | ia64-c.cc | 38 enum cpp_ttype type; in ia64_hpux_handle_builtin_pragma()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/ |
| D | vms-c.cc | 260 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/ |
| D | v850-c.cc | 124 enum cpp_ttype type; in ghs_pragma_section()
|