Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.h174 CK_IntegralToBoolean, enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp144 return ImplicitCastExpr::Create(C, C.BoolTy, CK_IntegralToBoolean, in makeIntegralCastToBoolean()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp471 (OutTy->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast); in ActOnGCCAsmStmt()
H A DSema.cpp372 case Type::STK_Integral: return CK_IntegralToBoolean; in ScalarTypeToBooleanCastKind()
H A DSemaCast.cpp992 Kind = CK_IntegralToBoolean; in TryStaticCast()
H A DSemaExprObjC.cpp321 CK_IntegralToBoolean); in ActOnObjCBoolLiteral()
H A DSemaExprCXX.cpp2839 From = ImpCastExprToType(From, ToType, CK_IntegralToBoolean, in PerformImplicitConversion()
H A DSemaExpr.cpp5085 return CK_IntegralToBoolean; in PrepareScalarCast()
7862 if (CK == CK_IntegralToBoolean || CK == CK_IntegralCast) in CheckLiteralKind()
H A DSemaTemplate.cpp4997 Arg = ImpCastExprToType(Arg, ParamType, CK_IntegralToBoolean).get(); in CheckTemplateArgument()
H A DSemaOverload.cpp252 case CK_IntegralToBoolean: in IgnoreNarrowingConversion()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp302 case CK_IntegralToBoolean: in VisitCast()
/minix3/external/bsd/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1026 case CK_IntegralToBoolean: in rewriteToNumericBoxedExpression()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp464 case CK_IntegralToBoolean: in EmitCast()
H A DCGExprAgg.cpp707 case CK_IntegralToBoolean: in VisitCastExpr()
H A DCGExprConstant.cpp714 case CK_IntegralToBoolean: in VisitCastExpr()
H A DCGExpr.cpp2920 case CK_IntegralToBoolean: in EmitCastLValue()
H A DCGExprScalar.cpp1526 case CK_IntegralToBoolean: in VisitCastExpr()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp1546 case CK_IntegralToBoolean: in CastConsistency()
1613 case CK_IntegralToBoolean: in getCastKindName()
H A DExprConstant.cpp7418 case CK_IntegralToBoolean: in VisitCastExpr()
7849 case CK_IntegralToBoolean: in VisitCastExpr()
8945 case CK_IntegralToBoolean: in CheckICE()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2686 CK = CK_IntegralToBoolean; in RewriteObjCBoxedExpr()
3505 CK = CK_IntegralToBoolean; in SynthMessageExpr()
H A DRewriteObjC.cpp2885 CK = CK_IntegralToBoolean; in SynthMessageExpr()