Home
last modified time | relevance | path

Searched refs:StaticInit (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util.h48 void StaticInit(); // Emulates static initialization (tsan invisible).
H A Dtsan_mutex.cc155 m.StaticInit(); in TEST()
H A Dtsan_test_util_posix.cc116 void Mutex::StaticInit() { in StaticInit() function in Mutex
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2780 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPForOuterLoop() local
2784 ScheduleKind, StaticInit); in EmitOMPForOuterLoop()
2826 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPDistributeOuterLoop() local
2829 RT.emitDistributeStaticInit(*this, S.getBeginLoc(), ScheduleKind, StaticInit); in EmitOMPDistributeOuterLoop()
3196 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPWorksharingLoop() local
3202 StaticInit); in EmitOMPWorksharingLoop()
3740 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitSections() local
3744 CGF, S.getBeginLoc(), S.getDirectiveKind(), ScheduleKind, StaticInit); in EmitSections()
5151 CGOpenMPRuntime::StaticRTInput StaticInit( in EmitOMPDistributeLoop() local
5156 StaticInit); in EmitOMPDistributeLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1274 FunctionCallee StaticInit = getKmpcForStaticInitForType(IVTy, M, *this); in createStaticWorkshareLoop() local
1308 Builder.CreateCall(StaticInit, in createStaticWorkshareLoop()