Home
last modified time | relevance | path

Searched refs:use2 (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Analysis/
H A Dfuchsia_handle.cpp44 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 Ddeferred-diags.cu49 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 Dirg_sp_tagp.ll42 ; 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 Deager-reclamation-path-notes.c27 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 Dfreeze.ll41 ; 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 Dsink-ops.mlir67 // CHECK-NEXT: "use2"(%[[C2]])
70 "use2"(%c2) : (index) -> ()
91 // CHECK: "use2"(%[[C2]], %[[C2]])
95 "use2"(%c2, %c2) : (index, index) -> ()
H A Doutlining.mlir206 // 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 Dpr38677.ll27 %use2 = phi i1 [ false, %entry ], [ icmp eq (ptr @A, ptr @B), %delay ]
28 %value = select i1 %use2, i32 2, i32 1
H A Dselect-binop-cmp.ll5 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 Dphi-select-constant.ll23 %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 Dlifetime-markers-on-inputs-3.ll12 declare void @use2(%type1**, %type2**) cold
37 call void @use2(%type1** %local1, %type2** %local2)
/llvm-project-15.0.7/mlir/test/IR/
H A Dvisitors.mlir17 "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 Dgeneric-visitors.mlir15 "use2"(%i) : (index) -> ()
33 // CHECK: step 11 op 'use2' before all regions
/llvm-project-15.0.7/clang/test/Modules/
H A Dmerge-template-members.cpp14 B<int>::C use2; variable
H A Dusing-directive.cpp37 void use2() { in use2() function
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A Dmetadata-nonnull.ll145 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 Dignored-bitfield-conditional.cpp88 void use2(bool cond1, bool cond2, struct S s1, int val1, int val2, int val3) { in use2() function
H A Dcxx1z-inline-variables.cpp19 const int &use2 = internal_inline; variable
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcombine-sra-load.ll101 %use2 = or i32 %shift, %use1
102 ret i32 %use2
H A Dpromote-sra-by-itself.ll41 %use2 = add <1 x i16> %ashr, zeroinitializer
/llvm-project-15.0.7/mlir/unittests/Parser/
H A DResourceTest.cpp31 "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 Dp1.cpp13 int use2 = s.member; // expected-warning {{'member' is deprecated}} variable
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dsection-name.ll22 define i32* @use2() {
/llvm-project-15.0.7/llvm/test/Transforms/NaryReassociate/
H A Dnary-add.ll119 ; cond2 use2
128 ; NaryReassociate should match use1 with def3, and use2 with def1.
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-target-mv.c14 void use2(void){ in use2() function

12