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.cpp267 if (CE->getCastKind() == CK_LValueBitCast) { in stripCasts()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp383 case CK_LValueBitCast: { in EmitCast()
DCGExprAgg.cpp607 case CK_LValueBitCast: in VisitCastExpr()
DCGExprConstant.cpp716 case CK_LValueBitCast: in VisitCastExpr()
DCGExprScalar.cpp1036 case CK_LValueBitCast: in VisitCastExpr()
DCGExpr.cpp2505 case CK_LValueBitCast: { in EmitCastLValue()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp888 case CK_LValueBitCast: in rewriteToNumericBoxedExpression()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp381 case CK_LValueBitCast: { in VisitCast()
/external/clang/lib/AST/
DExpr.cpp1361 case CK_LValueBitCast: // -> bool& in CheckCastConsistency()
1376 case CK_LValueBitCast: in getCastKindName()
DExprConstant.cpp2806 case CK_LValueBitCast: in VisitCastExpr()
5365 case CK_LValueBitCast: in VisitCastExpr()
5857 case CK_LValueBitCast: in VisitCastExpr()
/external/clang/lib/Sema/
DSemaCast.cpp1720 Kind = CK_LValueBitCast; in TryReinterpretCast()
DSemaInit.cpp3854 case CK_LValueBitCast: in isInvalidICRSource()
DSemaChecking.cpp5293 case CK_LValueBitCast: in findRetainCycleOwner()
DSemaExpr.cpp5594 Kind = CK_LValueBitCast; in CheckAssignmentConstraints()