Home
last modified time | relevance | path

Searched defs:Empty (Results 1 – 25 of 80) sorted by relevance

1234

/external/clang/test/SemaCXX/
Dempty-class-layout.cpp23 struct Empty { Empty(); }; struct
91 struct Empty { }; struct
104 struct Empty { }; struct
114 struct Empty { }; struct
125 struct Empty { }; struct
138 struct Empty { }; struct
150 struct Empty { }; struct
/external/chromium/chrome/browser/
Dbrowsing_data_local_storage_helper_unittest.cc15 TEST_F(CannedBrowsingDataLocalStorageTest, Empty) { in TEST_F() argument
Dbrowsing_data_database_helper_unittest.cc16 TEST_F(CannedBrowsingDataDatabaseTest, Empty) { in TEST_F() argument
Dbrowsing_data_indexed_db_helper_unittest.cc16 TEST_F(CannedBrowsingDataIndexedDBHelperTest, Empty) { in TEST_F() argument
Dbrowsing_data_appcache_helper_unittest.cc92 TEST_F(CannedBrowsingDataAppCacheHelperTest, Empty) { in TEST_F() argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dqueue.h82 bool Empty() const { return Empty_(); } in Empty() function
111 bool Empty() const { return front_ == kNoStateId; } in Empty() function
144 bool Empty() const { return empty(); } in Empty() function
174 bool Empty() const { return empty(); } in Empty() function
220 bool Empty() const { return heap_.Empty(); } in Empty() function
324 bool Empty() const { return front_ > back_; } in Empty() function
375 bool Empty() const { return front_ > back_; } in Empty() function
456 bool Empty() const { in Empty() function
605 bool Empty() const { return queue_->Empty(); } in Empty() function
/external/valgrind/unittest/output_tests/
Dfun_hist_test.cc9 void Empty() { in Empty() function
/external/clang/include/clang/AST/
DStmtObjC.h32 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt()
86 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt()
129 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt()
179 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
277 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt()
322 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt()
357 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
DExprCXX.h66 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : in CXXOperatorCallExpr()
106 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) in CXXMemberCallExpr()
143 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) in CUDAKernelCallExpr()
222 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr()
253 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr()
288 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr()
318 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr()
353 explicit UserDefinedLiteral(ASTContext &C, EmptyShell Empty) in UserDefinedLiteral()
417 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr()
446 explicit CXXNullPtrLiteralExpr(EmptyShell Empty) in CXXNullPtrLiteralExpr()
[all …]
DExprObjC.h37 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral()
70 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr()
105 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr()
143 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
258 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral()
353 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr()
391 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr()
431 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr()
477 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr()
600 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr()
[all …]
DStmt.h456 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt()
525 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), in NullStmt()
562 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt()
680 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass) { } in CaseStmt()
772 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt()
814 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
858 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt()
930 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt()
1018 explicit WhileStmt(EmptyShell Empty) : Stmt(WhileStmtClass, Empty) { } in WhileStmt()
1079 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) { } in DoStmt()
[all …]
DStmtCXX.h38 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt()
69 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt()
141 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
DExpr.h735 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
842 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr()
1096 explicit PredefinedExpr(EmptyShell Empty) in PredefinedExpr()
1171 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1228 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral()
1309 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral()
1503 explicit ParenExpr(EmptyShell Empty) in ParenExpr()
1561 explicit UnaryOperator(EmptyShell Empty) in UnaryOperator()
1886 explicit UnaryExprOrTypeTraitExpr(EmptyShell Empty) in UnaryExprOrTypeTraitExpr()
2475 explicit CompoundLiteralExpr(EmptyShell Empty) in CompoundLiteralExpr()
[all …]
/external/clang/test/CodeGen/
D2009-03-08-ZeroEltStructCrash.c3 struct Empty {}; struct
D2002-07-30-UnionTest.c4 struct Empty {}; struct
/external/openfst/src/include/fst/
Dqueue.h85 bool Empty() const { return Empty_(); } in Empty() function
120 bool Empty() const { return front_ == kNoStateId; } in Empty() function
156 bool Empty() const { return empty(); } in Empty() function
189 bool Empty() const { return empty(); } in Empty() function
248 bool Empty() const { return heap_.Empty(); } in Empty() function
355 bool Empty() const { return front_ > back_; } in Empty() function
408 bool Empty() const { return front_ > back_; } in Empty() function
488 bool Empty() const { in Empty() function
641 bool Empty() const { return queue_->Empty(); } in Empty() function
842 bool Empty() const { return queue_->Empty(); } in Empty() function
/external/chromium/sdch/open-vcdiff/src/
Dheaderparser.h54 bool Empty() const { return 0 == UnparsedSize(); } in Empty() function
152 bool Empty() const { in Empty() function
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
Dvectorbuffer.cpp34 TNodeBuffer::TNode* TNodeBuffer::TNode::Empty(TUint8* aBuffer) in Empty() function in TNodeBuffer::TNode
/external/chromium/chrome/common/extensions/
Dextension_extent_unittest.cc17 TEST(ExtensionExtentTest, Empty) { in TEST() argument
/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoFrameChromium.h60 Empty, enumerator
/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.h63 Empty, enumerator
/external/clang/test/CodeGenCXX/
Dempty-classes.cpp3 struct Empty { }; struct
/external/chromium/chrome/browser/autofill/
Dcredit_card_field_unittest.cc29 TEST_F(CreditCardFieldTest, Empty) { in TEST_F() argument
/external/clang/test/CXX/special/class.copy/
Dimplicit-move-def.cpp74 struct Empty { }; struct
/external/clang/test/CodeGenObjCXX/
Dencode.mm192 struct Empty {}; struct

1234