Home
last modified time | relevance | path

Searched defs:ParamCount (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c558 UINT8 ParamCount; in AcpiDsLoad1EndOp() local
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslexternal.c198 UINT8 ParamCount = ASL_EXTERNAL_METHOD_UNKNOWN_PARAMS; in ExDoExternal() local
/freebsd-14.2/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c408 UINT8 ParamCount= 0; in AcpiGetObjectInfo() local
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmextern.c1175 UINT32 ParamCount) in AcpiDmCreateSubobjectForExternal()
1228 UINT32 ParamCount) in AcpiDmAddOneExternalToNamespace()
H A Dadwalk.c900 UINT32 ParamCount = 0; in AcpiDmXrefDescendingOp() local
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp197 unsigned ParamCount = CtorDecl->getNumParams(); in checkPostCall() local
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp109 const CallDescription &CD) -> bool { in matchesImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h132 unsigned ParamCount = Shape.Parameters.size(); in getParamIndexForOptionalMask() local
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c901 UINT32 ParamCount; in AcpiDbCommandDispatch() local
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacstruct.h329 UINT16 ParamCount; /* Count of the input argument list */ member
H A Dacobject.h325 UINT8 ParamCount; member
H A Dactypes.h1418 UINT8 ParamCount; /* If a method, required parameter count */ member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h451 uint32_t ParamCount; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1116 uint32_t ParamCount = readVaruint32(Ctx); in parseTypeSection() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp738 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType()
2327 size_t ParamCount) { in LLVMGetIntrinsicDeclaration()
2341 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType()
2349 size_t ParamCount, in LLVMIntrinsicCopyOverloadedName()
2360 size_t ParamCount, in LLVMIntrinsicCopyOverloadedName2()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1758 unsigned ParamCount = 0; in LowerCall() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6872 unsigned ParamCount; in DiagnoseSwiftName() local
H A DSemaOverload.cpp11383 unsigned ParamCount = FnTy->getNumParams() - (HasExplicitObjectParam ? 1 : 0); in DiagnoseArityMismatch() local