Searched defs:castTo (Results 1 – 5 of 5) sorted by relevance
52 public void castTo() { in castTo() method in ExpressionTest57 Expression castTo = expression.castTo(supertype); in castTo() local
79 public Expression castTo(XType newType) { in castTo() method in Expression86 public Expression castTo(TypeMirror newType) { in castTo() method in Expression
115 public static CodeBlock cast(CodeBlock expression, ClassName castTo) { in cast()120 public static CodeBlock cast(CodeBlock expression, Class<?> castTo) { in cast()
59 template <typename T> T castTo(size_t 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