Searched refs:AllocatorTraits (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp1568 ExprOffsets::AllocatorTraits)] =
1569 D.AllocatorTraits;
1587 Data.AllocatorTraits =
1590 ExprOffsets::AllocatorTraits)];
2422 if (Data.AllocatorTraits) {
2424 Data.AllocatorTraits->printPretty(OS, nullptr, Policy);
H A DStmtProfile.cpp894 if (D.AllocatorTraits)
895 Profiler->VisitStmt(D.AllocatorTraits);
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1651 const Expr *AllocatorTraits);
H A DCGOpenMPRuntime.cpp6031 if (!D.AllocatorTraits)
6033 Allocators.emplace_back(D.Allocator, D.AllocatorTraits);
6044 const Expr *AllocatorTraits) {
6051 AllocatorTraits->getType()->getAsArrayTypeUnsafe())
6054 LValue AllocatorTraitsLVal = CGF.EmitLValue(AllocatorTraits);
6061 CGF.EmitLoadOfScalar(AllocatorTraitsLVal, AllocatorTraits->getExprLoc());
8393 if (const auto *DRE = dyn_cast_or_null<DeclRefExpr>(D.AllocatorTraits))
6042 emitUsesAllocatorsInit(CodeGenFunction &CGF, const Expr *Allocator, const Expr *AllocatorTraits) argument
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp3118 ExprResult AllocatorTraits = local
3121 if (AllocatorTraits.isInvalid()) {
3126 D.AllocatorTraits = AllocatorTraits.get();
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp4935 if (Expr *E = D.AllocatorTraits)
23648 [](const UsesAllocatorsData &D) { return D.AllocatorTraits; }) &&
23701 if (IsPredefinedAllocator && D.AllocatorTraits) {
23702 Diag(D.AllocatorTraits->getExprLoc(),
23704 << D.AllocatorTraits->getSourceRange();
23713 if (!IsPredefinedAllocator && !D.AllocatorTraits) {
23719 if (!D.AllocatorTraits)
23728 if (D.AllocatorTraits) {
23729 if (D.AllocatorTraits->isTypeDependent()) {
23730 AllocatorTraitsExpr = D.AllocatorTraits;
[all...]
H A DTreeTransform.h10591 ExprResult AllocatorTraits; local
10592 if (Expr *AT = D.AllocatorTraits) {
10593 AllocatorTraits = getDerived().TransformExpr(AT);
10594 if (AllocatorTraits.isInvalid())
10599 NewD.AllocatorTraits = AllocatorTraits.get();
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h8386 Expr *AllocatorTraits = nullptr; member in struct:clang::final::Data
8397 AllocatorTraits, member in class:clang::final::ExprOffsets
H A DRecursiveASTVisitor.h3829 TRY_TO(TraverseStmt(Data.AllocatorTraits));
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp7104 Record.AddStmt(Data.AllocatorTraits);
H A DASTReader.cpp11304 D.AllocatorTraits = Record.readSubExpr();
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2700 Visitor->AddStmt(D.AllocatorTraits);
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12170 Expr *AllocatorTraits = nullptr; member in struct:clang::final::AlignPackInfo::CompleteTypeKind::UsesAllocatorsData

Completed in 1220 milliseconds