Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2633 } RuntimeProcBind; in emitProcBindClause() local
2636 RuntimeProcBind = ProcBindMaster; in emitProcBindClause()
2639 RuntimeProcBind = ProcBindClose; in emitProcBindClause()
2642 RuntimeProcBind = ProcBindSpread; in emitProcBindClause()
2650 llvm::ConstantInt::get(CGM.IntTy, RuntimeProcBind, /*isSigned=*/true)}; in emitProcBindClause()