Home
last modified time | relevance | path

Searched defs:imports (Results 1 - 25 of 42) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DtopLevelStmts.cpp53 auto imports = ImportExportDecls(program->VarBinder()->AsETSBinder(), ctx->parser->AsETSParser()); in Perform() local
H A DimportExportDecls.cpp30 auto imports = parser_->ParseDefaultSources(DEFAULT_IMPORT_SOURCE_FILE, defaultImportSource_); in ParseDefaultSources() local
/third_party/mesa3d/src/egl/main/
H A Deglglvnd.c83 __egl_Main(uint32_t version, const __EGLapiExports *exports, __EGLvendorInfo *vendor, __EGLapiImports *imports) __egl_Main() argument
/third_party/node/lib/internal/modules/esm/
H A Dcreate_dynamic_module.js[all...]
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DpathResolver.cpp34 const auto &imports = table->GetImports(); in FindImportedFunctions() local
93 const auto &imports = table->GetImports(); in FindNamedImportAll() local
118 const auto &imports = table->GetImports(); in FindImportedEntity() local
[all...]
/third_party/mesa3d/src/glx/
H A Dglxglvnd.c57 __glx_Main(uint32_t version, const __GLXapiExports *exports, __GLXvendorInfo *vendor, __GLXapiImports *imports) __glx_Main() argument
/third_party/node/lib/internal/modules/
H A Dpackage_json_reader.js
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhello.cc58 wasm::Extern* imports[] = {hello_func.get()}; in run() local
H A Dhello.c64 const wasm_extern_t* imports[] = { wasm_func_as_extern(hello_func) }; in main() local
H A Dmulti.cc69 wasm::Extern* imports[] = {callback_func.get()}; in run() local
H A Dserialize.cc70 wasm::Extern* imports[] = {hello_func.get()}; in run() local
H A Dtrap.c78 const wasm_extern_t* imports[] = { wasm_func_as_extern(fail_func) }; in main() local
H A Dthreads.cc56 wasm::Extern* imports[] = {func.get(), global.get()}; in run() local
H A Dtrap.cc68 wasm::Extern* imports[] = {fail_func.get()}; in run() local
H A Dmulti.c89 const wasm_extern_t* imports[] = {wasm_func_as_extern(callback_func)}; in main() local
H A Dcallback.c111 const wasm_extern_t* imports[] = { in main() local
H A Dcallback.cc106 wasm::Extern* imports[] = {print_func.get(), closure_func.get()}; in run() local
H A Dserialize.c79 const wasm_extern_t* imports[] = { wasm_func_as_extern(hello_func) }; in main() local
H A Dhostref.cc150 wasm::Extern* imports[] = {callback_func.get()}; in run() local
H A Dthreads.c52 const wasm_extern_t* imports[] = { in run() local
H A Dhostref.c170 const wasm_extern_t* imports[] = { wasm_func_as_extern(callback_func) }; in main() local
H A Dglobal.cc98 wasm::Extern* imports[] = { in run() local
/third_party/elfutils/libdw/
H A Dlibdw_visit_scopes.c71 struct Dwarf_Die_Chain *imports; member
84 __libdw_visit_scopes(unsigned int depth, struct Dwarf_Die_Chain *root, struct Dwarf_Die_Chain *imports, int (*previsit) (unsigned int, struct Dwarf_Die_Chain *, void *), int (*postvisit) (unsigned int, struct Dwarf_Die_Chain *, void *), void *arg) __libdw_visit_scopes() argument
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.h48 struct spirv_buffer imports; member
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataProtoFromXml.java346 private final SortedSet<String> imports; field in BuildMetadataProtoFromXml.ClassWriter

Completed in 9 milliseconds

12