Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-4.7/libcpp/include/
HDcpplib.h153 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/
HDcpplib.h153 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/
HDc-parser.h55 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/
HDexpr.c35 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 …]
HDlex.c61 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()
HDcharset.c1344 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()
HDinternal.h661 extern const char *cpp_named_operator2name (enum cpp_ttype type);
/dragonfly/contrib/gcc-8.0/libcpp/
HDexpr.c34 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 …]
HDcharset.c1488 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()
HDlex.c60 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/
HDc-pragma.c140 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 …]
HDc-pragma.h131 extern enum cpp_ttype pragma_lex (tree *);
144 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *,
HDc-lex.c54 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()
HDc-common.h333 #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/
HDc-pragma.c132 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 …]
HDc-common.h389 #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,
HDc-pragma.h222 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 *,
HDc-lex.c50 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()
HDc-indentation.c214 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()
HDc-indentation.h28 ENUM_BITFIELD (cpp_ttype) type : 8;
/dragonfly/contrib/gcc-8.0/gcc/
HDinput.c1360 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 …]
HDsubstring-locations.h113 enum cpp_ttype type,
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDparser.h43 ENUM_BITFIELD (cpp_ttype) type : 8;
HDlex.c316 enum cpp_ttype t; in parse_strconst_pragma()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDparser.h44 ENUM_BITFIELD (cpp_ttype) type : 8;

12