Searched defs:ARO (Results 1 – 6 of 6) sorted by relevance
22 …typedef std::allocator<void>::rebind<int>::other ARO; // expected-warning {{'allocator<void>' is d… in main() typedef
38 …typedef typename std::allocator<T>::template rebind<int>::other ARO; // expected-error 2 {{no memb… in check() typedef
41 …typedef std::allocator<char>::rebind<int>::other ARO; // expected-warning {{'rebind<int>' is depre… in main() typedef
23 typedef ArrayRecycler<Object> ARO; typedef
22 typedef ArrayRecycler<Object> ARO; typedef
348 return any_of(Configurations, [](const AliasingRegisterOperands &ARO) { in hasImplicitAliasing()359 AliasingRegisterOperands ARO; in AliasingConfigurations() local