Searched refs:isDynamic (Results 1 – 4 of 4) sorted by relevance
474 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
246 isDynamic=true) { in PushPropertyAttributes() argument263 attrs |= isDynamic ? (1<<1) : 0; in PushPropertyAttributes()2071 bool isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() local2075 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in GeneratePropertyList()
858 const bool DynamicOrOrdered = Ordered || RT.isDynamic(ScheduleKind); in EmitOMPForOuterLoop()
1619 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime