Searched defs:is_bool (Results 1 – 13 of 13) sorted by relevance
71 bool is_bool = old_type.isInteger(1); in ConvertElementsAttr() local
103 bool is_bool = (width == 1); in GetScalarLimitOfIntegerType() local
75 <tr id="types.is_bool-v">
154 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
217 pub fn is_bool(&self) -> bool { in is_bool() method
73 let is_bool = variant_ty.map_or(false, Type::is_bool); in from_ty() localVariable
164 pub fn is_bool(&self) -> bool { in is_bool() method
186 auto is_bool = field.value.type.base_type == BASE_TYPE_BOOL; in GetScalarFieldOfTable() local
200 auto is_bool = IsBool(field.value.type.base_type); in GetScalarFieldOfTable() local
296 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local
142 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
212 static bool is_bool(const Context& context, const Type& type) { in is_bool() function