OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTA
(Results
1 - 4
of
4
) sorted by null
/external/llvm/test/MC/AsmParser/
directive_include.s
3
# CHECK:
TESTA
:
7
TESTA
:
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
directive_include.s
3
# CHECK:
TESTA
:
7
TESTA
:
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_types.pass.cpp
164
using
TESTA
= test_allocator<char>;
184
TESTA
test_alloc(42);
186
test_non_pmr_uses_alloc<
TESTA
>(test_alloc);
188
test_non_pmr_uses_alloc<
TESTA
>(test_alloc, value);
190
test_non_pmr_uses_alloc<
TESTA
>(test_alloc, cvalue);
192
test_non_pmr_uses_alloc<
TESTA
>(test_alloc, cvalue, std::move(value));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_types.pass.cpp
159
using
TESTA
= test_allocator<char>;
179
TESTA
test_alloc(42);
181
test_non_pmr_uses_alloc<
TESTA
>(test_alloc);
183
test_non_pmr_uses_alloc<
TESTA
>(test_alloc, value);
185
test_non_pmr_uses_alloc<
TESTA
>(test_alloc, cvalue);
187
test_non_pmr_uses_alloc<
TESTA
>(test_alloc, cvalue, std::move(value));
Completed in 89 milliseconds