Searched refs:getOpenMPSimpleClauseTypeName (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | OpenMPClause.cpp | 1667 << getOpenMPSimpleClauseTypeName(OMPC_default, in VisitOMPDefaultClause() 1674 << getOpenMPSimpleClauseTypeName(OMPC_proc_bind, in VisitOMPProcBindClause() 1700 << getOpenMPSimpleClauseTypeName(OMPC_atomic_default_mem_order, in VisitOMPAtomicDefaultMemOrderClause() 1708 OS << getOpenMPSimpleClauseTypeName(OMPC_schedule, in VisitOMPScheduleClause() 1712 OS << getOpenMPSimpleClauseTypeName(OMPC_schedule, in VisitOMPScheduleClause() 1717 OS << getOpenMPSimpleClauseTypeName(OMPC_schedule, Node->getScheduleKind()); in VisitOMPScheduleClause() 1758 OS << getOpenMPSimpleClauseTypeName(Node->getClauseKind(), in VisitOMPUpdateClause() 1798 OS << getOpenMPSimpleClauseTypeName(Node->getClauseKind(), Modifier) in VisitOMPDeviceClause() 1953 << getOpenMPSimpleClauseTypeName(OMPC_lastprivate, Node->getKind()) in VisitOMPLastprivateClause() 1973 OS << getOpenMPSimpleClauseTypeName(OMPC_reduction, Node->getModifier()) in VisitOMPReductionClause() [all …]
|
| D | AttrImpl.cpp | 120 OS << getOpenMPSimpleClauseTypeName(llvm::omp::Clause::OMPC_linear, *MI) in printPrettyPragma()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | OpenMPKinds.h | 171 const char *getOpenMPSimpleClauseTypeName(OpenMPClauseKind Kind, unsigned Type);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| D | OpenMPKinds.cpp | 193 const char *clang::getOpenMPSimpleClauseTypeName(OpenMPClauseKind Kind, in getOpenMPSimpleClauseTypeName() function in clang
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 2497 getOpenMPSimpleClauseTypeName(OMPC_device_type, OMPC_DEVICE_TYPE_host); in finalizeOpenMPDelayedAnalysis() 2507 StringRef NoHostDevTy = getOpenMPSimpleClauseTypeName( in finalizeOpenMPDelayedAnalysis() 4452 << getOpenMPSimpleClauseTypeName(OMPC_order, OMPC_ORDER_concurrent) in checkOrderedOrderSpecified() 4545 << getOpenMPSimpleClauseTypeName(OMPC_schedule, in ActOnOpenMPRegionEnd() 14512 Out << "'" << getOpenMPSimpleClauseTypeName(K, I) << "'"; in getListOfPossibleValues() 14831 << getOpenMPSimpleClauseTypeName(OMPC_schedule, M2) in ActOnOpenMPScheduleClause() 14832 << getOpenMPSimpleClauseTypeName(OMPC_schedule, M1); in ActOnOpenMPScheduleClause() 17533 << Type << getOpenMPSimpleClauseTypeName(OMPC_linear, LinKind); in CheckOpenMPLinearDecl() 19524 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList() 19538 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList() [all …]
|