Home
last modified time | relevance | path

Searched refs:isObjCSignedCharBool (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp13441 static bool isObjCSignedCharBool(Sema &S, QualType Ty) { in isObjCSignedCharBool() function
13480 if (isObjCSignedCharBool(S, T)) { in DiagnoseFloatingImpCast()
13508 if (isObjCSignedCharBool(S, T) && IntegerValue != 0 && IntegerValue != 1) { in DiagnoseFloatingImpCast()
13931 if (isObjCSignedCharBool(S, T) && Source->isIntegralType(S.Context)) { in CheckImplicitConversion()
14218 if (isObjCSignedCharBool(S, T) && !Source->isCharType() && in CheckImplicitConversion()