Lines Matching full:requested
5 …a = (int *) __builtin_assume_aligned(a, z + 1); // expected-error {{requested alignment is not a p… in test9()
10 …/ expected-note {{in instantiation of function template specialization 'test9<42>' requested here}} in test9i()
20 …expected-note {{in instantiation of function template specialization 'test10<int>' requested here}} in test10i()
24 void *atest() __attribute__((assume_aligned(q))); // expected-error {{requested alignment is not a …
27 void *atest2() __attribute__((assume_aligned(q, o))); // expected-error {{requested alignment is no…
30 …/ expected-note {{in instantiation of function template specialization 'atest<31>' requested here}} in test20()
33 …pected-note {{in instantiation of function template specialization 'atest2<31, 5>' requested here}} in test20()
40 … // expected-note {{in instantiation of function template specialization 'f<void>' requested here}} in test21()
46 … // expected-note {{in instantiation of function template specialization 'g<void>' requested here}} in test23()
50 T *atest3() __attribute__((assume_aligned(31, o))); // expected-error {{requested alignment is not …
81 void *atest5() __attribute__((assume_aligned(X::x))); // expected-error {{requested alignment is no…
85 … expected-note {{in instantiation of function template specialization 'atest5<s3>' requested here}} in test24()