Searched refs:numAllocations (Results 1 – 1 of 1) sorted by relevance
240 const unsigned numAllocations = numArgsOrig - (hasOptions ? 2 : 1); in VisitCallExpr() local241 if (numInputsExpected + numOutputsExpected != numAllocations) { in VisitCallExpr()289 const llvm::APInt APIntNumAllocs(IntTySize, numAllocations); in VisitCallExpr()305 if (numAllocations > 0) { in VisitCallExpr()314 llvm::ArrayRef<clang::Expr*>(args + allocArgIndexStart, numAllocations), in VisitCallExpr()