Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5700 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind() local
5702 CancelKind = CancelParallel; in getCancellationKind()
5704 CancelKind = CancelLoop; in getCancellationKind()
5706 CancelKind = CancelSections; in getCancellationKind()
5709 CancelKind = CancelTaskgroup; in getCancellationKind()
5711 return CancelKind; in getCancellationKind()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1002 Value *CancelKind = nullptr; in createCancel() local
1006 CancelKind = Builder.getInt32(Value); \ in createCancel()
1016 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in createCancel()