HomeSort by: relevance | last modified time | path
    Searched refs:NestingLevel (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/debugger/
dbnames.c 61 UINT32 NestingLevel,
68 UINT32 NestingLevel,
75 UINT32 NestingLevel,
82 UINT32 NestingLevel,
89 UINT32 NestingLevel,
96 UINT32 NestingLevel,
103 UINT32 NestingLevel,
380 UINT32 NestingLevel,
424 (void) AcpiNsDumpOneObject (ObjHandle, NestingLevel, &Info, NULL);
495 UINT32 NestingLevel,
    [all...]
dbmethod.c 61 UINT32 NestingLevel,
545 UINT32 NestingLevel,
600 UINT32 NestingLevel,
dbstats.c 67 UINT32 NestingLevel,
295 UINT32 NestingLevel,
dbtest.c 65 UINT32 NestingLevel,
110 UINT32 NestingLevel,
315 UINT32 NestingLevel,
1094 UINT32 NestingLevel,
dbcmds.c 81 UINT32 NestingLevel,
903 UINT32 NestingLevel,
dbdisply.c 71 UINT32 NestingLevel,
1177 UINT32 NestingLevel,
dbexec.c 78 UINT32 NestingLevel,
374 UINT32 NestingLevel,
  /src/sys/external/bsd/acpica/dist/namespace/
nsinit.c 66 UINT32 NestingLevel,
73 UINT32 NestingLevel,
524 UINT32 NestingLevel,
597 UINT32 NestingLevel,
nsxfeval.c 733 UINT32 NestingLevel,
854 Status = Info->UserFunction (ObjHandle, NestingLevel,
  /src/external/apache2/llvm/dist/clang/lib/Format/
WhitespaceManager.h 170 return std::make_tuple(Tok->IndentLevel, Tok->NestingLevel,
ContinuationIndenter.cpp 142 (LessTok.NestingLevel > 0 ||
298 State.LowestLevelOnLine < Current.NestingLevel)
362 (Previous.NestingLevel == 1 || Style.BinPackParameters)) ||
412 Current.NestingLevel < State.StartOfLineLevel))
439 Previous.is(tok::comma) || Current.NestingLevel < 2) &&
481 if (Current.NestingLevel == 0 && !Current.isTrailingComment()) {
567 (State.Line->First->is(tok::kw_for) || Current.NestingLevel == 0) &&
769 // The first line break on any NestingLevel causes an extra penalty in order
816 Current.NestingLevel != 0 || !PreviousNonComment ||
850 // Thus, we set LastSpace of the next higher NestingLevel, to which we mov
    [all...]
FormatToken.cpp 234 if (Token->NestingLevel != 0 && Token->is(tok::l_brace) && Commas.size() < 19)
TokenAnnotator.cpp 1382 CurrentToken->NestingLevel = Contexts.size() - 1;
1519 int NestingLevel = 0;
1527 NestingLevel++;
1529 NestingLevel--;
1530 if (NestingLevel < 1)
1598 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) {
1612 Current.NestingLevel == 0 &&
2306 Result = std::max(Result, Tok->NestingLevel);
2388 if (!Current.is(TT_StartOfName) || Current.NestingLevel != 0)
2609 if (Left.is(tok::comma) && Left.NestingLevel == 0
    [all...]
FormatToken.h 383 unsigned NestingLevel = 0;
656 (!Style.Cpp11BracedListStyle && NestingLevel == 0))) ||
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aecommon.h 273 UINT32 NestingLevel,
aeexec.c 284 UINT32 NestingLevel,
  /src/sys/external/bsd/acpica/dist/compiler/
aslmapoutput.c 76 UINT32 NestingLevel,
476 UINT32 NestingLevel,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp 814 unsigned NestingLevel = 1;
837 ++NestingLevel;
840 if (--NestingLevel == 0)
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 1257 UINT32 NestingLevel,

Completed in 33 milliseconds