Searched defs:Empty (Results 1 - 25 of 166) sorted by relevance

1234567

/external/clang/test/Modules/Inputs/
H A Dtypo.h1 @import Empty; variable
H A Dnamespaces-top.h25 namespace Empty {} namespace
/external/clang/test/CodeGenCXX/
H A Dempty-nontrivially-copyable.cpp8 struct Empty;
10 struct Empty { struct
11 Empty(const Empty &e);
15 bool foo(Empty e) {
16 // CHECK: @_Z3foo5Empty(%struct.Empty* %e)
17 // CHECK: call {{.*}} @_ZN5Empty5checkEv(%struct.Empty* %e)
21 void caller(Empty &e) {
22 // CHECK: @_Z6callerR5Empty(%struct.Empty* dereferenceable({{[0-9]+}}) %e)
23 // CHECK: call {{.*}} @_ZN5EmptyC1ERKS_(%struct.Empty* [[NEWTM
[all...]
H A Darm-vaarg.cpp2 struct Empty {}; struct
4 Empty emptyvar;
11 emptyvar = __builtin_va_arg(l, Empty);
14 // CHECK: [[EMPTY_PTR:%[a-zA-Z0-9._]+]] = bitcast i8* {{%[a-zA-Z0-9._]+}} to %struct.Empty*
20 // CHECK-NOT: load %struct.Empty, %struct.Empty* [[EMPTY_PTR]]
H A Darm64-empty-struct.cpp2 struct Empty {}; struct
4 Empty emptyvar;
11 emptyvar = __builtin_va_arg(l, Empty);
14 // CHECK: [[EMPTY_PTR:%[a-zA-Z0-9._]+]] = bitcast i8* {{%[a-zA-Z0-9._]+}} to %struct.Empty*
20 // CHECK-NOT: load %struct.Empty, %struct.Empty* [[EMPTY_PTR]]
H A Darm64-darwinpcs.cpp8 struct Empty {}; struct
9 void test_empty(Empty e) {}
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
H A Dget_const.pass.cpp26 struct Empty {}; struct
49 typedef std::tuple<Empty> T;
50 constexpr T t{Empty()};
51 constexpr Empty e = std::get<0>(t);
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_nothrow_copy_constructible.pass.cpp43 class Empty class
66 test_is_nothrow_copy_constructible<Empty>();
H A Dis_nothrow_default_constructible.pass.cpp47 class Empty class
70 test_is_nothrow_default_constructible<Empty>();
H A Dis_nothrow_move_constructible.pass.cpp43 class Empty class
66 test_is_nothrow_move_constructible<Empty>();
H A Dhas_virtual_destructor.pass.cpp48 class Empty class
80 test_has_not_virtual_destructor<Empty>();
H A Dis_abstract.pass.cpp47 class Empty class
87 test_is_not_abstract<Empty>();
H A Dis_copy_assignable.pass.cpp35 class Empty class
75 test_is_copy_assignable<Empty> ();
H A Dis_move_assignable.pass.cpp35 class Empty class
64 test_is_move_assignable<Empty> ();
H A Dis_move_constructible.pass.cpp35 class Empty class
80 test_is_move_constructible<Empty>();
H A Dis_nothrow_copy_assignable.pass.cpp35 class Empty class
60 test_has_nothrow_assign<Empty>();
H A Dis_nothrow_move_assignable.pass.cpp35 class Empty class
60 test_has_nothrow_assign<Empty>();
H A Dis_polymorphic.pass.cpp47 class Empty class
87 test_is_not_polymorphic<Empty>();
H A Dis_trivially_copy_assignable.pass.cpp37 class Empty class
67 test_has_trivially_copy_assignable<Empty>();
78 test_has_not_trivially_copy_assignable<const Empty>();
H A Dis_trivially_copy_constructible.pass.cpp41 class Empty class
78 test_is_trivially_copy_constructible<Empty>();
H A Dis_trivially_default_constructible.pass.cpp47 class Empty class
82 test_is_trivially_default_constructible<Empty>();
H A Dis_trivially_move_assignable.pass.cpp37 class Empty class
67 test_has_trivial_assign<Empty>();
78 test_has_not_trivial_assign<const Empty>();
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dcopy.pass.cpp24 struct Empty {}; struct
63 typedef std::tuple<Empty> T;
66 constexpr Empty e = std::get<0>(t);
/external/clang/test/CodeGen/
H A D2002-07-30-UnionTest.c4 struct Empty {}; struct
H A D2009-03-08-ZeroEltStructCrash.c3 struct Empty {}; struct

Completed in 574 milliseconds

1234567