Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/debugger/
HDdbnames.c60 UINT32 NestingLevel,
67 UINT32 NestingLevel,
74 UINT32 NestingLevel,
81 UINT32 NestingLevel,
88 UINT32 NestingLevel,
95 UINT32 NestingLevel,
102 UINT32 NestingLevel,
370 UINT32 NestingLevel, in AcpiDbWalkAndMatchName() argument
413 (void) AcpiNsDumpOneObject (ObjHandle, NestingLevel, &Info, NULL); in AcpiDbWalkAndMatchName()
484 UINT32 NestingLevel, in AcpiDbWalkForPredefinedNames() argument
[all …]
HDdbtest.c64 UINT32 NestingLevel,
101 UINT32 NestingLevel,
308 UINT32 NestingLevel, in AcpiDbTestOneObject() argument
1003 UINT32 NestingLevel, in AcpiDbEvaluateOnePredefinedName() argument
HDdbstats.c67 UINT32 NestingLevel,
295 UINT32 NestingLevel, in AcpiDbClassifyOneObject() argument
HDdbexec.c78 UINT32 NestingLevel,
355 UINT32 NestingLevel, in AcpiDbExecutionWalk() argument
HDdbdisply.c70 UINT32 NestingLevel,
1158 UINT32 NestingLevel, in AcpiDbDisplayNonRootHandlers() argument
HDdbcmds.c79 UINT32 NestingLevel,
902 UINT32 NestingLevel, in AcpiDbDeviceResources() argument
/NextBSD/sys/contrib/dev/acpica/components/namespace/
HDnsinit.c65 UINT32 NestingLevel,
72 UINT32 NestingLevel,
415 UINT32 NestingLevel, in AcpiNsFindIniMethods() argument
488 UINT32 NestingLevel, in AcpiNsInitOneDevice() argument
HDnsxfeval.c702 UINT32 NestingLevel, in ACPI_EXPORT_SYMBOL()
823 Status = Info->UserFunction (ObjHandle, NestingLevel, Info->Context, in ACPI_EXPORT_SYMBOL()
/NextBSD/contrib/llvm/tools/clang/lib/Format/
HDContinuationIndenter.cpp114 State.LowestLevelOnLine < Current.NestingLevel) in canBreak()
174 Previous.is(tok::comma) || Current.NestingLevel < 2) && in mustBreak()
214 if (Current.NestingLevel == 0 && !Current.isTrailingComment()) { in mustBreak()
291 (State.Line->First->is(tok::kw_for) || Current.NestingLevel == 0) && in addTokenOnCurrentLine()
434 Current.NestingLevel != 0 || !PreviousNonComment->is(tok::equal) || in addTokenOnNewLine()
479 Current.NestingLevel == 0) in addTokenOnNewLine()
497 State.StartOfLineLevel = Current.NestingLevel; in addTokenOnNewLine()
498 State.LowestLevelOnLine = Current.NestingLevel; in addTokenOnNewLine()
512 Current.NestingLevel != 0) && in addTokenOnNewLine()
560 return Current.NestingLevel == 0 ? State.FirstIndent in getNewLineColumn()
[all …]
HDFormatToken.h220 unsigned NestingLevel = 0; member
415 (!Style.Cpp11BracedListStyle && NestingLevel == 0))); in opensBlockTypeList()
HDTokenAnnotator.cpp769 CurrentToken->NestingLevel = Contexts.size() - 1; in next()
891 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
900 Current.NestingLevel == 0) { in determineTokenType()
1463 if (!Current.is(TT_StartOfName) || Current.NestingLevel != 0) in isFunctionDeclarationName()
1626 if (Left.is(tok::comma) && Left.NestingLevel == 0) in splitPenalty()
1655 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()
2050 (Left.NestingLevel == 0 && Line.Level == 0 && in mustBreakBefore()
2091 Right.Previous->MatchingParen->NestingLevel == 0 && in mustBreakBefore()
2103 if (Right.Previous->is(tok::l_brace) && Right.NestingLevel == 1 && in mustBreakBefore()
HDFormatToken.cpp215 if (Token->NestingLevel != 0 || Commas.size() < 5 || HasSeparatingComment) in precomputeFormattingInfos()
/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslmapoutput.c76 UINT32 NestingLevel,
476 UINT32 NestingLevel, in MpEmitOneDevice() argument
/NextBSD/sys/contrib/dev/acpica/include/
HDactypes.h1202 UINT32 NestingLevel,