Searched defs:is_null (Results 1 – 6 of 6) sorted by relevance
288 struct is_null struct300 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null()); in test1() argument
66 bool is_null() const { return location_ == NULL; } in is_null() function124 bool is_null() const { return location_ == NULL; } in is_null() function
166 is_null = property(_isnull_impl,None) variable in stdlist_entry369 is_null = property(_null_impl,None) variable in stdmap_iterator_node
685 inline bool is_null (void) const { return 0 == *this; } in is_null() function
633 IfBuilder is_null(this); in VisitForInStatement() local
779 val is_null : llvalue -> bool val