Home
last modified time | relevance | path

Searched refs:num2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/
H A Dobjc-synchronize-cycle-tagged.mm19 NSObject* num2 = [NSNumber numberWithInt:arg];
22 assert(isTaggedPtr(num1) && isTaggedPtr(num2));
24 // obj -> num1 (includes num2)
30 // num2 -> obj1
31 @synchronized(num2) {
/llvm-project-15.0.7/llvm/test/Transforms/Reassociate/
H A Dcse-pairs.ll5 @num2 = local_unnamed_addr global i32 0, align 4
16 ; CHECK-NEXT: store i32 [[TMP6]], i32* @num2, align 4
27 store i32 %10, i32* @num2, align 4
39 ; CHECK-NEXT: store i32 [[TMP5]], i32* @num2, align 4
49 store i32 %8, i32* @num2, align 4
64 ; CHECK-NEXT: store i32 [[TMP12]], i32* @num2, align 4
77 store i32 %12, i32* @num2, align 4
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2010-05-10-DAGCombinerBug.ll5 define i32 @CXB30130(i32 %num1, ptr nocapture %num2, ptr nocapture %num3, ptr nocapture %num4) noun…
7 %0 = load i16, ptr %num2, align 2 ; <i16> [#uses=2]
9 store i16 %1, ptr %num2, align 2
/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp24 static constexpr int num2 = 43; member in A
127 template <int x = A::num2> void func7();
134 template <typename T> void func10(class A::B<T>, int x = A::num2);
211 template <> void func14<A::B<int>, A::num2>() {} in func14()
224 template void func11<A::B<int>>(A::C, A::D<A::B<int>>, decltype(A::num2));
226 template void func13<A::num2>();
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
H A Dmain.m144 NSNumber *num2 = [NSNumber numberWithFloat:3.14];