Home
last modified time | relevance | path

Searched refs:test_trivial (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
H A Ddefault.pass.cpp28 struct test_trivial { struct
36 struct test_trivial<T, false> { argument
54 test_trivial<int>()(); in main() argument
55 test_trivial<char>()(); in main()
56 test_trivial<double>()(); in main()
57 test_trivial<S>()(); in main()
58 test_trivial<std::string>()(); in main()
/llvm-project/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
H A Dabi.non_trivial_copy_move.pass.cpp78 void test_trivial() in test_trivial() function
151 test_trivial(); in main()
H A Dabi.trivial_copy_move.pass.cpp86 void test_trivial() in test_trivial() function
179 test_trivial(); in main()
/llvm-project/llvm/test/CodeGen/X86/
H A Dtailcall-64.ll6 define i64 @test_trivial() {
7 ; CHECK-LABEL: test_trivial:
/llvm-project/llvm/test/Transforms/LoopDeletion/
H A Dzero-btc.ll6 define void @test_trivial() {
7 ; CHECK-LABEL: @test_trivial(
/llvm-project/llvm/test/Transforms/EarlyCSE/
H A Dgc_relocate.ll7 define i1 @test_trivial(ptr addrspace(1) %in) gc "statepoint-example" {
8 ; CHECK-LABEL: @test_trivial(
/llvm-project/llvm/test/Transforms/GVN/
H A Dgc_relocate.ll7 define i1 @test_trivial(ptr addrspace(1) %in) gc "statepoint-example" {
8 ; CHECK-LABEL: @test_trivial(
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-string.cpp590 constexpr bool test_trivial() {
596 static_assert(test_trivial());
/llvm-project/libcxx/test/libcxx/selftest/dsl/
H A Ddsl.sh.py356 def test_trivial(self): member in TestFeature