Searched refs:isBooleanType (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5756 return Node.isBooleanType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3595 if (!QT->isIntegerType() || QT->isBooleanType() || QT->isCharType()) {
7306 if (VectorTy->isExtVectorType() && SplattedExpr->getType()->isBooleanType()) {
8411 if (E->getType()->isBooleanType())
11285 if (LHSStrippedType->isBooleanType() != RHSStrippedType->isBooleanType()) {
12215 !LHS.get()->getType()->isBooleanType() &&
12226 if ((getLangOpts().Bool && !RHS.get()->getType()->isBooleanType() &&
12985 if (S.getLangOpts().CPlusPlus && ResType->isBooleanType()) {
H A DSemaTemplate.cpp7003 } else if (ParamType->isBooleanType()) {
7032 if (ParamType->isBooleanType()) {
7466 } else if (T->isBooleanType()) {
H A DSemaExprCXX.cpp4158 if (ToType->isBooleanType()) {
5899 assert(!EltTy->isBooleanType() && !EltTy->isEnumeralType() &&
H A DSemaChecking.cpp217 return Ty->isIntegerType() && !Ty->isEnumeralType() && !Ty->isBooleanType();
10696 !OtherT->isBooleanType() && Other->isKnownToHaveBooleanValue();
10905 if (BitfieldType->isBooleanType())
10922 if (Bitfield->getType()->isBooleanType())
11606 if (S.SourceMgr.isInSystemMacro(CC) || Target->isBooleanType())
11673 if (Target->isBooleanType() && isa<CallExpr>(E)) {
11682 InnerE->getType()->isBooleanType()) {
11807 if (Target->isBooleanType())
11975 if (T->isBooleanType())
12049 << OrigE->getSourceRange() << T->isBooleanType()
[all...]
H A DSemaDeclAttr.cpp458 return QT->isBooleanType() || QT->isIntegerType();
2938 (ParmType->isBooleanType() ||
H A DSemaInit.cpp4447 (Init->getType()->isNullPtrType() && DestType->isBooleanType())) {
5895 DestType->isBooleanType() &&
H A DSemaType.cpp2469 (!CurType->isBuiltinType() || CurType->isBooleanType() ||
2537 T->isBooleanType()) {
H A DSemaDecl.cpp8586 if (PT->isBooleanType() || PT->isEventT() || PT->isReserveIDT())
16383 if (BitfieldIsOverwide && !FieldTy->isBooleanType()) {
17497 EltTy->isBooleanType() ? CK_IntegralToBoolean
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp136 if (E->getType()->isBooleanType()) return true;
1762 assert(!getType()->isBooleanType() && "unheralded conversion to bool");
H A DASTContext.cpp3759 if (!EltTy->isBooleanType() && \
3770 if (EltTy->isBooleanType() && NumElts == NumEls) \
9831 if (T->isBooleanType())
H A DItaniumMangle.cpp3629 if (T->isBooleanType()) {
H A DExprConstant.cpp2420 if (DestType->isBooleanType())
4262 if (SubobjType->isBooleanType()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1570 if (Ty->isBooleanType())
1574 return ET->getDecl()->getIntegerType()->isBooleanType();
H A DCGBuiltin.cpp593 unsigned Width = Type->isBooleanType() ? 1
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2660 if (SubExpr->getType()->isIntegralType(*Context) && type->isBooleanType())
3443 type->isBooleanType()) {
H A DRewriteObjC.cpp2874 type->isBooleanType()) {

Completed in 582 milliseconds

12