/external/clang/test/SemaCXX/ |
D | empty-class-layout.cpp | 23 struct Empty { Empty(); }; struct 91 struct Empty { }; struct 104 struct Empty { }; struct 114 struct Empty { }; struct 125 struct Empty { }; struct 138 struct Empty { }; struct
|
D | literal-type.cpp | 28 struct Empty {}; struct
|
/external/chromium/chrome/browser/ |
D | browsing_data_local_storage_helper_unittest.cc | 15 TEST_F(CannedBrowsingDataLocalStorageTest, Empty) { in TEST_F() argument
|
D | browsing_data_indexed_db_helper_unittest.cc | 16 TEST_F(CannedBrowsingDataIndexedDBHelperTest, Empty) { in TEST_F() argument
|
D | browsing_data_database_helper_unittest.cc | 16 TEST_F(CannedBrowsingDataDatabaseTest, Empty) { in TEST_F() argument
|
D | browsing_data_appcache_helper_unittest.cc | 92 TEST_F(CannedBrowsingDataAppCacheHelperTest, Empty) { in TEST_F() argument
|
/external/valgrind/unittest/output_tests/ |
D | fun_hist_test.cc | 9 void Empty() { in Empty() function
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | queue.h | 82 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/ |
D | StmtObjC.h | 32 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()
|
D | ExprCXX.h | 59 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 …]
|
D | StmtCXX.h | 37 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() 68 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt() 140 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
|
D | ExprObjC.h | 35 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()
|
D | Expr.h | 657 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 …]
|
D | Stmt.h | 360 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/ |
D | DeclFriend.cpp | 43 FriendDecl *FriendDecl::Create(ASTContext &C, EmptyShell Empty) { in Create()
|
/external/llvm/test/FrontendC/ |
D | 2009-03-08-ZeroEltStructCrash.c | 3 struct Empty {}; struct
|
D | 2002-07-30-UnionTest.c | 4 struct Empty {}; struct
|
/external/chromium/sdch/open-vcdiff/src/ |
D | headerparser.h | 54 bool Empty() const { return 0 == UnparsedSize(); } in Empty() function 152 bool Empty() const { in Empty() function
|
/external/chromium/chrome/common/extensions/ |
D | extension_extent_unittest.cc | 17 TEST(ExtensionExtentTest, Empty) { in TEST() argument
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | VideoFrameChromium.h | 60 Empty, enumerator
|
/external/llvm/unittests/Support/ |
D | ConstantRangeTest.cpp | 22 static ConstantRange Empty; member in __anon15ed5e540111::ConstantRangeTest 29 ConstantRange ConstantRangeTest::Empty(16, false); member in __anon15ed5e540111::ConstantRangeTest
|
/external/clang/test/CodeGenCXX/ |
D | empty-classes.cpp | 3 struct Empty { }; struct
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | MediaPlayerPrivatePhonon.h | 63 Empty, enumerator
|
/external/chromium/chrome/browser/autofill/ |
D | credit_card_field_unittest.cc | 29 TEST_F(CreditCardFieldTest, Empty) { in TEST_F() argument
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | EnumTest.java | 37 enum Empty { enum in EnumTest
|