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.cpp5690 enum RTCancelKind { enum
5699 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { in getCancellationKind()
5700 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind()