Searched refs:Empty (Results 76 - 100 of 451) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dnew.cpp142 struct Empty { }; struct
149 (void)new Empty[10];
153 (void)new Empty[10]();
H A Dx86_64-arguments.cpp83 struct Empty { }; struct in namespace:test5
86 Empty empty;
90 Empty empty;
H A Dmicrosoft-abi-sret-and-byval.cpp5 struct Empty {}; struct
16 struct SmallCpp11NotCpp03Pod : Empty {
221 void thiscall_method_arg(Empty s) {}
223 // WIN32: define {{.*}} void @"\01?thiscall_method_arg@Class@@QAEXUEmpty@@@Z"(%class.Class* %this, %struct.Empty* byval align 4 %s)
255 c.thiscall_method_arg(Empty());
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp101 struct Empty { }; // Doesn't have a vftable! struct in namespace:test4
104 struct X : Empty, A {
H A Drtti-layout.cpp71 struct Empty { }; struct
74 struct SI2 : Empty { };
75 struct SI3 : Empty { virtual void f() { } };
80 struct VMI4 : A, Empty { };
119 CHECK(to<__si_class_type_info>(typeid(SI2)).__base_type == &typeid(Empty));
121 // SI3 has a single public empty base. SI3 is dynamic whereas Empty is not, but since Empty is
124 CHECK(to<__si_class_type_info>(typeid(SI3)).__base_type == &typeid(Empty));
H A Ddestructors.cpp131 struct Empty { }; // trivial destructor, empty struct in namespace:test1
141 struct N : A, Empty { ~N(); };
144 struct O : Empty, A { ~O(); };
/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...]
/external/chromium_org/components/invalidation/
H A Dobject_id_invalidation_map.h33 bool Empty() const;
/external/chromium_org/net/base/
H A Dauth.cc51 bool AuthCredentials::Empty() const { function in class:net::AuthCredentials
/external/chromium_org/net/proxy/
H A Dproxy_config_service_common_unittest.h34 static ProxyRulesExpectation Empty();
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_audio_vector.h46 MOCK_CONST_METHOD0(Empty,
H A Dmock_packet_buffer.h28 MOCK_CONST_METHOD0(Empty,
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DXML.java109 throw new JSONException("Empty string.");
235 // Empty tag <.../>
/external/webrtc/src/system_wrappers/source/
H A Dlist_stl.h51 bool Empty() const;
/external/chromium_org/chromeos/network/
H A Dcertificate_pattern.h32 bool Empty() const;
79 bool Empty() const;
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf_unittest.cc45 TEST(StringPrintfTest, Empty) {
63 TEST(StringAppendFTest, Empty) {
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Draw_printer_test.cc14 TEST(RawPrinter, Empty) {
54 RUN_TEST(RawPrinter, Empty);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Draw_printer_test.cc14 TEST(RawPrinter, Empty) {
54 RUN_TEST(RawPrinter, Empty);
/external/lzma/CPP/Windows/
H A DDLL.cpp76 result.Empty();
90 result.Empty();
/external/clang/include/clang/AST/
H A DExprObjC.h37 explicit ObjCStringLiteral(EmptyShell Empty) argument
38 : Expr(ObjCStringLiteralClass, Empty) {}
68 explicit ObjCBoolLiteralExpr(EmptyShell Empty) argument
69 : Expr(ObjCBoolLiteralExprClass, Empty) { }
103 explicit ObjCBoxedExpr(EmptyShell Empty) argument
104 : Expr(ObjCBoxedExprClass, Empty) {}
142 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) argument
143 : Expr(ObjCArrayLiteralClass, Empty), NumElements(NumElements) {}
265 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, argument
267 : Expr(ObjCDictionaryLiteralClass, Empty), NumElement
360 ObjCEncodeExpr(EmptyShell Empty) argument
396 ObjCSelectorExpr(EmptyShell Empty) argument
438 ObjCProtocolExpr(EmptyShell Empty) argument
488 ObjCIvarRefExpr(EmptyShell Empty) argument
613 ObjCPropertyRefExpr(EmptyShell Empty) argument
808 ObjCSubscriptRefExpr(EmptyShell Empty) argument
929 ObjCMessageExpr(EmptyShell Empty, unsigned NumArgs) argument
1484 ObjCIndirectCopyRestoreExpr(EmptyShell Empty) argument
[all...]
H A DStmtCXX.h41 CXXCatchStmt(EmptyShell Empty) argument
71 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) argument
85 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty,
140 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h50 // bool Empty() const;
82 bool Empty() const { return Empty_(); } function in class:fst::QueueBase
111 bool Empty() const { return front_ == kNoStateId; } function in class:fst::TrivialQueue
120 virtual bool Empty_() const { return Empty(); }
144 bool Empty() const { return empty(); } function in class:fst::FifoQueue
152 virtual bool Empty_() const { return Empty(); }
174 bool Empty() const { return empty(); } function in class:fst::LifoQueue
182 virtual bool Empty_() const { return Empty(); }
220 bool Empty() const { return heap_.Empty(); } function in class:fst::ShortestFirstQueue
324 bool Empty() const { return front_ > back_; } function in class:fst::TopOrderQueue
375 bool Empty() const { return front_ > back_; } function in class:fst::StateOrderQueue
456 bool Empty() const { function in class:fst::SccQueue
605 bool Empty() const { return queue_->Empty(); } function in class:fst::AutoQueue
[all...]
/external/chromium_org/media/cast/net/rtp/
H A Dcast_message_builder.cc99 if (last_update_time_.is_null() && framer_->Empty())
124 if (!framer_->Empty()) {
152 if (framer_->Empty())
/external/chromium_org/net/quic/
H A Diovector.h161 bool Empty() const { return iovec_.empty(); } function in class:net::IOVector
166 struct iovec* iovec() { return !Empty() ? &iovec_[0] : NULL; }
169 const struct iovec* iovec() const { return !Empty() ? &iovec_[0] : NULL; }
/external/chromium_org/sdch/open-vcdiff/src/
H A Dheaderparser.h54 bool Empty() const { return 0 == UnparsedSize(); } function in class:open_vcdiff::ParseableChunk
152 bool Empty() const { function in class:open_vcdiff::DeltaWindowSection
153 return parseable_chunk_->Empty();

Completed in 2028 milliseconds

1234567891011>>