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

/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dslc-gram.y128 int seen_type = 0;
140 seen_type++;
164 if(seen_type > 1) {
/freebsd-9.3-release/contrib/gcc/
H A Dc-parser.c1542 bool seen_type = specs->type_seen_p;
1556 if (!typespec_ok || seen_type
1560 seen_type = true;
1589 if (!typespec_ok || seen_type)
1633 seen_type = true;
1644 seen_type = true;
1653 seen_type = true;
1661 if (!typespec_ok || seen_type)
1664 seen_type = true;
1540 bool seen_type = specs->type_seen_p; local

Completed in 171 milliseconds