Home
last modified time | relevance | path

Searched defs:is_null (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dstable_partition.pass.cpp288 struct is_null struct
300 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null()); in test1() argument
/external/v8/src/
Dhandles.h66 bool is_null() const { return location_ == NULL; } in is_null() function
124 bool is_null() const { return location_ == NULL; } in is_null() function
/external/lldb/examples/synthetic/
Dlibcxx.py166 is_null = property(_isnull_impl,None) variable in stdlist_entry
369 is_null = property(_null_impl,None) variable in stdmap_iterator_node
/external/harfbuzz_ng/src/
Dhb-open-type-private.hh685 inline bool is_null (void) const { return 0 == *this; } in is_null() function
/external/v8/src/compiler/
Dast-graph-builder.cc633 IfBuilder is_null(this); in VisitForInStatement() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli779 val is_null : llvalue -> bool val