Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c169 UINT32 NestingLevel,
176 UINT32 NestingLevel,
183 UINT32 NestingLevel,
190 UINT32 NestingLevel,
197 UINT32 NestingLevel,
204 UINT32 NestingLevel,
211 UINT32 NestingLevel,
488 UINT32 NestingLevel, in AcpiDbWalkAndMatchName() argument
603 UINT32 NestingLevel, in AcpiDbWalkForPredefinedNames() argument
704 UINT32 NestingLevel, in AcpiDbWalkForObjectCounts() argument
[all …]
H A Ddbmethod.c169 UINT32 NestingLevel,
653 UINT32 NestingLevel, in AcpiDbWalkForExecute() argument
708 UINT32 NestingLevel, in AcpiDbWalkForExecuteAll() argument
H A Ddbtest.c173 UINT32 NestingLevel,
218 UINT32 NestingLevel,
423 UINT32 NestingLevel, in AcpiDbTestOneObject() argument
1202 UINT32 NestingLevel, in AcpiDbEvaluateOnePredefinedName() argument
H A Ddbstats.c175 UINT32 NestingLevel,
403 UINT32 NestingLevel, in AcpiDbClassifyOneObject() argument
H A Ddbexec.c186 UINT32 NestingLevel,
480 UINT32 NestingLevel, in AcpiDbExecutionWalk() argument
H A Ddbdisply.c179 UINT32 NestingLevel,
1285 UINT32 NestingLevel, in AcpiDbDisplayNonRootHandlers() argument
H A Ddbcmds.c187 UINT32 NestingLevel,
1009 UINT32 NestingLevel, in AcpiDbDeviceResources() argument
/freebsd-14.2/sys/contrib/dev/acpica/components/namespace/
H A Dnsinit.c174 UINT32 NestingLevel,
181 UINT32 NestingLevel,
632 UINT32 NestingLevel, in AcpiNsFindIniMethods() argument
705 UINT32 NestingLevel, in AcpiNsInitOneDevice() argument
H A Dnsxfeval.c841 UINT32 NestingLevel, in ACPI_EXPORT_SYMBOL()
962 Status = Info->UserFunction (ObjHandle, NestingLevel, in ACPI_EXPORT_SYMBOL()
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslmapoutput.c184 UINT32 NestingLevel,
584 UINT32 NestingLevel, in MpEmitOneDevice() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp155 (LessTok.NestingLevel > 0 || in opensProtoMessageField()
314 State.LowestLevelOnLine < Current.NestingLevel) { in canBreak()
462 Current.NestingLevel < State.StartOfLineLevel)) { in mustBreak()
491 Previous.is(tok::comma) || Current.NestingLevel < 2) && in mustBreak()
992 (!Style.isJavaScript() || Current.NestingLevel != 0 || in addTokenOnNewLine()
1045 Current.NestingLevel == 0) { in addTokenOnNewLine()
1083 State.StartOfLineLevel = Current.NestingLevel; in addTokenOnNewLine()
1084 State.LowestLevelOnLine = Current.NestingLevel; in addTokenOnNewLine()
1137 Current.NestingLevel != 0) && in addTokenOnNewLine()
1241 if (Current.NestingLevel == 0 || in getNewLineColumn()
[all …]
H A DFormatToken.cpp102 (!Style.Cpp11BracedListStyle && NestingLevel == 0))) || in opensBlockOrBlockTypeList()
276 if (Token->NestingLevel != 0 && Token->is(tok::l_brace) && Commas.size() < 19) in precomputeFormattingInfos()
H A DTokenAnnotator.cpp1944 int NestingLevel = 0; in isDeductionGuide() local
1954 ++NestingLevel; in isDeductionGuide()
1956 --NestingLevel; in isDeductionGuide()
1957 if (NestingLevel < 1) in isDeductionGuide()
3161 Result = std::max(Result, Tok->NestingLevel); in maxNestingDepth()
3780 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()
4089 (Left.NestingLevel == 0 || in spaceRequiredBetween()
4141 (Left.NestingLevel == Line.First->NestingLevel || in spaceRequiredBetween()
4142 ((Left.NestingLevel == Line.First->NestingLevel + 1) && in spaceRequiredBetween()
5177 Left.MatchingParen->NestingLevel == 0) { in mustBreakBefore()
[all …]
H A DWhitespaceManager.h175 return std::make_tuple(Tok->IndentLevel, Tok->NestingLevel, in indentAndNestingLevel()
H A DFormatToken.h499 unsigned NestingLevel = 0; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp834 unsigned NestingLevel = 1; in HandlePragmaModuleBuild() local
857 ++NestingLevel; in HandlePragmaModuleBuild()
860 if (--NestingLevel == 0) in HandlePragmaModuleBuild()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dactypes.h1359 UINT32 NestingLevel,