Home
last modified time | relevance | path

Searched refs:isDynamic (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.h474 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
HDCGObjCGNU.cpp246 isDynamic=true) { in PushPropertyAttributes() argument
263 attrs |= isDynamic ? (1<<1) : 0; in PushPropertyAttributes()
2071 bool isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() local
2075 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in GeneratePropertyList()
HDCGStmtOpenMP.cpp858 const bool DynamicOrOrdered = Ordered || RT.isDynamic(ScheduleKind); in EmitOMPForOuterLoop()
HDCGOpenMPRuntime.cpp1619 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime