Home
last modified time | relevance | path

Searched defs:numParams (Results 1 – 10 of 10) sorted by relevance

/llvm-project/mlir/lib/Analysis/Presburger/
H A DBarvinok.cpp557 substituteMuInTerm(unsigned numParams,const ParamPoint & v,const std::vector<Point> & ds,const Point & mu) substituteMuInTerm() argument
638 unsigned numParams = n.getNumInputs(); getBinomialCoefficients() local
700 unsigned numParams = gf.getNumParams(); computeNumTerms() local
/llvm-project/mlir/include/mlir/TableGen/
H A DFormat.h148 FmtObjectBase(StringRef fmt, const FmtContext *ctx, size_t numParams) in FmtObjectBase()
/llvm-project/clang/tools/libclang/
H A DCXType.cpp717 unsigned numParams = FD->getNumParams(); clang_getArgType() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1225 for (unsigned i = 0; i != numParams; ++i) { in ReadObjCTypeParamList() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4612 unsigned numParams = method->param_size(); mergeInterfaceMethodToImpl() local
H A DSemaType.cpp2563 for (size_t paramIndex = 0, numParams = paramTypes.size(); checkExtParameterInfos() local
H A DSemaDeclAttr.cpp5044 CheckRegparmAttr(const ParsedAttr & AL,unsigned & numParams) CheckRegparmAttr() argument
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp84 static bool verifyTypeParamCount(mlir::Type inType, unsigned numParams) { in verifyTypeParamCount() argument
/llvm-project/clang/lib/AST/
H A DExpr.cpp855 for (unsigned i = 0, numParams = Params->size(); i != numParams; ++i) { ComputeName() local
/llvm-project/clang/include/clang/Sema/
H A DSema.h12609 getPointerOrNull(unsigned numParams) getPointerOrNull() argument