Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDObjCMissingSuperCallChecker.cpp34 unsigned ArgumentCount; member
108 assert(Descriptor.ArgumentCount <= 1); // No multi-argument selectors yet. in fillSelectors()
113 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II); in fillSelectors()
/freebsd-11-stable/sys/contrib/dev/acpica/common/
HDadwalk.c1212 UINT32 ArgumentCount = 0; in AcpiDmInspectPossibleArgs() local
1268 return (ArgumentCount); in AcpiDmInspectPossibleArgs()
1272 ArgumentCount++; in AcpiDmInspectPossibleArgs()
1276 return (ArgumentCount); in AcpiDmInspectPossibleArgs()
/freebsd-11-stable/sys/contrib/dev/acpica/components/parser/
HDpsobject.c460 UINT8 ArgumentCount; in AcpiPsCreateOp() local
549 ArgumentCount = AcpiPsGetArgumentCount (OpInfo->Type); in AcpiPsCreateOp()
550 if (ParentScope->Common.ArgListLength > ArgumentCount) in AcpiPsCreateOp()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttr.td682 let Args = [UnsignedArgument<"ArgumentCount">];