Home
last modified time | relevance | path

Searched defs:greater (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drange_cmp.h139 struct greater in _GLIBCXX_VISIBILITY() struct
144 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY()
148 using is_transparent = __is_transparent; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_cmp.h139 struct greater in _GLIBCXX_VISIBILITY() struct
144 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY()
148 using is_transparent = __is_transparent; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp111 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(*(end() - 1)), in join() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp111 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(*(end() - 1)), in join() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp59 const bool greater = in join_prep() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp59 const bool greater = in join_prep() local
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb_load.c288 static int greater(const MDB_val *a, const MDB_val *b) in greater() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp86 const bool greater = in join_prep() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp86 const bool greater = in join_prep() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.h41 less, greater, // < > enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h48 greater, enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfunctional.d240 alias greater = binaryFun!("a > b"); variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d1971 auto greater = &greater2; variable
2243 alias greater = (a, b) => less(b, a); in TimSortImpl() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfunctional.d220 alias greater = binaryFun!("a > b"); variable
/netbsd-src/usr.bin/dc/
H A Dbcode.c1447 greater(void) in greater() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLToken.h33 greater, // < > enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d2049 auto greater = &greater2; variable