Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2785 llvm::SmallVector<Expr*, 4> AlignedArgs; in resolveAllocationOverloadInterior() local
2796 AlignedArgs.reserve(Args.size() + NonTypeArgumentOffset + 1); in resolveAllocationOverloadInterior()
2798 AlignedArgs.push_back(Args[Idx]); in resolveAllocationOverloadInterior()
2799 AlignedArgs.push_back(AlignArg); in resolveAllocationOverloadInterior()
2800 AlignedArgs.append(Args.begin() + NonTypeArgumentOffset + 1, in resolveAllocationOverloadInterior()
2803 S, OCD_AllCandidates, AlignedArgs, R.getNameLoc(), IsAligned); in resolveAllocationOverloadInterior()
2815 AlignedCandidates->NoteCandidates(S, AlignedArgs, AlignedCands, "", in resolveAllocationOverloadInterior()
H A DSemaOpenMP.cpp6763 llvm::DenseMap<const Decl *, const Expr *> AlignedArgs; in ActOnOpenMPDeclareSimdDirective() local
6775 auto [It, Inserted] = AlignedArgs.try_emplace(CanonPVD, E); in ActOnOpenMPDeclareSimdDirective()