Home
last modified time | relevance | path

Searched defs:__is_signed (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/
Dnumeric_traits.h63 static const bool __is_signed = __glibcxx_signed(_Value); in _GLIBCXX_VISIBILITY() member
106 static const bool __is_signed = true; in _GLIBCXX_VISIBILITY() member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
Dnumeric_traits.h63 static const bool __is_signed = __glibcxx_signed(_Value); in _GLIBCXX_VISIBILITY() member
106 static const bool __is_signed = true; in _GLIBCXX_VISIBILITY() member
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dlibstdcxx_is_pod_hack.cpp27 …static const bool __is_signed = true; // expected-warning {{keyword '__is_signed' will be made ava… member
/aosp_15_r20/external/clang/test/PCH/
H A Dcxx-traits.h58 struct __is_signed {}; // expected-warning {{made available}} struct