reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
947 DVar.CKind = Data.Attributes; 1072 Data.Attributes = A; 1077 assert(Data.Attributes == OMPC_unknown || (A == Data.Attributes) || 1077 assert(Data.Attributes == OMPC_unknown || (A == Data.Attributes) || 1078 (A == OMPC_firstprivate && Data.Attributes == OMPC_lastprivate) || 1079 (A == OMPC_lastprivate && Data.Attributes == OMPC_firstprivate) || 1081 if (A == OMPC_lastprivate && Data.Attributes == OMPC_firstprivate) { 1086 A == OMPC_lastprivate || Data.Attributes == OMPC_lastprivate; 1087 Data.Attributes = A; 1092 Data.Attributes = A; 1136 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && 1159 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && 1184 if (Data.Attributes != OMPC_reduction || I->Directive != OMPD_taskgroup) 1209 if (Data.Attributes != OMPC_reduction || I->Directive != OMPD_taskgroup) 1344 isOpenMPPrivate(DSAIter->getSecond().Attributes)) { 1385 DVar.CKind = Data.Attributes; 1431 DVar.CKind = Data.Attributes; 1505 CPred(I->getSecond().Attributes) &&