Home
last modified time | relevance | path

Searched defs:IsBool (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/torque/
Dtypes.h91 bool IsBool() const { return IsAbstractName(BOOL_TYPE_STRING); } in IsBool() function
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc412 bool IsBool = (0 == internal_strcmp(Data->Type.getTypeName(), "'bool'")); in handleLoadInvalidValue() local
/external/flatbuffers/include/flatbuffers/
Didl.h123 inline bool IsBool (BaseType t) { return t == BASE_TYPE_BOOL; } in IsBool() function
Dflexbuffers.h368 bool IsBool() const { return type_ == FBT_BOOL; } in IsBool() function
/external/bcc/tests/cc/
Dcatch.hpp3974 template<typename T> struct IsBool { static const bool value = false; }; struct
3975 template<> struct IsBool<bool> { static const bool value = true; }; struct
/external/clang/lib/CodeGen/
DCGExpr.cpp1224 bool IsBool = hasBooleanRepresentation(Ty); in getRangeForType() local
/external/clang/lib/Sema/
DSemaChecking.cpp7848 const bool IsBool = T->isSpecificBuiltinType(BuiltinType::Bool); in DiagnoseFloatingImpCast() local