Home
last modified time | relevance | path

Searched refs:ExportType (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_export.h53 enum ExportType { enum in r600::ExportInstr
61 ExportInstr(ExportType type, unsigned loc, const RegisterVec4& value);
70 static ExportType type_from_string(const std::string& s);
72 ExportType export_type() const {return m_type;} in export_type()
88 ExportType m_type;
H A Dsfn_instr_export.cpp59 ExportInstr::ExportInstr(ExportType type, unsigned loc, const RegisterVec4& value): in ExportInstr()
88 ExportInstr::ExportType ExportInstr::type_from_string(const std::string& s) in type_from_string()
134 ExportInstr::ExportType type; in from_string_impl()
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.hh373 class ExportType {
375 ExportType() = delete;
376 ~ExportType();
379 static auto make(Name&&, own<ExternType>&&) -> own<ExportType>;
380 auto copy() const -> own<ExportType>;
581 auto exports() const -> ownvec<ExportType>;
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc862 struct implement<ExportType> {
866 ExportType::~ExportType() { impl(this)->~ExportTypeImpl(); } in ~ExportType()
868 void ExportType::operator delete(void* p) { ::operator delete(p); } in operator delete()
870 auto ExportType::make(Name&& name, own<ExternType>&& type) -> own<ExportType> {
871 return name && type ? own<ExportType>(seal<ExportType>(
873 : own<ExportType>();
876 auto ExportType
[all...]

Completed in 5 milliseconds