Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h46 enum OpenMPDeviceClauseModifier { enum
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp117 return llvm::StringSwitch<OpenMPDeviceClauseModifier>(Str) in getOpenMPSimpleClauseType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1598 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
2433 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
H A DCGOpenMPRuntime.cpp10212 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
12987 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
H A DCGStmtOpenMP.cpp5959 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device( in emitCommonOMPTargetDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4773 OpenMPDeviceClauseModifier Modifier = OMPC_DEVICE_unknown;
4787 void setModifier(OpenMPDeviceClauseModifier M) { Modifier = M; } in setModifier()
4803 OMPDeviceClause(OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE, in OMPDeviceClause()
4831 OpenMPDeviceClauseModifier getModifier() const { return Modifier; } in getModifier()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1796 OpenMPDeviceClauseModifier Modifier = Node->getModifier(); in VisitOMPDeviceClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14711 static_cast<OpenMPDeviceClauseModifier>(Argument.back()), Expr, in ActOnOpenMPSingleExprWithArgClause()
18400 OMPClause *Sema::ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in ActOnOpenMPDeviceClause()
H A DTreeTransform.h1912 OMPClause *RebuildOMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in RebuildOMPDeviceClause()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11239 OMPClause *ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12538 C->setModifier(Record.readEnum<OpenMPDeviceClauseModifier>()); in VisitOMPDeviceClause()