Home
last modified time | relevance | path

Searched refs:OMPC_threadprivate (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp73 case OMPC_threadprivate: in getOpenMPClauseName()
138 case OMPC_threadprivate: in getOpenMPSimpleClauseType()
297 case OMPC_threadprivate: in getOpenMPSimpleClauseTypeName()
903 return Kind == OMPC_threadprivate || Kind == OMPC_copyin; in isOpenMPThreadPrivate()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h37 OMPC_threadprivate, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp901 if (A == OMPC_threadprivate) { in addDSA()
1141 DVar.CKind = OMPC_threadprivate; in getTopDSA()
1148 DVar.CKind = OMPC_threadprivate; in getTopDSA()
1163 DVar.CKind = OMPC_threadprivate; in getTopDSA()
1183 DVar.CKind = OMPC_threadprivate; in getTopDSA()
8272 case OMPC_threadprivate: in ActOnOpenMPSingleExprClause()
8795 case OMPC_threadprivate: in getOpenMPCaptureRegionForClause()
9118 case OMPC_threadprivate: in ActOnOpenMPSimpleClause()
9295 case OMPC_threadprivate: in ActOnOpenMPSingleExprWithArgClause()
9512 case OMPC_threadprivate: in ActOnOpenMPClause()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp87 case OMPC_threadprivate: in get()
158 case OMPC_threadprivate: in get()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp1434 case OMPC_threadprivate: in ParseOpenMPClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2793 case OMPC_threadprivate:
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3951 case OMPC_threadprivate: in emitOMPAtomicExpr()