Searched refs:CK_IntegralToPointer (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h138 /// CK_IntegralToPointer - Integral to pointer. A special kind of
143 CK_IntegralToPointer, enumerator in enum:clang::CastKind
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp299 case CK_IntegralToPointer:
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp452 case CK_IntegralToPointer:
H A DCGExprAgg.cpp701 case CK_IntegralToPointer:
H A DCGExprConstant.cpp697 case CK_IntegralToPointer:
H A DCGExpr.cpp2793 case CK_IntegralToPointer:
H A DCGExprScalar.cpp1435 case CK_IntegralToPointer: {
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1057 case CK_IntegralToPointer:
/external/clang/lib/AST/
H A DExpr.cpp1477 case CK_IntegralToPointer:
1563 case CK_IntegralToPointer:
H A DExprConstant.cpp4770 case CK_IntegralToPointer: {
7144 case CK_IntegralToPointer:
7609 case CK_IntegralToPointer:
/external/clang/lib/Sema/
H A DSemaExpr.cpp5001 return CK_IntegralToPointer;
5684 CK_IntegralToPointer);
6455 Kind = CK_IntegralToPointer; // FIXME: null?
6501 Kind = CK_IntegralToPointer; // FIXME: null
6537 Kind = CK_IntegralToPointer; // FIXME: null
8222 LHSIsNull ? CK_NullToPointer : CK_IntegralToPointer);
8225 RHSIsNull ? CK_NullToPointer : CK_IntegralToPointer);
H A DSemaCast.cpp1916 Kind = CK_IntegralToPointer;
H A DSemaExprObjC.cpp2322 CastKind Kind = IsNull ? CK_NullToPointer : CK_IntegralToPointer;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp3539 CK = CK_IntegralToPointer;
H A DRewriteObjC.cpp2916 CK = CK_IntegralToPointer;

Completed in 2750 milliseconds