Searched defs:Empty (Results 26 - 50 of 62) sorted by relevance

123

/external/clang/test/CodeGenCXX/
H A Dx86_64-arguments.cpp82 struct Empty { }; struct in namespace:test5
85 Empty empty;
89 Empty empty;
H A Ddestructors.cpp128 struct Empty { }; // trivial destructor, empty struct in namespace:test1
138 struct N : A, Empty { ~N(); };
141 struct O : Empty, A { ~O(); };
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));
/external/clang/test/SemaCXX/
H A Ddcl_init_aggr.cpp60 struct Empty { }; struct
62 Empty s;
70 Empty empty;
/external/openfst/src/include/fst/
H A Dinterval-set.h84 const bool Empty() const { return intervals_.empty(); } function in class:fst::IntervalSet
H A Dsynchronize.h202 bool Empty(const String *s, Label l = 0) const { function in class:fst::SynchronizeFstImpl
247 if (!Empty(e.istring, arc.ilabel) && !Empty(e.ostring, arc.olabel)) {
H A Dqueue.h53 // bool Empty() const;
85 bool Empty() const { return Empty_(); } function in class:fst::QueueBase
120 bool Empty() const { return front_ == kNoStateId; } function in class:fst::TrivialQueue
132 virtual bool Empty_() const { return Empty(); }
156 bool Empty() const { return empty(); } function in class:fst::FifoQueue
167 virtual bool Empty_() const { return Empty(); }
189 bool Empty() const { return empty(); } function in class:fst::LifoQueue
200 virtual bool Empty_() const { return Empty(); }
248 bool Empty() const { return heap_.Empty(); } function in class:fst::ShortestFirstQueue
355 bool Empty() const { return front_ > back_; } function in class:fst::TopOrderQueue
408 bool Empty() const { return front_ > back_; } function in class:fst::StateOrderQueue
488 bool Empty() const { function in class:fst::SccQueue
641 bool Empty() const { return queue_->Empty(); } function in class:fst::AutoQueue
842 bool Empty() const { return queue_->Empty(); } function in class:fst::PruneQueue
[all...]
/external/webrtc/src/system_wrappers/source/
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/clang/include/clang/AST/
H A DStmtCXX.h38 CXXCatchStmt(EmptyShell Empty) argument
69 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) argument
84 static CXXTryStmt *Create(ASTContext &C, EmptyShell Empty,
141 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } argument
H A DStmtObjC.h33 explicit ObjCForCollectionStmt(EmptyShell Empty) : argument
34 Stmt(ObjCForCollectionStmtClass, Empty) { }
87 explicit ObjCAtCatchStmt(EmptyShell Empty) : argument
88 Stmt(ObjCAtCatchStmtClass, Empty) { }
130 explicit ObjCAtFinallyStmt(EmptyShell Empty) : argument
131 Stmt(ObjCAtFinallyStmtClass, Empty) { }
181 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, argument
183 : Stmt(ObjCAtTryStmtClass, Empty), NumCatchStmts(NumCatchStmts),
276 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) :
277 Stmt(ObjCAtSynchronizedStmtClass, Empty) { }
321 ObjCAtThrowStmt(EmptyShell Empty) argument
357 ObjCAutoreleasePoolStmt(EmptyShell Empty) argument
[all...]
H A DDeclBase.h314 Decl(Kind DK, EmptyShell Empty) argument
H A DDeclTemplate.h1724 ClassTemplateDecl(EmptyShell Empty) argument
1923 FriendTemplateDecl(EmptyShell Empty) argument
1924 : Decl(Decl::FriendTemplate, Empty),
2069 ClassScopeFunctionSpecializationDecl(EmptyShell Empty) argument
2070 : Decl(Decl::ClassScopeFunctionSpecialization, Empty) {}
H A DExprCXX.h61 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : argument
62 CallExpr(C, CXXOperatorCallExprClass, Empty) { }
99 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) argument
100 : CallExpr(C, CXXMemberCallExprClass, Empty) { }
137 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) argument
138 : CallExpr(C, CUDAKernelCallExprClass, END_PREARG, Empty) { }
216 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) argument
217 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize) { }
247 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) argument
248 : CXXNamedCastExpr(CXXDynamicCastExprClass, Empty, pathSiz
282 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) argument
312 CXXConstCastExpr(EmptyShell Empty) argument
347 UserDefinedLiteral(ASTContext &C, EmptyShell Empty) argument
400 CXXBoolLiteralExpr(EmptyShell Empty) argument
429 CXXNullPtrLiteralExpr(EmptyShell Empty) argument
476 CXXTypeidExpr(EmptyShell Empty, bool isExpr) argument
551 CXXUuidofExpr(EmptyShell Empty, bool isExpr) argument
627 CXXThisExpr(EmptyShell Empty) argument
668 CXXThrowExpr(EmptyShell Empty) argument
733 CXXDefaultArgExpr(EmptyShell Empty) argument
834 CXXBindTemporaryExpr(EmptyShell Empty) argument
897 CXXConstructExpr(StmtClass SC, EmptyShell Empty) argument
905 CXXConstructExpr(EmptyShell Empty) argument
1070 CXXTemporaryObjectExpr(EmptyShell Empty) argument
1237 LambdaExpr(EmptyShell Empty, unsigned NumCaptures, bool HasArrayIndexVars) argument
[all...]
H A DExprObjC.h37 explicit ObjCStringLiteral(EmptyShell Empty) argument
38 : Expr(ObjCStringLiteralClass, Empty) {}
70 explicit ObjCBoolLiteralExpr(EmptyShell Empty) argument
71 : Expr(ObjCBoolLiteralExprClass, Empty) { }
105 explicit ObjCBoxedExpr(EmptyShell Empty) argument
106 : Expr(ObjCBoxedExprClass, Empty) {}
143 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) argument
144 : Expr(ObjCArrayLiteralClass, Empty), NumElements(NumElements) {}
258 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, argument
260 : Expr(ObjCDictionaryLiteralClass, Empty), NumElement
353 ObjCEncodeExpr(EmptyShell Empty) argument
391 ObjCSelectorExpr(EmptyShell Empty) argument
431 ObjCProtocolExpr(EmptyShell Empty) argument
473 ObjCIvarRefExpr(EmptyShell Empty) argument
596 ObjCPropertyRefExpr(EmptyShell Empty) argument
793 ObjCSubscriptRefExpr(EmptyShell Empty) argument
913 ObjCMessageExpr(EmptyShell Empty, unsigned NumArgs) argument
1455 ObjCIndirectCopyRestoreExpr(EmptyShell Empty) argument
[all...]
/external/llvm/include/llvm/ADT/
H A DTrie.h29 // - Should we templatize Empty with traits-like interface?
157 Payload Empty; member in class:llvm::Trie
174 Node* nNode = addNode(Empty, l1);
188 inline explicit Trie(const Payload& empty):Empty(empty) {
189 addNode(Empty);
258 return Empty;
266 return Empty;
269 return Empty;
324 if (Node->data() != T.Empty)
H A DDenseMap.h363 "Empty/Tombstone value shouldn't be inserted into map!");
558 const KeyT Empty = KeyInfoT::getEmptyKey(); local
562 (KeyInfoT::isEqual(Ptr->first, Empty) ||
/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...]
H A Dsynchronize.h171 bool Empty(const String *s, Label l = 0) const { function in class:fst::SynchronizeFstImpl
216 if (!Empty(e.istring, arc.ilabel) && !Empty(e.ostring, arc.olabel)) {
/external/v8/src/
H A Dscopeinfo.cc150 ScopeInfo* ScopeInfo::Empty() { function in class:v8::internal::ScopeInfo
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrParser.h80 , m_state(Empty)
120 // Otherwise just fall through - cached character so treat this as Empty.
122 case Empty:
142 m_state = Empty;
154 m_state = Empty;
171 case Empty:
191 m_state = Empty;
221 Empty, enumerator in enum:JSC::Yarr::Parser::CharacterClassParserDelegate::CharacterClassConstructionState
/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp777 bool Empty = true; local
784 if (!Empty)
787 Empty = false;
791 OS << (!Empty ? ", " : "") << "NULL";
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Datom.c255 * Empty() - See if a hash table entry is empty.
259 static int Empty(HashTable *htable, int hashloc) function
267 } // Empty
412 if (!Empty(&atable->htable, hashloc)) {
420 if (!Empty(&atable->htable, hashloc)) {
504 if (Empty(&atable->htable, hashloc)) {
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.h247 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError }; enumerator in enum:WebCore::MediaPlayer::NetworkState
/external/valgrind/main/coregrind/
H A Dm_transtab.c110 enum { InUse, Deleted, Empty } status; enumerator in enum:__anon12419::__anon12420
524 if (tte->status == Empty || tte->status == Deleted) {
559 case Empty: VG_(printf)("Empty\n"); break;
561 if (tte->status != Empty) {
792 sec->tt[i].status = Empty;
830 sec->tt[i].status = Empty;
1022 if (sectors[y].tt[i].status == Empty
1093 if (sectors[sno].tt[k].status == Empty)
/external/clang/lib/AST/
H A DExprCXX.cpp1024 Stmt::EmptyShell Empty; local
1027 return new (Mem) CXXUnresolvedConstructExpr(Empty, NumArgs);

Completed in 301 milliseconds

123