Home
last modified time | relevance | path

Searched refs:fail1 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/IROutliner/
H A Dillegal-callbr.ll14 ; CHECK-NEXT: to label [[NORMAL:%.*]] [label %fail1]
18 ; CHECK: fail1:
26 …orl $0, $0; jmp ${1:l}", "r,!i,~{dirflag},~{fpsr},~{flags}"(i32 %0) to label %normal [label %fail1]
31 fail1:
43 ; CHECK-NEXT: to label [[NORMAL:%.*]] [label %fail1]
47 ; CHECK: fail1:
55 …orl $0, $0; jmp ${1:l}", "r,!i,~{dirflag},~{fpsr},~{flags}"(i32 %0) to label %normal [label %fail1]
60 fail1:
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dalias-template.cpp162 template<typename T, typename U = EnableIf<is_enum<T>>> struct fail1 {}; // expected-note {{here}} struct
165 fail1<int> f1; // expected-note {{here}}
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsuspicious-semicolon.cpp26 void fail1() in fail1() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dalloc-size.c3 void *fail1(int a) __attribute__((alloc_size)); //expected-error{{'alloc_size' attribute takes at l…
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp56 …auto *fail1 = 0; // expected-error {{variable 'fail1' with type 'auto *' has incompatible initiali… in f() local
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp72 N::X<int>::type fail1; // expected-note{{in instantiation of template class 'N::X<int>' requested h… variable
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dfast-math.ll417 define float @fail1(float %f1, float %f2) {
418 ; CHECK-LABEL: @fail1(