Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5936 enum RTCancelKind { enum
5945 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { in getCancellationKind()
5946 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind()