Home
last modified time | relevance | path

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

123

/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
Dliteral-type.cpp28 struct Empty {}; struct
/external/chromium/chrome/browser/
Dbrowsing_data_local_storage_helper_unittest.cc15 TEST_F(CannedBrowsingDataLocalStorageTest, Empty) { in TEST_F() argument
Dbrowsing_data_indexed_db_helper_unittest.cc16 TEST_F(CannedBrowsingDataIndexedDBHelperTest, Empty) { in TEST_F() argument
Dbrowsing_data_database_helper_unittest.cc16 TEST_F(CannedBrowsingDataDatabaseTest, Empty) { in TEST_F() argument
Dbrowsing_data_appcache_helper_unittest.cc92 TEST_F(CannedBrowsingDataAppCacheHelperTest, Empty) { in TEST_F() argument
/external/valgrind/unittest/output_tests/
Dfun_hist_test.cc9 void Empty() { in Empty() function
/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/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()
180 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
275 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt()
320 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt()
356 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
DExprCXX.h59 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : in CXXOperatorCallExpr()
97 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) in CXXMemberCallExpr()
135 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) in CUDAKernelCallExpr()
213 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr()
244 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr()
279 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr()
309 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr()
336 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr()
365 explicit CXXNullPtrLiteralExpr(EmptyShell Empty) in CXXNullPtrLiteralExpr()
412 CXXTypeidExpr(EmptyShell Empty, bool isExpr) in CXXTypeidExpr()
[all …]
DStmtCXX.h37 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt()
68 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt()
140 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
DExprObjC.h35 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral()
74 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr()
112 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr()
152 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr()
194 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr()
297 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr()
484 ObjCMessageExpr(EmptyShell Empty, unsigned NumArgs) in ObjCMessageExpr()
881 explicit ObjCIsaExpr(EmptyShell Empty) : Expr(ObjCIsaExprClass, Empty) { } in ObjCIsaExpr()
944 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) in ObjCIndirectCopyRestoreExpr()
DExpr.h657 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
792 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr()
996 explicit PredefinedExpr(EmptyShell Empty) in PredefinedExpr()
1070 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1127 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral()
1163 explicit FloatingLiteral(EmptyShell Empty) in FloatingLiteral()
1212 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral()
1349 explicit ParenExpr(EmptyShell Empty) in ParenExpr()
1407 explicit UnaryOperator(EmptyShell Empty) in UnaryOperator()
1718 explicit UnaryExprOrTypeTraitExpr(EmptyShell Empty) in UnaryExprOrTypeTraitExpr()
[all …]
DStmt.h360 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt()
421 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) { } in NullStmt()
465 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt()
579 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass) { } in CaseStmt()
671 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt()
708 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt()
780 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt()
867 explicit WhileStmt(EmptyShell Empty) : Stmt(WhileStmtClass, Empty) { } in WhileStmt()
928 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) { } in DoStmt()
975 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) { } in ForStmt()
[all …]
/external/clang/lib/AST/
DDeclFriend.cpp43 FriendDecl *FriendDecl::Create(ASTContext &C, EmptyShell Empty) { in Create()
/external/llvm/test/FrontendC/
D2009-03-08-ZeroEltStructCrash.c3 struct Empty {}; struct
D2002-07-30-UnionTest.c4 struct Empty {}; struct
/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/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/llvm/unittests/Support/
DConstantRangeTest.cpp22 static ConstantRange Empty; member in __anon15ed5e540111::ConstantRangeTest
29 ConstantRange ConstantRangeTest::Empty(16, false); member in __anon15ed5e540111::ConstantRangeTest
/external/clang/test/CodeGenCXX/
Dempty-classes.cpp3 struct Empty { }; struct
/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.h63 Empty, enumerator
/external/chromium/chrome/browser/autofill/
Dcredit_card_field_unittest.cc29 TEST_F(CreditCardFieldTest, Empty) { in TEST_F() argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DEnumTest.java37 enum Empty { enum in EnumTest

123