Home
last modified time | relevance | path

Searched defs:ident (Results 1 – 25 of 226) sorted by relevance

12345678910

/external/rust/cxx/macro/src/
Dderive.rs94 let ident = &strct.name.rust; in struct_copy() localVariable
103 let ident = &strct.name.rust; in struct_clone() localVariable
111 let ident = &field.name.rust; in struct_clone() localVariable
131 let ident = &strct.name.rust; in struct_debug() localVariable
149 let ident = &strct.name.rust; in struct_default() localVariable
167 let ident = &strct.name.rust; in struct_ord() localVariable
187 let ident = &strct.name.rust; in struct_partial_ord() localVariable
217 let ident = &enm.name.rust; in enum_copy() localVariable
225 let ident = &enm.name.rust; in enum_clone() localVariable
237 let ident = &enm.name.rust; in enum_debug() localVariable
[all …]
Dexpand.rs66 let ident = &ety.name.rust; in expand() localVariable
126 let ident = &ffi.ident; in expand() localVariable
140 let ident = &strct.name.rust; in expand_struct() localVariable
183 let ident = &strct.name.rust; in expand_struct_operators() localVariable
277 let ident = &strct.name.rust; in expand_struct_forbid_drop() localVariable
288 let ident = &enm.name.rust; in expand_enum() localVariable
344 let ident = &ety.name.rust; in expand_cxx_type() localVariable
383 let ident = &ety.name.rust; in expand_cxx_type_assert_pinned() localVariable
422 let ident = &arg.name.rust; in expand_cxx_function_decl() localVariable
659 let ident = &efn.name.rust; in expand_cxx_function_shim() localVariable
[all …]
/external/llvm-project/openmp/runtime/src/
Dkmp_error.cpp35 #define get_src(ident) ((ident) == NULL ? NULL : (ident)->psource) argument
37 #define PUSH_MSG(ct, ident) \ argument
75 static char *__kmp_pragma(int ct, ident_t const *ident) { in __kmp_pragma()
108 ident_t const *ident // Construct ident. in __kmp_error_construct()
117 ident_t const *ident, // First construct ident. in __kmp_error_construct2()
187 void __kmp_push_parallel(int gtid, ident_t const *ident) { in __kmp_push_parallel()
206 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_check_workshare()
227 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare()
244 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint…
330 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3…
[all …]
/external/rust/cxx/syntax/
Dresolve.rs13 let ident = ident.ident(); in resolve() localVariable
21 let ident = ident.ident(); in try_resolve() localVariable
27 fn ident(&self) -> &Ident; in ident() method
31 fn ident(&self) -> &Ident { in ident() method
37 fn ident(&self) -> &Ident { in ident() method
43 fn ident(&self) -> &Ident { in ident() method
Dtypes.rs73 let ident = &strct.name.rust; in collect() localVariable
92 let ident = &enm.name.rust; in collect() localVariable
107 let ident = &ety.name.rust; in collect() localVariable
124 let ident = &ety.name.rust; in collect() localVariable
145 let ident = &alias.name.rust; in collect() localVariable
Dpod.rs8 let ident = &ident.rust; in is_guaranteed_pod() localVariable
Dimproper.rs16 let ident = &ident.rust; in determine_improper_ctype() localVariable
/external/llvm-project/openmp/runtime/test/tasking/
Dbug_nested_proxy_task.c28 typedef struct ident { struct
30 …kmp_int32 flags; /**< also f.flags; KMP_IDENT_xxx flags; KMP_IDENT_KMPC identifies this un… argument
41 } ident_t; argument
Dbug_proxy_task_dep_waiting.c25 typedef struct ident { struct
27 …kmp_int32 flags; /**< also f.flags; KMP_IDENT_xxx flags; KMP_IDENT_KMPC identifies this un… argument
38 } ident_t; argument
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h182 typedef struct ident { struct
185 identifies this union member */ argument
192 } ident_t; argument
/external/tcpdump/
Dprint-ascii.c94 hex_and_ascii_print_with_offset(netdissect_options *ndo, register const char *ident, in hex_and_ascii_print_with_offset()
145 hex_and_ascii_print(netdissect_options *ndo, register const char *ident, in hex_and_ascii_print()
156 const char *ident, const u_char *cp, u_int length, in hex_print_with_offset()
187 hex_print(netdissect_options *ndo,const char *ident, const u_char *cp, u_int length) in hex_print()
/external/rust/crates/syn-mid/src/
Dpath.rs10 let ident = input.call(Ident::parse_any)?; in parse_path_segment() localVariable
14 let ident = in parse_path_segment() localVariable
/external/rust/crates/thiserror-impl/src/
Dfmt.rs57 let mut ident = take_ident(&mut read); in expand_shorthand() localVariable
105 let ident = input.call(Ident::parse_any)?; in explicit_named_args() localVariable
131 let mut ident = String::new(); in take_ident() localVariable
Dast.rs16 pub ident: Ident, field
24 pub ident: Ident, field
32 pub ident: Ident, field
/external/rust/crates/syn/src/
Dderive.rs104 let ident = input.parse::<Ident>()?; in parse() localVariable
123 let ident = input.parse::<Ident>()?; in parse() localVariable
142 let ident = input.parse::<Ident>()?; in parse() localVariable
Ditem.rs1033 let ident = input.parse()?; in parse() localVariable
1066 let ident = { in parse() localVariable
1175 ident: Ident, field
1188 let ident: Ident = input.parse()?; in parse() localVariable
1232 let ident: Option<Ident> = input.parse()?; in parse() localVariable
1259 let ident: Ident = input.parse()?; in parse() localVariable
1350 let ident = input.call(Ident::parse_any)?; in parse() localVariable
1497 let ident: Ident = input.parse()?; in parse() localVariable
1675 let ident: Ident = input.parse()?; in parse() localVariable
1765 let ident = input.parse()?; in parse() localVariable
[all …]
/external/wayland/protocol/
Dgenerate-shm-formats.py40 def drm_format_to_wl(ident): argument
62 ident = parts[1] variable
/external/libgsm/src/
Dgsm_create.c7 static char const ident[] = "$Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_create.c,v 1… variable
/external/crosvm/bit_field/bit_field_derive/
Dbit_field_derive.rs76 let ident = &ast.ident; in bitfield_tuple_struct_impl() localVariable
159 let ident = &ast.ident; in bitfield_enum_with_width_impl() localVariable
219 let ident = &ast.ident; in bitfield_enum_without_width_impl() localVariable
277 let ident = &ast.ident; in get_declare_discriminants_for_enum() localVariable
347 ident: &'a Ident, field
358 let ident = field in get_struct_fields() localVariable
/external/apache-commons-bcel/src/examples/Mini/
DASTLetExpr.java132 String ident = idents[i].getName(); in code() local
156 String ident = idents[i].getName(); in byte_code() local
/external/skia/tools/sk_app/android/
Dmain_android.cpp43 int ident; in android_main() local
/external/skqp/tools/sk_app/android/
Dmain_android.cpp43 int ident; in android_main() local
/external/elfutils/libebl/
Deblsymboltypename.c62 char *ident; in ebl_symbol_type_name() local
Deblsymbolbindingname.c56 char *ident; in ebl_symbol_binding_name() local
/external/llvm-project/clang/test/CodeGen/
Daligned-sret.c8 matrix_double4x4 ident(matrix_double4x4 x) { in ident() function

12345678910