| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_align_params_templ.c | 16 __isl_keep ARG2 **obj2) in FN() 22 space2 = FN(ARG2,peek_space)(*obj2); in FN() 29 FN(ARG2,check_named_params)(*obj2) < 0) in FN() 31 *obj1 = FN(ARG1,align_params)(*obj1, FN(ARG2,get_space)(*obj2)); in FN() 32 *obj2 = FN(ARG2,align_params)(*obj2, FN(ARG1,get_space)(*obj1)); in FN() 33 if (!*obj1 || !*obj2) in FN() 38 *obj2 = FN(ARG2,free)(*obj2); in FN()
|
| H A D | check_reparse_templ.c | 16 TYPE *obj2; in FN() local 19 obj2 = FN(TYPE,read_from_str)(ctx, str); in FN() 21 equal = FN(TYPE,plain_is_equal)(obj, obj2); in FN() 23 FN(TYPE,free)(obj2); in FN()
|
| H A D | isl_test_plain_equal_templ.c | 22 TYPE *obj2; in FN() local 29 obj2 = FN(TYPE,read_from_str)(ctx, str); in FN() 30 equal = FN(TYPE,plain_is_equal)(obj, obj2); in FN() 31 FN(TYPE,free)(obj2); in FN()
|
| H A D | isl_type_check_equal_space_templ.c | 13 __isl_keep TYPE2 *obj2) in FN() 17 equal = FN(TYPE_PAIR,has_equal_space)(obj1, obj2); in FN()
|
| H A D | isl_type_has_equal_space_templ.c | 21 __isl_keep TYPE2 *obj2) in FN() 26 space2 = FN(TYPE2,PEEK_SPACE)(obj2); in FN()
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | hip-link-save-temps.hip | 6 // RUN: touch %T/obj2.o 9 // RUN: --offload-arch=gfx906 %T/obj1.o %T/obj2.o 2>&1 | \ 14 // RUN: touch %T/obj2.o 17 // RUN: --offload-arch=gfx906 %T/obj1.o %T/obj2.o 2>&1 | \ 22 // RUN: touch %T/obj2.o 26 // RUN: --offload-arch=gfx906 %T/obj1.o %T/obj2.o 2>&1 | \ 31 // RUN: touch %T/obj2.o 35 // RUN: --offload-arch=gfx906 %T/obj1.o %T/obj2.o 2>&1 | \ 39 …undler.*}}" {{.*}} "-output=obj2-host-x86_64-unknown-linux-gnu.o" "-output=obj2-hip-amdgcn-amd-amd… 44 ….out-hip-amdgcn-amd-amdhsa-gfx900" "obj1-hip-amdgcn-amd-amdhsa-gfx900.o" "obj2-hip-amdgcn-amd-amdh… [all …]
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | properties.m | 44 Foo *obj1, *obj2; 46 if (obj1.i == obj2.rrrr) 48 obj1.i = func(obj2.rrrr); 49 obj1.i = obj2.rrrr; 50 obj1.i = (obj2.rrrr); 51 [obj1 setI:[obj2 rrrr]]; 52 obj1.i = [obj2 rrrr]; 53 obj1.i = 3 + [obj2 rrrr];
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | retain-release-cf-audited.m | 21 CFTypeRef obj2 = CFCreateSomethingAudited(); // expected-warning{{leak}} 22 CFRetain(obj2); // no-warning 23 CFRelease(obj2); // no-warning 30 CFTypeRef obj2 = CFCreateSomethingUnaudited(); // expected-warning{{leak}} 31 CFRetain(obj2); // no-warning 32 CFRelease(obj2); // no-warning
|
| H A D | osobject-retain-release.cpp | 126 OSObject *obj2; in use_write_into_two_out_params() local 127 if (write_into_two_out_params(&obj1, &obj2)) { in use_write_into_two_out_params() 129 obj2->release(); in use_write_into_two_out_params() 135 OSObject *obj2; in use_write_two_out_params_leak() local 136 …write_into_two_out_params(&obj1, &obj2); // expected-note-re{{Call to function 'write_into_two_out… in use_write_two_out_params_leak() 148 OSObject *obj2; in use_always_write_into_two_out_params() local 149 always_write_into_two_out_params(&obj1, &obj2); in use_always_write_into_two_out_params() 151 obj2->release(); in use_always_write_into_two_out_params() 156 OSObject *obj2; in use_always_write_into_two_out_params_leak() local 157 …always_write_into_two_out_params(&obj1, &obj2); // expected-note-re{{Call to function 'always_writ… in use_always_write_into_two_out_params_leak()
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/ |
| H A D | objc-synchronize-cycle.mm | 11 NSObject* obj2 = [NSObject new]; 13 // obj1 -> obj2 15 @synchronized(obj2) { 20 @synchronized(obj2) {
|
| H A D | objc-synchronize-nested-recursive.mm | 9 NSObject* obj2 = [NSObject new]; 19 @synchronized(obj2) { 21 @synchronized(obj2) {
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | trace-ar.s | 4 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/trace-ar2.s -o %t.obj2.o 6 # RUN: llvm-ar rcs %t.boo.a %t.obj1.o %t.obj2.o 12 # CHECK-NOT: {{.*}}.boo.a({{.*}}.obj2.o) 15 # RUN: ld.lld %t.foo.o --start-lib %t.obj1.o %t.obj2.o -o %t.out -t 2>&1 | FileCheck --check-prefix… 18 # STARTLIB-NOT: {{.*}}.obj2.o
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | wrong-callee-save-size-after-livedebugvariables.mir | 3 # RUN: llvm-dwarfdump --name=obj2 %t | FileCheck %s --check-prefix=CHECKDWARF2 6 # Test that the location for obj1 and obj2 in the debug information is 23 %obj2 = alloca i8, align 1 49 !13 = !DILocalVariable(name: "obj2", scope: !7, file: !1, line: 5, type: !10) 74 - { id: 1, name: obj2, type: default, offset: 0, size: 1, alignment: 1, 86 renamable $w1 = LDRBBui %stack.1.obj2, 0, debug-location !21 :: (load (s8) from %ir.obj2)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ |
| H A D | dash-dash.test | 21 # RUN: llvm-objcopy test-obj out-obj2 22 # RUN: cmp -- out-obj2 --add-section 25 # RUN: cp -- test-obj strip-obj2 26 # RUN: llvm-strip -- strip-obj2 --keep-symbol 29 # RUN: cmp -- no-dash-dash2 strip-obj2
|
| /llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/ |
| H A D | intrinsics.ll | 16 define i8 addrspace(1)* addrspace(1)* @test_simple(i8 addrspace(1)* %obj1, i8 addrspace(1)* %obj2, … 41 %obj2.16 = getelementptr inbounds i8, i8 addrspace(1)* %obj2, i64 16 42 %obj.x = select i1 %c, i8 addrspace(1)* %obj1.12, i8 addrspace(1)* %obj2.16 43 %obj.y = select i1 %c, i8 addrspace(1)* %obj2.16, i8 addrspace(1)* %obj1.12 56 define void @test_base_of_base(i8 addrspace(1)* %obj1, i8 addrspace(1)* %obj2, i32 %len, i1 %c) gc … 64 %obj2.16 = getelementptr inbounds i8, i8 addrspace(1)* %obj2, i64 16 65 %obj.x = select i1 %c, i8 addrspace(1)* %obj1.12, i8 addrspace(1)* %obj2.16 73 define i8 addrspace(1)* @test_chained(i8 addrspace(1)* %obj1, i8 addrspace(1)* %obj2, i32 %len, i1 … 87 %obj2.16 = getelementptr inbounds i8, i8 addrspace(1)* %obj2, i64 16 88 %obj.x = select i1 %c, i8 addrspace(1)* %obj1.12, i8 addrspace(1)* %obj2.16
|
| H A D | intrinsics-bare.ll | 7 …@test_duplicate_base_generation(i8 addrspace(1)* %obj1, i8 addrspace(1)* %obj2, i1 %c) gc "statepo… 21 %obj2.16 = getelementptr inbounds i8, i8 addrspace(1)* %obj2, i64 16 22 %selected = select i1 %c, i8 addrspace(1)* %obj2.16, i8 addrspace(1)* %obj1.12
|
| H A D | relocation.ll | 9 define i64 addrspace(1)* @test1(i64 addrspace(1)* %obj, i64 addrspace(1)* %obj2, i1 %condition) gc … 12 ; CHECK-DAG: %obj2.relocated 28 ; CHECK: %phi2 = phi i64 addrspace(1)* [ %obj.relocated.casted, %use ], [ %obj2.relocated.casted, %… 29 ; CHECK: %obj3 = getelementptr i64, i64 addrspace(1)* %obj2.relocated.casted, i32 1 30 %phi2 = phi i64 addrspace(1)* [ %obj, %use ], [ %obj2, %joint ] 31 %obj3 = getelementptr i64, i64 addrspace(1)* %obj2, i32 1 256 define i64 addrspace(1)* @test7(i64 addrspace(1)* %obj, i64 addrspace(1)* %obj2, i1 %condition) gc … 273 ; CHECK-DAG: [ %obj2.relocated.casted, %callbb ] 274 %phi1 = phi i64 addrspace(1)* [ %obj, %entry ], [ %obj2, %callbb ] 281 ; CHECK-DAG: [ %obj2, %branch2 ] [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
| H A D | copy.assign.ptr.volatile.verify.cpp | 20 std::atomic<int*> obj2; in main() local 21 obj1 = obj2; // expected-error {{overload resolution selected deleted operator '='}} in main()
|
| H A D | copy.assign.volatile.verify.cpp | 20 std::atomic<int> obj2; in main() local 21 obj1 = obj2; // expected-error {{overload resolution selected deleted operator '='}} in main()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/ |
| H A D | universal_bin_wrapping_archives.test | 8 clang -fprofile-instr-generate -fcoverage-mapping -c obj2.c -o obj2_32.o -arch i386 10 clang -fprofile-instr-generate -fcoverage-mapping -c obj2.c -o obj2_64.o -arch x86_64 29 SHOW_ARCHIVE: {{.*}}obj2.c: 44 REPORT_ARCHIVE: obj2.c 1 0 100.00% 1 0 100.00% 1 0 100.00%
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-expr-json.cpp | 46 void TestPointerToMember(S obj1, S *obj2, int S::* data, void (S::*call)(int)) { in TestPointerToMember() argument 48 obj2->*data; in TestPointerToMember() 50 (obj2->*call)(12); in TestPointerToMember()
|
| H A D | ast-dump-expr.cpp | 59 void PointerToMember(S obj1, S *obj2, int S::* data, void (S::*call)(int)) { in PointerToMember() argument 66 obj2->*data; in PointerToMember() 82 (obj2->*call)(12); in PointerToMember()
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/Inputs/ |
| H A D | retpoline_synthetic.cpp | 33 Base *obj2 = new Derived2(); in main() local 40 case 2: sum += obj2->Foo(); break; in main()
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | precomp-ghash.test | 7 RUN: %p/Inputs/precomp-ghash-obj2.obj /debug:ghash /out:%t.exe /pdb:%t.pdb /nodefaultlib /force 30 ; // precomp-ghash-obj2.cpp 42 ; $ cl /c /Z7 /GS- precomp-ghash-obj2.cpp /Yuprecomp-ghash-obj.h
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | devirt_alias.ll | 34 define i32 @test(%struct.D* %obj2, i32 %a) { 36 %0 = bitcast %struct.D* %obj2 to i8*** 47 %call4 = tail call i32 %fptr33(%struct.D* nonnull %obj2, i32 %a)
|