| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | fuchsia_handle.cpp | 44 void use2(zx_handle_t in ZX_HANDLE_USE); 76 use2(sa); // TODOexpected-warning {{Use of an invalid handle}} in checkInvalidHandle01() 173 use2(sb); // expected-warning {{Potential leak of handle}} in checkLeak01() 192 use2(sa); in checkReportLeakOnOnePath() 195 use2(sa); in checkReportLeakOnOnePath() 198 use2(sa); in checkReportLeakOnOnePath() 201 use2(sa); in checkReportLeakOnOnePath() 204 use2(sa); in checkReportLeakOnOnePath() 207 use2(sa); in checkReportLeakOnOnePath() 270 use2(sb); // expected-warning {{Using a previously released handle}} in checkHandleInStructureUseAfterFree() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCUDA/ |
| H A D | deferred-diags.cu | 49 static __device__ void use2() { in use2() function 55 use2(); // expected-note 4{{called by 'use3'}} in use3() 56 use2(); in use3()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | irg_sp_tagp.ll | 42 ; CHECK: bl use2 48 call void @use2(i8* %a_t, i8* %b_t) 76 ; CHECK: bl use2 81 call void @use2(i8* %b, i8* %b_t) 97 ; CHECK: bl use2 102 call void @use2(i8* %b, i8* %b_t) 107 declare void @use2(i8*, i8*)
|
| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | eager-reclamation-path-notes.c | 27 void use2(int *ptr, int val) { in use2() function 33 use2(p, compute()); in passThrough()
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | freeze.ll | 41 ; CHECK-NEXT: call void @use2(i1 [[Y]]) 51 call void @use2(i1 %y) ; cannot use %x 55 declare void @use2(i1)
|
| /llvm-project-15.0.7/mlir/test/Dialect/GPU/ |
| H A D | sink-ops.mlir | 67 // CHECK-NEXT: "use2"(%[[C2]]) 70 "use2"(%c2) : (index) -> () 91 // CHECK: "use2"(%[[C2]], %[[C2]]) 95 "use2"(%c2, %c2) : (index, index) -> ()
|
| H A D | outlining.mlir | 206 // CHECK: "use2"(%[[C2]]) 214 "use2"(%c2) : (index) -> () 233 // CHECK: "use2"(%[[C2]], %[[C2]]) 242 "use2"(%c2, %c2) : (index, index) -> ()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | pr38677.ll | 27 %use2 = phi i1 [ false, %entry ], [ icmp eq (ptr @A, ptr @B), %delay ] 28 %value = select i1 %use2, i32 2, i32 1
|
| H A D | select-binop-cmp.ll | 5 declare void @use2(i1) 132 ; CHECK-NEXT: call void @use2(i1 [[A]]) 372 ; CHECK-NEXT: call void @use2(i1 [[A]]) 377 call void @use2(i1 %A) 386 ; CHECK-NEXT: call void @use2(i1 [[A]]) 391 call void @use2(i1 %A) 412 ; CHECK-NEXT: call void @use2(i1 [[A]]) 438 ; CHECK-NEXT: call void @use2(i1 [[A]]) 464 ; CHECK-NEXT: call void @use2(i1 [[A]]) 1051 call void @use2(i1 %A) [all …]
|
| H A D | phi-select-constant.ll | 23 %use2 = phi i1 [ false, %entry ], [ icmp eq (i32* @A, i32* @B), %delay ] 24 %value = select i1 %use2, i32 2, i32 1
|
| /llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/ |
| H A D | lifetime-markers-on-inputs-3.ll | 12 declare void @use2(%type1**, %type2**) cold 37 call void @use2(%type1** %local1, %type2** %local2)
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | visitors.mlir | 17 "use2"(%i) : (index) -> () 31 // CHECK: Visiting op 'use2' 52 // CHECK: Visiting op 'use2' 84 // CHECK: Erasing op 'use2' 98 // CHECK: Erasing op 'use2'
|
| H A D | generic-visitors.mlir | 15 "use2"(%i) : (index) -> () 33 // CHECK: step 11 op 'use2' before all regions
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | merge-template-members.cpp | 14 B<int>::C use2; variable
|
| H A D | using-directive.cpp | 37 void use2() { in use2() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | metadata-nonnull.ll | 145 declare void @use2(i8* %a) 151 ; CHECK-NEXT: call void @use2(i8* [[V1]]) 164 call void @use2(i8* %v1)
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | ignored-bitfield-conditional.cpp | 88 void use2(bool cond1, bool cond2, struct S s1, int val1, int val2, int val3) { in use2() function
|
| H A D | cxx1z-inline-variables.cpp | 19 const int &use2 = internal_inline; variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | combine-sra-load.ll | 101 %use2 = or i32 %shift, %use1 102 ret i32 %use2
|
| H A D | promote-sra-by-itself.ll | 41 %use2 = add <1 x i16> %ashr, zeroinitializer
|
| /llvm-project-15.0.7/mlir/unittests/Parser/ |
| H A D | ResourceTest.cpp | 31 "test.use2"() {attr = #test.e1di64_elements<blob1> : tensor<3xi64> } : () -> () in TEST()
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/ |
| H A D | p1.cpp | 13 int use2 = s.member; // expected-warning {{'member' is deprecated}} variable
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | section-name.ll | 22 define i32* @use2() {
|
| /llvm-project-15.0.7/llvm/test/Transforms/NaryReassociate/ |
| H A D | nary-add.ll | 119 ; cond2 use2 128 ; NaryReassociate should match use1 with def3, and use2 with def1.
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-target-mv.c | 14 void use2(void){ in use2() function
|