Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Daddress_space-dependent.cpp62 struct fooFunction { struct
63 __attribute__((address_space(I))) void **const base = 0;
65 void *get_0(void) { in get_0()
69 …ss_space(I))) ft qf; // expected-error {{function type may not be qualified with an address space}}
70 __attribute__((address_space(I))) char *test3_val;
72 void test3(void) { in test3()