Home
last modified time | relevance | path

Searched defs:Level (Results 1 – 25 of 61) sorted by relevance

123

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DCompression.cpp26 static int encodeZlibCompressionLevel(zlib::CompressionLevel Level) { in encodeZlibCompressionLevel()
50 CompressionLevel Level) { in compress()
86 CompressionLevel Level) { in compress()
H A DIntervalMap.cpp48 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 DDiagnosticRenderer.h103 DiagnosticsEngine::Level Level) {} in beginDiagnostic()
105 DiagnosticsEngine::Level Level) {} in endDiagnostic()
H A DTextDiagnostic.h91 DiagnosticsEngine::Level Level, in emitCodeContext()
H A DSerializedDiagnostics.h44 enum Level { enum
/minix3/minix/drivers/power/acpi/namespace/
H A Dnsdump.c162 UINT32 Level, in AcpiNsDumpPathname()
203 UINT32 Level, in AcpiNsDumpOneObject()
733 UINT32 Level, in AcpiNsDumpOneObjectPath()
777 UINT32 Level, in AcpiNsGetMaxDepth()
H A Dnsalloc.c397 UINT32 Level = 1; in AcpiNsDeleteNamespaceSubtree() local
497 UINT32 Level; in AcpiNsDeleteNamespaceByOwner() local
H A Dnsdumpdv.c76 UINT32 Level, in AcpiNsDumpOneDevice()
H A Dnsload.c241 UINT32 Level; in AcpiNsDeleteSubtree() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp55 DiagnosticsEngine::Level Level, in printDiagnosticOptions()
112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
H A DLogDiagnosticPrinter.cpp27 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName()
112 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
H A DTextDiagnosticBuffer.cpp22 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
H A DSerializedDiagnosticPrinter.cpp75 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 DDiagnosticRenderer.cpp124 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 Dexdebug.c79 UINT32 Level, in AcpiExDoDebugObject()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCodeGen.h34 enum Level { Default=0, Small=1, Large=2 }; enum
49 enum Level { enum
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeGenInfo.h47 void setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } in setOptLevel()
/minix3/external/bsd/llvm/dist/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp30 DiagnosticsEngine::Level Level; member
43 static char getCharForLevel(DiagnosticsEngine::Level Level) { in getCharForLevel()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h153 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 DCompressionTest.cpp26 void TestZlibCompression(StringRef Input, zlib::CompressionLevel Level) { in TestZlibCompression()
/minix3/minix/drivers/power/acpi/dispatcher/
H A Ddsinit.c87 UINT32 Level, in AcpiDsInitOneObject()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DOperatorPrecedence.h27 enum Level { enum
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h791 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 DPlistReporter.cpp19 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName()
/minix3/minix/drivers/power/acpi/events/
H A Devgpeinit.c332 UINT32 Level, in AcpiEvMatchGpeMethod()

123