Home
last modified time | relevance | path

Searched refs:CK_LValueBitCast (Results 1 – 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
DOperationKinds.h48 CK_LValueBitCast, enumerator
/external/clang/lib/Analysis/
DUninitializedValues.cpp281 if (CE->getCastKind() == CK_LValueBitCast) { in stripCasts()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp322 case CK_LValueBitCast: { in VisitCast()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp1042 case CK_LValueBitCast: in rewriteToNumericBoxedExpression()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp693 case CK_LValueBitCast: in VisitCastExpr()
DCGExprComplex.cpp435 case CK_LValueBitCast: { in EmitCast()
DCGExprConstant.cpp691 case CK_LValueBitCast: in VisitCastExpr()
DCGExpr.cpp3041 case CK_LValueBitCast: { in EmitCastLValue()
DCGExprScalar.cpp1365 case CK_LValueBitCast: in VisitCastExpr()
/external/clang/lib/AST/
DExpr.cpp1563 case CK_LValueBitCast: // -> bool& in CastConsistency()
1579 case CK_LValueBitCast: in getCastKindName()
DExprConstant.cpp4480 case CK_LValueBitCast: in VisitCastExpr()
7407 case CK_LValueBitCast: in VisitCastExpr()
7897 case CK_LValueBitCast: in VisitCastExpr()
/external/clang/lib/Sema/
DSemaCast.cpp1977 Kind = CK_LValueBitCast; in TryReinterpretCast()
DSemaInit.cpp4444 case CK_LValueBitCast: in isInvalidICRSource()
DSemaChecking.cpp8122 case CK_LValueBitCast: in findRetainCycleOwner()
DSemaExpr.cpp6789 Kind = CK_LValueBitCast; in CheckAssignmentConstraints()