Searched defs:castTo (Results 1 – 5 of 5) sorted by relevance
57 public void castTo() { in castTo() method in ExpressionTest62 Expression castTo = expression.castTo(supertype); in castTo() local
67 public Expression castTo(XType newType) { in castTo() method in Expression72 public Expression castTo(XRawType newRawType) { in castTo() method in Expression
118 public static CodeBlock cast(CodeBlock expression, ClassName castTo) { in cast()123 public static CodeBlock cast(CodeBlock expression, Class<?> castTo) { in cast()
59 template <typename TDst, typename TSrc> TDst castTo(TSrc value) { in castTo() function
1162 void SIMD::Pointer::castTo(SIMD::UInt &bits) const in castTo() function in rr::SIMD::Pointer1171 void SIMD::Pointer::castTo(SIMD::UInt &lowerBits, SIMD::UInt &upperBits) const in castTo() function in rr::SIMD::Pointer