Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3888 enum RTLDependenceKindTy { DepIn = 0x01, DepInOut = 0x3 }; in emitTaskCall() enumerator
3950 DepKind = DepInOut; in emitTaskCall()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4533 DepInOut = 0x3, enumerator
4550 DepKind = DepInOut; in translateDependencyKind()