Home
last modified time | relevance | path

Searched refs:is_extern (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/src/
H A Dlinker.c96 bool is_extern; member
1889 if (!sym_is_extern && !glob_sym->is_extern in linker_append_elf_sym()
1936 if (!glob_sym->is_extern && sym_bind == STB_WEAK) in linker_append_elf_sym()
1950 glob_sym->is_extern = false; in linker_append_elf_sym()
2002 glob_sym->is_extern = sym_is_extern; in linker_append_elf_sym()
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc1028 auto is_extern = child_results->NextAs<bool>(); in MakeClassDeclaration() local
1029 if (is_extern) flags |= ClassFlag::kExtern; in MakeClassDeclaration()
1060 if (is_extern && body.has_value()) { in MakeClassDeclaration()
1366 const bool is_extern = child_results->NextAs<bool>(); in MakeEnumDeclaration() local
1378 if (!is_extern) { in MakeEnumDeclaration()

Completed in 8 milliseconds