Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/openbsd/gnu/llvm/libcxx/include/__iterator/
H A Dempty.h34 constexpr bool empty(const _Tp (&)[_Sz]) noexcept { return false; } in empty() function
38 constexpr bool empty(initializer_list<_Ep> __il) noexcept { return __il.size() == 0; } in empty() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A Dreturn-reference.C8 static int empty; in foo1() local
16 static int empty; in foo2() local
/openbsd/gnu/llvm/libcxx/include/__ranges/
H A Downing_view.h57 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() requires requires { ranges::empty(__r_); } in empty() function
59 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() const requires requires { ranges::empty(__r_); } in empty() function
H A Dview_interface.h55 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty() in empty() function
62 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty() const in empty() function
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dclass2.cc51 struct empty {}; struct
54 void refer (empty *) in refer() argument
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h80 bool empty() const { return Alloc == nullptr; } in empty() function
126 bool empty() const { return N == nullptr; } in empty() function
/openbsd/gnu/llvm/lld/COFF/
H A DDLL.h24 bool empty() { return imports.empty(); } in empty() function
42 bool empty() { return imports.empty(); } in empty() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_queue.h150 empty() const { return c.empty(); } in empty() function
365 empty() const { return c.empty(); } in empty() function
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h119 bool empty() const { return VarEntries.empty(); } in empty() function
143 bool empty() const { return LabelInstr.empty(); } in empty() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAddressRanges.h61 bool empty() const { return Ranges.empty(); } in empty() function
101 bool empty() const { return AddressRanges::empty(); } in empty() function
/openbsd/gnu/llvm/llvm/tools/llvm-mca/
H A DCodeRegion.h102 bool empty() const { return Instructions.empty(); } in empty() function
161 bool empty() const { in empty() function
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dtime_get_members_char.cc54 const string empty; in test01() local
173 const string empty; in test02() local
296 const string empty; in test03() local
419 const string empty; in test04() local
511 const string empty; in test05() local
H A Dtime_get_members_wchar_t.cc54 const wstring empty; in test01() local
173 const wstring empty; in test02() local
296 const wstring empty; in test03() local
419 const wstring empty; in test04() local
511 const wstring empty; in test05() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D950919-1.c1 #define empty macro
H A D20021110.c4 struct empty { struct
H A D20021123-1.c4 struct empty { struct
/openbsd/regress/usr.bin/patch/
H A Dt1.diff1 --- empty Sun Jul 13 22:37:41 2003 modifiedFile
/openbsd/regress/libexec/ld.so/ldd/
H A DMakefile8 empty: target
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dinfo_fn_imps.hpp50 empty() const in empty() function in PB_DS_CLASS_C_DEC
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dinfo_fn_imps.hpp50 empty() const in empty() function in PB_DS_CLASS_C_DEC
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dsize_fn_imps.hpp57 empty() const in empty() function in PB_DS_CLASS_C_DEC
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinfo_fn_imps.hpp63 empty() const in empty() function in PB_DS_CLASS_C_DEC
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dinfo_fn_imps.hpp50 empty() const in empty() function in PB_DS_CLASS_C_DEC
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dinfo_fn_imps.hpp62 empty() const in empty() function in PB_DS_CLASS_C_DEC
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dinfo_fn_imps.hpp65 empty() const in empty() function in PB_DS_CLASS_C_DEC

12345678910>>...14