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.cpp344 case CK_LValueBitCast: { in VisitCast()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp1042 case CK_LValueBitCast: in rewriteToNumericBoxedExpression()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp705 case CK_LValueBitCast: in VisitCastExpr()
DCGExprComplex.cpp437 case CK_LValueBitCast: { in EmitCast()
DCGExprConstant.cpp711 case CK_LValueBitCast: in VisitCastExpr()
DCGExprScalar.cpp1379 case CK_LValueBitCast: in VisitCastExpr()
DCGExpr.cpp3465 case CK_LValueBitCast: { in EmitCastLValue()
/external/clang/lib/AST/
DExpr.cpp1600 case CK_LValueBitCast: // -> bool& in CastConsistency()
1616 case CK_LValueBitCast: in getCastKindName()
DExprConstant.cpp4601 case CK_LValueBitCast: in VisitCastExpr()
7766 case CK_LValueBitCast: in VisitCastExpr()
8256 case CK_LValueBitCast: in VisitCastExpr()
/external/clang/lib/Sema/
DSemaCast.cpp1991 Kind = CK_LValueBitCast; in TryReinterpretCast()
DSemaInit.cpp4634 case CK_LValueBitCast: in isInvalidICRSource()
DSemaChecking.cpp8756 case CK_LValueBitCast: in findRetainCycleOwner()
DSemaExpr.cpp6956 Kind = CK_LValueBitCast; in CheckAssignmentConstraints()