Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3135 enum RTCancelKind { enum
3144 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { in getCancellationKind()
3145 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind()