/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | Compression.cpp | 26 static int encodeZlibCompressionLevel(zlib::CompressionLevel Level) { in encodeZlibCompressionLevel() 50 CompressionLevel Level) { in compress() 86 CompressionLevel Level) { in compress()
|
H A D | IntervalMap.cpp | 48 void Path::moveLeft(unsigned Level) { in moveLeft() 98 void Path::moveRight(unsigned Level) { in moveRight()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | DiagnosticRenderer.h | 103 DiagnosticsEngine::Level Level) {} in beginDiagnostic() 105 DiagnosticsEngine::Level Level) {} in endDiagnostic()
|
H A D | TextDiagnostic.h | 91 DiagnosticsEngine::Level Level, in emitCodeContext()
|
H A D | SerializedDiagnostics.h | 44 enum Level { enum
|
/minix3/minix/drivers/power/acpi/namespace/ |
H A D | nsdump.c | 162 UINT32 Level, in AcpiNsDumpPathname() 203 UINT32 Level, in AcpiNsDumpOneObject() 733 UINT32 Level, in AcpiNsDumpOneObjectPath() 777 UINT32 Level, in AcpiNsGetMaxDepth()
|
H A D | nsalloc.c | 397 UINT32 Level = 1; in AcpiNsDeleteNamespaceSubtree() local 497 UINT32 Level; in AcpiNsDeleteNamespaceByOwner() local
|
H A D | nsdumpdv.c | 76 UINT32 Level, in AcpiNsDumpOneDevice()
|
H A D | nsload.c | 241 UINT32 Level; in AcpiNsDeleteSubtree() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | TextDiagnosticPrinter.cpp | 55 DiagnosticsEngine::Level Level, in printDiagnosticOptions() 112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
H A D | LogDiagnosticPrinter.cpp | 27 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName() 112 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
H A D | TextDiagnosticBuffer.cpp | 22 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
H A D | SerializedDiagnosticPrinter.cpp | 75 DiagnosticsEngine::Level Level, in emitDiagnosticLoc() 641 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel() 658 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage() 690 DiagnosticsEngine::Level Level, in emitDiagnosticMessage() 707 DiagnosticsEngine::Level Level) { in beginDiagnostic() 713 DiagnosticsEngine::Level Level) { in endDiagnostic() 749 DiagnosticsEngine::Level Level, in emitCodeContext()
|
H A D | DiagnosticRenderer.cpp | 124 DiagnosticsEngine::Level Level, in emitDiagnostic() 212 DiagnosticsEngine::Level Level, in emitIncludeStack() 388 DiagnosticsEngine::Level Level, in emitCaret() 410 DiagnosticsEngine::Level Level, in emitMacroExpansions()
|
/minix3/minix/drivers/power/acpi/executer/ |
H A D | exdebug.c | 79 UINT32 Level, in AcpiExDoDebugObject()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 34 enum Level { Default=0, Small=1, Large=2 }; enum 49 enum Level { enum
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCCodeGenInfo.h | 47 void setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } in setOptLevel()
|
/minix3/external/bsd/llvm/dist/clang/tools/diagtool/ |
H A D | ShowEnabledWarnings.cpp | 30 DiagnosticsEngine::Level Level; member 43 static char getCharForLevel(DiagnosticsEngine::Level Level) { in getCharForLevel()
|
/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() 157 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() 161 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst() 165 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast() 169 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable()
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | CompressionTest.cpp | 26 void TestZlibCompression(StringRef Input, zlib::CompressionLevel Level) { in TestZlibCompression()
|
/minix3/minix/drivers/power/acpi/dispatcher/ |
H A D | dsinit.c | 87 UINT32 Level, in AcpiDsInitOneObject()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | OperatorPrecedence.h | 27 enum Level { enum
|
/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() 794 unsigned size(unsigned Level) const { return path[Level].size; } in size() 795 unsigned offset(unsigned Level) const { return path[Level].offset; } in offset() 796 unsigned &offset(unsigned Level) { return path[Level].offset; } in offset() 818 NodeRef &subtree(unsigned Level) const { in subtree() 824 void reset(unsigned Level) { in reset() 844 void setSize(unsigned Level, unsigned Size) { in setSize() 904 bool atLastEntry(unsigned Level) const { in atLastEntry() 913 void legalizeForInsert(unsigned Level) { in legalizeForInsert() 1273 deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level) { in deleteNode() [all …]
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | PlistReporter.cpp | 19 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName()
|
/minix3/minix/drivers/power/acpi/events/ |
H A D | evgpeinit.c | 332 UINT32 Level, in AcpiEvMatchGpeMethod()
|