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

12345

/external/autotest/client/common_lib/
H A Dsmogcheck_tpm.py28 c_ubyte, c_byte, byref, c_uint16, cast, create_string_buffer, c_uint64, \
108 vi.vendorSpecific = cast(pointer(vendorDetail), POINTER(c_ubyte))
383 byref(offset), pResult, cast(byref(versionInfo),
29 c_char_p, addressof, c_char, pointer namespace
/external/clang/lib/CodeGen/
H A DAddress.h45 return llvm::cast<llvm::PointerType>(getPointer()->getType());
85 return llvm::cast<llvm::Constant>(Address::getPointer());
101 return ConstantAddress(llvm::cast<llvm::Constant>(addr.getPointer()),
109 template <class U> inline U cast(CodeGen::Address addr) { function in namespace:clang
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp750 !cast<ObjCInterfaceDecl>(*DI)->isThisDeclarationADefinition() &&
775 !cast<ObjCProtocolDecl>(*DI)->isThisDeclarationADefinition() &&
957 // Synthesize an explicit cast to gain access to the ivar.
1017 // Synthesize an explicit cast to initialize the ivar.
1085 RewriteForwardClassEpilogue(cast<ObjCInterfaceDecl>(*I), typedefString);
1092 ObjCInterfaceDecl *ForwardDecl = cast<ObjCInterfaceDecl>(D[i]);
1100 RewriteForwardClassEpilogue(cast<ObjCInterfaceDecl>(D[0]), typedefString);
1413 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr(
1427 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr();
1428 Base = cast<Exp
2591 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), local
2605 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy, local
2676 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
2799 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
2953 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
3488 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);
1232 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr(
1245 Base = cast<OpaqueValueExp
2515 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), local
2595 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
2908 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/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/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/dexmaker/src/main/java/com/android/dx/
H A DCode.java164 * Use {@link #cast cast()} to perform either a <strong>numeric cast</strong> or
165 * a <strong>type cast</strong>. Interrogate the type of a value in a local
714 * Performs either a numeric cast or a type cast.
732 * cast operations. For example, to go from float to short one would first
733 * cast float to int and then int to short.
742 public void cast(Local<?> target, Local<?> source) { method in class:Code
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/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.h384 * Implementation of cast *
397 // here, for once, we're plainly returning NewType: we don't want cast to do weird things.
401 inline NewType cast(const OldType& x) function in namespace:Eigen::internal
/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h284 AlignedBox<NewScalarType,AmbientDimAtCompileTime> >::type cast() const function in class:Eigen::AlignedBox
294 m_min = (other.min)().template cast<Scalar>();
295 m_max = (other.max)().template cast<Scalar>();
H A DAngleAxis.h134 EIGEN_DEVICE_FUNC inline typename internal::cast_return_type<AngleAxis,AngleAxis<NewScalarType> >::type cast() const function in class:Eigen::AngleAxis
141 m_axis = other.axis().template cast<Scalar>();
H A DHyperplane.h256 Hyperplane<NewScalarType,AmbientDimAtCompileTime,Options> >::type cast() const function in class:Eigen::Hyperplane
265 { 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.h173 EIGEN_DEVICE_FUNC inline typename internal::cast_return_type<Derived,Quaternion<NewScalarType> >::type cast() const function in class:Eigen::QuaternionBase
272 { m_coeffs = other.coeffs().template cast<Scalar>(); }
H A DRotation2D.h142 EIGEN_DEVICE_FUNC inline typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type cast() const function in class:Eigen::Rotation2D
H A DScaling.h90 inline UniformScaling<NewScalarType> cast() const function in class:Eigen::UniformScaling
H A DTransform.h632 EIGEN_DEVICE_FUNC inline typename internal::cast_return_type<Transform,Transform<NewScalarType,Dim,Mode,Options> >::type cast() const function in class:Eigen::Transform
640 m_matrix = other.matrix().template cast<Scalar>();
H A DTranslation.h155 EIGEN_DEVICE_FUNC inline typename internal::cast_return_type<Translation,Translation<NewScalarType,Dim> >::type cast() const function in class:Eigen::Translation
161 { m_coeffs = other.vector().template cast<Scalar>(); }
/external/eigen/Eigen/src/plugins/
H A DCommonCwiseUnaryOps.h55 EIGEN_DOC_UNARY_ADDONS(cast,conversion function)
62 cast() const function

Completed in 601 milliseconds

12345