Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.h153 CK_PointerToBoolean, enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp368 case Type::STK_CPointer: return CK_PointerToBoolean; in ScalarTypeToBooleanCastKind()
369 case Type::STK_BlockPointer: return CK_PointerToBoolean; in ScalarTypeToBooleanCastKind()
370 case Type::STK_ObjCObjectPointer: return CK_PointerToBoolean; in ScalarTypeToBooleanCastKind()
H A DSemaExpr.cpp5063 return CK_PointerToBoolean; in PrepareScalarCast()
6679 Kind = CK_PointerToBoolean; in CheckAssignmentConstraints()
6696 Kind = CK_PointerToBoolean; in CheckAssignmentConstraints()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp301 case CK_PointerToBoolean: in VisitCast()
/minix3/external/bsd/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1025 case CK_PointerToBoolean: in rewriteToNumericBoxedExpression()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp460 case CK_PointerToBoolean: in EmitCast()
H A DCGExprAgg.cpp703 case CK_PointerToBoolean: in VisitCastExpr()
H A DCGExprConstant.cpp710 case CK_PointerToBoolean: in VisitCastExpr()
H A DCGExpr.cpp2917 case CK_PointerToBoolean: in EmitCastLValue()
H A DCGExprScalar.cpp1528 case CK_PointerToBoolean: in VisitCastExpr()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp1545 case CK_PointerToBoolean: in CastConsistency()
1605 case CK_PointerToBoolean: in getCastKindName()
H A DExprConstant.cpp7417 case CK_PointerToBoolean: in VisitCastExpr()
7845 case CK_PointerToBoolean: in VisitCastExpr()