Home
last modified time | relevance | path

Searched refs:getOpenMPDirectiveName (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseOpenMP.cpp209 getOpenMPDirectiveName(OMPD_declare_reduction))) { in ParseOpenMPDeclareReductionDirective()
448 << getOpenMPDirectiveName(OMPD_declare_simd) << ClauseName << 0; in parseDeclareSimdClauses()
517 << getOpenMPDirectiveName(OMPD_declare_simd); in ParseOMPDeclareSimdClauses()
564 << getOpenMPDirectiveName(OMPD_threadprivate); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
581 << getOpenMPDirectiveName(OMPD_declare_reduction); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
691 << getOpenMPDirectiveName(OMPD_end_declare_target); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
745 << getOpenMPDirectiveName(DKind); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
802 << getOpenMPDirectiveName(DKind) << 0; in ParseOpenMPDeclarativeOrExecutableDirective()
811 << getOpenMPDirectiveName(OMPD_threadprivate); in ParseOpenMPDeclarativeOrExecutableDirective()
828 << getOpenMPDirectiveName(OMPD_declare_reduction); in ParseOpenMPDeclarativeOrExecutableDirective()
[all …]
/external/clang/include/clang/Basic/
DOpenMPKinds.h131 const char *getOpenMPDirectiveName(OpenMPDirectiveKind Kind);
/external/clang/lib/Sema/
DSemaOpenMP.cpp1190 << getOpenMPDirectiveName(OMPD_threadprivate) << !VD->isStaticLocal(); in ActOnOpenMPIdExpression()
1207 << getOpenMPDirectiveName(OMPD_threadprivate) << VD; in ActOnOpenMPIdExpression()
1222 << getOpenMPDirectiveName(OMPD_threadprivate) << VD; in ActOnOpenMPIdExpression()
1238 << getOpenMPDirectiveName(OMPD_threadprivate) << VD; in ActOnOpenMPIdExpression()
1252 << getOpenMPDirectiveName(OMPD_threadprivate) << VD; in ActOnOpenMPIdExpression()
1266 << getOpenMPDirectiveName(OMPD_threadprivate) << VD; in ActOnOpenMPIdExpression()
1346 << getOpenMPDirectiveName(OMPD_threadprivate) << VD->getType(); in CheckOMPThreadPrivateDecl()
1446 << getOpenMPDirectiveName(Stack->getCurrentDirective()); in ReportOriginalDSA()
1856 << getOpenMPDirectiveName(DSAStack->getCurrentDirective()); in ActOnOpenMPRegionEnd()
3142 << getOpenMPDirectiveName(ParentRegion); in CheckNestingOfRegions()
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp31 const char *clang::getOpenMPDirectiveName(OpenMPDirectiveKind Kind) { in getOpenMPDirectiveName() function in clang
/external/clang/lib/AST/
DStmtPrinter.cpp607 OS << getOpenMPDirectiveName(Node->getNameModifier()) << ": "; in VisitOMPIfClause()
1140 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
1146 << getOpenMPDirectiveName(Node->getCancelRegion()) << " "; in VisitOMPCancelDirective()