Home
last modified time | relevance | path

Searched refs:next_type (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dspew.c238 enum cpp_ttype next_type; local
241 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);
H A Dsearch.c2953 types_overlap_p (empty_type, next_type) in types_overlap_p() argument
2954 tree empty_type, next_type; in types_overlap_p()
2958 if (! IS_AGGR_TYPE (next_type))
2960 oi.compare_type = next_type;
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-ike.c836 u_int8_t next_type; in ike_pl_print() local
843 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-parse.in3680 enum cpp_ttype next_type;
3683 next_type = c_lex (&yylval.ttype);
3684 if (next_type == CPP_STRING
3685 || next_type == CPP_WSTRING
3686 || (next_type == CPP_NAME && yylexname () == STRING))
3709 next_type = c_lex (&yylval.ttype);
3711 while (next_type == CPP_STRING
3712 || next_type == CPP_WSTRING
3713 || (next_type == CPP_NAME && yylexname () == STRING));
/openbsd-src/gnu/usr.bin/perl/
H A Dtoke.c9734 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...]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c9110 enum dwarf_macinfo_record_type next_type; in dwarf_decode_macros() local
9126 next_type = read_1_byte (abfd, mac_ptr); in dwarf_decode_macros()
9127 if (next_type != 0) in dwarf_decode_macros()