Searched defs:is_empty (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/
H A Dsmall-pointer-list.h55 bool is_empty() const { return length() == 0; } function in class:v8::internal::SmallPointerList
H A Dsmart-pointers.h69 DCHECK(is_empty());
76 bool is_empty() const { return p_ == NULL; } function in class:v8::internal::SmartPointerBase
H A Dsplay-tree.h92 bool is_empty() { return root_ == NULL; } function in class:v8::internal::SplayTree
H A Deffects.h178 bool IsEmpty() { return map_->is_empty(); }
259 bool is_empty() { return node_ == NULL; } function in class:v8::internal::NestedEffectsBase
329 DCHECK(!this->is_empty());
H A Dheap-snapshot-generator.h310 bool is_empty() const { return entries_.occupancy() == 0; } function in class:v8::internal::HeapObjectsSet
H A Djsregexp.h712 bool is_empty() { return from_ == kNone; } function in class:v8::internal::Interval
H A Dast.h273 bool is_empty() const { return list_.is_empty(); } function in class:v8::internal::FINAL
463 return !statements_.is_empty() && statements_.last()->IsJump()
/external/mesa3d/src/glsl/
H A Dlist.h319 bool is_empty() const function in struct:exec_list
336 return !is_empty() ? head : NULL;
341 return !is_empty() ? head : NULL;
346 return !is_empty() ? tail_pred : NULL;
351 return !is_empty() ? tail_pred : NULL;
404 if (is_empty()) {
424 if (source->is_empty())
458 if (before->is_empty())
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp208 void is_empty() function
/external/v8/src/heap/
H A Dheap.h383 DCHECK(is_empty());
414 bool is_empty() { function in class:v8::internal::PromotionQueue
422 DCHECK(!is_empty());

Completed in 1926 milliseconds