Searched defs:partial_spec_deduce_as (Results 1 – 1 of 1) sorted by relevance
93 struct partial_spec_deduce_as <__attribute__((address_space(AS))) T *> { struct 116 static_assert(partial_spec_deduce_as<int __attribute__((address_space(3))) *>::value == 3, "address space value has been incorrectly deduced"); in main() argument