Home
last modified time | relevance | path

Searched refs:e5 (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-default-member-init.cpp305 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 Dfeclearexcept_test.cpp32 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 Dfeenableexcept_test.cpp78 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 Dexception_status_test.cpp98 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 Dp2.cpp120 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 Dp1.cpp60 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 Drecursion-compression-pseudoprobe-nommap.perfscript3 2017e5
5 2017e5
16 2017e5
H A Drecursion-compression-pseudoprobe.perfscript5 2017e5
7 2017e5
18 2017e5
/llvm-project-15.0.7/llvm/test/TableGen/
H A DSetTheory.td141 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 Dpr12251.cpp44 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 Denum.cpp17 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 Dnoinline-noprobe.test28 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 Dnoinline-cs-noprobe.test46 ; 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 Dcs-interrupt.test53 ; CHECK-UNWINDER-NEXT: 5e5-5e9:4
56 ; CHECK-UNWINDER-NEXT: 5d7->5e5:4
/llvm-project-15.0.7/clang/test/Sema/
H A Dno-documentation-warn-tagdecl-specifier.c70 enum e5 { two }; enum
71 enum e5* g5(void);
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dearly-ifcvt-remarks.ll26 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 Dp7-cxx20.cpp84 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 Dstride6.in1e5 = [(-i - o4 + o6)/32], e6 = [(-o4 + o7)/32], e7 = [(-1 + niter - o4)/32]: 32e0 = o0 and 32e1 = …
H A Dshift2.in3 …[(-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 Darm64-fml-combines.ll28 %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 Ddisassemble-no-section.test13 # 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 Dcgprofile.ll36 …-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 Dnary-req.ll36 ; 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 D2007-04-11-PR1321.c9 unsigned int e5 : 17; member
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
H A Dparams.fail.cpp28 std::linear_congruential_engine<int, 0, 0, 0> e5; in main() local

123