Searched defs:link_name (Results 1 – 6 of 6) sorted by relevance
/third_party/rust/crates/cxx/gen/src/ |
D | write.rs | 183 let link_name = mangle::operator(&strct.name, "hash"); in write_std_specializations() localVariable 510 let link_name = mangle::operator(&strct.name, "eq"); in write_struct_operator_decls() localVariable 518 let link_name = mangle::operator(&strct.name, "ne"); in write_struct_operator_decls() localVariable 528 let link_name = mangle::operator(&strct.name, "lt"); in write_struct_operator_decls() localVariable 535 let link_name = mangle::operator(&strct.name, "le"); in write_struct_operator_decls() localVariable 543 let link_name = mangle::operator(&strct.name, "gt"); in write_struct_operator_decls() localVariable 550 let link_name = mangle::operator(&strct.name, "ge"); in write_struct_operator_decls() localVariable 561 let link_name = mangle::operator(&strct.name, "hash"); in write_struct_operator_decls() localVariable 586 let link_name = mangle::operator(&strct.name, "eq"); in write_struct_operators() localVariable 599 let link_name = mangle::operator(&strct.name, "ne"); in write_struct_operators() localVariable [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | symlink.c | 29 char *link_name = "/data/linktemp.txt"; in symlink_0100() local 51 char *link_name = "/data/linktemp.txt"; in symlink_0200() local
|
/third_party/rust/crates/cxx/macro/src/ |
D | expand.rs | 207 let link_name = mangle::operator(&strct.name, "eq"); in expand_struct_operators() localVariable 220 let link_name = mangle::operator(&strct.name, "ne"); in expand_struct_operators() localVariable 234 let link_name = mangle::operator(&strct.name, "lt"); in expand_struct_operators() localVariable 246 let link_name = mangle::operator(&strct.name, "le"); in expand_struct_operators() localVariable 259 let link_name = mangle::operator(&strct.name, "gt"); in expand_struct_operators() localVariable 271 let link_name = mangle::operator(&strct.name, "ge"); in expand_struct_operators() localVariable 285 let link_name = mangle::operator(&strct.name, "hash"); in expand_struct_operators() localVariable 483 let link_name = mangle::extern_fn(efn, types); in expand_cxx_function_decl() localVariable 930 let link_name = mangle::extern_fn(efn, types); in expand_rust_function_shim() localVariable
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | helpers.rs | 65 pub fn link_name(name: &str) -> TokenStream { in link_name() function
|
D | mod.rs | 748 let link_name = self.mangled_name().unwrap_or_else(|| self.name()); in codegen() localVariable 4150 let link_name = mangled_name.unwrap_or(name); in codegen() localVariable
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 35661 char link_name[16]; member
|