Searched refs:OpenMPDeviceClauseModifier (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.h | 47 enum OpenMPDeviceClauseModifier { enum
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 1380 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, 2169 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
|
| H A D | CGOpenMPRuntime.cpp | 9814 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall() 12616 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
|
| H A D | CGStmtOpenMP.cpp | 6560 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device( in emitCommonOMPTargetDirective()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | OpenMPKinds.cpp | 136 return llvm::StringSwitch<OpenMPDeviceClauseModifier>(Str) in getOpenMPSimpleClauseType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 4945 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 D | OpenMPClause.cpp | 1907 OpenMPDeviceClauseModifier Modifier = Node->getModifier(); in VisitOMPDeviceClause()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10829 C->setModifier(Record.readEnum<OpenMPDeviceClauseModifier>()); in VisitOMPDeviceClause()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 12094 OMPClause *ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 17033 static_cast<OpenMPDeviceClauseModifier>(Argument.back()), Expr, in ActOnOpenMPSingleExprWithArgClause() 20757 OMPClause *Sema::ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in ActOnOpenMPDeviceClause()
|
| H A D | TreeTransform.h | 1976 OMPClause *RebuildOMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in RebuildOMPDeviceClause()
|