Home
last modified time | relevance | path

Searched defs:is_fixed (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Drange.rs86 pub(crate) fn is_fixed(&self) -> bool { in is_fixed() method
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.h109 bool is_fixed() { return flags & RCF_FIXED; } in is_fixed() function
Dsb_valtable.cpp274 bool value::is_fixed() { in is_fixed() function in r600_sb::value
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc4295 bool is_fixed = range->TopLevel()->IsFixed(); in AllocateBlockedReg() local