Searched defs:as2 (Results 1 – 8 of 8) sorted by relevance
69 struct as2 { struct74 extern int f1[sizeof(struct as2) == 16 ? 1 : -1]; argument
70 struct as2 { struct75 extern int f1[sizeof(struct as2) == 16 ? 1 : -1]; argument
60 …ArabicShaping as2 = new ArabicShaping(LETTERS_SHAPE | TEXT_DIRECTION_VISUAL_LTR | LENGTH_FIXED_SPA… in TestEquals() local
57 …ArabicShaping as2 = new ArabicShaping(LETTERS_SHAPE | TEXT_DIRECTION_VISUAL_LTR | LENGTH_FIXED_SPA… in TestEquals() local
25 real*2 as2 variable
73 …A as2[1] = { 1 }; // expected-error {{copying array element of type 'A' invokes deleted constructo… in f() local
580 auto as2 = fmt::make_printf_args(42, "something"); in TEST() local598 auto as2 = fmt::make_wprintf_args(42, L"something"); in TEST() local
72 A as2[1] = { 1 }; in f() local