Lines Matching refs:_Bool
2848 _Bool success = false;
27122 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
27146 /* Regardless of whether this is C++ or "_Bool" is a
27203 /* If _Bool is available, repeat with it all the tests
27206 struct sB { _Bool s: 1; _Bool t; } t;
27208 char q[(_Bool) 0.5 == true ? 1 : -1];
27209 char r[(_Bool) 0.0 == false ? 1 : -1];
27210 char u[sizeof (_Bool) > 0 ? 1 : -1];
27213 _Bool w[h];
27215 char y[-1 - (_Bool) 0 < 0 ? 1 : -1];
27216 _Bool z = true;
27217 _Bool *pz = &p;
27229 _Bool pt = &t;