Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h47 enum OpenMPDeviceClauseModifier { enum
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp123 return llvm::StringSwitch<OpenMPDeviceClauseModifier>(Str) in getOpenMPSimpleClauseType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1600 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
2438 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
H A DCGOpenMPRuntime.cpp10212 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
13004 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
H A DCGStmtOpenMP.cpp6584 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device( in emitCommonOMPTargetDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h4903 OpenMPDeviceClauseModifier Modifier = OMPC_DEVICE_unknown;
4917 void setModifier(OpenMPDeviceClauseModifier M) { Modifier = M; } in setModifier()
4933 OMPDeviceClause(OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE, in OMPDeviceClause()
4961 OpenMPDeviceClauseModifier getModifier() const { return Modifier; } in getModifier()
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp1878 OpenMPDeviceClauseModifier Modifier = Node->getModifier(); in VisitOMPDeviceClause()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h11732 OMPClause *ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp16769 static_cast<OpenMPDeviceClauseModifier>(Argument.back()), Expr, in ActOnOpenMPSingleExprWithArgClause()
20474 OMPClause *Sema::ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in ActOnOpenMPDeviceClause()
H A DTreeTransform.h1935 OMPClause *RebuildOMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in RebuildOMPDeviceClause()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp12342 C->setModifier(Record.readEnum<OpenMPDeviceClauseModifier>()); in VisitOMPDeviceClause()