Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp35 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-12.1/sys/contrib/dev/acpica/common/
H A Dadwalk.c1212 UINT32 ArgumentCount = 0; in AcpiDmInspectPossibleArgs() local
1268 return (ArgumentCount); in AcpiDmInspectPossibleArgs()
1272 ArgumentCount++; in AcpiDmInspectPossibleArgs()
1276 return (ArgumentCount); in AcpiDmInspectPossibleArgs()
/freebsd-12.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-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td645 let Args = [UnsignedArgument<"ArgumentCount">];