Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DOperationKinds.h149 CK_PointerToIntegral, enumerator
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCast.cpp1805 Kind = CK_PointerToIntegral; in TryReinterpretCast()
1881 Kind = CK_PointerToIntegral; in TryReinterpretCast()
DSemaExpr.cpp4894 return CK_PointerToIntegral; in PrepareScalarCast()
6412 Kind = CK_PointerToIntegral; in CheckAssignmentConstraints()
6429 Kind = CK_PointerToIntegral; in CheckAssignmentConstraints()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp292 case CK_PointerToIntegral: in VisitCast()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp1057 case CK_PointerToIntegral: in rewriteToNumericBoxedExpression()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprComplex.cpp453 case CK_PointerToIntegral: in EmitCast()
DCGExprAgg.cpp685 case CK_PointerToIntegral: in VisitCastExpr()
DCGExprConstant.cpp690 case CK_PointerToIntegral: in VisitCastExpr()
DCGExpr.cpp2718 case CK_PointerToIntegral: in EmitCastLValue()
DCGExprScalar.cpp1439 case CK_PointerToIntegral: in VisitCastExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DExpr.cpp1485 case CK_PointerToIntegral: in CheckCastConsistency()
1571 case CK_PointerToIntegral: in getCastKindName()
DExprConstant.cpp7162 case CK_PointerToIntegral: { in VisitCastExpr()
7558 case CK_PointerToIntegral: in VisitCastExpr()