Searched refs:ambiguous_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c11552 bool ambiguous_p;
11576 ambiguous_p = false;
11592 ambiguous_p = true;
11600 if (!ambiguous_p)
11606 ambiguous_p = true;
11611 if (ambiguous_p)
11550 bool ambiguous_p; local
H A Dparser.c85 BOOL_BITFIELD ambiguous_p : 1;
449 token->ambiguous_p = false;
4037 if (!token->ambiguous_p)
13482 bool ambiguous_p;
13486 ambiguous_p = identifier_token->ambiguous_p;
13502 if (ambiguous_p)
13530 identifier_token->ambiguous_p = true;
13480 bool ambiguous_p; local

Completed in 107 milliseconds