OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__glibcxx_max
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
limits
131
(__glibcxx_signed (T) ? -
__glibcxx_max
(T) - 1 : (T)0)
133
#define
__glibcxx_max
(T) \
448
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(char); }
658
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(wchar_t); }
727
max() noexcept { return
__glibcxx_max
(char16_t); }
788
max() noexcept { return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
limits
131
(__glibcxx_signed (T) ? -
__glibcxx_max
(T) - 1 : (T)0)
133
#define
__glibcxx_max
(T) \
448
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(char); }
658
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(wchar_t); }
727
max() noexcept { return
__glibcxx_max
(char16_t); }
788
max() noexcept { return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
limits
131
(__glibcxx_signed (T) ? -
__glibcxx_max
(T) - 1 : (T)0)
133
#define
__glibcxx_max
(T) \
448
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(char); }
658
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(wchar_t); }
727
max() noexcept { return
__glibcxx_max
(char16_t); }
788
max() noexcept { return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
limits
131
(__glibcxx_signed (T) ? -
__glibcxx_max
(T) - 1 : (T)0)
133
#define
__glibcxx_max
(T) \
448
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(char); }
658
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(wchar_t); }
727
max() noexcept { return
__glibcxx_max
(char16_t); }
788
max() noexcept { return
__glibcxx_max
(char32_t); }
[
all
...]
Completed in 1308 milliseconds