Home
last modified time | relevance | path

Searched refs:value2 (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project-15.0.7/clang/test/Frontend/
H A Drewrite-includes-conditions.c11 #define value2 2 macro
13 #if value1 == value2
15 #elif value1 > value2
17 #elif value1 < value2
37 #if value1 < value2 \
38 || value1 != value2
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjc-synthesized-recover.m6 int value2; field
9 @property int value2; property
13 @synthesize value, - value2; // expected-error{{expected a property name}} method
14 @synthesize value2;
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap/
H A Diter_swap.pass.cpp138 int value2 = 0; in test() local
139 HasIterSwap a(value1), b(value2); in test()
141 assert(value1 == 1 && value2 == 1); in test()
145 int value2 = 0; in test() local
146 HasRangesSwap c(value1), d(value2); in test()
149 assert(value1 == 1 && value2 == 1); in test()
153 int value2 = 0; in test() local
154 HasRangesSwap c(value1), d(value2); in test()
156 assert(value1 == 1 && value2 == 1); in test()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
H A Dswap.pass.cpp29 const char* value2; member
54 path p2(TC.value2); in main()
59 assert(p1 == TC.value2); in main()
66 assert(p2 == TC.value2); in main()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Divar-sem-check-2.m4 id value2; // expected-note {{previously declared 'value2' here}} field
20 @synthesize prop=value2; // expected-error {{property 'prop' attempting to use instance variable '
H A Dweak-property.m11 @property () __weak id value2; property
23 @dynamic value1, value, value2, v1,v2,v3,v4;
/llvm-project-15.0.7/clang/test/PCH/
H A Dchain-cxx.cpp46 static const int value2; member
51 const int TS3<T>::value2 = 1; member in TS3<T>
109 extern int arr[TS3<int>::value2];
144 int arr[TS3<int>::value2];
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp165 uint32_t value2 = pseudo_state->ReadFromPseudoAddress(addr + 4, success); in ReadPseudoMemory() local
171 value2 = llvm::ByteSwap_32(value2); in ReadPseudoMemory()
174 ((uint32_t *)dst)[1] = value2; in ReadPseudoMemory()
203 uint32_t value2; in WritePseudoMemory() local
205 memcpy(&value2, static_cast<const uint8_t *>(dst) + sizeof(uint32_t), in WritePseudoMemory()
209 value2 = llvm::ByteSwap_32(value2); in WritePseudoMemory()
213 pseudo_state->StoreToPseudoAddress(addr + 4, value2); in WritePseudoMemory()
/llvm-project-15.0.7/llvm/test/MC/AArch64/
H A Dfixup-out-of-range.s62 movz x0, #:abs_g1:value2
68 movz x0, #:abs_g1_s:value2
85 value2 = 0x123456789 define
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
H A Dswap.pass.cpp28 …const char* value2 = "_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LO… in main() local
31 path p2(value2); in main()
49 path p2(value2); in main()
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A DDynDispatchBifurcate.m15 int value2;
29 - (int)value2 { method
30 return value2;
33 value2 = newValue;
172 if ([p value2] != 0)
174 return 5/[p value2]; // expected-warning {{Division by zero}}
/llvm-project-15.0.7/compiler-rt/test/safestack/
H A Doverflow.c25 int value2 = 42; in main() local
30 return value1 != 42 || value2 != 42; in main()
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Transforms/
H A Drewrite-inserts.mlir4 …spv.func @rewrite(%value0 : f32, %value1 : f32, %value2 : f32, %value3 : i32, %value4: !spv.array<…
9 %3 = spv.CompositeInsert %value2, %2[2 : i32] : f32 into vector<3xf32>
15 %7 = spv.CompositeInsert %value2, %6[2 : i32] : f32 into !spv.array<4xf32>
/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.value_compare/
H A Dinvoke.pass.cpp25 bool operator()(const value_type& value1, const value_type& value2) const { in operator ()()
26 return this->comp(value1.first, value2.first); in operator ()()
/llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/
H A Dgcd.pass.cpp44 auto value2 = static_cast<Input2>(in2); in test0() local
45 static_assert(std::is_same_v<Output, decltype(std::gcd(value1, value2))>, ""); in test0()
46 static_assert(std::is_same_v<Output, decltype(std::gcd(value2, value1))>, ""); in test0()
47 assert(static_cast<Output>(out) == std::gcd(value1, value2)); in test0()
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dglobalvariable-attributes.ll3 @g1 = global i32 7 "key" = "value" "key2" = "value2"
15 ; CHECK: attributes #0 = { "key"="value" "key2"="value2" }
/llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.value_compare/
H A Dinvoke.pass.cpp25 bool operator()(const value_type& value1, const value_type& value2) const { in operator ()()
26 return this->comp(value1.first, value2.first); in operator ()()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion-allow-in-conditions.cpp42 int value2 = !functionReturningInt() ? 1 : 2; in implicitConversionIntegerToBoolInConditionalsIsAllowed() local
64 int value2 = (not functionReturningPointer()) ? 1 : 2; in implicitConversionPointerToBoolInConditionalsIsAllowed() local
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dinstantiate-expr.mm20 void f(U value, V value2) {
22 …get_an_A(N).prop = value2; // expected-error{{incompatible pointer to integer conversion assigning…
35 void f2(T ptr, U value, V value2) {
37 …ptr.prop = value2; // expected-error{{incompatible pointer to integer conversion assigning to 'int…
/llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/
H A Dlcm.pass.cpp41 auto value2 = static_cast<Input2>(in2); in test0() local
42 static_assert(std::is_same_v<Output, decltype(std::lcm(value1, value2))>, ""); in test0()
43 static_assert(std::is_same_v<Output, decltype(std::lcm(value2, value1))>, ""); in test0()
44 assert(static_cast<Output>(out) == std::lcm(value1, value2)); in test0()
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dglobalvariable-attributes.ll3 @g1 = global i32 7 "key" = "value" "key2" = "value2"
25 ; CHECK: attributes #0 = { "key"="value" "key2"="value2" }
/llvm-project-15.0.7/mlir/test/python/ir/
H A Dvalue.py25 value2 = Value._CAPICreate(value_capsule)
26 assert value2 == value
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfast-isel-store.ll48 define <4 x i32> @test_store_4xi32(ptr nocapture %addr, <4 x i32> %value, <4 x i32> %value2) {
74 %foo = add <4 x i32> %value, %value2 ; to force integer type on store
79 define <4 x i32> @test_store_4xi32_aligned(ptr nocapture %addr, <4 x i32> %value, <4 x i32> %value2
105 %foo = add <4 x i32> %value, %value2 ; to force integer type on store
162 …ne <2 x double> @test_store_2xf64(ptr nocapture %addr, <2 x double> %value, <2 x double> %value2) {
188 %foo = fadd <2 x double> %value, %value2 ; to force dobule type on store
219 %foo = fadd <2 x double> %value, %value2 ; to force dobule type on store
371 %foo = fadd <4 x double> %value, %value2 ; to force dobule type on store
411 %foo = fadd <4 x double> %value, %value2 ; to force dobule type on store
690 %foo = fadd <8 x double> %value, %value2 ; to force dobule type on store
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/Hexagon/
H A Dpeel-small-loop.ll17 %value2 = getelementptr inbounds %struct.STREAM, %struct.STREAM* %b, i32 0, i32 1
18 %1 = load i32, i32* %value2, align 4
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/ARM/
H A Dsink-addrmode.ll226 define void @test_phi_different_block(i32* %ptr, i32 %value1, i32 %value2) {
237 %cmp2 = icmp sgt i32 %value2, 0
245 store i32 %value2, i32* %phi, align 4
253 define void @test_phi_threegep(i32* %ptr, i32 %value1, i32 %value2) {
263 %cmp2 = icmp sgt i32 %value2, 0
285 define void @test_phi_threegep_nested(i32* %ptr, i32 %value1, i32 %value2) {
295 %cmp2 = icmp sgt i32 %value2, 0
308 store i32 %value2, i32* %ptr, align 4
321 define void @test_nested_select(i32* %ptr, i32 %value1, i32 %value2) {
326 %cmp2 = icmp sgt i32 %value2, 0

123