Searched defs:return_type_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-types.cc156 ret += return_type_->Name();
200 : AsmCallableType(), return_type_(dest), arg_(src) {}
204 if (!return_type_->IsExactly(return_type)) {
223 return_type_->Name();
226 AsmType* return_type_; member in class:v8::internal::wasm::__anon27437::final
258 if (!return_type_->IsExactly(that->return_type_)) {
277 if (!return_type_->IsExactly(return_type)) {
H A Dasm-types.h135 AsmType* ReturnType() const { return return_type_; }
142 : return_type_(return_type), args_(zone) {}
150 AsmType* return_type_; member in class:v8::internal::wasm::AsmValueType::final
H A Dasm-typer.h103 AsmType* return_type_; member in struct:v8::internal::wasm::final::FFIUseSignature
105 : var(v), arg_types_(zone), return_type_(nullptr) {}
186 typer_->return_type_ = AsmType::None();
382 AsmType* return_type_ = nullptr; member in class:v8::internal::wasm::final
/external/tensorflow/tensorflow/java/src/gen/cc/
H A Djava_defs.h215 const Type& return_type() const { return return_type_; }
243 Type return_type_; member in class:tensorflow::java::Method
251 : name_(name), return_type_(return_type), constructor_(constructor) {}

Completed in 129 milliseconds