Searched defs:AllocatorKind (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 356 setAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind,Expr * Allocator) setAllocator() argument 3311 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I); getAllocatorKind() local 3326 checkPreviousOMPAllocateAttribute(Sema & S,DSAStackTy * Stack,Expr * RefExpr,VarDecl * VD,OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind,Expr * Allocator) checkPreviousOMPAllocateAttribute() argument 3376 applyOMPAllocateAttribute(Sema & S,VarDecl * VD,OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind,Expr * Allocator,Expr * Alignment,SourceRange SR) applyOMPAllocateAttribute() argument 3422 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind = ActOnOpenMPAllocateDirective() local 5548 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind = checkAllocateClauses() local 16817 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I); findOMPAllocatorHandleT() local 24141 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I); ActOnOpenMPUsesAllocatorClause() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 4707 auto AllocatorKind = UpdateDecl() local
|