Searched defs:IsEmpty (Results 26 - 50 of 54) sorted by relevance

123

/external/v8/src/
H A Ddata-flow.h164 bool IsEmpty() const { function in class:v8::internal::BitVector
H A Dast-value-factory.h48 bool IsEmpty() const { return length() == 0; } function in class:v8::internal::AstString
H A Deffects.h178 bool IsEmpty() { return map_->is_empty(); } function in class:v8::internal::EffectsBase
245 bool IsEmpty() { function in class:v8::internal::NestedEffectsBase
247 if (!node->effects.IsEmpty()) return false;
H A Dlithium-allocator.h204 bool IsEmpty() const { return first_interval() == NULL; } function in class:v8::internal::LiveRange
257 DCHECK(!IsEmpty());
262 DCHECK(!IsEmpty());
H A Ddebug.h302 bool IsEmpty() const { return start_ == end_; } function in class:v8::internal::BASE_EMBEDDED
324 bool IsEmpty() const;
504 inline bool has_commands() const { return !command_queue_.IsEmpty(); }
H A Dhydrogen-gvn.cc39 bool IsEmpty() const { return count_ == 0; } function in class:v8::internal::FINAL
83 bool IsEmpty() const { return count_ == 0; } function in class:v8::internal::BASE_EMBEDDED
831 if (!changes.IsEmpty()) {
876 if ((!successor_map->IsEmpty() || !successor_dominators->IsEmpty()) &&
H A Ddebug.cc2734 while (!event_command_queue_.IsEmpty()) {
3229 DCHECK(!context.IsEmpty());
3313 while (!IsEmpty()) Get().Dispose();
3319 DCHECK(!IsEmpty());
3337 while (!IsEmpty()) {
3353 bool LockingCommandMessageQueue::IsEmpty() const { function in class:v8::internal::LockingCommandMessageQueue
3355 return queue_.IsEmpty();
/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h50 if (UnpackSizes.IsEmpty())
226 bool IsEmpty() const function in struct:NArchive::N7z::CArchiveDatabase
228 return (PackSizes.IsEmpty() &&
229 PackCRCsDefined.IsEmpty() &&
230 PackCRCs.IsEmpty() &&
231 Folders.IsEmpty() &&
232 NumUnpackStreamsVector.IsEmpty() &&
233 Files.IsEmpty());
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h211 FX_BOOL IsEmpty() { return CFX_ArrayTemplate<TYPE>::GetSize() <= 0; } function in class:CLST_ArrayTemplate
/external/lldb/include/lldb/Core/
H A DRangeMap.h313 IsEmpty () const function in class:lldb_private::RangeArray
599 IsEmpty () const function in class:lldb_private::RangeVector
887 IsEmpty () const function in class:lldb_private::RangeDataArray
1187 IsEmpty () const function in class:lldb_private::RangeDataVector
1458 IsEmpty () const function in class:lldb_private::AddressDataArray
/external/lldb/source/Symbol/
H A DType.cpp886 TypeAndOrName::IsEmpty() function in class:TypeAndOrName
/external/lzma/CPP/Common/
H A DMyString.h311 bool IsEmpty() const { return (_length == 0); } function in class:CStringBase
381 if (s.IsEmpty())
479 if (s.IsEmpty())
509 if (oldString.IsEmpty())
/external/v8/include/
H A Dv8-util.h225 bool IsEmpty() const { function in class:v8::PersistentValueMap::PersistentValueReference
376 static bool IsEmpty(const Impl* impl) { function in class:v8::DefaultPersistentValueVectorTraits
431 bool IsEmpty() const { function in class:v8::PersistentValueVector
432 return Traits::IsEmpty(&impl_);
H A Dv8.h228 V8_INLINE bool IsEmpty() const { return val_ == 0; } function in class:v8::Handle
231 * Sets the handle to be empty. IsEmpty() will then return true.
281 if (that.IsEmpty()) return Handle<T>();
352 if (that.IsEmpty()) return Local<T>();
407 V8_INLINE bool IsEmpty() { return index_ == kInitialValue; } function in class:v8::Eternal
452 * IsEmpty() will return true after this call.
469 V8_INLINE bool IsEmpty() const { return val_ == 0; } function in class:v8::PersistentBase
689 if (!that.IsEmpty()) T::Cast(*that);
2442 * If result.IsEmpty() no real property was located in the prototype chain.
2448 * If result.IsEmpty() n
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h200 FX_BOOL IsEmpty() function in class:CPVT_ArrayTemplate
/external/v8/src/compiler/
H A Dregister-allocator.h195 bool IsEmpty() const { return first_interval() == NULL; } function in class:v8::internal::compiler::LiveRange
254 DCHECK(!IsEmpty());
259 DCHECK(!IsEmpty());
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp973 llvm::Value *IsEmpty = Builder.CreateICmpEQ(CurPtr, EndPtr, local
975 Builder.CreateCondBr(IsEmpty, ContBB, LoopBB);
H A DCGStmtOpenMP.cpp88 auto IsEmpty = local
90 Builder.CreateCondBr(IsEmpty, DoneBB, BodyBB);
/external/llvm/lib/IR/
H A DDIBuilder.cpp32 bool IsEmpty; member in class:__anon10546::HeaderBuilder
36 HeaderBuilder() : IsEmpty(true) {}
37 HeaderBuilder(const HeaderBuilder &X) : IsEmpty(X.IsEmpty), Chars(X.Chars) {}
39 : IsEmpty(X.IsEmpty), Chars(std::move(X.Chars)) {}
42 if (IsEmpty)
43 IsEmpty = false;
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h343 FX_BOOL IsEmpty() const function in class:CFX_RTemplate
347 FX_BOOL IsEmpty(FX_FLOAT fEpsilon) const function in class:CFX_RTemplate
508 return !rect.IsEmpty();
514 return !rect.IsEmpty(fEpsilon);
564 FX_BOOL IsEmpty() const function in struct:FX_RECT
640 FX_BOOL IsEmpty() const function in class:CFX_FloatRect
H A Dfx_basic.h798 FX_BOOL IsEmpty() const function in class:CFX_MapPtrToPtr
932 FX_BOOL IsEmpty() const function in class:CFX_MapByteStringToPtr
/external/v8/src/heap/
H A Dmark-compact.h158 inline bool IsEmpty() { return top_ == bottom_; } function in class:v8::internal::MarkingDeque
192 DCHECK(!IsEmpty());
H A Dspaces.h1470 bool IsEmpty() { return top() == 0; } function in class:v8::internal::FreeListCategory
1555 bool IsEmpty() { function in class:v8::internal::FreeList
1556 return small_list_.IsEmpty() && medium_list_.IsEmpty() &&
1557 large_list_.IsEmpty() && huge_list_.IsEmpty();
2762 bool IsEmpty() { return first_page_ == NULL; } function in class:v8::internal::LargeObjectSpace
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.h112 bool IsEmpty() const { return entries_.empty(); } function in class:vixl::LiteralPool
165 bool IsEmpty() const { return unresolved_branches_.empty(); } function in class:vixl::VeneerPool
2904 if (!literal_pool_.IsEmpty()) literal_pool_.Emit(option);
/external/clang/lib/Sema/
H A DSemaDecl.cpp13113 bool IsEmpty = true; local
13118 IsEmpty = false;
13138 << IsEmpty << Record->isUnion() << (NonBitFields > 1);
13144 Diag(RecLoc, IsEmpty ? diag::ext_empty_struct_union :

Completed in 771 milliseconds

123