Searched defs:link_name (Results 1 – 7 of 7) sorted by relevance
/external/rust/cxx/gen/src/ |
D | write.rs | 183 let link_name = mangle::operator(&strct.name, "hash"); in write_std_specializations() localVariable 452 let link_name = mangle::operator(&strct.name, "eq"); in write_struct_operator_decls() localVariable 460 let link_name = mangle::operator(&strct.name, "ne"); in write_struct_operator_decls() localVariable 470 let link_name = mangle::operator(&strct.name, "lt"); in write_struct_operator_decls() localVariable 477 let link_name = mangle::operator(&strct.name, "le"); in write_struct_operator_decls() localVariable 485 let link_name = mangle::operator(&strct.name, "gt"); in write_struct_operator_decls() localVariable 492 let link_name = mangle::operator(&strct.name, "ge"); in write_struct_operator_decls() localVariable 503 let link_name = mangle::operator(&strct.name, "hash"); in write_struct_operator_decls() localVariable 528 let link_name = mangle::operator(&strct.name, "eq"); in write_struct_operators() localVariable 541 let link_name = mangle::operator(&strct.name, "ne"); in write_struct_operators() localVariable [all …]
|
/external/rust/cxx/macro/src/ |
D | expand.rs | 190 let link_name = mangle::operator(&strct.name, "eq"); in expand_struct_operators() localVariable 201 let link_name = mangle::operator(&strct.name, "ne"); in expand_struct_operators() localVariable 213 let link_name = mangle::operator(&strct.name, "lt"); in expand_struct_operators() localVariable 223 let link_name = mangle::operator(&strct.name, "le"); in expand_struct_operators() localVariable 234 let link_name = mangle::operator(&strct.name, "gt"); in expand_struct_operators() localVariable 244 let link_name = mangle::operator(&strct.name, "ge"); in expand_struct_operators() localVariable 256 let link_name = mangle::operator(&strct.name, "hash"); in expand_struct_operators() localVariable 447 let link_name = mangle::extern_fn(efn, types); in expand_cxx_function_decl() localVariable 850 let link_name = mangle::extern_fn(efn, types); in expand_rust_function_shim() localVariable
|
/external/toolchain-utils/ |
D | tc_enter_chroot.py | 296 def CreateSymlink(target, link_name): argument
|
/external/rust/crates/bindgen/src/codegen/ |
D | helpers.rs | 63 pub fn link_name(name: &str) -> TokenStream { in link_name() function
|
D | mod.rs | 692 let link_name = self.mangled_name().unwrap_or(self.name()); in codegen() localVariable 3866 let link_name = mangled_name.unwrap_or(name); in codegen() localVariable
|
/external/crosvm/sys_util/src/ |
D | shm.rs | 204 let link_name = read_link(fd_path)?; in read_name() localVariable
|
/external/tensorflow/ |
D | configure.py | 106 def symlink_force(target, link_name): argument
|