Searched defs:is_bool (Results 1 – 14 of 14) sorted by relevance
154 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
270 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
217 pub fn is_bool(&self) -> bool { in is_bool() method
293 const bool is_bool = inst->opcode() == spv::Op::OpGroupNonUniformLogicalAnd || in ValidateGroupNonUniformArithmetic() local
73 let is_bool = variant_ty.map_or(false, Type::is_bool); in from_ty() localVariable
169 pub fn is_bool(&self) -> bool { in is_bool() method
261 const auto is_bool = IsBool(field.value.type.base_type); in GenStructReader() local433 const auto is_bool = IsBool(field.value.type.base_type); in GenerateStructArgs() local
191 auto is_bool = field.value.type.base_type == BASE_TYPE_BOOL; in GetScalarFieldOfTable() local
210 auto is_bool = IsBool(field.value.type.base_type); in GetScalarFieldOfTable() local
296 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local
354 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local
157 bool is_bool(void) const { return m_is_bool; } in is_bool() function in TypeInfo
836 static inline bool is_bool(struct ir3_instruction *instr) in is_bool() function
323 static bool is_bool(const Type& type) { in is_bool() function