Home
last modified time | relevance | path

Searched defs:link_name (Results 1 – 7 of 7) sorted by relevance

/external/rust/cxx/gen/src/
Dwrite.rs183 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/
Dexpand.rs190 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/
Dtc_enter_chroot.py296 def CreateSymlink(target, link_name): argument
/external/rust/crates/bindgen/src/codegen/
Dhelpers.rs63 pub fn link_name(name: &str) -> TokenStream { in link_name() function
Dmod.rs692 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/
Dshm.rs204 let link_name = read_link(fd_path)?; in read_name() localVariable
/external/tensorflow/
Dconfigure.py106 def symlink_force(target, link_name): argument