Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp1748 } RuntimeProcBind; in emitProcBindClause() local
1751 RuntimeProcBind = ProcBindMaster; in emitProcBindClause()
1754 RuntimeProcBind = ProcBindClose; in emitProcBindClause()
1757 RuntimeProcBind = ProcBindSpread; in emitProcBindClause()
1765 llvm::ConstantInt::get(CGM.IntTy, RuntimeProcBind, /*isSigned=*/true)}; in emitProcBindClause()