Searched refs:__SVBool_t (Results 1 – 14 of 14) sorted by relevance
126 __SVBool_t func_bool_##KIND(__SVBool_t in1, __SVBool_t in2)\128 __SVBool_t out;\149 __SVBool_t func_bool_upl_##KIND(__SVBool_t in1, DT in2, DT in3)\151 __SVBool_t out;\200 __SVBool_t func_float_y_##KIND(DT in1, DT in2)\202 __SVBool_t out;\
11 __SVBool_t funcB1(__SVBool_t in) in funcB1()13 __SVBool_t ret ; in funcB1()
10 __SVBool_t b8; in test_locals()
38 __SVBool_t b8; in test_locals()
40 …int size_b8[sizeof(__SVBool_t) == 0 ? 1 : -1]; // expected-error {{invalid application of 's… in f()41 …int align_b8[__alignof__(__SVBool_t) == 2 ? 1 : -1]; // expected-error {{invalid application of '_… in f()
31 typedef __SVBool_t svbool_t;
34 // CHECK: error: cannot yet @encode type __SVBool_t35 const char b8[] = @encode(__SVBool_t);
23 __SVBool_t *b8;
24 auto &b8 = typeid(__SVBool_t);
39 typedef __SVBool_t fixed_bool_t __attribute__((arm_sve_vector_bits(N)));
35 typedef __SVBool_t fixed_bool_t __attribute__((arm_sve_vector_bits(N)));
33 void f13(S<__SVBool_t>) {} in f13() argument
126 SVE_PREDICATE_TYPE("__SVBool_t", "__SVBool_t", SveBool, SveBoolTy, 16)
23 @property(nullable) __SVBool_t b8; // expected-error {{cannot be applied to non-pointer type}}