| /minix3/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,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | IntervalMap.cpp | 25 NodeRef Path::getLeftSibling(unsigned Level) const { in getLeftSibling() 27 if (Level == 0) in getLeftSibling() 31 unsigned l = Level - 1; in getLeftSibling() 43 for (++l; l != Level; ++l) in getLeftSibling() 48 void Path::moveLeft(unsigned Level) { in moveLeft() argument 49 assert(Level != 0 && "Cannot move the root node"); in moveLeft() 54 l = Level - 1; in moveLeft() 59 } else if (height() < Level) in moveLeft() 61 path.resize(Level + 1, Entry(nullptr, 0, 0)); in moveLeft() 68 for (++l; l != Level; ++l) { in moveLeft() [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
|
| /minix3/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);
|
| /minix3/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; 162 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 198 DiagnosticsEngine::Level Level, 215 unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel, 561 unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel, in getEmitDiagnosticFlag() 594 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() [all …]
|
| H A D | DiagnosticRenderer.cpp | 124 DiagnosticsEngine::Level Level, in emitDiagnostic() argument 132 beginDiagnostic(D, Level); in emitDiagnostic() 136 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D); in emitDiagnostic() 163 emitIncludeStack(Loc, PLoc, Level, *SM); in emitDiagnostic() 166 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, SM, D); in emitDiagnostic() 167 emitCaret(Loc, Level, MutableRanges, FixItHints, *SM); in emitDiagnostic() 173 emitMacroExpansions(UnexpandedLoc, Level, MutableRanges, FixItHints, *SM, in emitDiagnostic() 179 LastLevel = Level; in emitDiagnostic() 181 endDiagnostic(D, Level); in emitDiagnostic() 212 DiagnosticsEngine::Level Level, in emitIncludeStack() 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()
|
| /minix3/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
|
| /minix3/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()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 153 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() argument 157 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() argument 161 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst() argument 165 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast() argument 169 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable() argument 174 virtual bool isScalar(unsigned Level) const; 247 unsigned getDirection(unsigned Level) const override; 251 const SCEV *getDistance(unsigned Level) const override; 255 bool isPeelFirst(unsigned Level) const override; 259 bool isPeelLast(unsigned Level) const override; [all …]
|
| /minix3/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 171 if (!ACPI_IS_DEBUG_ENABLED (Level, Component)) in AcpiNsDumpPathname() 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() 761 PathIndent = MaxLevel - Level + 1; in AcpiNsDumpOneObjectPath() [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()
|
| /minix3/minix/drivers/power/acpi/include/ |
| H A D | acdisasm.h | 187 UINT32 Level; member 204 UINT32 Level, 214 UINT32 Level); 657 UINT32 Level, 801 UINT32 Level); 808 UINT32 Level); 815 UINT32 Level); 822 UINT32 Level); 829 UINT32 Level); 836 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
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 791 template <typename NodeT> NodeT &node(unsigned Level) const { in node() argument 792 return *reinterpret_cast<NodeT*>(path[Level].node); in node() 794 unsigned size(unsigned Level) const { return path[Level].size; } in size() argument 795 unsigned offset(unsigned Level) const { return path[Level].offset; } in offset() argument 796 unsigned &offset(unsigned Level) { return path[Level].offset; } in offset() argument 818 NodeRef &subtree(unsigned Level) const { in subtree() argument 819 return path[Level].subtree(path[Level].offset); in subtree() 824 void reset(unsigned Level) { in reset() argument 825 path[Level] = Entry(subtree(Level - 1), offset(Level)); in reset() 844 void setSize(unsigned Level, unsigned Size) { in setSize() argument [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 168 for (unsigned Level = 1; Level <= D->getLevels(); Level++) { in dumpExampleDependence() local 169 if (D->isSplitable(Level)) { in dumpExampleDependence() 170 OS << "da analyze - split level = " << Level; in dumpExampleDependence() 171 OS << ", iteration = " << *DA->getSplitIteration(*D, Level); in dumpExampleDependence() 242 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() 243 assert(0 < Level && Level <= Levels && "Level out of range"); in getDirection() 244 return DV[Level - 1].Direction; in getDirection() 249 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() 250 assert(0 < Level && Level <= Levels && "Level out of range"); in getDistance() 251 return DV[Level - 1].Distance; in getDistance() [all …]
|
| H A D | CostModel.cpp | 138 unsigned Level) { in matchPairwiseShuffleMask() argument 141 if (!SI && Level == 0 && IsLeft) in matchPairwiseShuffleMask() 150 for (unsigned i = 0, e = (1 << Level), val = !IsLeft; i != e; ++i, val += 2) in matchPairwiseShuffleMask() 161 unsigned Level, unsigned NumLevels) { in matchPairwiseReductionAtLevel() argument 178 if (!LS && Level) in matchPairwiseReductionAtLevel() 181 if (!RS && Level) in matchPairwiseReductionAtLevel() 185 if (!Level && !RS && !LS) in matchPairwiseReductionAtLevel() 198 } else if (Level == 0 && (NextLevelOpR || NextLevelOpL)) { in matchPairwiseReductionAtLevel() 217 if (Level + 1 != NumLevels) { in matchPairwiseReductionAtLevel() 225 if (matchPairwiseShuffleMask(LS, true, Level)) { in matchPairwiseReductionAtLevel() [all …]
|
| /minix3/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()
|
| /minix3/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);
|
| /minix3/external/bsd/llvm/dist/clang/lib/Format/ |
| H A D | UnwrappedLineParser.cpp | 61 PreviousLineLevel(Line.Level), PreviousTokenSource(TokenSource), in ScopedMacroState() 65 Line.Level = 0; in ScopedMacroState() 73 Line.Level = PreviousLineLevel; in ~ScopedMacroState() 132 Parser.Line->Level = PreBlockLine->Level; in ScopedLineState() 296 (Style.IndentCaseLabels || (Line->InPPDirective && Line->Level == 1))) in parseLevel() 297 ++Line->Level; in parseLevel() 397 unsigned InitialLevel = Line->Level; in parseBlock() 405 ++Line->Level; in parseBlock() 409 Line->Level = InitialLevel; in parseBlock() 417 Line->Level = InitialLevel; in parseBlock() [all …]
|
| /minix3/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 …]
|