/external/clang/test/SemaCXX/ |
D | empty-class-layout.cpp | 24 struct Empty { Empty(); }; struct 92 struct Empty { }; struct 105 struct Empty { }; struct 115 struct Empty { }; struct 126 struct Empty { }; struct 139 struct Empty { }; struct 151 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_database_helper_unittest.cc | 16 TEST_F(CannedBrowsingDataDatabaseTest, 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_appcache_helper_unittest.cc | 92 TEST_F(CannedBrowsingDataAppCacheHelperTest, Empty) { in TEST_F() argument
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 37 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() 68 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() 103 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() 142 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
|
D | StmtObjC.h | 32 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() 87 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() 128 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt() 178 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() 276 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() 321 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() 353 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
|
D | ExprCXX.h | 72 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : in CXXOperatorCallExpr() 121 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) in CXXMemberCallExpr() 157 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) in CUDAKernelCallExpr() 238 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() 270 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() 306 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr() 336 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr() 371 explicit UserDefinedLiteral(ASTContext &C, EmptyShell Empty) in UserDefinedLiteral() 431 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() 460 explicit CXXNullPtrLiteralExpr(EmptyShell Empty) in CXXNullPtrLiteralExpr() [all …]
|
D | Stmt.h | 458 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() 685 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt() 737 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt() 779 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt() 820 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt() 863 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt() 935 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt() 1024 explicit WhileStmt(EmptyShell Empty) : Stmt(WhileStmtClass, Empty) { } in WhileStmt() [all …]
|
D | StmtCXX.h | 41 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() 71 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt() 140 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
|
D | Expr.h | 800 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() 908 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr() 1160 explicit PredefinedExpr(EmptyShell Empty) in PredefinedExpr() 1235 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() 1292 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() 1392 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral() 1588 explicit ParenExpr(EmptyShell Empty) in ParenExpr() 1646 explicit UnaryOperator(EmptyShell Empty) in UnaryOperator() 1969 explicit UnaryExprOrTypeTraitExpr(EmptyShell Empty) in UnaryExprOrTypeTraitExpr() 2567 explicit CompoundLiteralExpr(EmptyShell Empty) in CompoundLiteralExpr() [all …]
|
/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/openfst/src/include/fst/ |
D | queue.h | 86 bool Empty() const { return Empty_(); } in Empty() function 121 bool Empty() const { return front_ == kNoStateId; } in Empty() function 157 bool Empty() const { return empty(); } in Empty() function 190 bool Empty() const { return empty(); } in Empty() function 249 bool Empty() const { return heap_.Empty(); } in Empty() function 356 bool Empty() const { return front_ > back_; } in Empty() function 409 bool Empty() const { return front_ > back_; } in Empty() function 489 bool Empty() const { in Empty() function 642 bool Empty() const { return queue_->Empty(); } in Empty() function 843 bool Empty() const { return queue_->Empty(); } in Empty() function [all …]
|
/external/clang/test/CodeGen/ |
D | 2009-03-08-ZeroEltStructCrash.c | 3 struct Empty {}; struct
|
D | 2002-07-30-UnionTest.c | 4 struct Empty {}; struct
|
/external/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/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/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
D | vectorbuffer.cpp | 34 TNodeBuffer::TNode* TNodeBuffer::TNode::Empty(TUint8* aBuffer) in Empty() function in TNodeBuffer::TNode
|
/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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_lfstack.h | 32 bool Empty() const { in Empty() function
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | MediaPlayerPrivatePhonon.h | 63 Empty, enumerator
|
/external/clang/test/CodeGenCXX/ |
D | empty-classes.cpp | 3 struct Empty { }; struct
|
/external/chromium/chrome/browser/autofill/ |
D | credit_card_field_unittest.cc | 29 TEST_F(CreditCardFieldTest, Empty) { in TEST_F() argument
|