Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp13110 static bool isObjCSignedCharBool(Sema &S, QualType Ty) { in isObjCSignedCharBool() function
13149 if (isObjCSignedCharBool(S, T)) { in DiagnoseFloatingImpCast()
13177 if (isObjCSignedCharBool(S, T) && IntegerValue != 0 && IntegerValue != 1) { in DiagnoseFloatingImpCast()
13599 if (isObjCSignedCharBool(S, T) && Source->isIntegralType(S.Context)) { in CheckImplicitConversion()
13886 if (isObjCSignedCharBool(S, T) && !Source->isCharType() && in CheckImplicitConversion()