Home
last modified time | relevance | path

Searched refs:saw_typedef (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl.c7498 int saw_typedef = 0; local
7531 saw_typedef = 1;
7579 if (saw_typedef)
/openbsd/src/gnu/gcc/gcc/cp/
Ddecl.c3653 int saw_typedef = declspecs->specs[(int)ds_typedef] != 0; in check_tag_decl() local
3701 if (saw_typedef) in check_tag_decl()