Home
last modified time | relevance | path

Searched refs:fail2 (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dcallbr.ll21 ; 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:
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dalias-template.cpp163 template<typename T> struct fail2 : DisableIf<is_enum<T>> {}; // expected-note {{here}} struct
166 fail2<E> f2; // expected-note {{here}}
H A Dconstant-expression-cxx11.cpp881 constexpr Base &fail2 = (Base&)*pb2; // expected-error {{constant expression}} expected-note {{cann… variable
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-not/
H A Dnot-calls-fail2.txt4 # RUN: not not %{python} fail2.py
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsuspicious-semicolon.cpp33 void fail2() in fail2() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dalloc-size.c4 void *fail2(int a) __attribute__((alloc_size())); //expected-error{{'alloc_size' attribute takes at…
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp58 …const auto **fail2(p); // expected-error {{variable 'fail2' with type 'const auto **' has incompat… in f() local
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dfast-math.ll429 define double @fail2(double %f1, double %f2) {
430 ; CHECK-LABEL: @fail2(