Searched refs:fail2 (Results 1 – 8 of 8) sorted by relevance
21 ; CHECK-NEXT: to label %normal [label %fail, label %fail2]22 callbr void asm "", "r,!i,!i"(i32 %x) to label %normal [label %fail, label %fail2]27 fail2:
163 template<typename T> struct fail2 : DisableIf<is_enum<T>> {}; // expected-note {{here}} struct166 fail2<E> f2; // expected-note {{here}}
881 constexpr Base &fail2 = (Base&)*pb2; // expected-error {{constant expression}} expected-note {{cann… variable
4 # RUN: not not %{python} fail2.py
33 void fail2() in fail2() function
4 void *fail2(int a) __attribute__((alloc_size())); //expected-error{{'alloc_size' attribute takes at…
58 …const auto **fail2(p); // expected-error {{variable 'fail2' with type 'const auto **' has incompat… in f() local
429 define double @fail2(double %f1, double %f2) {430 ; CHECK-LABEL: @fail2(