| /dragonfly/contrib/gcc-4.7/libcpp/include/ |
| HD | cpplib.h | 153 enum cpp_ttype enum 225 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ 773 cpp_string *, enum cpp_ttype); 776 cpp_string *, enum cpp_ttype); 948 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags); 1031 extern enum cpp_ttype cpp_userdef_string_remove_type 1032 (enum cpp_ttype type); 1033 extern enum cpp_ttype cpp_userdef_string_add_type 1034 (enum cpp_ttype type); 1035 extern enum cpp_ttype cpp_userdef_char_remove_type [all …]
|
| /dragonfly/contrib/gcc-8.0/libcpp/include/ |
| HD | cpplib.h | 153 enum cpp_ttype enum 245 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ 906 cpp_string *, enum cpp_ttype); 912 enum cpp_ttype type); 915 cpp_string *, enum cpp_ttype); 1118 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags); 1202 extern enum cpp_ttype cpp_userdef_string_remove_type 1203 (enum cpp_ttype type); 1204 extern enum cpp_ttype cpp_userdef_string_add_type 1205 (enum cpp_ttype type); [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-parser.h | 55 ENUM_BITFIELD (cpp_ttype) type : 8; 138 extern bool c_parser_require (c_parser *parser, enum cpp_ttype type, 144 extern void c_parser_skip_until_found (c_parser *parser, enum cpp_ttype type, 162 c_parser_next_token_is (c_parser *parser, enum cpp_ttype type) in c_parser_next_token_is() 171 c_parser_next_token_is_not (c_parser *parser, enum cpp_ttype type) in c_parser_next_token_is_not()
|
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | expr.c | 35 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, 63 static struct op *reduce (cpp_reader *, struct op *, enum cpp_ttype); 69 #define CPP_UPLUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 1)) 70 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2)) [all …]
|
| HD | lex.c | 61 unsigned int, enum cpp_ttype); 1232 unsigned int len, enum cpp_ttype type) in create_literal() 1286 enum cpp_ttype type; in lex_raw_string() 1543 enum cpp_ttype type; in lex_string() 2116 result->type = (enum cpp_ttype) result->val.node.node->directive_index; in _cpp_lex_direct() 2406 cpp_digraph2name (enum cpp_ttype type) in cpp_digraph2name() 2496 cpp_type2name (enum cpp_ttype type, unsigned char flags) in cpp_type2name() 2595 enum cpp_ttype a = token1->type, b = token2->type; in cpp_avoid_paste()
|
| HD | charset.c | 1344 converter_for_type (cpp_reader *pfile, enum cpp_ttype type) in converter_for_type() 1372 cpp_string *to, enum cpp_ttype type) in cpp_interpret_string() 1454 enum cpp_ttype type ATTRIBUTE_UNUSED) in cpp_interpret_string_notranslate() 1546 enum cpp_ttype type) in wide_str_to_charconst()
|
| HD | internal.h | 661 extern const char *cpp_named_operator2name (enum cpp_ttype type);
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | expr.c | 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); 70 #define CPP_UPLUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 1)) 71 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2)) [all …]
|
| HD | charset.c | 1488 converter_for_type (cpp_reader *pfile, enum cpp_ttype type) in converter_for_type() 1522 cpp_string *to, enum cpp_ttype type, in cpp_interpret_string_1() 1691 cpp_string *to, enum cpp_ttype type) in cpp_interpret_string() 1720 enum cpp_ttype type) in cpp_interpret_string_ranges() 1772 enum cpp_ttype type ATTRIBUTE_UNUSED) in cpp_interpret_string_notranslate() 1864 enum cpp_ttype type) in wide_str_to_charconst()
|
| HD | lex.c | 60 unsigned int, enum cpp_ttype); 1567 unsigned int len, enum cpp_ttype type) in create_literal() 1667 enum cpp_ttype type; in lex_raw_string() 1978 enum cpp_ttype type; in lex_string() 2841 result->type = (enum cpp_ttype) result->val.node.node->directive_index; in _cpp_lex_direct() 3221 cpp_digraph2name (enum cpp_ttype type) in cpp_digraph2name() 3323 cpp_type2name (enum cpp_ttype type, unsigned char flags) in cpp_type2name() 3424 enum cpp_ttype a = token1->type, b = token2->type; in cpp_avoid_paste()
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-pragma.c | 140 enum cpp_ttype token; in handle_pragma_pack() 340 enum cpp_ttype t; in handle_pragma_weak() 421 enum cpp_ttype t; in handle_pragma_redefine_extname() 505 enum cpp_ttype t; in handle_pragma_extern_prefix() 669 enum cpp_ttype token; in handle_pragma_visibility() 712 enum cpp_ttype token; in handle_pragma_diagnostic() 761 enum cpp_ttype token; in handle_pragma_target() 829 enum cpp_ttype token; in handle_pragma_optimize() 916 enum cpp_ttype token; in handle_pragma_push_options() 946 enum cpp_ttype token; in handle_pragma_pop_options() [all …]
|
| HD | c-pragma.h | 131 extern enum cpp_ttype pragma_lex (tree *); 144 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *,
|
| HD | c-lex.c | 54 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool, bool); 291 enum cpp_ttype 297 enum cpp_ttype type; in c_lex_with_flags() 970 static enum cpp_ttype 977 enum cpp_ttype type = tok->type; in lex_string()
|
| HD | c-common.h | 333 #define CPP_KEYWORD ((enum cpp_ttype) (N_TTYPES + 1)) 339 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1)) 346 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1)) 349 #define CPP_DECLTYPE ((enum cpp_ttype) (CPP_NESTED_NAME_SPECIFIER + 1)) 1031 extern void c_parse_error (const char *, enum cpp_ttype, tree, unsigned char);
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-pragma.c | 132 enum cpp_ttype token; in handle_pragma_pack() 351 enum cpp_ttype t; in handle_pragma_weak() 414 enum cpp_ttype token; in handle_pragma_scalar_storage_order() 493 enum cpp_ttype t; in handle_pragma_redefine_extname() 715 enum cpp_ttype token; in handle_pragma_visibility() 758 enum cpp_ttype token = pragma_lex (&x, &loc); in handle_pragma_diagnostic() 848 enum cpp_ttype token; in handle_pragma_target() 916 enum cpp_ttype token; in handle_pragma_optimize() 1003 enum cpp_ttype token; in handle_pragma_push_options() 1032 enum cpp_ttype token; in handle_pragma_pop_options() [all …]
|
| HD | c-common.h | 389 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1)) 396 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1)) 399 #define CPP_DECLTYPE ((enum cpp_ttype) (CPP_NESTED_NAME_SPECIFIER + 1)) 402 #define CPP_PREPARSED_EXPR ((enum cpp_ttype) (CPP_DECLTYPE + 1)) 1085 extern enum cpp_ttype 1086 conflict_marker_get_final_tok_kind (enum cpp_ttype tok1_kind); 1108 extern void c_parse_error (const char *, enum cpp_ttype, tree, unsigned char, 1331 enum cpp_ttype token_type,
|
| HD | c-pragma.h | 222 extern enum cpp_ttype pragma_lex (tree *, location_t *loc = NULL); 235 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *,
|
| HD | c-lex.c | 50 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool, bool); 391 enum cpp_ttype 397 enum cpp_ttype type; in c_lex_with_flags() 1144 static enum cpp_ttype 1152 enum cpp_ttype type = tok->type; in lex_string() 1348 enum cpp_ttype 1349 conflict_marker_get_final_tok_kind (enum cpp_ttype tok1_kind) in conflict_marker_get_final_tok_kind()
|
| HD | c-indentation.c | 214 enum cpp_ttype body_type = body_tinfo.type; in should_warn_for_misleading_indentation() 215 enum cpp_ttype next_tok_type = next_tinfo.type; in should_warn_for_misleading_indentation()
|
| HD | c-indentation.h | 28 ENUM_BITFIELD (cpp_ttype) type : 8;
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | input.c | 1360 enum cpp_ttype type, in get_substring_ranges_for_loc() 1503 enum cpp_ttype type, in get_source_location_for_substring() 1553 enum cpp_ttype type, in get_source_range_for_char() 1580 enum cpp_ttype type, in get_num_source_ranges_for_substring() 2268 location_t strloc, enum cpp_ttype type, int idx, in assert_char_at_range() 2324 enum cpp_ttype type, in assert_num_substring_ranges() 2362 enum cpp_ttype type, in assert_has_no_substring_ranges() 2411 const enum cpp_ttype type = CPP_STRING; in test_lexer_string_locations_simple() 2465 const enum cpp_ttype type = CPP_STRING; in test_lexer_string_locations_ebcdic() 2511 const enum cpp_ttype type = CPP_STRING; in test_lexer_string_locations_hex() [all …]
|
| HD | substring-locations.h | 113 enum cpp_ttype type,
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | parser.h | 43 ENUM_BITFIELD (cpp_ttype) type : 8;
|
| HD | lex.c | 316 enum cpp_ttype t; in parse_strconst_pragma()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | parser.h | 44 ENUM_BITFIELD (cpp_ttype) type : 8;
|