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

123456

/external/chromium_org/v8/test/webkit/
H A Ddfg-weak-js-constant-silent-fill.js37 var Empty = ""; variable
43 eval(Empty + "foo(o1, o2, o3, \"stuff\")");
H A Ddfg-put-by-id-prototype-check.js33 var Empty = ""; variable
45 eval(Empty + "foo(o, i)");
/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* nonnull %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* [[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* [[EMPTY_PTR]]
H A Darm64-darwinpcs.cpp8 struct Empty {}; struct
9 void test_empty(Empty e) {}
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DUTypes.pass.cpp24 struct Empty {}; struct
68 constexpr std::tuple<Empty> t0{Empty()};
H A Dcopy.pass.cpp20 struct Empty {}; struct
58 typedef std::tuple<Empty> T;
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
H A Dget_const.pass.cpp22 struct Empty {}; struct
45 typedef std::tuple<Empty> T;
46 constexpr T t{Empty()};
47 constexpr Empty e = std::get<0>(t);
/external/chromium_org/ppapi/tests/
H A Dtest_empty.cc8 REGISTER_TEST_CASE(Empty); variable
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_empty.pass.cpp34 class Empty class
63 test_is_empty<Empty>();
H A Dis_nothrow_copy_constructible.pass.cpp32 class Empty class
55 test_is_nothrow_copy_constructible<Empty>();
H A Dis_nothrow_default_constructible.pass.cpp34 class Empty class
57 test_is_nothrow_default_constructible<Empty>();
H A Dis_nothrow_move_constructible.pass.cpp32 class Empty class
55 test_is_nothrow_move_constructible<Empty>();
H A Dhas_virtual_destructor.pass.cpp34 class Empty class
66 test_has_not_virtual_destructor<Empty>();
H A Dis_abstract.pass.cpp34 class Empty class
66 test_is_not_abstract<Empty>();
H A Dis_copy_assignable.pass.cpp28 class Empty class
63 test_is_copy_assignable<Empty> ();
H A Dis_copy_constructible.pass.cpp28 class Empty class
66 test_is_copy_constructible<Empty>();
H A Dis_default_constructible.pass.cpp34 class Empty class
71 test_is_default_constructible<Empty>();
H A Dis_destructible.pass.cpp34 class Empty class
67 test_is_destructible<Empty>();
H A Dis_move_assignable.pass.cpp28 class Empty class
57 test_is_move_assignable<Empty> ();
H A Dis_move_constructible.pass.cpp28 class Empty class
73 test_is_move_constructible<Empty>();
H A Dis_nothrow_constructible.pass.cpp47 class Empty class
77 test_is_nothrow_constructible<Empty> ();
78 test_is_nothrow_constructible<Empty, const Empty&> ();
/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 208 milliseconds

123456