OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenMPDeviceClauseModifier
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenMPKinds.h
46
enum
OpenMPDeviceClauseModifier
{
/src/external/apache2/llvm/dist/clang/lib/Basic/
OpenMPKinds.cpp
117
return llvm::StringSwitch<
OpenMPDeviceClauseModifier
>(Str)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h
1573
llvm::PointerIntPair<const Expr *, 2,
OpenMPDeviceClauseModifier
> Device,
2413
llvm::PointerIntPair<const Expr *, 2,
OpenMPDeviceClauseModifier
> Device,
CGOpenMPRuntime.cpp
10038
llvm::PointerIntPair<const Expr *, 2,
OpenMPDeviceClauseModifier
> Device,
12826
llvm::PointerIntPair<const Expr *, 2,
OpenMPDeviceClauseModifier
> Device,
CGStmtOpenMP.cpp
5926
llvm::PointerIntPair<const Expr *, 2,
OpenMPDeviceClauseModifier
> Device(
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
4665
OpenMPDeviceClauseModifier
Modifier = OMPC_DEVICE_unknown;
4679
void setModifier(
OpenMPDeviceClauseModifier
M) { Modifier = M; }
4695
OMPDeviceClause(
OpenMPDeviceClauseModifier
Modifier, Expr *E, Stmt *HelperE,
4723
OpenMPDeviceClauseModifier
getModifier() const { return Modifier; }
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
1754
OpenMPDeviceClauseModifier
Modifier = Node->getModifier();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
11138
OMPClause *ActOnOpenMPDeviceClause(
OpenMPDeviceClauseModifier
Modifier,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
14334
static_cast<
OpenMPDeviceClauseModifier
>(Argument.back()), Expr,
18017
OMPClause *Sema::ActOnOpenMPDeviceClause(
OpenMPDeviceClauseModifier
Modifier,
TreeTransform.h
1898
OMPClause *RebuildOMPDeviceClause(
OpenMPDeviceClauseModifier
Modifier,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
12496
C->setModifier(Record.readEnum<
OpenMPDeviceClauseModifier
>());
Completed in 141 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026