Home
last modified time | relevance | path

Searched refs:ArgumentCount (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp34 unsigned ArgumentCount; member
109 assert(Descriptor.ArgumentCount <= 1); // No multi-argument selectors yet. in fillSelectors()
114 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II); in fillSelectors()
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Dadwalk.c1223 UINT32 ArgumentCount = 0; in AcpiDmInspectPossibleArgs() local
1279 return (ArgumentCount); in AcpiDmInspectPossibleArgs()
1283 ArgumentCount++; in AcpiDmInspectPossibleArgs()
1287 return (ArgumentCount); in AcpiDmInspectPossibleArgs()
/freebsd-13.1/sys/contrib/dev/acpica/components/parser/
H A Dpsobject.c461 UINT8 ArgumentCount; in AcpiPsCreateOp() local
550 ArgumentCount = AcpiPsGetArgumentCount (OpInfo->Type); in AcpiPsCreateOp()
551 if (ParentScope->Common.ArgListLength > ArgumentCount) in AcpiPsCreateOp()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td741 let Args = [UnsignedArgument<"ArgumentCount">];