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

12345678

/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:__anon10104::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/clang/test/CodeGenCXX/
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 Dnew.cpp122 struct Empty { }; struct
129 (void)new Empty[10];
133 (void)new Empty[10]();
H A Dx86_64-arguments.cpp83 struct Empty { }; struct in namespace:test5
86 Empty empty;
90 Empty empty;
/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/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/clang/test/CXX/special/class.copy/
H A Dimplicit-move-def.cpp74 struct Empty { }; struct
75 struct VirtualWithEmptyBase : Empty {
/external/chromium/net/proxy/
H A Dproxy_config_service_win_unittest.cc37 ProxyRulesExpectation::Empty(),
52 ProxyRulesExpectation::Empty(),
67 ProxyRulesExpectation::Empty(),
/external/webrtc/src/system_wrappers/source/
H A Dlist_no_stl.cc57 if (!Empty())
69 bool ListWrapper::Empty() const function in class:webrtc::ListWrapper
158 if (!existing_previous_item && !Empty())
194 if (!existing_next_item && !Empty())
260 if (Empty())
276 if (Empty())
H A Dlist_stl.cc50 if (!Empty())
61 bool ListWrapper::Empty() const function in class:webrtc::ListWrapper
186 if (!existing_previous_item && !Empty())
197 if (!Empty())
216 if (!existing_next_item && !Empty())
226 if (!Empty())
H A Dlist_unittest.cc50 bool Empty() const { function in class:ListWrapperSimple
51 return list_.Empty();
314 if (lhs->Empty()) {
315 return rhs->Empty();
343 ASSERT_FALSE(descending_list->Empty());
349 ASSERT_FALSE(ascending_list->Empty());
377 ASSERT_FALSE(ascending_list->Empty());
392 ASSERT_FALSE(interleave_list->Empty());
407 while (!descending_list->Empty())
430 ASSERT_FALSE(interleaved_list->Empty());
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimToken.cs59 return string.Empty;
/external/chromium/net/tools/flip_server/
H A Dbuffer_interface.h35 virtual bool Empty() const = 0;
/external/clang/include/clang/AST/
H A DStmtObjC.h32 explicit ObjCForCollectionStmt(EmptyShell Empty) : argument
33 Stmt(ObjCForCollectionStmtClass, Empty) { }
87 explicit ObjCAtCatchStmt(EmptyShell Empty) : argument
88 Stmt(ObjCAtCatchStmtClass, Empty) { }
128 explicit ObjCAtFinallyStmt(EmptyShell Empty) : argument
129 Stmt(ObjCAtFinallyStmtClass, Empty) { }
178 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, argument
180 : Stmt(ObjCAtTryStmtClass, Empty), NumCatchStmts(NumCatchStmts),
276 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) :
277 Stmt(ObjCAtSynchronizedStmtClass, Empty) { }
321 ObjCAtThrowStmt(EmptyShell Empty) argument
353 ObjCAutoreleasePoolStmt(EmptyShell Empty) argument
[all...]
H A DExprCXX.h72 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : argument
73 CallExpr(C, CXXOperatorCallExprClass, Empty) { }
121 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) argument
122 : CallExpr(C, CXXMemberCallExprClass, Empty) { }
157 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) argument
158 : CallExpr(C, CUDAKernelCallExprClass, END_PREARG, Empty) { }
238 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) argument
239 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize) { }
270 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) argument
271 : CXXNamedCastExpr(CXXDynamicCastExprClass, Empty, pathSiz
306 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) argument
336 CXXConstCastExpr(EmptyShell Empty) argument
371 UserDefinedLiteral(ASTContext &C, EmptyShell Empty) argument
431 CXXBoolLiteralExpr(EmptyShell Empty) argument
460 CXXNullPtrLiteralExpr(EmptyShell Empty) argument
507 CXXTypeidExpr(EmptyShell Empty, bool isExpr) argument
587 CXXUuidofExpr(EmptyShell Empty, bool isExpr) argument
667 CXXThisExpr(EmptyShell Empty) argument
708 CXXThrowExpr(EmptyShell Empty) argument
773 CXXDefaultArgExpr(EmptyShell Empty) argument
874 CXXBindTemporaryExpr(EmptyShell Empty) argument
937 CXXConstructExpr(StmtClass SC, EmptyShell Empty) argument
945 CXXConstructExpr(EmptyShell Empty) argument
1115 CXXTemporaryObjectExpr(EmptyShell Empty) argument
1283 LambdaExpr(EmptyShell Empty, unsigned NumCaptures, bool HasArrayIndexVars) argument
[all...]
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc56 if(list.Empty())
102 // Test Empty
103 FailTest(test_list.Empty());
158 FailTest(!test_list.Empty());
167 FailTest(test_list.Empty());
171 FailTest(test_list.Empty());
/external/openfst/src/include/fst/
H A Dqueue.h54 // bool Empty() const;
86 bool Empty() const { return Empty_(); } function in class:fst::QueueBase
121 bool Empty() const { return front_ == kNoStateId; } function in class:fst::TrivialQueue
133 virtual bool Empty_() const { return Empty(); }
157 bool Empty() const { return empty(); } function in class:fst::FifoQueue
168 virtual bool Empty_() const { return Empty(); }
190 bool Empty() const { return empty(); } function in class:fst::LifoQueue
201 virtual bool Empty_() const { return Empty(); }
249 bool Empty() const { return heap_.Empty(); } function in class:fst::ShortestFirstQueue
356 bool Empty() const { return front_ > back_; } function in class:fst::TopOrderQueue
409 bool Empty() const { return front_ > back_; } function in class:fst::StateOrderQueue
489 bool Empty() const { function in class:fst::SccQueue
642 bool Empty() const { return queue_->Empty(); } function in class:fst::AutoQueue
843 bool Empty() const { return queue_->Empty(); } function in class:fst::PruneQueue
916 bool Empty() const { return queue_->Empty(); } function in class:fst::FilterQueue
[all...]

Completed in 688 milliseconds

12345678