Home
last modified time | relevance | path

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

12345

/third_party/rust/rust/compiler/rustc_middle/src/
Dlint.rs74 level: Option<Level>, in reveal_actual_level()
78 probe_for_lint_level: impl FnOnce(LintId) -> (Option<Level>, LintLevelSource), in reveal_actual_level()
79 ) -> Level { in reveal_actual_level()
126 ) -> (Option<Level>, LintLevelSource) { in probe_for_lint_level()
158 ) -> (Level, LintLevelSource) { in lint_level_id_at_node()
169 pub fn lint_level_at_node(self, lint: &'static Lint, id: HirId) -> (Level, LintLevelSource) { in lint_level_at_node()
227 level: Level, in explain_lint_level_source()
304 level: Level, in struct_lint_level()
317 level: Level, in struct_lint_level()
/third_party/rust/rust/src/librustdoc/
Dlint.rs22 lint_opts: Vec<(String, lint::Level)>, in init_lints()
/third_party/skia/m133/src/core/
DSkMipmap.h70 struct alignas(8) Level { struct
75 bool extractLevel(SkSize scale, Level*) const; argument
/third_party/skia/src/core/
DSkMipmap.h59 struct alignas(8) Level { struct
64 bool extractLevel(SkSize scale, Level*) const; argument
/third_party/rust/crates/log/tests/
Dfilters.rs82 fn t(lvl: Level, filter: LevelFilter) -> Option<Level> { in test()
91 fn last(state: &State, expected: Option<Level>) { in last()
/third_party/rust/crates/log/test_max_level_features/
Dmain.rs64 fn t(lvl: Level, filter: LevelFilter) -> Option<Level> { in test()
69 fn last(state: &State, expected: Option<Level>) { in last()
/third_party/rust/rust/library/proc_macro/src/
Ddiagnostic.rs7 pub enum Level { enum
99 pub fn new<T: Into<String>>(level: Level, message: T) -> Diagnostic { in new()
106 pub fn spanned<S, T>(spans: S, level: Level, message: T) -> Diagnostic in spanned()
121 pub fn level(&self) -> Level { in level()
127 pub fn set_level(&mut self, level: Level) { in set_level()
/third_party/mesa3d/src/gallium/frontends/nine/
Dvolumetexture9.c138 UINT Level, in NineVolumeTexture9_GetLevelDesc()
150 UINT Level, in NineVolumeTexture9_GetVolumeLevel()
163 UINT Level, in NineVolumeTexture9_LockBox()
179 UINT Level ) in NineVolumeTexture9_UnlockBox()
Dtexture9.c231 UINT Level, in NineTexture9_GetLevelDesc()
246 UINT Level, in NineTexture9_GetSurfaceLevel()
262 UINT Level, in NineTexture9_LockRect()
278 UINT Level ) in NineTexture9_UnlockRect()
Dcubetexture9.c182 UINT Level, in NineCubeTexture9_GetLevelDesc()
197 UINT Level, in NineCubeTexture9_GetCubeMapSurface()
217 UINT Level, in NineCubeTexture9_LockRect()
236 UINT Level ) in NineCubeTexture9_UnlockRect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enum
37 enum Level { Default=0, Small=1, Large=2 }; enum
52 enum Level { enum
/third_party/rust/crates/proc-macro-error/src/
Ddiagnostic.rs13 pub enum Level { enum
39 fn spanned_range(span_range: SpanRange, level: Level, message: String) -> Self; in spanned_range()
70 fn spanned_range(span_range: SpanRange, level: Level, message: String) -> Self { in spanned_range()
100 pub fn new(level: Level, message: String) -> Self { in new()
105 pub fn spanned(span: Span, level: Level, message: String) -> Self { in spanned()
229 level: &Level, in to_tokens()
/third_party/rust/crates/log/src/
Dlib.rs426 pub enum Level { enum
452 impl Clone for Level { implementation
454 fn clone(&self) -> Level { in clone()
459 impl PartialEq for Level { implementation
466 impl PartialEq<LevelFilter> for Level { implementation
473 impl PartialOrd for Level { implementation
500 impl PartialOrd<LevelFilter> for Level { implementation
527 impl Ord for Level { implementation
560 impl FromStr for Level { implementation
562 fn from_str(level: &str) -> Result<Level, Self::Err> { in from_str()
[all …]
/third_party/rust/rust/compiler/rustc_middle/src/middle/
Dprivacy.rs17 pub enum Level { enum
31 impl Level { impl
116 pub fn public_at_level(&self, id: LocalDefId) -> Option<Level> { in public_at_level()
221 level: Level, in update()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp47 void Path::moveLeft(unsigned Level) { in moveLeft()
97 void Path::moveRight(unsigned Level) { in moveRight()
DCompression.cpp50 SmallVectorImpl<char> &CompressedBuffer, int Level) { in compress()
91 SmallVectorImpl<char> &CompressedBuffer, int Level) { in compress()
/third_party/rust/crates/bindgen/bindgen/
Ddiagnostics.rs17 pub(crate) enum Level { enum
50 level: Level, in with_title()
66 level: Level, in add_annotation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h157 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection()
161 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance()
165 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst()
169 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast()
173 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable()
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dpattern_type_mismatch.rs160 enum Level { enum
165 fn find_first_mismatch(cx: &LateContext<'_>, pat: &Pat<'_>) -> Option<(Span, Mutability, Level)> { in find_first_mismatch() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h794 template <typename NodeT> NodeT &node(unsigned Level) const { in node()
797 unsigned size(unsigned Level) const { return path[Level].size; } in size()
798 unsigned offset(unsigned Level) const { return path[Level].offset; } in offset()
799 unsigned &offset(unsigned Level) { return path[Level].offset; } in offset()
821 NodeRef &subtree(unsigned Level) const { in subtree()
827 void reset(unsigned Level) { in reset()
847 void setSize(unsigned Level, unsigned Size) { in setSize()
907 bool atLastEntry(unsigned Level) const { in atLastEntry()
916 void legalizeForInsert(unsigned Level) { in legalizeForInsert()
1274 deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level) { in deleteNode()
[all …]
/third_party/rust/rust/src/tools/lint-docs/src/
Dlib.rs98 enum Level { enum
104 impl Level { impl
469 fn save_level(&self, lints: &[Lint], level: Level, header: &str) -> Result<(), Box<dyn Error>> { in save_level()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp247 static bool isOptimizingForSize(PassBuilder::OptimizationLevel Level) { in isOptimizingForSize()
354 FunctionPassManager &FPM, PassBuilder::OptimizationLevel Level) { in invokePeepholeEPCallbacks()
396 PassBuilder::buildFunctionSimplificationPipeline(OptimizationLevel Level, in buildFunctionSimplificationPipeline()
571 PassBuilder::OptimizationLevel Level, in addPGOInstrPasses()
665 getInlineParamsFromOptLevel(PassBuilder::OptimizationLevel Level) { in getInlineParamsFromOptLevel()
673 PassBuilder::buildModuleSimplificationPipeline(OptimizationLevel Level, in buildModuleSimplificationPipeline()
858 OptimizationLevel Level, bool DebugLogging, bool LTOPreLink) { in buildModuleOptimizationPipeline()
1042 PassBuilder::buildPerModuleDefaultPipeline(OptimizationLevel Level, in buildPerModuleDefaultPipeline()
1069 PassBuilder::buildThinLTOPreLinkDefaultPipeline(OptimizationLevel Level, in buildThinLTOPreLinkDefaultPipeline()
1108 OptimizationLevel Level, bool DebugLogging, in buildThinLTODefaultPipeline()
[all …]
/third_party/rust/rust/compiler/rustc_lint_defs/src/
Dlib.rs184 pub enum Level { enum
217 impl Level { impl
232 pub fn from_str(x: &str) -> Option<Level> { in from_str()
243 pub fn from_attr(attr: &Attribute) -> Option<Level> { in from_attr()
408 pub fn default_level(&self, edition: Edition) -> Level { in default_level()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiSubtarget.cpp43 CodeGenOpt::Level /*OptLevel*/) in LanaiSubtarget()
/third_party/typescript/tests/baselines/reference/
DexhaustiveSwitchStatements1.js377 var Level; variable
378 (function (Level) { argument

12345