Home
last modified time | relevance | path

Searched refs:emitForStaticInit (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h668 virtual void emitForStaticInit(CodeGenFunction &CGF, SourceLocation Loc,
DCGStmtOpenMP.cpp1836 RT.emitForStaticInit(*this, S.getLocStart(), ScheduleKind, IVSize, IVSigned, in EmitOMPForOuterLoop()
2043 RT.emitForStaticInit(*this, S.getLocStart(), ScheduleKind, in EmitOMPWorksharingLoop()
2238 CGF.CGM.getOpenMPRuntime().emitForStaticInit( in EmitSections()
DCGOpenMPRuntime.cpp2529 void CGOpenMPRuntime::emitForStaticInit(CodeGenFunction &CGF, in emitForStaticInit() function in CGOpenMPRuntime