Home
last modified time | relevance | path

Searched refs:CK_ArrayToPointerDecay (Results 1 – 16 of 16) sorted by relevance

/external/clang/include/clang/AST/
DOperationKinds.h89 CK_ArrayToPointerDecay, enumerator
/external/clang/lib/CodeGen/
DCGExprComplex.cpp397 case CK_ArrayToPointerDecay: in EmitCast()
DCGExprAgg.cpp612 case CK_ArrayToPointerDecay: in VisitCastExpr()
DCGExprConstant.cpp723 case CK_ArrayToPointerDecay: in VisitCastExpr()
DCGExpr.cpp1962 if (CE == 0 || CE->getCastKind() != CK_ArrayToPointerDecay) in isSimpleArrayDecayOperand()
2414 case CK_ArrayToPointerDecay: in EmitCastLValue()
DCGExprScalar.cpp1082 case CK_ArrayToPointerDecay: { in VisitCastExpr()
DCGBuiltin.cpp1488 } else if (ICE->getCastKind() == CK_ArrayToPointerDecay) { in EmitPointerWithAlignment()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp894 case CK_ArrayToPointerDecay: in rewriteToNumericBoxedExpression()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp283 case CK_ArrayToPointerDecay: in VisitCast()
/external/clang/lib/Sema/
DSema.cpp259 case CK_ArrayToPointerDecay: in ImpCastExprToType()
DSemaExpr.cpp418 CK_ArrayToPointerDecay).take(); in DefaultFunctionArrayConversion()
3347 CK_ArrayToPointerDecay).take(); in CreateBuiltinArraySubscriptExpr()
3358 CK_ArrayToPointerDecay).take(); in CreateBuiltinArraySubscriptExpr()
DSemaExprCXX.cpp2560 From = ImpCastExprToType(From, FromType, CK_ArrayToPointerDecay, in PerformImplicitConversion()
DSemaInit.cpp3858 case CK_ArrayToPointerDecay: in isInvalidICRSource()
DSemaChecking.cpp3641 case CK_ArrayToPointerDecay: in EvalAddr()
/external/clang/lib/AST/
DExpr.cpp1322 case CK_ArrayToPointerDecay: in CheckCastConsistency()
1392 case CK_ArrayToPointerDecay: in getCastKindName()
DExprConstant.cpp3137 case CK_ArrayToPointerDecay: in VisitCastExpr()
5336 case CK_ArrayToPointerDecay: in VisitCastExpr()
5814 case CK_ArrayToPointerDecay: in VisitCastExpr()