Searched defs:cast (Results 1 - 25 of 90) sorted by path

1234

/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp760 !cast<ObjCInterfaceDecl>(*DI)->isThisDeclarationADefinition() &&
785 !cast<ObjCProtocolDecl>(*DI)->isThisDeclarationADefinition() &&
968 // Synthesize an explicit cast to gain access to the ivar.
1028 // Synthesize an explicit cast to initialize the ivar.
1096 RewriteForwardClassEpilogue(cast<ObjCInterfaceDecl>(*I), typedefString);
1103 ObjCInterfaceDecl *ForwardDecl = cast<ObjCInterfaceDecl>(D[i]);
1111 RewriteForwardClassEpilogue(cast<ObjCInterfaceDecl>(D[0]), typedefString);
1439 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr(
1453 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr();
1454 Base = cast<Exp
2617 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), local
2631 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy, local
2705 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
2832 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
2992 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
3540 CastExpr *cast; local
[all...]
H A DRewriteObjC.cpp685 !cast<ObjCInterfaceDecl>(*DI)->isThisDeclarationADefinition() &&
704 !cast<ObjCProtocolDecl>(*DI)->isThisDeclarationADefinition() &&
804 // Synthesize an explicit cast to gain access to the ivar.
863 // Synthesize an explicit cast to initialize the ivar.
913 ObjCInterfaceDecl *ForwardDecl = cast<ObjCInterfaceDecl>(*I);
925 RewriteForwardClassEpilogue(cast<ObjCInterfaceDecl>(*I), typedefString);
931 ObjCInterfaceDecl *ForwardDecl = cast<ObjCInterfaceDecl>(D[i]);
939 RewriteForwardClassEpilogue(cast<ObjCInterfaceDecl>(D[0]), typedefString);
1231 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr(
1244 Base = cast<OpaqueValueExp
2519 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), local
2599 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
2926 CastExpr *cast; local
[all...]
/external/clang/test/PCH/
H A Dcxx-chain-function-template.cpp9 T cast(U u) { function
14 cast<float>(1);
22 cast<CXXRecordDecl>(1.0f);
28 cast<CXXRecordDecl>(1.0f);
/external/deqp/framework/common/
H A DtcuVector.hpp149 Vector<float, Size> asFloat (void) const { return cast<float>(); }
150 Vector<int, Size> asInt (void) const { return cast<int>(); }
151 Vector<deUint32, Size> asUint (void) const { return cast<deUint32>(); }
152 Vector<bool, Size> asBool (void) const { return cast<bool>(); }
166 Vector<NewT, Size> cast (void) const;
227 // VecAccess to Vector cast.
237 // Type cast.
240 inline Vector<NewT, Size> Vector<T, Size>::cast (void) const function in class:tcu::Vector
248 // Size cast.
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java162 * Use {@link #cast cast()} to perform either a <strong>numeric cast</strong> or
163 * a <strong>type cast</strong>. Interrogate the type of a value in a local
712 * Performs either a numeric cast or a type cast.
730 * cast operations. For example, to go from float to short one would first
731 * cast float to int and then int to short.
740 public void cast(Local<?> target, Local<?> source) { method in class:Code
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eigen/Eigen/src/Core/
H A DMathFunctions.h311 * Implementation of cast *
323 // here, for once, we're plainly returning NewType: we don't want cast to do weird things.
326 inline NewType cast(const OldType& x) function in namespace:Eigen::internal
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DAlignedBox.h118 AlignedBox<NewScalarType,AmbientDimAtCompileTime> >::type cast() const function in class:Eigen::AlignedBox
128 m_min = (other.min)().template cast<Scalar>();
129 m_max = (other.max)().template cast<Scalar>();
H A DAngleAxis.h128 inline typename internal::cast_return_type<AngleAxis,AngleAxis<NewScalarType> >::type cast() const function in class:Eigen::AngleAxis
135 m_axis = other.axis().template cast<Scalar>();
H A DHyperplane.h231 Hyperplane<NewScalarType,AmbientDimAtCompileTime> >::type cast() const function in class:Eigen::Hyperplane
240 { m_coeffs = other.coeffs().template cast<Scalar>(); }
H A DParametrizedLine.h94 ParametrizedLine<NewScalarType,AmbientDimAtCompileTime> >::type cast() const function in class:Eigen::ParametrizedLine
104 m_origin = other.origin().template cast<Scalar>();
105 m_direction = other.direction().template cast<Scalar>();
H A DQuaternion.h187 inline typename internal::cast_return_type<Quaternion,Quaternion<NewScalarType> >::type cast() const function in class:Eigen::Quaternion
193 { m_coeffs = other.coeffs().template cast<Scalar>(); }
H A DRotation2D.h96 inline typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type cast() const function in class:Eigen::Rotation2D
H A DScaling.h121 inline typename internal::cast_return_type<Scaling,Scaling<NewScalarType,Dim> >::type cast() const function in class:Eigen::Scaling
127 { m_coeffs = other.coeffs().template cast<Scalar>(); }
H A DTransform.h258 inline typename internal::cast_return_type<Transform,Transform<NewScalarType,Dim> >::type cast() const function in class:Eigen::Transform
264 { m_matrix = other.matrix().template cast<Scalar>(); }
H A DTranslation.h124 inline typename internal::cast_return_type<Translation,Translation<NewScalarType,Dim> >::type cast() const function in class:Eigen::Translation
130 { m_coeffs = other.vector().template cast<Scalar>(); }
/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h267 AlignedBox<NewScalarType,AmbientDimAtCompileTime> >::type cast() const function in class:Eigen::AlignedBox
277 m_min = (other.min)().template cast<Scalar>();
278 m_max = (other.max)().template cast<Scalar>();
H A DAngleAxis.h123 inline typename internal::cast_return_type<AngleAxis,AngleAxis<NewScalarType> >::type cast() const function in class:Eigen::AngleAxis
130 m_axis = other.axis().template cast<Scalar>();
H A DHyperplane.h254 Hyperplane<NewScalarType,AmbientDimAtCompileTime,Options> >::type cast() const function in class:Eigen::Hyperplane
263 { m_coeffs = other.coeffs().template cast<Scalar>(); }
H A DParametrizedLine.h114 ParametrizedLine<NewScalarType,AmbientDimAtCompileTime,Options> >::type cast() const function in class:Eigen::ParametrizedLine
124 m_origin = other.origin().template cast<Scalar>();
125 m_direction = other.direction().template cast<Scalar>();
H A DQuaternion.h172 inline typename internal::cast_return_type<Derived,Quaternion<NewScalarType> >::type cast() const function in class:Eigen::QuaternionBase
271 { m_coeffs = other.coeffs().template cast<Scalar>(); }

Completed in 471 milliseconds

1234