Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3145 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind() local
3147 CancelKind = CancelParallel; in getCancellationKind()
3149 CancelKind = CancelLoop; in getCancellationKind()
3151 CancelKind = CancelSections; in getCancellationKind()
3154 CancelKind = CancelTaskgroup; in getCancellationKind()
3156 return CancelKind; in getCancellationKind()