Home
last modified time | relevance | path

Searched refs:ty_name (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
Dttyent.cpp12 printf("%s %s %s %d %s %s %s\n", STRING_OR_NULL(typ->ty_name), in test1()
23 printf("%s %s %s %d %s %s %s\n", STRING_OR_NULL(typ->ty_name), in test2()
37 printf("%s %s %s %d %s %s %s\n", STRING_OR_NULL(typ->ty_name), in test3()
51 printf("%s %s %s %d %s %s %s\n", STRING_OR_NULL(typ->ty_name), in test4()
/external/rust/crates/bindgen/src/codegen/
Dhelpers.rs82 let ty_name = match opaque.known_rust_type_for_array(ctx) { in blob() localVariable
90 let ty_name = Ident::new(ty_name, Span::call_site()); in blob() localVariable
96 #ty_name in blob()
100 [ #ty_name ; #data_len ] in blob()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp2693 %ty_name = OpString "Texture"
2707 …opaque = OpExtInst %void %DbgExt DebugTypeComposite %ty_name Class %dbg_src 1 1 %comp_unit %ty_nam…
2728 %ty_name = OpString "Texture"
2743 …opaque = OpExtInst %void %DbgExt DebugTypeComposite %ty_name Class %dbg_src 1 1 %comp_unit %ty_nam…
2765 %ty_name = OpString "Texture"
2802 %ty_name = OpString "Texture"
2840 %ty_name = OpString "Texture"
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp2693 %ty_name = OpString "Texture"
2707 …opaque = OpExtInst %void %DbgExt DebugTypeComposite %ty_name Class %dbg_src 1 1 %comp_unit %ty_nam…
2728 %ty_name = OpString "Texture"
2743 …opaque = OpExtInst %void %DbgExt DebugTypeComposite %ty_name Class %dbg_src 1 1 %comp_unit %ty_nam…
2765 %ty_name = OpString "Texture"
2802 %ty_name = OpString "Texture"
2840 %ty_name = OpString "Texture"
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_ext_inst_test.cpp2693 %ty_name = OpString "Texture"
2707 …opaque = OpExtInst %void %DbgExt DebugTypeComposite %ty_name Class %dbg_src 1 1 %comp_unit %ty_nam…
2728 %ty_name = OpString "Texture"
2743 …opaque = OpExtInst %void %DbgExt DebugTypeComposite %ty_name Class %dbg_src 1 1 %comp_unit %ty_nam…
2765 %ty_name = OpString "Texture"
2802 %ty_name = OpString "Texture"
2840 %ty_name = OpString "Texture"
/external/openssh/
Dloginrec.c854 if (!strncmp(ty->ty_name, ut->ut_line, sizeof(ut->ut_line))) in utmp_write_direct()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.h515 char *ty_name; member
/external/libabigail/src/
Dabg-dwarf-reader.cc11350 string ty_name; in build_translation_unit_and_add_to_ir() local
11353 ty_name = components_to_type_name(fqn_comps); in build_translation_unit_and_add_to_ir()
11355 lookup_class_type(ty_name, *ctxt.cur_transl_unit()); in build_translation_unit_and_add_to_ir()