Home | History | Annotate | Download | only in stressapptest

Lines Matching refs:ac_kw

5401 for ac_kw in inline __inline__ __inline; do
5406 static $ac_kw foo_t static_foo () {return 0; }
5407 $ac_kw foo_t foo () {return 0; }
5412 ac_cv_c_inline=$ac_kw
5455 for ac_kw in __restrict __restrict__ _Restrict restrict; do
5459 int foo (int_ptr $ac_kw ip) {
5466 int * $ac_kw t = s;
5474 ac_cv_c_restrict=$ac_kw