Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp2499 llvm::SmallVector<Expr*, 4> AlignedArgs; in resolveAllocationOverload() local
2507 AlignedArgs.reserve(Args.size() + 1); in resolveAllocationOverload()
2508 AlignedArgs.push_back(Args[0]); in resolveAllocationOverload()
2509 AlignedArgs.push_back(AlignArg); in resolveAllocationOverload()
2510 AlignedArgs.append(Args.begin() + 1, Args.end()); in resolveAllocationOverload()
2512 S, OCD_AllCandidates, AlignedArgs, R.getNameLoc(), IsAligned); in resolveAllocationOverload()
2524 AlignedCandidates->NoteCandidates(S, AlignedArgs, AlignedCands, "", in resolveAllocationOverload()
H A DSemaOpenMP.cpp6389 llvm::DenseMap<const Decl *, const Expr *> AlignedArgs; in ActOnOpenMPDeclareSimdDirective() local
6401 if (AlignedArgs.count(CanonPVD) > 0) { in ActOnOpenMPDeclareSimdDirective()
6405 Diag(AlignedArgs[CanonPVD]->getExprLoc(), in ActOnOpenMPDeclareSimdDirective()
6410 AlignedArgs[CanonPVD] = E; in ActOnOpenMPDeclareSimdDirective()