Lines Matching refs:ac_kw
7511 for ac_kw in restrict __restrict __restrict__ _Restrict; do
7514 float * $ac_kw x;
7517 gl_cv_c_restrict=$ac_kw; break
7611 for ac_kw in inline __inline__ __inline; do
7616 static $ac_kw foo_t static_foo () {return 0; }
7617 $ac_kw foo_t foo () {return 0; }
7622 ac_cv_c_inline=$ac_kw
13250 for ac_kw in restrict __restrict __restrict__ _Restrict; do
13253 float * $ac_kw x;
13256 gl_cv_c_restrict=$ac_kw; break