Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3578 } RuntimeProcBind; in emitProcBindClause() local
3581 RuntimeProcBind = ProcBindMaster; in emitProcBindClause()
3584 RuntimeProcBind = ProcBindClose; in emitProcBindClause()
3587 RuntimeProcBind = ProcBindSpread; in emitProcBindClause()
3595 llvm::ConstantInt::get(CGM.IntTy, RuntimeProcBind, /*isSigned=*/true)}; in emitProcBindClause()