| /freebsd/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbnames.c | 169 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 532 (void) AcpiNsDumpOneObject (ObjHandle, NestingLevel, &Info, NULL); in AcpiDbWalkAndMatchName() 603 UINT32 NestingLevel, in AcpiDbWalkForPredefinedNames() argument [all …]
|
| H A D | dbmethod.c | 169 UINT32 NestingLevel, 653 UINT32 NestingLevel, in AcpiDbWalkForExecute() argument 708 UINT32 NestingLevel, in AcpiDbWalkForExecuteAll() argument
|
| H A D | dbtest.c | 173 UINT32 NestingLevel, 218 UINT32 NestingLevel, 423 UINT32 NestingLevel, in AcpiDbTestOneObject() argument 1202 UINT32 NestingLevel, in AcpiDbEvaluateOnePredefinedName() argument
|
| H A D | dbstats.c | 175 UINT32 NestingLevel, 403 UINT32 NestingLevel, in AcpiDbClassifyOneObject() argument
|
| H A D | dbexec.c | 186 UINT32 NestingLevel, 480 UINT32 NestingLevel, in AcpiDbExecutionWalk() argument
|
| H A D | dbdisply.c | 179 UINT32 NestingLevel, 1285 UINT32 NestingLevel, in AcpiDbDisplayNonRootHandlers() argument
|
| H A D | dbcmds.c | 186 UINT32 NestingLevel, 1008 UINT32 NestingLevel, in AcpiDbDeviceResources() argument
|
| /freebsd/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsinit.c | 174 UINT32 NestingLevel, 181 UINT32 NestingLevel, 632 UINT32 NestingLevel, in AcpiNsFindIniMethods() argument 705 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/sys/contrib/dev/acpica/compiler/ |
| H A D | aslmapoutput.c | 184 UINT32 NestingLevel, 584 UINT32 NestingLevel, in MpEmitOneDevice() argument
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 155 (LessTok.NestingLevel > 0 || in opensProtoMessageField() 314 State.LowestLevelOnLine < Current.NestingLevel) { in canBreak() 414 (Previous.NestingLevel == 1 || Style.BinPackParameters)) || in mustBreak() 470 Current.NestingLevel < State.StartOfLineLevel)) { in mustBreak() 499 Previous.is(tok::comma) || Current.NestingLevel < 2) && in mustBreak() 547 if (Current.NestingLevel == 0 && !Current.isTrailingComment()) { in mustBreak() 721 (State.Line->First->is(tok::kw_for) || Current.NestingLevel == 0) && in addTokenOnCurrentLine() 1002 (!Style.isJavaScript() || Current.NestingLevel != 0 || in addTokenOnNewLine() 1055 Current.NestingLevel == 0) { in addTokenOnNewLine() 1093 State.StartOfLineLevel = Current.NestingLevel; in addTokenOnNewLine() [all …]
|
| H A D | FormatToken.cpp | 80 (!Style.Cpp11BracedListStyle && NestingLevel == 0))) || in opensBlockOrBlockTypeList() 254 if (Token->NestingLevel != 0 && Token->is(tok::l_brace) && Commas.size() < 19) in precomputeFormattingInfos()
|
| H A D | TokenAnnotator.cpp | 2085 CurrentToken->NestingLevel = Contexts.size() - 1; in next() 2306 int NestingLevel = 0; in isDeductionGuide() local 2316 ++NestingLevel; in isDeductionGuide() 2318 --NestingLevel; in isDeductionGuide() 2319 if (NestingLevel < 1) in isDeductionGuide() 2378 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType() 2395 Line.MightBeFunctionDecl && Current.NestingLevel == 0 && in determineTokenType() 3565 Result = std::max(Result, Tok->NestingLevel); in maxNestingDepth() 3765 if (Current.isNot(TT_StartOfName) || Current.NestingLevel != 0) in isFunctionDeclarationName() 4156 if (Left.is(tok::comma) && Left.NestingLevel == 0) in splitPenalty() [all …]
|
| H A D | WhitespaceManager.h | 170 return std::make_tuple(Tok->IndentLevel, Tok->NestingLevel, in indentAndNestingLevel()
|
| H A D | FormatToken.h | 521 unsigned NestingLevel = 0; member
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Pragma.cpp | 834 unsigned NestingLevel = 1; in HandlePragmaModuleBuild() local 857 ++NestingLevel; in HandlePragmaModuleBuild() 860 if (--NestingLevel == 0) in HandlePragmaModuleBuild()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | actypes.h | 1360 UINT32 NestingLevel,
|