Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp309 struct is_null struct
321 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null()); in test1() argument
/llvm-project/lldb/examples/synthetic/
H A Dlibcxx.py188 is_null = property(_isnull_impl, None) variable in stdlist_entry
401 is_null = property(_null_impl, None) variable in stdmap_iterator_node
[all...]
/llvm-project/lldb/tools/debugserver/source/
H A DJSON.cpp283 const bool is_null = escaped_ch == 0; in GetToken() local
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h4912 bool aff::is_null() const { in is_null() function
5905 bool aff_list::is_null() const { in is_null() function
6041 bool ast_build::is_null() const { in is_null() function
6192 bool ast_expr::is_null() const { in is_null() function
7375 bool ast_node::is_null() const { in is_null() function
7707 bool ast_node_list::is_null() const { in is_null() function
7938 bool basic_map::is_null() const { in is_null() function
8935 bool basic_map_list::is_null() const { in is_null() function
9073 bool basic_set::is_null() const { in is_null() function
9903 bool basic_set_list::is_null() const { in is_null() function
[all …]
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.mli893 val is_null : llvalue -> bool global() val