Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_dag.h97 int numParams; /* number of parameters required by *funcPtr */ member
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp701 unsigned numParams = FD->getNumParams(); in clang_getArgType() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d6944 size_t numParams = fd.parameters.dim; in interpret_aaApply() local
7005 size_t numParams = fd.parameters.dim; in foreachApplyUtf() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c6564 size_t numParams = fd->parameters->dim; in interpret_aaApply() local
6623 size_t numParams = fd->parameters->dim; in foreachApplyUtf() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp4585 unsigned numParams = method->param_size(); in mergeInterfaceMethodToImpl() local
H A DSemaType.cpp2779 for (size_t paramIndex = 0, numParams = paramTypes.size(); in checkExtParameterInfos() local
H A DSemaDeclAttr.cpp4920 bool Sema::CheckRegparmAttr(const ParsedAttr &AL, unsigned &numParams) { in CheckRegparmAttr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1096 unsigned numParams = Record.readInt(); in ReadObjCTypeParamList() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp705 for (unsigned i = 0, numParams = Params->size(); i != numParams; ++i) { in ComputeName() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9219 getPointerOrNull(unsigned numParams) { in getPointerOrNull()