Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp325 void setAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, in setAllocator() argument
327 OMPPredefinedAllocators[AllocatorKind] = Allocator; in setAllocator()
330 Expr *getAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind) const { in getAllocator()
331 return OMPPredefinedAllocators[AllocatorKind]; in getAllocator()
3033 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I); in getAllocatorKind() local
3034 const Expr *DefAllocator = Stack->getAllocator(AllocatorKind); in getAllocatorKind()
3039 AllocatorKindRes = AllocatorKind; in getAllocatorKind()
3048 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, Expr *Allocator) { in checkPreviousOMPAllocateAttribute() argument
3055 bool AllocatorsMatch = AllocatorKind == PrevAllocatorKind; in checkPreviousOMPAllocateAttribute()
3057 AllocatorKind == OMPAllocateDeclAttr::OMPUserDefinedMemAlloc && in checkPreviousOMPAllocateAttribute()
[all …]
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp4671 auto AllocatorKind = in UpdateDecl() local
4676 Reader.getContext(), AllocatorKind, Allocator, SR, in UpdateDecl()