Home
last modified time | relevance | path

Searched refs:is_real (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
H A Dagx_lower_parallel_copy.c93 is_real(struct agx_copy *entry) in is_real() function
104 assert(is_real(entry)); in split_32bit_copy()
137 if (is_real(entry)) in agx_emit_parallel_copies()
166 if (is_real(entry)) in agx_emit_parallel_copies()
193 is_real(entry)) { in agx_emit_parallel_copies()
241 assert(is_real(entry)); in agx_emit_parallel_copies()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-map.hh84 bool is_real () const { return key != kINVALID && value != vINVALID; } in is_real() function
166 if (old_items[i].is_real ()) in resize()
183 return items[i].is_real () && items[i] == key ? items[i].value : vINVALID; in get()
223 | hb_filter (&item_t::is_real)
229 | hb_filter (&item_t::is_real)
236 | hb_filter (&item_t::is_real)
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs380 pub fn is_real(&self) -> bool { in is_real() functions
382 SourceFile::Compiler(a) => a.is_real(), in is_real()
383 SourceFile::Fallback(a) => a.is_real(), in is_real()
H A Dlib.rs360 /// [`is_real`] to check.
362 /// Also note that even if `is_real` returns `true`, if
366 /// [`is_real`]: #method.is_real
373 pub fn is_real(&self) -> bool { in is_real() functions
374 self.inner.is_real() in is_real()
H A Dfallback.rs309 pub fn is_real(&self) -> bool { in is_real() functions
318 .field("is_real", &self.is_real()) in fmt()
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs444 assert!(!source_file.is_real()); in default_span()

Completed in 7 milliseconds