Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1928 } RuntimeProcBind; in emitProcBindClause() local
1931 RuntimeProcBind = ProcBindMaster; in emitProcBindClause()
1934 RuntimeProcBind = ProcBindClose; in emitProcBindClause()
1937 RuntimeProcBind = ProcBindSpread; in emitProcBindClause()
1945 llvm::ConstantInt::get(CGM.IntTy, RuntimeProcBind, /*isSigned=*/true)}; in emitProcBindClause()