Lines Matching full:construct

496   // 'compute' constructs are the only construct that can do anything with  in VisitDefaultClause()
520 // 'compute' constructs are the only construct that can do anything with in VisitIfClause()
553 // 'compute' constructs are the only construct that can do anything with in VisitSelfClause()
586 // 'compute' constructs are the only construct that can do anything with in VisitNumGangsClause()
617 // A reduction clause may not appear on a parallel construct with a in VisitNumGangsClause()
641 // 'compute' constructs are the only construct that can do anything with in VisitNumWorkersClause()
662 // 'compute' constructs are the only construct that can do anything with in VisitVectorLengthClause()
683 // 'compute' constructs are the only construct that can do anything with in VisitAsyncClause()
705 // constructs, and 'compute'/'loop' constructs are the only construct that in VisitPrivateClause()
724 // 'compute' constructs are the only construct that can do anything with in VisitFirstPrivateClause()
741 // 'compute' constructs are the only construct that can do anything with in VisitNoCreateClause()
757 // 'compute' constructs are the only construct that can do anything with in VisitPresentClause()
773 // 'compute' constructs are the only construct that can do anything with in VisitCopyClause()
789 // 'compute' constructs are the only construct that can do anything with in VisitCopyInClause()
805 // 'compute' constructs are the only construct that can do anything with in VisitCopyOutClause()
821 // 'compute' constructs are the only construct that can do anything with in VisitCreateClause()
837 // 'compute' constructs are the only construct that can do anything with in VisitAttachClause()
858 // 'compute' constructs are the only construct that can do anything with in VisitDevicePtrClause()
880 // 'compute' constructs are the only construct that can do anything with in VisitWaitClause()
893 // constructs, and 'compute'/'loop' constructs are the only construct that in VisitDeviceTypeClause()
912 // the only construct that can do anything with this, so skip/treat as in VisitAutoClause()
936 // the only construct that can do anything with this, so skip/treat as in VisitIndependentClause()
959 // the only construct that can do anything with this, so skip/treat as in VisitSeqClause()
1000 // 'compute' constructs are the only construct that can do anything with in VisitReductionClause()
1006 // A reduction clause may not appear on a parallel construct with a in VisitReductionClause()
1063 "Didn't consume loop construct list?"); in ~AssociatedStmtRAII()
1217 // ensure that we can still work and don't check any construct-specific in ActOnConstruct()
1659 // If we are in the scope of a compute construct, add this to the list of in ActOnEndStmtDirective()
1661 // construct. in ActOnEndStmtDirective()