Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp358 void setAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, in setAllocator() argument
360 OMPPredefinedAllocators[AllocatorKind] = Allocator; in setAllocator()
363 Expr *getAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind) const { in getAllocator()
364 return OMPPredefinedAllocators[AllocatorKind]; in getAllocator()
3337 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I); in getAllocatorKind() local
3338 const Expr *DefAllocator = Stack->getAllocator(AllocatorKind); in getAllocatorKind()
3343 AllocatorKindRes = AllocatorKind; in getAllocatorKind()
3352 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, Expr *Allocator) { in checkPreviousOMPAllocateAttribute() argument
3359 bool AllocatorsMatch = AllocatorKind == PrevAllocatorKind; in checkPreviousOMPAllocateAttribute()
3361 AllocatorKind == OMPAllocateDeclAttr::OMPUserDefinedMemAlloc && in checkPreviousOMPAllocateAttribute()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4908 auto AllocatorKind = in UpdateDecl() local
4914 Reader.getContext(), AllocatorKind, Allocator, Alignment, SR)); in UpdateDecl()