Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp11310 QualType PtrRedTy = Context.getPointerType(RedTy); in actOnOMPReductionKindClause() local
11316 LHS = ImplicitCastExpr::Create(Context, PtrRedTy, in actOnOMPReductionKindClause()
11319 RHS = ImplicitCastExpr::Create(Context, PtrRedTy, in actOnOMPReductionKindClause()
11324 QualType Params[] = {PtrRedTy, PtrRedTy}; in actOnOMPReductionKindClause()