Home
last modified time | relevance | path

Searched refs:is_fixed (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/clap/src/builder/
H A Drange.rs86 pub(crate) fn is_fixed(&self) -> bool {
95 self.is_fixed().then_some(self.start_inclusive)
176 if !self.is_fixed() { in fmt()
201 assert!(range.is_fixed()); in from_fixed()
212 assert!(range.is_fixed()); in from_fixed_empty()
223 assert!(!range.is_fixed()); in from_range()
234 assert!(!range.is_fixed()); in from_range_inclusive()
245 assert!(!range.is_fixed()); in from_range_full()
256 assert!(!range.is_fixed()); in from_range_from()
267 assert!(!range.is_fixed()); in from_range_to()
[all...]
H A Ddebug_asserts.rs593 && !p.get_num_args().expect(INTERNAL_ERROR_MSG).is_fixed() in _verify_positionals()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp114 if (v.is_fixed()) in operator <<()
274 bool value::is_fixed() { in is_fixed() function in r600_sb::value
277 if (chunk && chunk->is_fixed()) in is_fixed()
H A Dsb_ra_coalesce.cpp246 if (!c->is_fixed()) in build_chunk_queue()
281 if (c->is_fixed() || c->values.size() == 1) in color_chunks()
589 if (cc->is_fixed()) { in color_reg_constraint()
H A Dsb_shader.h109 bool is_fixed() { return flags & RCF_FIXED; } in is_fixed() function
H A Dsb_sched.cpp1116 if (prealloc && v->is_fixed()) { in init_globals()
1227 vi->is_fixed() && gpr.chan() == chan) { in add_interferences()
1493 if ((!v->is_any_gpr() || !v->is_fixed()) && !v->is_rel()) in map_src_vec()
H A Dsb_ra_init.cpp491 if (v->chunk && v->chunk->is_fixed())
H A Dsb_ir.h561 bool is_fixed();
/third_party/skia/src/core/
H A DSkRemoteGlyphCache.cpp562 bool is_fixed, bool needsCurrentColor) in WireTypeface()
564 isFixed(is_fixed), glyphMaskNeedsCurrentColor(needsCurrentColor) {} in WireTypeface()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc4295 bool is_fixed = range->TopLevel()->IsFixed(); in AllocateBlockedReg() local
4303 if (!is_fixed && use_pos[cur_reg] <= range->NextStart()) continue; in AllocateBlockedReg()
4310 if (is_fixed) { in AllocateBlockedReg()
4323 if (is_fixed) { in AllocateBlockedReg()

Completed in 19 milliseconds