Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOperationKinds.h149 CK_PointerToIntegral, enumerator
/external/clang/lib/Sema/
DSemaCast.cpp1634 Kind = CK_PointerToIntegral; in TryReinterpretCast()
1708 Kind = CK_PointerToIntegral; in TryReinterpretCast()
DSemaExpr.cpp4409 return CK_PointerToIntegral; in PrepareScalarCast()
5920 Kind = CK_PointerToIntegral; in CheckAssignmentConstraints()
5937 Kind = CK_PointerToIntegral; in CheckAssignmentConstraints()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp415 case CK_PointerToIntegral: in EmitCast()
DCGExprAgg.cpp749 case CK_PointerToIntegral: in VisitCastExpr()
DCGExprConstant.cpp740 case CK_PointerToIntegral: in VisitCastExpr()
DCGExpr.cpp2703 case CK_PointerToIntegral: in EmitCastLValue()
DCGExprScalar.cpp1350 case CK_PointerToIntegral: in VisitCastExpr()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp289 case CK_PointerToIntegral: in VisitCast()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp1057 case CK_PointerToIntegral: in rewriteToNumericBoxedExpression()
/external/clang/lib/AST/
DExpr.cpp1418 case CK_PointerToIntegral: in CheckCastConsistency()
1504 case CK_PointerToIntegral: in getCastKindName()
DExprConstant.cpp5441 case CK_PointerToIntegral: { in VisitCastExpr()
5853 case CK_PointerToIntegral: in VisitCastExpr()