Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1809 << getOpenMPSimpleClauseTypeName(OMPC_default, in VisitOMPDefaultClause()
1816 << getOpenMPSimpleClauseTypeName(OMPC_proc_bind, in VisitOMPProcBindClause()
1842 << getOpenMPSimpleClauseTypeName(OMPC_atomic_default_mem_order, in VisitOMPAtomicDefaultMemOrderClause()
1848 OS << "at(" << getOpenMPSimpleClauseTypeName(OMPC_at, Node->getAtKind()) in VisitOMPAtClause()
1854 << getOpenMPSimpleClauseTypeName(OMPC_severity, Node->getSeverityKind()) in VisitOMPSeverityClause()
1866 OS << getOpenMPSimpleClauseTypeName(OMPC_schedule, in VisitOMPScheduleClause()
1870 OS << getOpenMPSimpleClauseTypeName(OMPC_schedule, in VisitOMPScheduleClause()
1875 OS << getOpenMPSimpleClauseTypeName(OMPC_schedule, Node->getScheduleKind()); in VisitOMPScheduleClause()
1916 OS << getOpenMPSimpleClauseTypeName(Node->getClauseKind(), in VisitOMPUpdateClause()
1934 OS << getOpenMPSimpleClauseTypeName( in VisitOMPFailClause()
[all …]
H A DAttrImpl.cpp121 OS << getOpenMPSimpleClauseTypeName(llvm::omp::Clause::OMPC_linear, *MI) in printPrettyPragma()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h237 const char *getOpenMPSimpleClauseTypeName(OpenMPClauseKind Kind, unsigned Type);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp252 const char *clang::getOpenMPSimpleClauseTypeName(OpenMPClauseKind Kind, in getOpenMPSimpleClauseTypeName() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2749 getOpenMPSimpleClauseTypeName(OMPC_device_type, OMPC_DEVICE_TYPE_host); in finalizeOpenMPDelayedAnalysis()
2778 StringRef NoHostDevTy = getOpenMPSimpleClauseTypeName( in finalizeOpenMPDelayedAnalysis()
4587 << getOpenMPSimpleClauseTypeName(OMPC_order, OMPC_ORDER_concurrent) in checkOrderedOrderSpecified()
4675 << getOpenMPSimpleClauseTypeName(OMPC_schedule, in ActOnOpenMPRegionEnd()
15786 Out << "'" << getOpenMPSimpleClauseTypeName(K, I) << "'"; in getListOfPossibleValues()
16251 << getOpenMPSimpleClauseTypeName(OMPC_schedule, M2) in ActOnOpenMPScheduleClause()
16252 << getOpenMPSimpleClauseTypeName(OMPC_schedule, M1); in ActOnOpenMPScheduleClause()
19049 << Type << getOpenMPSimpleClauseTypeName(OMPC_linear, LinKind); in CheckOpenMPLinearDecl()
21137 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList()
21152 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList()
[all …]