HomeSort by relevance Sort by last modified time
    Searched refs:is_empty (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_empty.pass.cpp 12 // is_empty
19 static_assert( std::is_empty<T>::value, "");
20 static_assert( std::is_empty<const T>::value, "");
21 static_assert( std::is_empty<volatile T>::value, "");
22 static_assert( std::is_empty<const volatile T>::value, "");
28 static_assert(!std::is_empty<T>::value, "");
29 static_assert(!std::is_empty<const T>::value, "");
30 static_assert(!std::is_empty<volatile T>::value, "");
31 static_assert(!std::is_empty<const volatile T>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_empty.pass.cpp 12 // is_empty
19 static_assert( std::is_empty<T>::value, "");
20 static_assert( std::is_empty<const T>::value, "");
21 static_assert( std::is_empty<volatile T>::value, "");
22 static_assert( std::is_empty<const volatile T>::value, "");
28 static_assert(!std::is_empty<T>::value, "");
29 static_assert(!std::is_empty<const T>::value, "");
30 static_assert(!std::is_empty<volatile T>::value, "");
31 static_assert(!std::is_empty<const volatile T>::value, "");
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
bounds.py 25 def is_empty(self): member in class:Bounds
51 if self.is_empty or other.is_empty:
59 if self.is_empty or other.is_empty:
69 if bounds.is_empty:
90 if not a.is_empty and not b.is_empty:
93 if a.is_empty and not b.is_empty
    [all...]
  /external/libcxx/test/std/experimental/optional/optional.inplace/
in_place_t.pass.cpp 38 static_assert((std::is_empty<in_place_t>::value), "");
  /external/v8/src/parsing/
func-name-inferrer.h 51 bool IsOpen() const { return !entries_stack_.is_empty(); }
69 if (IsOpen() && !funcs_to_infer_.is_empty()) {
77 if (!funcs_to_infer_.is_empty()) {
99 if (entries_stack_.is_empty()) funcs_to_infer_.Clear();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.inplace/
in_place_t.pass.cpp 38 static_assert((std::is_empty<in_place_t>::value), "");
  /external/clang/test/Lexer/
has_feature_type_traits.cpp 68 #if __has_feature(is_empty)
69 int is_empty();
71 // CHECK: int is_empty();
  /external/libcxx/test/std/experimental/optional/optional.nullopt/
nullopt_t.pass.cpp 37 static_assert((std::is_empty<nullopt_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.nullopt/
nullopt_t.pass.cpp 37 static_assert((std::is_empty<nullopt_t>::value), "");
  /system/extras/ext4_utils/
ext4_crypt.cpp 74 static bool is_dir_empty(const char *dirname, bool *is_empty)
95 *is_empty = false;
100 *is_empty = true;
206 bool is_empty; local
207 if (!is_dir_empty(directory, &is_empty)) return -1;
208 if (is_empty) {
  /external/mesa3d/src/glsl/
list.h 319 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())
opt_if_simplification.cpp 74 if (ir->then_instructions.is_empty() &&
75 ir->else_instructions.is_empty()) {
opt_redundant_jumps.cpp 92 if (ir->then_instructions.is_empty() && ir->else_instructions.is_empty())
ir_function_detect_recursion.cpp 268 if (f->callers.is_empty() || f->callees.is_empty()) {
269 while (!f->callers.is_empty()) {
274 while (!f->callees.is_empty()) {
loop_analysis.cpp 146 assert(!this->state.is_empty());
161 if (this->state.is_empty())
177 if (this->state.is_empty())
358 if (!this->state.is_empty())
369 if (!this->state.is_empty())
380 if (this->state.is_empty())
394 assert(!this->state.is_empty());
503 if (!ir->else_instructions.is_empty())
  /external/v8/src/compiler/
pipeline-statistics.h 48 bool InPhaseKind() { return !phase_kind_stats_.scope_.is_empty(); }
51 bool InPhase() { return !phase_stats_.scope_.is_empty(); }
pipeline-statistics.cc 15 DCHECK(scope_.is_empty());
29 DCHECK(!scope_.is_empty());
  /external/v8/src/crankshaft/
hydrogen-mark-deoptimize.cc 24 DCHECK(worklist_.is_empty());
31 while (!worklist_.is_empty()) {
hydrogen-dce.cc 18 while (!worklist->is_empty()) {
62 DCHECK(worklist.is_empty()); // Should have processed everything.
94 while (!worklist.is_empty()) {
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.cc 32 if (is_empty()) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
output_test_stream.hpp 53 result_type is_empty( bool flush_stream = true );
  /external/v8/src/profiler/
heap-profiler.h 36 bool is_sampling_allocations() { return !sampling_heap_profiler_.is_empty(); }
70 return !allocation_tracker_.is_empty();
  /external/v8/src/
splay-tree-inl.h 24 if (is_empty()) {
63 if (is_empty())
90 if (is_empty())
114 if (is_empty())
137 if (is_empty())
149 if (is_empty())
211 if (is_empty())
  /external/v8/src/base/
smart-pointers.h 65 DCHECK(is_empty());
72 bool is_empty() const { return p_ == NULL; } function in class:v8::base::SmartPointerBase
  /external/dbus/bus/
config-loader-libxml.c 54 int i, status, is_empty; local
64 is_empty = xmlTextReaderIsEmptyElement (reader);
66 if (name == NULL || n_attributes < 0 || is_empty == -1)
102 if (ret && is_empty == 1)

Completed in 512 milliseconds

1 2 3 4 5 6 7 8