Home
last modified time | relevance | path

Searched defs:layout2 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Ddebug-info-packed-struct.c54 struct layout2 { struct
55 char l2_ofs0;
56 struct size8_pack1 l2_ofs1;
57 int l2_ofs9 : 1;
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_test.cc537 auto layout2 = LayoutUtil::MakeLayout({2, 2}); in TEST_F() local