Searched refs:as2 (Results 1 – 9 of 9) sorted by relevance
36 multiclass s2<int as2> : t1<as2>, t2<as2>;
69 struct as2 { struct74 extern int f1[sizeof(struct as2) == 16 ? 1 : -1]; argument75 extern int f2[__alignof(struct as2) == 8 ? 1 : -1];
15 constant int as2[sizeof(struct test_as2) == 8 ? 1 : -1] = { 0 };
67 multiclass s2<int as2> : t1<as2>, t2<as2>;
73 …A as2[1] = { 1 }; // expected-error {{copying array element of type 'A' invokes deleted constructo… in f() local
7 @x.as2 = external addrspace(2) global <2 x i64>, align 1638 %t = getelementptr <2 x i64>, <2 x i64> addrspace(2)* @x.as2, i32 7
560 …ArabicShaping as2 = new ArabicShaping(LETTERS_SHAPE | TEXT_DIRECTION_VISUAL_LTR | LENGTH_FIXED_SPA… in TestEquals() local567 if (! as1.equals(as2)) { in TestEquals()568 err("as1: " + as1 + ", as2: " + as2 + " are not equal, but should be.\n"); in TestEquals()
559 …ArabicShaping as2 = new ArabicShaping(LETTERS_SHAPE | TEXT_DIRECTION_VISUAL_LTR | LENGTH_FIXED_SPA… in TestEquals() local566 if (! as1.equals(as2)) { in TestEquals()567 err("as1: " + as1 + ", as2: " + as2 + " are not equal, but should be.\n"); in TestEquals()
587 | ^( t=TOKEN_REF (targ=ARG_ACTION)? (as2=ast_suffix)? )