Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACC.cpp51 template <typename Op> struct CombinedType;
52 template <> struct CombinedType<ParallelOp> { struct
56 template <> struct CombinedType<SerialOp> { struct
60 template <> struct CombinedType<KernelsOp> { struct
90 builder.getContext(), CombinedType<Op>::value)); in emitOpenACCOpCombinedConstruct()