Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11538 static bool isObjCSignedCharBool(Sema &S, QualType Ty) { in isObjCSignedCharBool() function
11577 if (isObjCSignedCharBool(S, T)) { in DiagnoseFloatingImpCast()
11605 if (isObjCSignedCharBool(S, T) && IntegerValue != 0 && IntegerValue != 1) { in DiagnoseFloatingImpCast()
12027 if (isObjCSignedCharBool(S, T) && Source->isIntegralType(S.Context)) { in CheckImplicitConversion()
12283 if (isObjCSignedCharBool(S, T) && !Source->isCharType() && in CheckImplicitConversion()