Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOperationKinds.h148 CK_PointerToBoolean, enumerator
DExpr.h2353 case CK_PointerToBoolean: in CheckCastConsistency()
/external/clang/lib/Sema/
DSema.cpp290 case Type::STK_Pointer: return CK_PointerToBoolean; in ScalarTypeToBooleanCastKind()
DSemaExpr.cpp3768 return CK_PointerToBoolean; in PrepareScalarCast()
5331 Kind = CK_PointerToBoolean; in CheckAssignmentConstraints()
5348 Kind = CK_PointerToBoolean; in CheckAssignmentConstraints()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp396 case CK_PointerToBoolean: in EmitCast()
DCGExprAgg.cpp342 case CK_PointerToBoolean: in VisitCastExpr()
DCGExprConstant.cpp623 case CK_PointerToBoolean: in VisitCastExpr()
DCGExpr.cpp2029 case CK_PointerToBoolean: in EmitCastLValue()
DCGExprScalar.cpp1196 case CK_PointerToBoolean: in VisitCastExpr()
/external/clang/lib/AST/
DExprConstant.cpp1831 case CK_PointerToBoolean: in VisitCastExpr()
2312 case CK_PointerToBoolean: in VisitCastExpr()
DExpr.cpp1055 case CK_PointerToBoolean: in getCastKindName()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2221 case CK_PointerToBoolean: in VisitCast()