Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp740 Value *CancelKind = nullptr; in createCancel() local
744 CancelKind = Builder.getInt32(Value); \ in createCancel()
754 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in createCancel()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5893 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind() local
5895 CancelKind = CancelParallel; in getCancellationKind()
5897 CancelKind = CancelLoop; in getCancellationKind()
5899 CancelKind = CancelSections; in getCancellationKind()
5902 CancelKind = CancelTaskgroup; in getCancellationKind()
5904 return CancelKind; in getCancellationKind()