Home
last modified time | relevance | path

Searched refs:param_size (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-14.2/sys/netinet/libalias/
H A Dalias_sctp.c1286 int param_size; in GetAsconfVtags() local
1313 bytes_left -= param_size; in GetAsconfVtags()
1348 int param_size; in AddGlobalIPAddresses() local
1439 bytes_left -= param_size; in AddGlobalIPAddresses()
1510 int param_size; in RmGlobalIPAddresses() local
1561 bytes_left -= param_size; in RmGlobalIPAddresses()
1609 int param_size; in IsASCONFack() local
1615 if (param_size == 8) in IsASCONFack()
1626 bytes_left -= param_size; in IsASCONFack()
1663 int param_size; in IsADDorDEL() local
[all …]
/freebsd-14.2/sys/sys/
H A Dthr.h74 int thr_new(struct thr_param *param, int param_size);
/freebsd-14.2/sys/dev/tws/
H A Dtws_cam.c82 u_int32_t param_size, void *data);
84 u_int32_t param_size, void *data);
773 u_int32_t param_size, void *data) in tws_set_param() argument
809 param->parameter_size_bytes = (u_int16_t)param_size; in tws_set_param()
810 memcpy(param->data, data, param_size); in tws_set_param()
820 u_int32_t param_size, void *data) in tws_get_param() argument
858 param->parameter_size_bytes = (u_int16_t)param_size; in tws_get_param()
866 memcpy(data, param->data, param_size); in tws_get_param()
H A Dtws_hdm.c54 u_int32_t param_id, u_int32_t param_size, void *data);
56 u_int32_t param_id, u_int32_t param_size, void *data);
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp350 if (D->param_size() < 2) in create_call_once()
510 if (D->param_size() != 2) in create_dispatch_once()
594 if (D->param_size() != 2) in create_dispatch_sync()
621 if (D->param_size() != 3) in create_OSAtomicCompareAndSwap()
891 if (D->param_size() != 0) in getBody()
H A DCalledOnceCheck.cpp659 for (unsigned Index : llvm::seq<unsigned>(0u, Function->param_size())) { in findParamsToTrack()
1103 return Method && ParamIndex < Method->param_size() && in shouldBeCalledOnce()
H A DRetainSummaryManager.cpp757 if (isOSObjectDynamicCast(FName) && FD->param_size() >= 1) { in canEval()
759 } else if (isOSObjectRequiredCast(FName) && FD->param_size() >= 1) { in canEval()
/freebsd-14.2/sys/kern/
H A Dkern_thr.c135 if (uap->param_size < 0 || uap->param_size > sizeof(param)) in sys_thr_new()
138 if ((error = copyin(uap->param, &param, uap->param_size))) in sys_thr_new()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp74 return matchesImpl(FD, CE.getNumArgs(), FD->param_size()); in matchesAsWritten()
H A DMemRegion.cpp204 assert(Index < FD->param_size()); in getDecl()
207 assert(Index < BD->param_size()); in getDecl()
210 assert(Index < MD->param_size()); in getDecl()
213 assert(Index < CD->param_size()); in getDecl()
993 if (Index < FD->param_size() && FD->parameters()[Index] == PVD) in getVarRegion()
997 if (Index < BD->param_size() && BD->parameters()[Index] == PVD) in getVarRegion()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h162 size_t param_size() const { return parameters().size(); } in param_size() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp106 return getNonNullAttrsImpl(Call, Call.param_size()); in getNonNullAttrs()
H A DDynamicTypePropagation.cpp855 for (unsigned i = 0; i < Method->param_size(); i++) { in checkPreObjCMessage()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp98 const unsigned FirstNumParameters = FirstMethod->param_size(); in diagnoseSubMismatchMethodParameters()
99 const unsigned SecondNumParameters = SecondMethod->param_size(); in diagnoseSubMismatchMethodParameters()
1156 for (unsigned I = 0, N = FirstMethod->param_size(); I < N; ++I) { in diagnoseMismatch()
1699 assert(FirstFunction->param_size() == SecondFunction->param_size() && in diagnoseMismatch()
1702 size_t ParamSize = FirstFunction->param_size(); in diagnoseMismatch()
H A DODRHash.cpp404 ID.AddInteger(Method->param_size()); in VisitObjCMethodDecl()
703 ID.AddInteger(Function->param_size()); in AddFunctionDecl()
H A DASTStructuralEquivalence.cpp2162 Method1->param_size() == Method2->param_size() && in IsStructurallyEquivalent()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp315 if (!FD || FD->param_size() != 3 || !FD->isMain()) in checkBeginFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp612 if (N < FD->param_size()) in getParamDecl()
H A DSemaCodeComplete.cpp3676 if (Method->param_size() == 1) in createCodeCompletionStringForDecl()
3735 if (Method->param_size() == 0) { in createCodeCompletionStringForDecl()
7914 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion()
8097 if (NumSelIdents <= Method->param_size()) { in getPreferredArgumentTypeForMessageSend()
9671 if (Method->param_size() > 0) in CodeCompleteObjCMethodDecl()
9774 NumSelIdents <= MethList->getMethod()->param_size()) { in CodeCompleteObjCMethodDeclSelector()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp222 if (MD->param_size()) in getSymbolInfo()
H A DIndexDecl.cpp163 bool isGetter = !D->param_size(); in handleObjCMethod()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5210 return N < Decl->param_size() && Decl->getParamDecl(N) == &Node; in AST_MATCHER_P()
5212 return N < Decl->param_size() && Decl->getParamDecl(N) == &Node; in AST_MATCHER_P()
5214 return N < Decl->param_size() && Decl->getParamDecl(N) == &Node; in AST_MATCHER_P()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp726 Record.push_back(D->param_size()); in VisitFunctionDecl()
788 Record.push_back(D->param_size()); in VisitObjCMethodDecl()
1267 Record.push_back(D->param_size()); in VisitBlockDecl()
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3227 if (uap->param_size < 0 || in freebsd32_thr_new()
3228 uap->param_size > sizeof(struct thr_param32)) in freebsd32_thr_new()
3232 error = copyin(uap->param, &param32, uap->param_size); in freebsd32_thr_new()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1347 for (unsigned idx = 0, e = C->param_size(); idx != e; ++idx) { in checkBeginFunction()

12