Home
last modified time | relevance | path

Searched defs:local_name (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/cxx/macro/src/
Dexpand.rs208 let local_name = format_ident!("__operator_eq_{}", strct.name.rust); in expand_struct_operators() localVariable
221 let local_name = format_ident!("__operator_ne_{}", strct.name.rust); in expand_struct_operators() localVariable
235 let local_name = format_ident!("__operator_lt_{}", strct.name.rust); in expand_struct_operators() localVariable
247 let local_name = format_ident!("__operator_le_{}", strct.name.rust); in expand_struct_operators() localVariable
260 let local_name = format_ident!("__operator_gt_{}", strct.name.rust); in expand_struct_operators() localVariable
272 let local_name = format_ident!("__operator_ge_{}", strct.name.rust); in expand_struct_operators() localVariable
286 let local_name = format_ident!("__operator_hash_{}", strct.name.rust); in expand_struct_operators() localVariable
484 let local_name = format_ident!("__{}", efn.name.rust); in expand_cxx_function_decl() localVariable
616 let local_name = format_ident!("__{}", efn.name.rust); in expand_cxx_function_shim() localVariable
787 let local_name = parse_quote!(__); in expand_function_pointer_trampoline() localVariable
[all …]
/third_party/elfutils/src/
Dnm.c548 struct local_name struct
561 struct local_name *g1 = (struct local_name *) p1; in local_compare() argument
/third_party/libbpf/src/
Drelo_core.c437 const char *local_name, *targ_name; in bpf_core_fields_are_compat() local
490 const char *local_name, *targ_name; in bpf_core_match_member() local
1293 const char *local_name; in bpf_core_calc_relo_insn() local
Dlibbpf.c5729 const char *targ_name, *local_name; local
5871 const char *local_name; local
6011 const char *local_name; local
7846 const char *targ_name, *local_name; local
/third_party/rust/crates/cxx/gen/src/
Dwrite.rs276 let local_name = method.name.cxx.to_string(); in write_struct() localVariable
368 let local_name = method.name.cxx.to_string(); in write_opaque_type() localVariable
956 let local_name = match &efn.sig.receiver { in write_rust_function_shim() localVariable
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c61 char local_name[256] = ""; in vtn_opencl_mangle() local