Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c168 UINT32 NestingLevel,
175 UINT32 NestingLevel,
182 UINT32 NestingLevel,
189 UINT32 NestingLevel,
196 UINT32 NestingLevel,
203 UINT32 NestingLevel,
210 UINT32 NestingLevel,
487 UINT32 NestingLevel, in AcpiDbWalkAndMatchName() argument
602 UINT32 NestingLevel, in AcpiDbWalkForPredefinedNames() argument
703 UINT32 NestingLevel, in AcpiDbWalkForObjectCounts() argument
[all …]
H A Ddbtest.c172 UINT32 NestingLevel,
213 UINT32 NestingLevel,
420 UINT32 NestingLevel, in AcpiDbTestOneObject() argument
1171 UINT32 NestingLevel, in AcpiDbEvaluateOnePredefinedName() argument
H A Ddbmethod.c169 UINT32 NestingLevel,
549 UINT32 NestingLevel, in AcpiDbWalkForExecute() argument
H A Ddbstats.c175 UINT32 NestingLevel,
403 UINT32 NestingLevel, in AcpiDbClassifyOneObject() argument
H A Ddbexec.c186 UINT32 NestingLevel,
479 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-12.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsinit.c174 UINT32 NestingLevel,
181 UINT32 NestingLevel,
643 UINT32 NestingLevel, in AcpiNsFindIniMethods() argument
716 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-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.cpp143 (LessTok.NestingLevel > 0 || in opensProtoMessageField()
299 State.LowestLevelOnLine < Current.NestingLevel) in canBreak()
394 Current.NestingLevel < State.StartOfLineLevel)) in mustBreak()
422 Previous.is(tok::comma) || Current.NestingLevel < 2) && in mustBreak()
771 Current.NestingLevel != 0 || !PreviousNonComment || in addTokenOnNewLine()
820 Current.NestingLevel == 0) in addTokenOnNewLine()
855 State.StartOfLineLevel = Current.NestingLevel; in addTokenOnNewLine()
856 State.LowestLevelOnLine = Current.NestingLevel; in addTokenOnNewLine()
870 Current.NestingLevel != 0) && in addTokenOnNewLine()
919 return Current.NestingLevel == 0 ? State.FirstIndent in getNewLineColumn()
[all …]
H A DWhitespaceManager.h163 return std::make_pair(Tok->IndentLevel, Tok->NestingLevel); in indentAndNestingLevel()
H A DTokenAnnotator.cpp1151 CurrentToken->NestingLevel = Contexts.size() - 1; in next()
1305 Current.NestingLevel == 0) { in determineTokenType()
1932 Result = std::max(Result, Tok->NestingLevel); in maxNestingDepth()
1999 if (!Current.is(TT_StartOfName) || Current.NestingLevel != 0) in isFunctionDeclarationName()
2217 if (Left.is(tok::comma) && Left.NestingLevel == 0) in splitPenalty()
2254 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()
2466 (Left.NestingLevel == 0 || in spaceRequiredBetween()
2871 (Left.NestingLevel == 0 && Line.Level == 0 && in mustBreakBefore()
2923 Right.Previous->MatchingParen->NestingLevel == 0 && in mustBreakBefore()
3106 if (Right.NestingLevel == 0 && in canBreakBefore()
[all …]
H A DFormatToken.h228 unsigned NestingLevel = 0; member
497 (!Style.Cpp11BracedListStyle && NestingLevel == 0))) || in opensBlockOrBlockTypeList()
H A DFormatToken.cpp233 if (Token->NestingLevel != 0 && Token->is(tok::l_brace) && Commas.size() < 19) in precomputeFormattingInfos()
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslmapoutput.c184 UINT32 NestingLevel,
584 UINT32 NestingLevel, in MpEmitOneDevice() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp822 unsigned NestingLevel = 1; in HandlePragmaModuleBuild() local
845 ++NestingLevel; in HandlePragmaModuleBuild()
848 if (--NestingLevel == 0) in HandlePragmaModuleBuild()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dactypes.h1333 UINT32 NestingLevel,