Home
last modified time | relevance | path

Searched defs:is_bool (Results 1 – 6 of 6) sorted by relevance

/third_party/gn/src/base/
Dvalues.h148 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
/third_party/rust/crates/bindgen/bindgen/ir/
Denum_ty.rs73 let is_bool = variant_ty.map_or(false, Type::is_bool); in from_ty() localVariable
Dty.rs169 pub fn is_bool(&self) -> bool { in is_bool() method
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_shader_calls.c430 bool is_bool = def->bit_size == 1; in spill_ssa_defs_and_lower_shader_calls() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h1050 is_bool(struct ir3_instruction *instr) in is_bool() function
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp219 static bool is_bool(const Context& context, const Type& type) { in is_bool() function