Home
last modified time | relevance | path

Searched defs:paramType (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/net80211/
H A Dieee80211_proto.c902 } paramType; typedef
/freebsd-12.1/contrib/tcpdump/
H A Dprint-sctp.c171 uint16_t paramType; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp779 QualType paramType = (*Setter->param_begin())->getType() in buildSet() local
H A DSemaExprObjC.cpp1661 QualType paramType; in CheckMessageArgumentTypes() local
1675 QualType paramType = param->getType(); in CheckMessageArgumentTypes() local
H A DSemaExpr.cpp5064 QualType paramType; // ignored in GatherArgumentsForCall() local
16641 Expr *arg, QualType &paramType) { in checkUnknownAnyArg()
H A DSemaChecking.cpp4114 for (auto paramType : Proto->getParamTypes()) { in CheckNonNullArguments() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp907 for (auto paramType : T->getParamTypes()) { in VisitFunctionProtoType() local
1230 for (auto paramType : funcProtoType->getParamTypes()) { in substObjCTypeArgs() local
H A DASTContext.cpp8603 QualType paramType = mergeFunctionParameterTypes( in mergeFunctionTypes() local
/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c2652 ZSTD_DStreamParameter_e paramType, unsigned paramValue) in ZSTD_setDStreamParameter()