Searched defs:AllocatorTraits (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | ParseOpenMP.cpp | 3132 ExprResult AllocatorTraits = ParseOpenMPUsesAllocatorClause() local |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | OpenMPClause.h | 8482 Expr *AllocatorTraits = nullptr; global() member |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ | ||
H A D | Sema.h | 12567 Expr *AllocatorTraits = nullptr; global() member |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenMPRuntime.cpp | 5836 emitUsesAllocatorsInit(CodeGenFunction & CGF,const Expr * Allocator,const Expr * AllocatorTraits) emitUsesAllocatorsInit() argument |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | TreeTransform.h | 10768 ExprResult AllocatorTraits; TransformOMPUsesAllocatorsClause() local |