Searched refs:Empty (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dempty-nontrivially-copyable.cpp7 struct Empty;
9 struct Empty { struct
10 Empty(const Empty &e);
14 bool foo(Empty e) {
15 // CHECK: @_Z3foo5Empty(%struct.Empty* %e)
16 // CHECK: call {{.*}} @_ZN5Empty5checkEv(%struct.Empty* %e)
20 void caller(Empty &e) {
21 // CHECK: @_Z6callerR5Empty(%struct.Empty* %e)
22 // 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 Dempty-classes.cpp3 struct Empty { }; struct
11 struct B : A, Empty {
12 B() : A(), Empty() { }
15 struct C : A, Empty {
16 C() : A(), Empty() { }
17 C(const C& other) : A(0x12345678), Empty(other) { }
20 struct D : A, Empty {
23 Empty::operator=(other);
36 // Check that A::a is not overwritten by the Empty default constructor.
H A Dmicrosoft-abi-vtables-single-inheritance.cpp191 struct Empty { }; struct
193 struct I : Empty {
H A Dmicrosoft-abi-sret-and-byval.cpp5 struct Empty {}; struct
16 struct SmallCpp11NotCpp03Pod : Empty {
179 void thiscall_method_arg(Empty s) {}
181 // WIN32: define {{.*}} void @"\01?thiscall_method_arg@Class@@QAEXUEmpty@@@Z"(%class.Class* %this, %struct.Empty* byval align 4 %s)
208 c.thiscall_method_arg(Empty());
/external/clang/test/SemaCXX/
H A Dempty-class-layout.cpp24 struct Empty { Empty(); }; struct in namespace:Test0
26 struct I : Empty {
27 Empty e;
31 struct J : Empty {
32 Empty e[2];
36 template<int N> struct Derived : Empty, Derived<N - 1> {
38 template<> struct Derived<0> : Empty { };
41 Empty e;
46 Empty
92 struct Empty { }; struct in namespace:Test2
105 struct Empty { }; struct in namespace:Test3
115 struct Empty { }; struct in namespace:Test4
126 struct Empty { }; struct in namespace:Test5
139 struct Empty { }; struct in namespace:Test6
151 struct Empty { }; struct in namespace:Test7
[all...]
H A Ddcl_init_aggr.cpp60 struct Empty { }; struct
62 Empty s;
70 Empty empty;
H A Dliteral-type.cpp30 struct Empty {}; struct
35 Empty empty;
45 static_assert(__is_literal(Empty), "fail");
/external/valgrind/unittest/output_tests/
H A Dfun_hist_test.cc9 void Empty() { function
14 Empty();
21 Empty();
/external/llvm/unittests/Support/
H A DConstantRangeTest.cpp21 static ConstantRange Empty; member in class:__anon21852::ConstantRangeTest
28 ConstantRange ConstantRangeTest::Empty(16, false);
44 EXPECT_FALSE(Empty.isFullSet());
45 EXPECT_TRUE(Empty.isEmptySet());
46 EXPECT_TRUE(Empty.inverse().isFullSet());
47 EXPECT_FALSE(Empty.isWrappedSet());
48 EXPECT_FALSE(Empty.contains(APInt(16, 0x0)));
49 EXPECT_FALSE(Empty.contains(APInt(16, 0x9)));
50 EXPECT_FALSE(Empty.contains(APInt(16, 0xa)));
51 EXPECT_FALSE(Empty
[all...]
/external/chromium_org/v8/test/webkit/
H A Ddfg-put-by-id-prototype-check.js33 var Empty = ""; variable
45 eval(Empty + "foo(o, i)");
H A Ddfg-weak-js-constant-silent-fill.js37 var Empty = ""; variable
43 eval(Empty + "foo(o1, o2, o3, \"stuff\")");
/external/clang/test/CodeGen/
H A D2009-03-08-ZeroEltStructCrash.c3 struct Empty {}; struct
H A D2002-07-30-UnionTest.c4 struct Empty {}; struct
/external/chromium_org/chrome/browser/sync/glue/
H A Dtab_node_pool_unittest.cc52 EXPECT_TRUE(pool_.Empty());
60 EXPECT_TRUE(pool_.Empty());
64 EXPECT_TRUE(pool_.Empty());
73 EXPECT_FALSE(pool_.Empty());
79 EXPECT_TRUE(pool_.Empty());
89 EXPECT_TRUE(pool_.Empty());
101 EXPECT_FALSE(pool_.Empty());
115 EXPECT_TRUE(pool_.Empty());
123 EXPECT_TRUE(pool_.Empty());
130 EXPECT_FALSE(pool_.Empty());
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/
H A DExceptionExtensions.cs43 string trace = e.StackTrace ?? string.Empty;
/external/chromium/chrome/browser/
H A Dbrowsing_data_database_helper_unittest.cc16 TEST_F(CannedBrowsingDataDatabaseTest, Empty) {
H A Dbrowsing_data_indexed_db_helper_unittest.cc16 TEST_F(CannedBrowsingDataIndexedDBHelperTest, Empty) {
H A Dbrowsing_data_local_storage_helper_unittest.cc15 TEST_F(CannedBrowsingDataLocalStorageTest, Empty) {
/external/chromium_org/ppapi/tests/
H A Dtest_empty.cc8 REGISTER_TEST_CASE(Empty); variable
/external/chromium_org/chromeos/network/
H A Dcertificate_pattern.cc67 bool IssuerSubjectPattern::Empty() const { function in class:chromeos::IssuerSubjectPattern
103 DCHECK(dict.empty() == Empty());
104 if (dict.empty() != Empty())
116 bool CertificatePattern::Empty() const { function in class:chromeos::CertificatePattern
118 issuer_.Empty() &&
119 subject_.Empty();
137 if (!issuer_.Empty())
140 if (!subject_.Empty())
176 DCHECK(dict.empty() == Empty());
177 if (dict.empty() != Empty())
[all...]
/external/clang/test/CXX/special/class.copy/
H A Dimplicit-move-def.cpp74 struct Empty { }; struct
75 struct VirtualWithEmptyBase : Empty {
/external/lzma/CPP/Windows/
H A DFileName.cpp39 extensionDelimiter.Empty();
40 extension.Empty();
/external/chromium/net/proxy/
H A Dproxy_config_service_win_unittest.cc37 ProxyRulesExpectation::Empty(),
52 ProxyRulesExpectation::Empty(),
67 ProxyRulesExpectation::Empty(),
/external/chromium_org/net/proxy/
H A Dproxy_config_service_win_unittest.cc37 ProxyRulesExpectation::Empty(),
52 ProxyRulesExpectation::Empty(),
67 ProxyRulesExpectation::Empty(),

Completed in 542 milliseconds

1234567891011>>