/minix/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | DiagnosticRenderer.h | 68 DiagnosticsEngine::Level LastLevel; 76 DiagnosticsEngine::Level Level, 83 DiagnosticsEngine::Level Level, 88 DiagnosticsEngine::Level Level, 103 DiagnosticsEngine::Level Level) {} in beginDiagnostic() argument 105 DiagnosticsEngine::Level Level) {} in endDiagnostic() argument 111 DiagnosticsEngine::Level Level, const SourceManager &SM); 117 void emitCaret(SourceLocation Loc, DiagnosticsEngine::Level Level, 121 DiagnosticsEngine::Level Level, 142 void emitDiagnostic(SourceLocation Loc, DiagnosticsEngine::Level Level,
|
H A D | TextDiagnostic.h | 53 DiagnosticsEngine::Level Level, 79 DiagnosticsEngine::Level Level, 86 DiagnosticsEngine::Level Level, 91 DiagnosticsEngine::Level Level, in emitCodeContext() argument 95 emitSnippetAndCaret(Loc, Level, Ranges, Hints, SM); in emitCodeContext() 110 void emitSnippetAndCaret(SourceLocation Loc, DiagnosticsEngine::Level Level,
|
/minix/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | IntervalMap.cpp | 27 if (Level == 0) in getLeftSibling() 31 unsigned l = Level - 1; in getLeftSibling() 43 for (++l; l != Level; ++l) in getLeftSibling() 54 l = Level - 1; in moveLeft() 59 } else if (height() < Level) in moveLeft() 68 for (++l; l != Level; ++l) { in moveLeft() 77 if (Level == 0) in getRightSibling() 81 unsigned l = Level - 1; in getRightSibling() 93 for (++l; l != Level; ++l) in getRightSibling() 102 unsigned l = Level - 1; in moveRight() [all …]
|
H A D | Compression.cpp | 26 static int encodeZlibCompressionLevel(zlib::CompressionLevel Level) { in encodeZlibCompressionLevel() argument 27 switch (Level) { in encodeZlibCompressionLevel() 50 CompressionLevel Level) { in compress() argument 53 int CLevel = encodeZlibCompressionLevel(Level); in compress() 86 CompressionLevel Level) { in compress() argument
|
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SchedulerRegistry.h | 37 CodeGenOpt::Level); 69 CodeGenOpt::Level OptLevel); 74 CodeGenOpt::Level OptLevel); 81 CodeGenOpt::Level); 88 CodeGenOpt::Level); 93 CodeGenOpt::Level OptLevel); 99 CodeGenOpt::Level OptLevel); 103 CodeGenOpt::Level OptLevel); 108 CodeGenOpt::Level OptLevel);
|
/minix/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | TextDiagnosticPrinter.cpp | 55 DiagnosticsEngine::Level Level, in printDiagnosticOptions() argument 75 if (Level == DiagnosticsEngine::Error && in printDiagnosticOptions() 85 << (Level == DiagnosticsEngine::Remark ? "-R" : "-W") << Opt; in printDiagnosticOptions() 112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() argument 115 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic() 123 printDiagnosticOptions(DiagMessageStream, Level, Info, *DiagOpts); in HandleDiagnostic() 139 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors, in HandleDiagnostic() 141 TextDiagnostic::printDiagnosticMessage(OS, Level, DiagMessageStream.str(), in HandleDiagnostic() 155 TextDiag->emitDiagnostic(Info.getLocation(), Level, DiagMessageStream.str(), in HandleDiagnostic()
|
H A D | SerializedDiagnosticPrinter.cpp | 68 DiagnosticsEngine::Level Level, 75 DiagnosticsEngine::Level Level, in emitDiagnosticLoc() argument 83 DiagnosticsEngine::Level Level, 89 DiagnosticsEngine::Level Level) override; 91 DiagnosticsEngine::Level Level) override; 198 DiagnosticsEngine::Level Level, 641 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel() argument 642 switch (Level) { in getStableLevel() 690 DiagnosticsEngine::Level Level, in emitDiagnosticMessage() argument 713 DiagnosticsEngine::Level Level) { in endDiagnostic() argument [all …]
|
H A D | DiagnosticRenderer.cpp | 124 DiagnosticsEngine::Level Level, in emitDiagnostic() argument 132 beginDiagnostic(D, Level); in emitDiagnostic() 163 emitIncludeStack(Loc, PLoc, Level, *SM); in emitDiagnostic() 167 emitCaret(Loc, Level, MutableRanges, FixItHints, *SM); in emitDiagnostic() 179 LastLevel = Level; in emitDiagnostic() 181 endDiagnostic(D, Level); in emitDiagnostic() 212 DiagnosticsEngine::Level Level, in emitIncludeStack() argument 388 DiagnosticsEngine::Level Level, in emitCaret() argument 394 emitCodeContext(Loc, Level, SpellingRanges, Hints, SM); in emitCaret() 410 DiagnosticsEngine::Level Level, in emitMacroExpansions() argument [all …]
|
H A D | LogDiagnosticPrinter.cpp | 27 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName() argument 28 switch (Level) { in getLevelName() 112 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() argument 115 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic() 131 DE.DiagnosticLevel = Level; in HandleDiagnostic()
|
/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCCodeGenInfo.h | 33 CodeGenOpt::Level OptLevel; 38 CodeGenOpt::Level OL = CodeGenOpt::Default); 44 CodeGenOpt::Level getOptLevel() const { return OptLevel; } in getOptLevel() 47 void setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } in setOptLevel() argument
|
/minix/external/bsd/llvm/dist/clang/tools/diagtool/ |
H A D | ShowEnabledWarnings.cpp | 30 DiagnosticsEngine::Level Level; member 32 PrettyDiag(StringRef name, StringRef flag, DiagnosticsEngine::Level level) in PrettyDiag() 33 : Name(name), Flag(flag), Level(level) {} in PrettyDiag() 43 static char getCharForLevel(DiagnosticsEngine::Level Level) { in getCharForLevel() argument 44 switch (Level) { in getCharForLevel() 127 DiagnosticsEngine::Level DiagLevel = in run() 140 Out << getCharForLevel(I->Level) << " "; in run()
|
/minix/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 174 virtual bool isScalar(unsigned Level) const; 259 bool isPeelLast(unsigned Level) const override; 268 bool isScalar(unsigned Level) const override; 606 unsigned &Level, 644 unsigned Level, 662 unsigned Level, 681 unsigned Level, 699 unsigned Level, 717 unsigned Level, 802 unsigned exploreDirections(unsigned Level, [all …]
|
/minix/minix/drivers/power/acpi/namespace/ |
H A D | nswalk.c | 205 UINT32 Level; in AcpiNsWalkNamespace() local 224 Level = 1; in AcpiNsWalkNamespace() 231 while (Level > 0 && ChildNode) in AcpiNsWalkNamespace() 281 Status = DescendingCallback (ChildNode, Level, in AcpiNsWalkNamespace() 289 Status = AscendingCallback (ChildNode, Level, in AcpiNsWalkNamespace() 332 (Level < MaxDepth) && in AcpiNsWalkNamespace() 339 Level++; in AcpiNsWalkNamespace() 370 Level--; in AcpiNsWalkNamespace()
|
H A D | nsalloc.c | 397 UINT32 Level = 1; in AcpiNsDeleteNamespaceSubtree() local 421 while (Level > 0) in AcpiNsDeleteNamespaceSubtree() 440 Level++; in AcpiNsDeleteNamespaceSubtree() 451 Level--; in AcpiNsDeleteNamespaceSubtree() 497 UINT32 Level; in AcpiNsDeleteNamespaceByOwner() local 520 Level = 1; in AcpiNsDeleteNamespaceByOwner() 526 while (Level > 0) in AcpiNsDeleteNamespaceByOwner() 558 Level++; in AcpiNsDeleteNamespaceByOwner() 573 Level--; in AcpiNsDeleteNamespaceByOwner() 574 if (Level != 0) in AcpiNsDeleteNamespaceByOwner()
|
H A D | nsdump.c | 63 UINT32 Level, 74 UINT32 Level, 81 UINT32 Level, 162 UINT32 Level, in AcpiNsDumpPathname() argument 203 UINT32 Level, in AcpiNsDumpOneObject() argument 255 AcpiOsPrintf ("%2d%*s", (UINT32) Level - 1, (int) Level * 2, " "); in AcpiNsDumpOneObject() 733 UINT32 Level, in AcpiNsDumpOneObjectPath() argument 759 if (Level <= MaxLevel) in AcpiNsDumpOneObjectPath() 765 Level, Level, " ", AcpiUtGetTypeName (Node->Type), in AcpiNsDumpOneObjectPath() 784 if (Level > *MaxLevel) in AcpiNsGetMaxDepth() [all …]
|
H A D | nsload.c | 241 UINT32 Level; in AcpiNsDeleteSubtree() local 249 Level = 1; in AcpiNsDeleteSubtree() 255 while (Level > 0) in AcpiNsDeleteSubtree() 277 Level++; in AcpiNsDeleteSubtree() 288 Level--; in AcpiNsDeleteSubtree()
|
/minix/minix/drivers/power/acpi/include/ |
H A D | acdisasm.h | 187 UINT32 Level; member 214 UINT32 Level); 657 UINT32 Level, 801 UINT32 Level); 808 UINT32 Level); 815 UINT32 Level); 822 UINT32 Level); 829 UINT32 Level); 836 UINT32 Level); 843 UINT32 Level); [all …]
|
H A D | acoutput.h | 275 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ argument 276 ((Level & AcpiDbgLevel) && (Component & AcpiDbgLayer)) 306 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument 308 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \ 310 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \ 314 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ argument 315 ACPI_DO_DEBUG_PRINT (AcpiDebugPrint, Level, Line, \ 318 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ argument 319 ACPI_DO_DEBUG_PRINT (AcpiDebugPrintRaw, Level, Line, \ 453 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 argument
|
/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 819 return path[Level].subtree(path[Level].offset); in subtree() 825 path[Level] = Entry(subtree(Level - 1), offset(Level)); in reset() 846 if (Level) in setSize() 905 return path[Level].offset == path[Level].size - 1; in atLastEntry() 1274 if (Level) in deleteNode() 1666 if (!Level) in setNodeStop() 1671 P.node<Branch>(Level).stop(P.offset(Level)) = Stop; in setNodeStop() 1756 ++Level; in insertNode() 1769 P.node<Branch>(Level).insert(P.offset(Level), P.size(Level), Node, Stop); in insertNode() 1770 P.setSize(Level, P.size(Level) + 1); in insertNode() [all …]
|
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 168 for (unsigned Level = 1; Level <= D->getLevels(); Level++) { in dumpExampleDependence() local 243 assert(0 < Level && Level <= Levels && "Level out of range"); in getDirection() 250 assert(0 < Level && Level <= Levels && "Level out of range"); in getDistance() 259 assert(0 < Level && Level <= Levels && "Level out of range"); in isScalar() 267 assert(0 < Level && Level <= Levels && "Level out of range"); in isPeelFirst() 275 assert(0 < Level && Level <= Levels && "Level out of range"); in isPeelLast() 1044 Level--; in strongSIVtest() 1181 Level--; in weakCrossingSIVtest() 1404 Level--; in exactSIVtest() 1617 Level--; in weakZeroSrcSIVtest() [all …]
|
H A D | CostModel.cpp | 138 unsigned Level) { in matchPairwiseShuffleMask() argument 141 if (!SI && Level == 0 && IsLeft) in matchPairwiseShuffleMask() 178 if (!LS && Level) in matchPairwiseReductionAtLevel() 181 if (!RS && Level) in matchPairwiseReductionAtLevel() 185 if (!Level && !RS && !LS) in matchPairwiseReductionAtLevel() 217 if (Level + 1 != NumLevels) { in matchPairwiseReductionAtLevel() 225 if (matchPairwiseShuffleMask(LS, true, Level)) { in matchPairwiseReductionAtLevel() 226 if (!matchPairwiseShuffleMask(RS, false, Level)) in matchPairwiseReductionAtLevel() 228 } else if (matchPairwiseShuffleMask(RS, true, Level)) { in matchPairwiseReductionAtLevel() 229 if (!matchPairwiseShuffleMask(LS, false, Level)) in matchPairwiseReductionAtLevel() [all …]
|
/minix/minix/drivers/power/acpi/executer/ |
H A D | exdebug.c | 79 UINT32 Level, in AcpiExDoDebugObject() argument 109 if (!((Level > 0) && Index == 0)) in AcpiExDoDebugObject() 111 AcpiOsPrintf ("[ACPI Debug %.8u] %*s", Timer, Level, " "); in AcpiExDoDebugObject() 193 Level+4, i+1); in AcpiExDoDebugObject() 254 Level+4, 0); in AcpiExDoDebugObject() 266 Level+4, 0); in AcpiExDoDebugObject() 271 Level+4, 0); in AcpiExDoDebugObject()
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.h | 43 CodeGenOpt::Level OL, 68 CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle); 79 CodeGenOpt::Level OL); 89 CodeModel::Model CM, CodeGenOpt::Level OL); 101 CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle); 112 CodeGenOpt::Level OL); 123 CodeGenOpt::Level OL);
|
/minix/external/bsd/llvm/dist/clang/lib/Format/ |
H A D | UnwrappedLineParser.cpp | 65 Line.Level = 0; in ScopedMacroState() 132 Parser.Line->Level = PreBlockLine->Level; in ScopedLineState() 405 ++Line->Level; in parseBlock() 585 Line->Level = 1; in parsePPDefine() 1125 ++Line->Level; in parseIfThenElse() 1127 --Line->Level; in parseIfThenElse() 1187 ++Line->Level; in parseTryCatch() 1189 --Line->Level; in parseTryCatch() 1258 ++Line->Level; in parseForOrWhileLoop() 1423 ++Line->Level; in parseJavaEnumBody() [all …]
|
/minix/external/bsd/tcpdump/dist/tests/ |
H A D | isis_4-v.out | 3 source-id: 1111.1111.1111, holding time: 30s, Flags: [Level 1, Level 2] 23 source-id: 1111.1111.1111, holding time: 30s, Flags: [Level 1, Level 2] 43 source-id: 2222.2222.2222, holding time: 30s, Flags: [Level 1, Level 2] 63 source-id: 2222.2222.2222, holding time: 30s, Flags: [Level 1, Level 2] 83 source-id: 1111.1111.1111, holding time: 30s, Flags: [Level 1, Level 2] 103 source-id: 2222.2222.2222, holding time: 30s, Flags: [Level 1, Level 2] 123 source-id: 1111.1111.1111, holding time: 30s, Flags: [Level 1, Level 2] 143 source-id: 2222.2222.2222, holding time: 30s, Flags: [Level 1, Level 2] 283 source-id: 2222.2222.2222, holding time: 30s, Flags: [Level 1, Level 2] 303 source-id: 1111.1111.1111, holding time: 30s, Flags: [Level 1, Level 2] [all …]
|