Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDc-decl.c4445 int restrictp; in grokdeclarator() local
4567 restrictp = declspecs->restrict_p + TYPE_RESTRICT (element_type); in grokdeclarator()
4573 if (restrictp > 1) in grokdeclarator()
4581 | (restrictp ? TYPE_QUAL_RESTRICT : 0) in grokdeclarator()