Home
last modified time | relevance | path

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

1234

/external/clang/test/SemaCXX/
Dempty-class-layout.cpp24 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/
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/clang/include/clang/AST/
DExprObjC.h37 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()
DStmtObjC.h32 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()
DExprCXX.h72 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 …]
DStmt.h458 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 …]
DStmtCXX.h41 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt()
71 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt()
140 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
DExpr.h800 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/
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/openfst/src/include/fst/
Dqueue.h86 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/
D2009-03-08-ZeroEltStructCrash.c3 struct Empty {}; struct
D2002-07-30-UnionTest.c4 struct Empty {}; struct
/external/open-vcdiff/src/
Dheaderparser.h54 bool Empty() const { return 0 == UnparsedSize(); } in Empty() function
152 bool Empty() const { 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/compiler-rt/lib/sanitizer_common/
Dsanitizer_lfstack.h32 bool Empty() const { in Empty() function
/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

1234