Home
last modified time | relevance | path

Searched refs:NestingLevel (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbnames.c61 UINT32 NestingLevel,
68 UINT32 NestingLevel,
75 UINT32 NestingLevel,
82 UINT32 NestingLevel,
89 UINT32 NestingLevel,
96 UINT32 NestingLevel,
103 UINT32 NestingLevel,
380 UINT32 NestingLevel, in AcpiDbWalkAndMatchName() argument
424 (void) AcpiNsDumpOneObject (ObjHandle, NestingLevel, &Info, NULL); in AcpiDbWalkAndMatchName()
495 UINT32 NestingLevel, in AcpiDbWalkForPredefinedNames() argument
596 AcpiDbWalkForObjectCounts(ACPI_HANDLE ObjHandle,UINT32 NestingLevel,void * Context,void ** ReturnValue) AcpiDbWalkForObjectCounts() argument
633 AcpiDbWalkForFields(ACPI_HANDLE ObjHandle,UINT32 NestingLevel,void * Context,void ** ReturnValue) AcpiDbWalkForFields() argument
717 AcpiDbWalkForSpecificObjects(ACPI_HANDLE ObjHandle,UINT32 NestingLevel,void * Context,void ** ReturnValue) AcpiDbWalkForSpecificObjects() argument
891 AcpiDbIntegrityWalk(ACPI_HANDLE ObjHandle,UINT32 NestingLevel,void * Context,void ** ReturnValue) AcpiDbIntegrityWalk() argument
1002 AcpiDbWalkForReferences(ACPI_HANDLE ObjHandle,UINT32 NestingLevel,void * Context,void ** ReturnValue) AcpiDbWalkForReferences() argument
1079 AcpiDbBusWalk(ACPI_HANDLE ObjHandle,UINT32 NestingLevel,void * Context,void ** ReturnValue) AcpiDbBusWalk() argument
[all...]
H A Ddbmethod.c61 UINT32 NestingLevel,
545 UINT32 NestingLevel, in AcpiDbWalkForExecute() argument
600 UINT32 NestingLevel, in AcpiDbWalkForExecuteAll() argument
H A Ddbtest.c65 UINT32 NestingLevel,
110 UINT32 NestingLevel,
315 UINT32 NestingLevel, in AcpiDbTestOneObject() argument
1094 UINT32 NestingLevel, in AcpiDbEvaluateOnePredefinedName() argument
H A Ddbstats.c67 UINT32 NestingLevel,
295 UINT32 NestingLevel, in AcpiDbClassifyOneObject() argument
H A Ddbexec.c78 UINT32 NestingLevel,
374 UINT32 NestingLevel, in AcpiDbExecutionWalk() argument
H A Ddbdisply.c71 UINT32 NestingLevel,
1177 UINT32 NestingLevel, in AcpiDbDisplayNonRootHandlers() argument
H A Ddbcmds.c81 UINT32 NestingLevel,
903 UINT32 NestingLevel, in AcpiDbDeviceResources() argument
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsinit.c66 UINT32 NestingLevel,
73 UINT32 NestingLevel,
524 UINT32 NestingLevel, in AcpiNsFindIniMethods() argument
597 UINT32 NestingLevel, in AcpiNsInitOneDevice() argument
H A Dnsxfeval.c733 UINT32 NestingLevel, in ACPI_EXPORT_SYMBOL()
854 Status = Info->UserFunction (ObjHandle, NestingLevel, in ACPI_EXPORT_SYMBOL()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp142 (LessTok.NestingLevel > 0 || in opensProtoMessageField()
298 State.LowestLevelOnLine < Current.NestingLevel) in canBreak()
362 (Previous.NestingLevel == 1 || Style.BinPackParameters)) || in mustBreak()
412 Current.NestingLevel < State.StartOfLineLevel)) in mustBreak()
439 Previous.is(tok::comma) || Current.NestingLevel < 2) && in mustBreak()
481 if (Current.NestingLevel == 0 && !Current.isTrailingComment()) { in mustBreak()
567 (State.Line->First->is(tok::kw_for) || Current.NestingLevel == 0) && in addTokenOnCurrentLine()
816 Current.NestingLevel != 0 || !PreviousNonComment || in addTokenOnNewLine()
865 Current.NestingLevel == 0) in addTokenOnNewLine()
901 State.StartOfLineLevel = Current.NestingLevel; in addTokenOnNewLine()
[all …]
H A DWhitespaceManager.h170 return std::make_tuple(Tok->IndentLevel, Tok->NestingLevel, in indentAndNestingLevel()
H A DTokenAnnotator.cpp1382 CurrentToken->NestingLevel = Contexts.size() - 1; in next()
1519 int NestingLevel = 0; in isDeductionGuide() local
1527 NestingLevel++; in isDeductionGuide()
1529 NestingLevel--; in isDeductionGuide()
1530 if (NestingLevel < 1) in isDeductionGuide()
1598 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
1612 Current.NestingLevel == 0 && in determineTokenType()
2306 Result = std::max(Result, Tok->NestingLevel); in maxNestingDepth()
2388 if (!Current.is(TT_StartOfName) || Current.NestingLevel != 0) in isFunctionDeclarationName()
2609 if (Left.is(tok::comma) && Left.NestingLevel == 0) in splitPenalty()
[all …]
H A DFormatToken.cpp234 if (Token->NestingLevel != 0 && Token->is(tok::l_brace) && Commas.size() < 19) in precomputeFormattingInfos()
H A DFormatToken.h383 unsigned NestingLevel = 0; member
656 (!Style.Cpp11BracedListStyle && NestingLevel == 0))) || in opensBlockOrBlockTypeList()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslmapoutput.c76 UINT32 NestingLevel,
476 UINT32 NestingLevel, in MpEmitOneDevice() argument
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daecommon.h273 UINT32 NestingLevel,
H A Daeexec.c284 UINT32 NestingLevel, in AeGetDevices() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp814 unsigned NestingLevel = 1; in HandlePragmaModuleBuild() local
837 ++NestingLevel; in HandlePragmaModuleBuild()
840 if (--NestingLevel == 0) in HandlePragmaModuleBuild()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactypes.h1255 UINT32 NestingLevel,