Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp351 void setAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, in setAllocator() argument
353 OMPPredefinedAllocators[AllocatorKind] = Allocator; in setAllocator()
357 return OMPPredefinedAllocators[AllocatorKind]; in getAllocator()
3288 const Expr *DefAllocator = Stack->getAllocator(AllocatorKind); in getAllocatorKind()
3293 AllocatorKindRes = AllocatorKind; in getAllocatorKind()
3309 bool AllocatorsMatch = AllocatorKind == PrevAllocatorKind; in checkPreviousOMPAllocateAttribute()
3398 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind = in ActOnOpenMPAllocateDirective() local
3415 AllocatorKind, Allocator)) in ActOnOpenMPAllocateDirective()
5518 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind = in checkAllocateClauses() local
5524 if (AllocatorKind == OMPAllocateDeclAttr::OMPThreadMemAlloc && in checkAllocateClauses()
[all …]
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp4554 auto AllocatorKind = in UpdateDecl() local
4560 Reader.getContext(), AllocatorKind, Allocator, Alignment, SR, in UpdateDecl()