Home
last modified time | relevance | path

Searched defs:use3 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/SemaCUDA/
H A Ddeferred-diags.cu54 static __device__ void use3() { in use3() function
/llvm-project/clang/test/Modules/
H A Dusing-directive.cpp51 void use3() { in use3() function
/llvm-project/clang/test/Sema/
H A Dattr-cpuspecific.c113 int use3(void) { use3() function
H A Dattr-target-mv.c65 int use3(void) { in use3() function
/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
H A Dp1.cpp16 int use3 = f(); // expected-warning {{'f' is deprecated}} variable
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx1z-inline-variables.cpp70 int &use3 = X<int>::a; variable
/llvm-project/mlir/test/CAPI/
H A Dir.c1945 MlirOpOperand use3 = mlirValueGetFirstUse(constOneValue); in testOperands() local