Searched refs:AlignedArgs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2616 llvm::SmallVector<Expr*, 4> AlignedArgs; in resolveAllocationOverload() local 2624 AlignedArgs.reserve(Args.size() + 1); in resolveAllocationOverload() 2625 AlignedArgs.push_back(Args[0]); in resolveAllocationOverload() 2626 AlignedArgs.push_back(AlignArg); in resolveAllocationOverload() 2627 AlignedArgs.append(Args.begin() + 1, Args.end()); in resolveAllocationOverload() 2629 S, OCD_AllCandidates, AlignedArgs, R.getNameLoc(), IsAligned); in resolveAllocationOverload() 2641 AlignedCandidates->NoteCandidates(S, AlignedArgs, AlignedCands, "", in resolveAllocationOverload()
|
| H A D | SemaOpenMP.cpp | 7055 llvm::DenseMap<const Decl *, const Expr *> AlignedArgs; in ActOnOpenMPDeclareSimdDirective() local 7067 if (AlignedArgs.count(CanonPVD) > 0) { in ActOnOpenMPDeclareSimdDirective() 7071 Diag(AlignedArgs[CanonPVD]->getExprLoc(), in ActOnOpenMPDeclareSimdDirective() 7076 AlignedArgs[CanonPVD] = E; in ActOnOpenMPDeclareSimdDirective()
|