| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbnames.c | 168 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 D | dbtest.c | 172 UINT32 NestingLevel, 213 UINT32 NestingLevel, 420 UINT32 NestingLevel, in AcpiDbTestOneObject() argument 1171 UINT32 NestingLevel, in AcpiDbEvaluateOnePredefinedName() argument
|
| H A D | dbmethod.c | 169 UINT32 NestingLevel, 549 UINT32 NestingLevel, in AcpiDbWalkForExecute() argument
|
| H A D | dbstats.c | 175 UINT32 NestingLevel, 403 UINT32 NestingLevel, in AcpiDbClassifyOneObject() argument
|
| H A D | dbexec.c | 186 UINT32 NestingLevel, 479 UINT32 NestingLevel, in AcpiDbExecutionWalk() argument
|
| H A D | dbdisply.c | 179 UINT32 NestingLevel, 1285 UINT32 NestingLevel, in AcpiDbDisplayNonRootHandlers() argument
|
| H A D | dbcmds.c | 187 UINT32 NestingLevel, 1009 UINT32 NestingLevel, in AcpiDbDeviceResources() argument
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsinit.c | 174 UINT32 NestingLevel, 181 UINT32 NestingLevel, 643 UINT32 NestingLevel, in AcpiNsFindIniMethods() argument 716 UINT32 NestingLevel, in AcpiNsInitOneDevice() argument
|
| H A D | nsxfeval.c | 841 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 D | ContinuationIndenter.cpp | 143 (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 D | WhitespaceManager.h | 163 return std::make_pair(Tok->IndentLevel, Tok->NestingLevel); in indentAndNestingLevel()
|
| H A D | TokenAnnotator.cpp | 1151 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 D | FormatToken.h | 228 unsigned NestingLevel = 0; member 497 (!Style.Cpp11BracedListStyle && NestingLevel == 0))) || in opensBlockOrBlockTypeList()
|
| H A D | FormatToken.cpp | 233 if (Token->NestingLevel != 0 && Token->is(tok::l_brace) && Commas.size() < 19) in precomputeFormattingInfos()
|
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslmapoutput.c | 184 UINT32 NestingLevel, 584 UINT32 NestingLevel, in MpEmitOneDevice() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | Pragma.cpp | 822 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 D | actypes.h | 1333 UINT32 NestingLevel,
|