Lines Matching refs:_Bool
3064 _Bool success = false;
27516 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
27540 /* Regardless of whether this is C++ or "_Bool" is a
27597 /* If _Bool is available, repeat with it all the tests
27600 struct sB { _Bool s: 1; _Bool t; } t;
27602 char q[(_Bool) 0.5 == true ? 1 : -1];
27603 char r[(_Bool) 0.0 == false ? 1 : -1];
27604 char u[sizeof (_Bool) > 0 ? 1 : -1];
27607 _Bool w[h];
27609 char y[-1 - (_Bool) 0 < 0 ? 1 : -1];
27610 _Bool z = true;
27611 _Bool *pz = &p;
27623 _Bool pt = &t;