OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParamCount
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
attributes.c
28
int Idx,
ParamCount
;
29
for (Idx = LLVMAttributeFunctionIndex,
ParamCount
= LLVMCountParams(F);
30
Idx <=
ParamCount
; ++Idx) {
62
int Idx,
ParamCount
;
64
ParamCount
= LLVMCountParams(F);
65
Idx <=
ParamCount
; ++Idx) {
echo.cpp
92
unsigned
ParamCount
= LLVMCountParamTypes(Src);
94
if (
ParamCount
> 0) {
96
safe_malloc(
ParamCount
* sizeof(LLVMTypeRef)));
98
for (unsigned i = 0; i <
ParamCount
; i++)
103
Params,
ParamCount
,
105
if (
ParamCount
> 0)
/src/sys/external/bsd/acpica/dist/dispatcher/
dswload.c
450
UINT8
ParamCount
;
569
* Therefore,
ParamCount
will be 0.
571
ParamCount
= (UINT8) Op->Common.Value.Arg->Common.Next->Common.Value.Integer;
577
&Op->Common.Node,
ParamCount
);
583
AcpiDmAddOpToExternalList (Op, Op->Named.Path, (UINT8)ObjectType,
ParamCount
,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GTestChecker.cpp
198
unsigned
ParamCount
= CtorDecl->getNumParams();
204
if (CtorDecl->isCopyConstructor() &&
ParamCount
== 1) {
223
if (
ParamCount
== 1 && CtorDecl->getParamDecl(0)->getType() == BoolTy) {
228
if (
ParamCount
== 2){
/src/sys/external/bsd/acpica/dist/common/
adwalk.c
792
UINT32
ParamCount
= 0;
924
ParamCount
= Object->Method.
ParamCount
;
935
ParamCount
, ACPI_EXT_RESOLVED_REFERENCE);
/src/sys/external/bsd/acpica/dist/compiler/
aslexternal.c
97
UINT8
ParamCount
= ASL_EXTERNAL_METHOD_UNKNOWN_PARAMS;
110
ParamCount
= 0;
139
ParamCount
= MtProcessParameterTypeList (TypeOp->Asl.Child, ParamTypes);
151
ArgCountOp->Asl.Value.Integer =
ParamCount
;
187
(
ParamCount
< ExistingArgCount->Asl.Value.Integer))
189
ExistingArgCount->Asl.Value.Integer =
ParamCount
;
/src/sys/external/bsd/acpica/dist/namespace/
nsxfname.c
301
UINT8
ParamCount
= 0;
336
ParamCount
= Node->Object->Method.
ParamCount
;
516
Info->
ParamCount
=
ParamCount
;
669
MethodObj->Method.
ParamCount
= (UINT8)
/src/sys/external/bsd/acpica/dist/debugger/
dbinput.c
796
UINT32
ParamCount
;
810
ParamCount
= AcpiDbGetLine (InputBuffer);
825
if (
ParamCount
< AcpiGbl_DbCommands[CommandIndex].MinArgs)
828
ParamCount
, AcpiGbl_DbCommands[CommandIndex].Name,
996
if (
ParamCount
== 0)
1005
else if (
ParamCount
== 2)
/src/sys/external/bsd/acpica/dist/include/
acstruct.h
221
UINT16
ParamCount
; /* Count of the input argument list */
acobject.h
217
UINT8
ParamCount
;
actypes.h
1316
UINT8
ParamCount
; /* If a method, required parameter count */
/src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp
677
LLVMTypeRef *ParamTypes, unsigned
ParamCount
,
679
ArrayRef<Type*> Tys(unwrap(ParamTypes),
ParamCount
);
2388
size_t
ParamCount
) {
2389
ArrayRef<Type*> Tys(unwrap(ParamTypes),
ParamCount
);
2402
LLVMTypeRef *ParamTypes, size_t
ParamCount
) {
2404
ArrayRef<Type*> Tys(unwrap(ParamTypes),
ParamCount
);
2410
size_t
ParamCount
,
2413
ArrayRef<Type*> Tys(unwrap(ParamTypes),
ParamCount
);
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
1015
uint32_t
ParamCount
= readVaruint32(Ctx);
1016
Sig.Params.reserve(
ParamCount
);
1017
while (
ParamCount
--) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
6113
unsigned
ParamCount
;
6116
ParamCount
= Method->getSelector().getNumArgs();
6117
Params = Method->parameters().slice(0,
ParamCount
);
6121
ParamCount
= F->getNumParams();
6133
if (
ParamCount
== 0) {
6138
ParamCount
-= 1;
6148
if (SwiftParamCount ==
ParamCount
) {
6150
} else if (SwiftParamCount >
ParamCount
) {
6151
ParamCountValid = IsSingleParamInit &&
ParamCount
== 0;
6165
ParamCountValid = SwiftParamCount + MaybeOutParamCount >=
ParamCount
;
[
all
...]
Completed in 55 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026