Searched defs:Cast (Results 1 – 7 of 7) sorted by relevance
219 struct Cast : public Expression { struct223 Cast() = default; argument
245 Cast::Cast(const std::string& t, std::shared_ptr<Expression> e) : type(t), expression(e) {} in Cast() function in android::aidl::java::Cast
321 static Self* Cast(JNIMacroLabel* label) { in Cast() function
254 static Result<T> Cast(F&& f) { in Cast() function262 static Result<void> Cast(F&& f) { in Cast() function
110 static ArrayRef Cast(const ArrayRef<U>& src) { in Cast() function
352 clang::CStyleCastExpr* Cast = in VisitCallExpr() local
212 static inline Instruction Cast(Value val, Value type) { in Cast() function