Lines Matching defs:Size
317 for (unsigned I = 0, N = Suppressed.size(); I != N; ++I)
434 if (Args.size() < numFormalParams + numArgsAfterSentinel + 1) {
441 Expr *sentinelExpr = Args[Args.size() - numArgsAfterSentinel - 1];
1006 // The fun begins when size promotion occur across type domains.
1304 unsigned NumAssocs = ArgTypes.size();
1305 assert(NumAssocs == ArgExprs.size());
1330 unsigned NumAssocs = Types.size();
1331 assert(NumAssocs == Exprs.size());
1421 if (CompatIndices.size() > 1) {
1427 << (unsigned) CompatIndices.size();
1441 if (DefaultIndex == -1U && CompatIndices.size() == 0) {
1456 CompatIndices.size() ? CompatIndices[0] : DefaultIndex;
1478 assert(Args.size() <= 2 && "too many arguments for literal operator");
1481 for (unsigned ArgIdx = 0; ArgIdx != Args.size(); ++ArgIdx) {
1493 if (S.LookupLiteralOperator(Scope, R, llvm::makeArrayRef(ArgTy, Args.size()),
1516 for (unsigned i = 0; i != StringToks.size(); ++i)
1553 // Pass &StringTokLocs[0], StringTokLocs.size() to factory!
1557 StringTokLocs.size());
1921 if (!ExplicitTemplateArgs || ExplicitTemplateArgs->size() == 0)
2988 Target.resize(CharByteWidth * (Source.size() + 1));
3147 << StringRef(buffer.data(), buffer.size());
3646 // is the size of the referenced type.
4237 Args.size(), ME),
4299 if (Args.size() < NumParams) {
4300 if (Args.size() < MinArgs) {
4308 << static_cast<unsigned>(Args.size())
4320 << FnKind << MinArgs << static_cast<unsigned>(Args.size())
4335 if (Args.size() > NumParams) {
4344 << static_cast<unsigned>(Args.size())
4353 << static_cast<unsigned>(Args.size()) << Fn->getSourceRange()
4361 << FnKind << NumParams << static_cast<unsigned>(Args.size())
4383 unsigned TotalNumArgs = AllArgs.size();
4405 if (ArgIx < Args.size()) {
4468 for (unsigned i = ArgIx, e = Args.size(); i != e; ++i) {
4477 for (unsigned i = ArgIx, e = Args.size(); i != e; ++i) {
4486 for (unsigned i = ArgIx, e = Args.size(); i != e; ++i)
4508 /// an array with at least as many elements as specified by the size expression.
4599 for (size_t i = 0, e = args.size(); i != e; i++) {
4630 !FT || FT->isVariadic() || ArgExprs.size() != FT->getNumParams())
4975 if (FDecl->hasBody(Def) && Args.size() != Def->param_size()) {
4977 if (!Proto || !(Proto->isVariadic() && Args.size() >= Def->param_size()))
4979 << (Args.size() > Def->param_size()) << FDecl << Fn->getSourceRange();
4989 for (unsigned i = 0, e = Args.size(); i != e; i++) {
5117 for (unsigned I = 0, E = InitArgList.size(); I != E; ++I) {
5360 // ASTContext::getTypeSize will return the size rounded up to a
5362 // element size multiplied by the element count.
5404 // If SrcTy is a VectorType, the total size must match to explicitly cast to
5543 // initializers must be one or must match the size of the vector.
5547 // The number of initializers must be one or must match the size of the
6824 // vectors, the total size only needs to be the same. This is a bitcast;
7299 // If we're allowing lax vector conversions, only the total (data) size
7826 // The pointee type may have zero size. As an extension, a structure or
7827 // union may have zero size or an array may have zero length. In this
7855 // OpenCL 6.3j: shift values are effectively % word size of LHS (more defined),
8744 // Return a signed type that is of identical size and number of elements.
8745 // For floating point vectors, return an integer type of identical size
8759 "Unhandled vector element size in vector compare");
10929 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd));
11173 unsigned Size = Result.getFullDataSize();
11174 Sig = Context.CreateTypeSourceInfo(Result.getType(), Size);
11175 Sig->getTypeLoc().initializeFullCopy(Result, Size);
11291 for (unsigned i = 0, e = BSI->Captures.size(); i != e; i++) {
11474 // The type of __null will be int or long, depending on the size of
11485 llvm_unreachable("I don't know size of pointer!");
11862 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
11871 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
11879 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
11943 ExprEvalContexts[ExprEvalContexts.size()-2].Context;
11953 ExprEvalContexts.emplace_back(NewContext, ExprCleanupObjects.size(),
12207 ActiveTemplateInstantiations.size())
12584 LSI->ArrayIndexStarts.push_back(LSI->ArrayIndexVars.size());
12592 OS << "__i" << IndexVariables.size();
12629 Entities.reserve(1 + IndexVariables.size());
12633 for (unsigned I = 0, N = IndexVariables.size(); I != N; ++I)
12777 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1;
12781 unsigned FSIndex = FunctionScopes.size() - 1;
12919 // Unknown size indication requires no size computation.
12921 if (auto Size = VAT->getSizeExpr()) {
12930 auto ExprLoc = Size->getExprLoc();
13396 return TraverseTemplateArguments(Args.data(), Args.size());
14082 Param->setScopeInfo(0, Params.size());