Searched defs:IsBool (Results 1 – 7 of 7) sorted by relevance
91 bool IsBool() const { return IsAbstractName(BOOL_TYPE_STRING); } in IsBool() function
412 bool IsBool = (0 == internal_strcmp(Data->Type.getTypeName(), "'bool'")); in handleLoadInvalidValue() local
123 inline bool IsBool (BaseType t) { return t == BASE_TYPE_BOOL; } in IsBool() function
368 bool IsBool() const { return type_ == FBT_BOOL; } in IsBool() function
3974 template<typename T> struct IsBool { static const bool value = false; }; struct3975 template<> struct IsBool<bool> { static const bool value = true; }; struct
1224 bool IsBool = hasBooleanRepresentation(Ty); in getRangeForType() local
7848 const bool IsBool = T->isSpecificBuiltinType(BuiltinType::Bool); in DiagnoseFloatingImpCast() local