Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/memory/default.allocator/
Dallocator_void.deprecated_in_cxx17.verify.cpp22 …typedef std::allocator<void>::rebind<int>::other ARO; // expected-warning {{'allocator<void>' is d… in main() typedef
Dallocator_types.removed_in_cxx20.verify.cpp38 …typedef typename std::allocator<T>::template rebind<int>::other ARO; // expected-error 2 {{no memb… in check() typedef
Dallocator_types.deprecated_in_cxx17.verify.cpp41 …typedef std::allocator<char>::rebind<int>::other ARO; // expected-warning {{'rebind<int>' is depre… in main() typedef
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp23 typedef ArrayRecycler<Object> ARO; typedef
/external/llvm-project/llvm/unittests/Support/
DArrayRecyclerTest.cpp22 typedef ArrayRecycler<Object> ARO; typedef
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp348 return any_of(Configurations, [](const AliasingRegisterOperands &ARO) { in hasImplicitAliasing()
359 AliasingRegisterOperands ARO; in AliasingConfigurations() local