HomeSort by: relevance | last modified time | path
    Searched defs:__check_singular (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
helper_functions.h 132 __check_singular(_Iterator const& __x) function in namespace:__gnu_debug
142 __check_singular(_Tp* const& __ptr) function in namespace:__gnu_debug
178 || (!__gnu_debug::__check_singular(__first)
179 && !__gnu_debug::__check_singular(__last));
helper_functions.h 132 __check_singular(_Iterator const& __x) function in namespace:__gnu_debug
142 __check_singular(_Tp* const& __ptr) function in namespace:__gnu_debug
178 || (!__gnu_debug::__check_singular(__first)
179 && !__gnu_debug::__check_singular(__last));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
helper_functions.h 132 __check_singular(_Iterator const& __x) function in namespace:__gnu_debug
142 __check_singular(_Tp* const& __ptr) function in namespace:__gnu_debug
173 || (!__gnu_debug::__check_singular(__first)
174 && !__gnu_debug::__check_singular(__last));
helper_functions.h 132 __check_singular(_Iterator const& __x) function in namespace:__gnu_debug
142 __check_singular(_Tp* const& __ptr) function in namespace:__gnu_debug
173 || (!__gnu_debug::__check_singular(__first)
174 && !__gnu_debug::__check_singular(__last));

Completed in 45 milliseconds