Home
last modified time | relevance | path

Searched defs:use2 (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dattr-availability-visionos.c24 void use2() { in use2() function
H A Dattr-cpuspecific.c15 void use2(void){ in use2() function
H A Dattr-target-mv.c14 void use2(void){ in use2() function
/llvm-project/clang/test/SemaCUDA/
H A Ddeferred-diags.cu49 static __device__ void use2() { in use2() function
/llvm-project/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/clang/test/CodeGen/LoongArch/
H A Dattributes.cpp20 void use2() { in use2() function
/llvm-project/clang/test/Analysis/inlining/
H A Deager-reclamation-path-notes.c27 void use2(int *ptr, int val) { in use2() function
/llvm-project/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/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/clang/test/SemaTemplate/
H A Dconcepts.cpp800 void use2() { in use2() function
/llvm-project/mlir/test/CAPI/
H A Dir.c1918 MlirOpOperand use2 = mlirValueGetFirstUse(opOperand2); in testOperands() local