Home
last modified time | relevance | path

Searched refs:tok1_kind (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-lex.c1349 conflict_marker_get_final_tok_kind (enum cpp_ttype tok1_kind) in conflict_marker_get_final_tok_kind() argument
1351 switch (tok1_kind) in conflict_marker_get_final_tok_kind()
H A Dc-common.h1086 conflict_marker_get_final_tok_kind (enum cpp_ttype tok1_kind);
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c821 c_parser_peek_conflict_marker (c_parser *parser, enum cpp_ttype tok1_kind, in c_parser_peek_conflict_marker() argument
825 if (token2->type != tok1_kind) in c_parser_peek_conflict_marker()
828 if (token3->type != tok1_kind) in c_parser_peek_conflict_marker()
831 if (token4->type != conflict_marker_get_final_tok_kind (tok1_kind)) in c_parser_peek_conflict_marker()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.c2740 cp_lexer_peek_conflict_marker (cp_lexer *lexer, enum cpp_ttype tok1_kind, in cp_lexer_peek_conflict_marker() argument
2744 if (token2->type != tok1_kind) in cp_lexer_peek_conflict_marker()
2747 if (token3->type != tok1_kind) in cp_lexer_peek_conflict_marker()
2750 if (token4->type != conflict_marker_get_final_tok_kind (tok1_kind)) in cp_lexer_peek_conflict_marker()