| /freebsd-14.2/sys/netinet/libalias/ |
| H A D | alias_sctp.c | 1286 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 D | thr.h | 74 int thr_new(struct thr_param *param, int param_size);
|
| /freebsd-14.2/sys/dev/tws/ |
| H A D | tws_cam.c | 82 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 D | tws_hdm.c | 54 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 D | BodyFarm.cpp | 350 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 D | CalledOnceCheck.cpp | 659 for (unsigned Index : llvm::seq<unsigned>(0u, Function->param_size())) { in findParamsToTrack() 1103 return Method && ParamIndex < Method->param_size() && in shouldBeCalledOnce()
|
| H A D | RetainSummaryManager.cpp | 757 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 D | kern_thr.c | 135 if (uap->param_size < 0 || uap->param_size > sizeof(param)) in sys_thr_new() 138 if ((error = copyin(uap->param, ¶m, uap->param_size))) in sys_thr_new()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallDescription.cpp | 74 return matchesImpl(FD, CE.getNumArgs(), FD->param_size()); in matchesAsWritten()
|
| H A D | MemRegion.cpp | 204 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 D | AnyCall.h | 162 size_t param_size() const { return parameters().size(); } in param_size() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonNullParamChecker.cpp | 106 return getNonNullAttrsImpl(Call, Call.param_size()); in getNonNullAttrs()
|
| H A D | DynamicTypePropagation.cpp | 855 for (unsigned i = 0; i < Method->param_size(); i++) { in checkPreObjCMessage()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRDiagsEmitter.cpp | 98 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 D | ODRHash.cpp | 404 ID.AddInteger(Method->param_size()); in VisitObjCMethodDecl() 703 ID.AddInteger(Function->param_size()); in AddFunctionDecl()
|
| H A D | ASTStructuralEquivalence.cpp | 2162 Method1->param_size() == Method2->param_size() && in IsStructurallyEquivalent()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 315 if (!FD || FD->param_size() != 3 || !FD->isMain()) in checkBeginFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 612 if (N < FD->param_size()) in getParamDecl()
|
| H A D | SemaCodeComplete.cpp | 3676 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 D | IndexSymbol.cpp | 222 if (MD->param_size()) in getSymbolInfo()
|
| H A D | IndexDecl.cpp | 163 bool isGetter = !D->param_size(); in handleObjCMethod()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5210 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 D | ASTWriterDecl.cpp | 726 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 D | freebsd32_misc.c | 3227 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, ¶m32, uap->param_size); in freebsd32_thr_new()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 1347 for (unsigned idx = 0, e = C->param_size(); idx != e; ++idx) { in checkBeginFunction()
|