Searched refs:next_type (Results 1 – 6 of 6) sorted by relevance
238 enum cpp_ttype next_type; local241 next_type = c_lex (&next);242 if (next_type == CPP_STRING || next_type == CPP_WSTRING)252 next_type = c_lex (&next);254 while (next_type == CPP_STRING || next_type == CPP_WSTRING);
2953 types_overlap_p (empty_type, next_type) in types_overlap_p() argument2954 tree empty_type, next_type; in types_overlap_p()2958 if (! IS_AGGR_TYPE (next_type))2960 oi.compare_type = next_type;
836 u_int8_t next_type; in ike_pl_print() local843 next_type = buf[0]; in ike_pl_print()945 if (next_type) /* Recurse over next payload */ in ike_pl_print()946 ike_pl_print(next_type, buf + this_len, doi); in ike_pl_print()
3680 enum cpp_ttype next_type;3683 next_type = c_lex (&yylval.ttype);3684 if (next_type == CPP_STRING3685 || next_type == CPP_WSTRING3686 || (next_type == CPP_NAME && yylexname () == STRING))3709 next_type = c_lex (&yylval.ttype);3711 while (next_type == CPP_STRING3712 || next_type == CPP_WSTRING3713 || (next_type == CPP_NAME && yylexname () == STRING));
9734 I32 next_type; in Perl_yylex() 9735 next_type = PL_nexttype[PL_nexttoke]; in Perl_yylex() 9736 if (next_type & (7<<24)) { in Perl_yylex() 9737 if (next_type & (1<<24)) { in Perl_yylex() 9741 (char) ((U8) (next_type >> 16)); in Perl_yylex() 9743 if (next_type & (2<<24)) in Perl_yylex() 9745 if (next_type & (4<<24)) in Perl_yylex() 9747 next_type &= 0xffff; in Perl_yylex() 9749 return REPORT(next_type == 'p' ? pending_ident() : next_type); in Perl_yylex() 9578 I32 next_type; Perl_yylex() local [all...]
9110 enum dwarf_macinfo_record_type next_type; in dwarf_decode_macros() local9126 next_type = read_1_byte (abfd, mac_ptr); in dwarf_decode_macros()9127 if (next_type != 0) in dwarf_decode_macros()