Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Ddecl.c7444 int explicit_char = 0; in grokdeclarator() local
7752 explicit_char = declspecs->explicit_char_p; in grokdeclarator()
7826 else if ((long_p || short_p) && explicit_char) in grokdeclarator()
7833 if (!explicit_int && !defaulted_int && !explicit_char && pedantic) in grokdeclarator()