Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4655 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind() local
4657 CancelKind = CancelParallel; in getCancellationKind()
4659 CancelKind = CancelLoop; in getCancellationKind()
4661 CancelKind = CancelSections; in getCancellationKind()
4664 CancelKind = CancelTaskgroup; in getCancellationKind()
4666 return CancelKind; in getCancellationKind()