Home
last modified time | relevance | path

Searched refs:OMPC_allocate (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/lib/Basic/
DOpenMPKinds.cpp134 case OMPC_allocate: in getOpenMPSimpleClauseType()
374 case OMPC_allocate: in getOpenMPSimpleClauseTypeName()
/external/llvm-project/flang/lib/Semantics/
Dcheck-omp-structure.cpp446 CHECK_SIMPLE_PARSER_CLAUSE(OmpAllocateClause, OMPC_allocate) in CHECK_SIMPLE_PARSER_CLAUSE() argument
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp2745 case OMPC_allocate: in ParseOpenMPClause()
3558 } else if (Kind == OMPC_allocate || in ParseOpenMPVarList()
3568 if (Kind == OMPC_allocate) { in ParseOpenMPVarList()
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp107 case OMPC_allocate: in get()
195 case OMPC_allocate: in get()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h356 : OMPVarListClause<OMPAllocateClause>(llvm::omp::OMPC_allocate, StartLoc, in OMPAllocateClause()
364 : OMPVarListClause<OMPAllocateClause>(llvm::omp::OMPC_allocate, in OMPAllocateClause()
418 return T->getClauseKind() == llvm::omp::OMPC_allocate; in classof()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp5519 case OMPC_allocate: in ActOnOpenMPExecutableDirective()
11828 case OMPC_allocate: in ActOnOpenMPSingleExprClause()
12591 case OMPC_allocate: in getOpenMPCaptureRegionForClause()
13031 case OMPC_allocate: in ActOnOpenMPSimpleClause()
13270 case OMPC_allocate: in ActOnOpenMPSingleExprWithArgClause()
13522 case OMPC_allocate: in ActOnOpenMPClause()
13764 case OMPC_allocate: in ActOnOpenMPVarListClause()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp5345 case OMPC_allocate: in emitOMPAtomicExpr()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12061 case llvm::omp::OMPC_allocate: in readClause()