Searched refs:AlignedArgs (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2575 llvm::SmallVector<Expr*, 4> AlignedArgs; in resolveAllocationOverload() local 2583 AlignedArgs.reserve(Args.size() + 1); in resolveAllocationOverload() 2584 AlignedArgs.push_back(Args[0]); in resolveAllocationOverload() 2585 AlignedArgs.push_back(AlignArg); in resolveAllocationOverload() 2586 AlignedArgs.append(Args.begin() + 1, Args.end()); in resolveAllocationOverload() 2588 S, OCD_AllCandidates, AlignedArgs, R.getNameLoc(), IsAligned); in resolveAllocationOverload() 2600 AlignedCandidates->NoteCandidates(S, AlignedArgs, AlignedCands, "", in resolveAllocationOverload()
|
| H A D | SemaOpenMP.cpp | 6904 llvm::DenseMap<const Decl *, const Expr *> AlignedArgs; in ActOnOpenMPDeclareSimdDirective() local 6916 if (AlignedArgs.count(CanonPVD) > 0) { in ActOnOpenMPDeclareSimdDirective() 6920 Diag(AlignedArgs[CanonPVD]->getExprLoc(), in ActOnOpenMPDeclareSimdDirective() 6925 AlignedArgs[CanonPVD] = E; in ActOnOpenMPDeclareSimdDirective()
|