Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2012442 * parser.c (cp_nth_tokens_can_be_std_attribute_p): Recognize the
724 (cp_nth_tokens_can_be_std_attribute_p)
735 cp_nth_tokens_can_be_std_attribute_p here.
H A Dparser.cc2540 static bool cp_nth_tokens_can_be_std_attribute_p
28574 return cp_nth_tokens_can_be_std_attribute_p (parser, 1); in cp_next_tokens_can_be_std_attribute_p()
28581 cp_nth_tokens_can_be_std_attribute_p (cp_parser *parser, size_t n) in cp_nth_tokens_can_be_std_attribute_p() function
28620 || cp_nth_tokens_can_be_std_attribute_p (parser, n)); in cp_nth_tokens_can_be_attribute_p()
H A DChangeLog-20132289 (cp_nth_tokens_can_be_std_attribute_p): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2415 static bool cp_nth_tokens_can_be_std_attribute_p
26543 return cp_nth_tokens_can_be_std_attribute_p (parser, 1); in cp_next_tokens_can_be_std_attribute_p()
26550 cp_nth_tokens_can_be_std_attribute_p (cp_parser *parser, size_t n) in cp_nth_tokens_can_be_std_attribute_p() function
26589 || cp_nth_tokens_can_be_std_attribute_p (parser, n)); in cp_nth_tokens_can_be_attribute_p()