Searched refs:adr2 (Results 1 – 2 of 2) sorted by relevance
74 int __attribute__((address_space(2))) *adr2; in foo() local76 …test0 ? adr2 : adr3; // expected-error{{conditional operator with the second and third operands of… in foo()79 …(test0 ? (test0 ? adr2 : adr2) : nonconst_int); // expected-error{{conditional operator with the s… in foo()
191 %adr2 = getelementptr i8, i8* %address, i64 %ofs2192 store i8 0, i8* %adr2