Home
last modified time | relevance | path

Searched refs:auto_ (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-exprs.cpp72 void auto_(decltype(new auto(T()))) { in auto_() function
105 template void auto_<int>(int*);
/llvm-project-15.0.7/mlir/test/Dialect/OpenACC/
H A Dinvalid.mlir68 } attributes {auto_, seq}
/llvm-project-15.0.7/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp671 if ((auto_() && (independent() || seq())) || (independent() && seq())) { in verify()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenACC/
H A DOpenACCOps.td381 UnitAttr:$auto_,