/external/llvm-project/clang/test/Analysis/ |
D | fuchsia_handle.cpp | 37 void use2(zx_handle_t in ZX_HANDLE_USE); 55 use2(sa); // TODOexpected-warning {{Use of an invalid handle}} in checkInvalidHandle01() 152 use2(sb); // expected-warning {{Potential leak of handle}} in checkLeak01() 171 use2(sa); in checkReportLeakOnOnePath() 174 use2(sa); in checkReportLeakOnOnePath() 177 use2(sa); in checkReportLeakOnOnePath() 180 use2(sa); in checkReportLeakOnOnePath() 183 use2(sa); in checkReportLeakOnOnePath() 186 use2(sa); in checkReportLeakOnOnePath() 219 use2(sb); // expected-warning {{Using a previously released handle}} in checkUseAfterFree01() [all …]
|
/external/llvm-project/clang/test/SemaCUDA/ |
D | deferred-diags.cu | 23 static __device__ void use2() { in use2() function 29 use2(); // expected-note 2{{called by 'use3'}} in use3() 30 use2(); in use3()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
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*)
|
/external/clang/test/Analysis/inlining/ |
D | eager-reclamation-path-notes.c | 27 void use2(int *ptr, int val) { in use2() function 33 use2(p, compute()); in passThrough()
|
/external/llvm-project/clang/test/Analysis/inlining/ |
D | eager-reclamation-path-notes.c | 27 void use2(int *ptr, int val) { in use2() function 33 use2(p, compute()); in passThrough()
|
/external/llvm-project/llvm/test/Transforms/GVN/ |
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)
|
/external/llvm/test/Transforms/InstCombine/ |
D | phi-select-constexpr.ll | 15 %use2 = phi i1 [ false, %entry ], [ icmp eq (i32* @A, i32* @B), %delay ] 16 %value = select i1 %use2, i32 2, i32 1
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | pr38677.ll | 27 %use2 = phi i1 [ false, %entry ], [ icmp eq (i32* @A, i32* @B), %delay ] 28 %value = select i1 %use2, i32 2, i32 1
|
D | select-binop-cmp.ll | 5 declare void @use2(i1) 132 ; CHECK-NEXT: call void @use2(i1 [[A]]) 137 call void @use2(i1 %A) ; thwart predicate canonicalization 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]]) 417 call void @use2(i1 %A) ; thwart predicate canonicalization 438 ; CHECK-NEXT: call void @use2(i1 [[A]]) [all …]
|
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
|
/external/llvm-project/llvm/test/Transforms/HotColdSplit/ |
D | lifetime-markers-on-inputs-3.ll | 12 declare void @use2(%type1**, %type2**) cold 37 call void @use2(%type1** %local1, %type2** %local2)
|
/external/clang/test/Modules/ |
D | merge-template-members.cpp | 14 B<int>::C use2; variable
|
/external/llvm-project/clang/test/Modules/ |
D | merge-template-members.cpp | 14 B<int>::C use2; variable
|
D | using-directive.cpp | 37 void use2() { in use2() function
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/ |
D | p1.cpp | 13 int use2 = s.member; // expected-warning {{'member' is deprecated}} variable
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | metadata-nonnull.ll | 145 declare void @use2(i8* %a) 151 ; CHECK-NEXT: call void @use2(i8* [[V1]]) 164 call void @use2(i8* %v1)
|
/external/llvm-project/mlir/test/Dialect/GPU/ |
D | outlining.mlir | 175 // CHECK: "use2"(%[[C2]]) 183 "use2"(%c2) : (index) -> () 200 // CHECK: "use2"(%[[C2]], %[[C2]]) 209 "use2"(%c2, %c2) : (index, index) -> ()
|
/external/clang/test/CodeGenCXX/ |
D | cxx1z-inline-variables.cpp | 19 const int &use2 = internal_inline; variable
|
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/ |
D | p1.cpp | 13 int use2 = s.member; // expected-warning {{'member' is deprecated}} variable
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | cxx1z-inline-variables.cpp | 19 const int &use2 = internal_inline; variable
|
/external/llvm-project/lld/test/ELF/lto/ |
D | section-name.ll | 22 define i32* @use2() {
|
/external/llvm-project/clang/test/Sema/ |
D | attr-target-mv.c | 14 void use2(void){ in use2() function
|
D | attr-cpuspecific.c | 15 void use2(void){ in use2() function
|
/external/llvm-project/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 119 ; cond2 use2 128 ; NaryReassociate should match use1 with def3, and use2 with def1.
|
/external/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 118 ; cond2 use2 127 ; NaryReassociate should match use1 with def3, and use2 with def1.
|