Searched refs:compare_function (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_common_types.h167 typedef std::less<key_type> compare_function; typedef in struct:__gnu_test::maps
173 typedef std::map<key_type, value_type, compare_function, allocator_type> type;
207 typedef std::less<key_type> compare_function; typedef in struct:__gnu_test::sets
213 typedef std::set<key_type, compare_function, allocator_type> type;
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc6142 Runtime::Function compare_function; local
6145 compare_function = Runtime::EMPTY_INTERFACE_COMPARE;
6148 compare_function = Runtime::INTERFACE_COMPARE;
6159 compare_function = Runtime::INTERFACE_EMPTY_COMPARE;
6162 left = Runtime::make_call(compare_function, location, 2, left, right);

Completed in 85 milliseconds