Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.h47 enum OpenMPDeviceClauseModifier { enum
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1380 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
2169 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
H A DCGOpenMPRuntime.cpp9814 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
12616 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
H A DCGStmtOpenMP.cpp6560 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device( in emitCommonOMPTargetDirective()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DOpenMPKinds.cpp136 return llvm::StringSwitch<OpenMPDeviceClauseModifier>(Str) in getOpenMPSimpleClauseType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h4945 OpenMPDeviceClauseModifier Modifier = OMPC_DEVICE_unknown;
4959 void setModifier(OpenMPDeviceClauseModifier M) { Modifier = M; } in setModifier()
4975 OMPDeviceClause(OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE, in OMPDeviceClause()
5003 OpenMPDeviceClauseModifier getModifier() const { return Modifier; } in getModifier()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp1907 OpenMPDeviceClauseModifier Modifier = Node->getModifier(); in VisitOMPDeviceClause()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10829 C->setModifier(Record.readEnum<OpenMPDeviceClauseModifier>()); in VisitOMPDeviceClause()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12094 OMPClause *ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp17033 static_cast<OpenMPDeviceClauseModifier>(Argument.back()), Expr, in ActOnOpenMPSingleExprWithArgClause()
20757 OMPClause *Sema::ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in ActOnOpenMPDeviceClause()
H A DTreeTransform.h1976 OMPClause *RebuildOMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in RebuildOMPDeviceClause()