| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-default-member-init.cpp | 305 ExistingInt(short) : e1(), e2{}, e3(), e4(), e5(), e6() {} in ExistingInt() 309 ExistingInt(int) : e1(0), e2{0}, e3(0), e4(0), e5(0), e6(0) {} in ExistingInt() 313 ExistingInt(long) : e1(5), e2{5}, e3(5), e4(5), e5(5), e6(5) {} in ExistingInt() 318 ExistingInt(char) : e1(-5), e2{-5}, e3(-5), e4(-5), e5(-5), e6(-5) {} in ExistingInt() 325 int e5 = -5; member 330 ExistingDouble(short) : e1(), e2{}, e3(), e4(), e5() {} in ExistingDouble() 334 ExistingDouble(int) : e1(0.0), e2{0.0}, e3(0.0), e4(0.0), e5(0.0) {} in ExistingDouble() 338 ExistingDouble(long) : e1(5.0), e2{5.0}, e3(5.0), e4(5.0), e5(5.0) {} in ExistingDouble() 342 ExistingDouble(char) : e1(-5.0), e2{-5.0}, e3(-5.0), e4(-5.0), e5(-5.0) {} in ExistingDouble() 349 double e5 = +5.0; member
|
| /llvm-project-15.0.7/libc/test/src/fenv/ |
| H A D | feclearexcept_test.cpp | 32 for (uint16_t e5 : excepts) { in TEST() local 34 __llvm_libc::feclearexcept(e1 | e2 | e3 | e4 | e5); in TEST() 35 ASSERT_EQ(__llvm_libc::fputil::test_except(e1 | e2 | e3 | e4 | e5), in TEST() 38 __llvm_libc::fputil::raise_except(e1 | e2 | e3 | e4 | e5); in TEST()
|
| H A D | feenableexcept_test.cpp | 78 for (int e5 : excepts) { in TEST() local 79 __llvm_libc::feenableexcept(e1 | e2 | e3 | e4 | e5); in TEST() 80 ASSERT_EQ(e1 | e2 | e3 | e4 | e5, __llvm_libc::fegetexcept()); in TEST() 81 __llvm_libc::fedisableexcept(e1 | e2 | e3 | e4 | e5); in TEST()
|
| H A D | exception_status_test.cpp | 98 for (int e5 : excepts) { in TEST() local 99 int e = e1 | e2 | e3 | e4 | e5; in TEST()
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
| H A D | p2.cpp | 120 E5 e5; variable 122 static_assert(!noexcept(E5(static_cast<E5&&>(e5))), ""); 123 static_assert(!noexcept(E5(e5)), ""); 124 static_assert(!noexcept(e5 = E5()), ""); 125 static_assert(!noexcept(e5 = e5), "");
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
| H A D | p1.cpp | 60 template<> enum class B<long>::E { e5 }; enumerator 61 void fb5() { b5 = decltype(b5)::e5; } in fb5() 62 B<long>::E b6 = B<long>::E::e5; 73 template<> enum class C<long>::E : long { e5 }; enumerator 74 void fc1() { c1 = decltype(c1)::e5; } in fc1() 75 C<long>::E c2 = C<long>::E::e5; 84 template<typename T> enum class B<T*>::E { e5, e6 }; // expected-error {{nested name specifier for … enumerator
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profgen/Inputs/ |
| H A D | recursion-compression-pseudoprobe-nommap.perfscript | 3 2017e5 5 2017e5 16 2017e5
|
| H A D | recursion-compression-pseudoprobe.perfscript | 5 2017e5 7 2017e5 18 2017e5
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | SetTheory.td | 141 def e5; 146 def E : Set<(add e0, e1, e2, e3, e4, e5, e6, e7, e8, e9)>; 155 // CHECK: S8d = [ e1 e3 e5 e7 e9 ] 156 // CHECK: S8e = [ e0 e2 e4 e6 e8 e1 e3 e5 e7 e9 ] 165 // CHECK: S9a = [ e3 e4 e5 e6 e7 ] 166 // CHECK: S9b = [ e7 e6 e5 e4 e3 ] 168 // CHECK: S9d = [ a b c d e0 e3 e6 e9 e4 e5 e7 ] 169 // CHECK: S9e = [ e3 e5 ] 175 // CHECK: T0a = [ e3 e7 e4 e6 e5 ] 176 // CHECK: T0b = [ e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ]
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | pr12251.cpp | 44 enum e5 { e5_a = -16, e5_b = 16}; enum 45 e5 g5(e5 *x) { in g5()
|
| /llvm-project-15.0.7/compiler-rt/test/ubsan/TestCases/Misc/ |
| H A D | enum.cpp | 17 EEmpty e5 = static_cast<EEmpty>(2); in main() local 29 ((int)e5 == 2) & ((int)e6 == 1) & in main()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profgen/ |
| H A D | noinline-noprobe.test | 28 CHECK-RAW-PROFILE-NEXT: 5e5-5e9:12 34 CHECK-RAW-PROFILE-NEXT: 5d7->5e5:13 45 CHECK-RAW-PROFILE-AGG-NEXT: 5e5-5e9:20 51 CHECK-RAW-PROFILE-AGG-NEXT: 5d7->5e5:21
|
| H A D | noinline-cs-noprobe.test | 46 ; CHECK-AGG-UNWINDER-NEXT: 5e5-5e9:4 49 ; CHECK-AGG-UNWINDER-NEXT: 5d7->5e5:4 91 ; CHECK-UNWINDER-NEXT: 5e5-5e9:2 94 ; CHECK-UNWINDER-NEXT: 5d7->5e5:2
|
| H A D | cs-interrupt.test | 53 ; CHECK-UNWINDER-NEXT: 5e5-5e9:4 56 ; CHECK-UNWINDER-NEXT: 5d7->5e5:4
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | no-documentation-warn-tagdecl-specifier.c | 70 enum e5 { two }; enum 71 enum e5* g5(void);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | early-ifcvt-remarks.ll | 26 define i32 @mm2(i1 %pred, i32 %val, i32 %e1, i32 %e2, i32 %e3, i32 %e4, i32 %e5) { 47 define i32 @mm3(i1 %pred, i32 %val, i32 %e1, i128 %e2, i128 %e3, i128 %e4, i128 %e5) { 60 %f8 = xor i128 %e5, %f7 61 %a1 = ashr i128 %f8, %e5
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
| H A D | p7-cxx20.cpp | 84 enum E5 { e5 }; enumerator 87 using S::e5; 97 auto b = e5;
|
| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/ |
| H A D | stride6.in | 1 …e5 = [(-i - o4 + o6)/32], e6 = [(-o4 + o7)/32], e7 = [(-1 + niter - o4)/32]: 32e0 = o0 and 32e1 = …
|
| H A D | shift2.in | 3 …[(-j + o5)/32], e5 = [(-2j + o6)/32]: tsteps = 2 and 32e0 = o1 and 32e1 = o2 and 32e2 = o3 and 32e…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-fml-combines.ll | 28 %e5 = insertelement <2 x double> undef, double %add, i32 0 29 %e6 = insertelement <2 x double> %e5, double %add, i32 1 71 %e5 = insertelement <2 x float> undef, float %add, i32 0 72 %e6 = insertelement <2 x float> %e5, float %add, i32 1 113 %e5 = insertelement <4 x float> undef, float %add, i32 0 114 %e6 = insertelement <4 x float> %e5, float %add, i32 1
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/ |
| H A D | disassemble-no-section.test | 13 # CHECK-NEXT: 48 89 e5 movq %rsp, %rbp 29 # RANGE-NEXT: 48 89 e5 movq %rsp, %rbp
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/ |
| H A D | cgprofile.ll | 36 …-9]+]], ![[e1:[0-9]+]], ![[e2:[0-9]+]], ![[e3:[0-9]+]], ![[e4:[0-9]+]], ![[e5:[0-9]+]], ![[e6:[0-9… 42 ; CHECK: ![[e5]] = !{void (i1)* @freq, void ()* @a, i64 11}
|
| /llvm-project-15.0.7/llvm/test/Transforms/NaryReassociate/ |
| H A D | nary-req.ll | 36 ; e10 is replaced with %e10.nary = call i64 @llvm.umin.i64(i64 %e5, i64 %e). 38 ; %e5 has side use in %e6. 59 %e5 = call i64 @llvm.umin.i64(i64 %e4, i64 16384) 60 %e6 = icmp ugt i64 %e5, 0
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2007-04-11-PR1321.c | 9 unsigned int e5 : 17; member
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/ |
| H A D | params.fail.cpp | 28 std::linear_congruential_engine<int, 0, 0, 0> e5; in main() local
|