Searched defs:IsBool (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc412 bool IsBool = (0 == internal_strcmp(Data->Type.getTypeName(), "'bool'")); local
414 IsBool ? ErrorType::InvalidBoolLoad : ErrorType::InvalidEnumLoad;
/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h354 bool IsBool() const { return type_ == TYPE_BOOL; } function in class:flexbuffers::Reference
508 } else if (IsBool()) {
H A Didl.h112 inline bool IsBool (BaseType t) { return t == BASE_TYPE_BOOL; } function in namespace:flatbuffers
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1224 bool IsBool = hasBooleanRepresentation(Ty); local
1225 if (!IsBool && !IsRegularCPlusPlusEnum)
1228 if (IsBool) {
/external/clang/lib/Sema/
H A DSemaChecking.cpp7848 const bool IsBool = T->isSpecificBuiltinType(BuiltinType::Bool); local
7919 if (IsBool)

Completed in 363 milliseconds