mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
b0cbe263c6
- Bug 1238964 Part 1: Hold new printable page sizes in print nsIPrintSettingsWin. r=jimm (b5e4d012ba) - Bug 1238964 Part 2: Move separate DEVMODE to nsIPrintSettings copying into nsPrintSettingsWin. r=jimm (cb7bb66037) - Bug 1218029 - Adds SRICheckDataVerifier for progressing data handling. r=francois (8331afc1a7) - Bug 1218029 - Implements progressive Unicode chars decoding in nsScriptLoader. r=djvj (2c32ca259a) - Bug 1237201 part 1 - Use MOZ_ALWAYS_TRUE in nsScriptLoadHandler::TryDecodeRawData. r=yury (8f7496be23) - Bug 1237201 part 2 - Handle Vector OOM in gfx/. r=jrmuizel,kats (d5e8bd3383) - Bug 1237201 part 3 - Handle Vector OOM in StreamingLexer. r=njn (be383e35b4) - Bug 1237201 part 4 - Handle Vector OOM in ipc/. r=billm (fe9a3bf25a) - Bug 1237201 part 5 - Ignore Vector OOM in JSMainRuntimeCompartmentsReporter. r=njn (d0070c0636) - Bug 1237201 part 6 - Handle Vector OOM in media/webrtc/. r=jesup (eab4e00735) - Bug 1186491 - Splitting nsIPerformanceStats in two;r=froydnj (006b578345) - Bug 1186491 - An API for watching slow performance alerts (xpcom-level);r=froydnj (4fcefd66f5) - Bug 1237201 part 7 - Handle Vector OOM in nsPerformanceStats, telemetry. r=Yoric (6021b583ff) - Bug 1237201 part 8 - Make fallible Vector methods MOZ_WARN_UNUSED_RESULT. r=jwalden (90144c2d35) - Bug 1237201 part 9 - Fix remaining issues. r=nfroyd (25b86adb6d) - Bug 1186491 - An API for watching slow performance alerts (js-level); r=felipe (f04d277c80) - Bug 1200172 - AddonWatcher now discards data if the system is apparently too busy/just back from hibernation. r=mossop (66a3840b73) - Bug 1205840 - Typo fixes in AddonWatcher.jsm. r=felipe (760df6764c) - Bug 1186491 - Reworking AddonWatcher to use low-level performance watch API;r=mossop (81cc64263e) - Bug 1200169 - Making the slow add-on watcher more tolerant;r=Felipe (fcf988d985) - Bug 1157009 - Redesign about:performance. r=felipe (cacc590716) - Bug 1189513 - Get rid of separation between e10s and non-e10s probes; r=felipe (7a6d996c93) - Bug 1191327 - Recapitulates alerts in about:performance now. r=felipe (53ecc02da9) - Bug 1189799 - Make sure that about:performance displays each add-on only once (front-end);r=felipe (1ee53a0410) - Bug 1208747 - Move most of Stopwatch-related code to XPCOM-land (JS-level);r=felipe (84af14c20e) - Bug 1229519: Fix miscellaneous parts of toolkit to pass eslint checks. r=MattN (00ce3585c5) - Bug 1230735 - AddonWatcher.alerts is now a map;r=Felipe (81bbafbbd4) - Bug 1241838 - Removing erroneous CPOW suffix, reworking buggy jank suffix;r=Felipe (020d6928e6) - Bug 1175098 - Fix double-loading of PerformanceStats content script. r=mconley (fb1c499343) - Bug 1189799 - Make sure that about:performance displays each add-on only once (back-end);r=felipe (1eac8258df) - Bug 1221761 - Probe.prototype.release() now swallows NS_ERROR_NOT_AVAILABLE. r=felipe (ba1d0032a9) - Bug 1142937 - AddonWatcher now communicates through nsIObserverService. r=felipe (ea2e7ccdaa) - Bug 967873 - Test changes for async removeTab (r=Gijs) (dae5cbf835) - more missing parts of Bug 1132072 - Tab switch refactoring (r=mconley) (dc5e310537) - Bug 1191460 Rebased patch and added userContextId to origin attributes. (r=tanvi,r=sicking) (723999e7fa) - Bug 1239040 - Cleanup of DrawTargetSkia GetBitmapForSurface to use installPixels. r=jrmuizel (4016f4d734) - Bug 1239040 - Cleanup of DrawTargetSkia Mask and MaskSurface. r=jrmuizel (908a44d47e) - Bug 1239040 - Implement PushLayer for DrawTargetSkia. r=Bas (ae74697559) - Bug 1246756 - part 1 - fix moz2d Skia usage for Skia m49 update. r=jrmuizel (5e4b0f41e3) - Bug 1239040 - Allow usage of SkCanvas::getTopDevice in Skia. r=jrmuizel (19bdd2cecb) - Bug 1239040 - Fix DrawTargetCairo/DrawTargetSkia LockBits and BorrowedXlibDrawable to work inside PushLayer. r=jrmuizel (b9ba04009b) - Bug 1239040 - Cleanup of DrawTargetSkia CopySurface to avoid accessing bottom layer directly. r=jrmuizel (6690702507) - Bug 1240437: Implement PushLayer and PopLayer for DrawTargetRecording. r=bas (22673a1b52) - Bug 1220629 - Part 1: Add PushLayer/PopLayer API to DrawTarget baseclass. r=jrmuizel (c4b4315749) - Bug 1220629 - Part 2: Prepare DrawTargetD2D1 for the possibilities of layers existing inside it. r=jrmuizel (f2a74151a8) - Bug 1220629 - Part 3: Implement PushLayer/PopLayer API in cairo. r=jrmuizel (9a52965141) - Bug 1220629 - Part 4: Allow gfxContext to use the native pushlayer implementations based on a pref. r=jrmuizel (f13b773ff3) - Bug 1220629 - Part 5: Implement PushLayer/PopLayer API for Direct2D 1.1. r=jrmuizel (8a040648a2) - Bug 1220629 - Part 6: Implement PushLayer/PopLayer API in several wrapper DT types. r=jrmuizel (cf76723216) - Bug 1220629 - Part 7: Mark several reftests fuzzy. r=jrmuizel (a6deab2300) - Bug 1220629 - Part 8: Enable native PushLayer/PopLayer by default on Windows and Linux. r=jrmuizel (eef18e1e3e) - Bug 1234494 - part 1 - don't build in Skia GPU code if support is disabled, r=jrmuizel (4c74813077) - Bug 1234494 - part 2 - disable Skia GPU support by default on certain *BSDs, r=glandium (6184133b33) - Bug 1246756 - part 2 - update Skia moz.build for m49 update. r=jrmuizel (e0cf4ab953) - Bug 1244454 - Fixed skia compilation on mingw. r=lsalzman (064a56e56e) - Bug 1242044 - "layout/reftests/css-gradients/linear-zero-length-1 fails under Skia content". r=jmuizelaar (bee8f76e72) - Bug 1242751 - fix assertion in SkLinearGradient. r=jmuizelaar (f5df5ed88f) - Bug 1238795 - Fix SkGpuDevice::drawBitmapRect to always update clips. r=jrmuizel (05a9a6b10a) - Bug 1230096 - fix GrAAConvexTessellator assertion. r=jrmuizel (18aef9bdcc) - Bug 1237983 - Investigate and remove the Bagheera Client Implementation. r=gfritzsche (6de39c0e32) - Bug 1246756 - part 3 - update Skia to m49 branch. r=jrmuizel (a02a53e368) - Bug 1234526 - Remove services/healthreport. r=gfritzsche (bb0c567255) - Bug 1234522 - Remove services/datareporting. r=gfritzsche (c7bfec7784) - Bug 1211166 - Use AppConstants in SessionRecorder.jsm r=ted (4434996c34) - Bug 1246756 - Cross compilation fixup. r=upstream (99e3e40ba1) - Bug 1248228 - Build fix for SkOSFile_stdio on OpenBSD. r=jmuizelaar (bbb1eb7ac0) - Bug 1250196 - Part 1: Import mozilla::Forward and mozilla::UniqePtr into the std namespace in a way that is compatible with libc++; r=lsalzman (ffeebcc133) - Bug 1248851 part 4 - Mark UniquePtr::release() MOZ_WARN_UNUSED_RESULT. r=Waldo (f43cced74c) - Bug 1250196 - Part 2: Rename UniquePtr::getDeleter() to get_deleter() in order to make it compatible with std::unique_ptr; r=froydnj (f8aeabfc9a) - Bug 1248851 part 3 - Fix a potential double-free issue in indexedDB. r=sicking (4d13f5047b) - Bug 1248851 part 2 - Remove redundant release() calls in indexedDB code. r=sicking (86d67ffad8) - Bug 1239702 - Fix SK_ARM_HAS_NEON build config r=lsalzman (4233a57122) - Bug 1245979 - make mfbt Function reference-counted so that it can be cheaply copied for compatibility with Skia. r=froydnj (bd69e9c07b) - Bug 1245055 - Remove gfx/skia/Makefile.in. r=mshal (bf2c611f38) - Bug 1232694 - fix typo in Compiler.h; r=botond (2b5abb9d2d) - Bug 1228641 - Rename begin/size to aBegin/aSize to avoid shadow warnings; r=botond (9222809505) - Bug 1248784 - Rename the existing AddRefTraits to ConstRemovingRefPtrTraits. r=froydnj (99d7b0ae1f) - Bug 1248784 - Extract the AddRef/Release calls into a non-inner helper trait. r=froydnj (37243b6235) - Bug 1248784 - Followup to add requested comment. r=froydnj DONTBUILD (0e870b586b) - Bug 1242794 - make SkGrPixelRef::deepCopy preserve alpha type. r=jmuizelaar (0fb454c326) - Bug 1201037 - (Linux) squash network-change events during 1000ms, r=mcmanus (087f57c44d) - Bug 1235509 - Link monitor should not fire link change events for the refresh of the ipv6 lifetime. r=bagder (c507a319c4) - Bug 1234548 - Don't send network change events if routes are changed. r=mcmanus, r=bagder (5cd0bc582e) - Bug 1234548 - Remove unused variables. r=bustage (42df135fbf) - Bug 1240515 - change allocator for addr and localaddr from malloc to new, since the smart pointer that is used uses delete operator. r=dragana (02f5d5433c) - Bug 1241901 part 1 - Remove nsAutoPtr uses in nsNotifyAddrListener on Linux. r=bagder (f8696ad190) - Bug 1241901 part 2 - Use intptr_t to pass bluetooth service class instead of a pointer to heap. r=shawnjohnjr (5c86a164fa) - Bug 1241901 part 3 - Add IsMemberPointer and IsScalar type traits. r=froydnj (80747268bd) - Bug 1243876 - fix ConvertibleTester to not cause incomplete type errors with UniquePtr and Skia. r=nfroyd (c5588dd270) - Bug 1234736 - IonMonkey: Recover Math.imul as an int32 operation. r=h4writer (459b92c618) - Bug 1228571 - Fix GenerateSeed to not leave seed uninitialized if reading from /dev/urandom fails. r=cpeterson (3be0a2816b) - Bug 1233302: Don't crash if we can't open /dev/urandom; just fall back to PRMJ_Now. (d83ae5540a) - Bug 1167248 - Call RtlGenRandom() instead of rand_s() to workaround crashes from injected third-party hooks. r=jandem (678e7a0056) - Bug 1236619 Fix compilation failure with warnings-as-errors with some compilers. r=njn (043956881d) - Bug 1167248 - Cross compilation fixup. (f4a34fb229)
639 lines
25 KiB
C++
639 lines
25 KiB
C++
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#include "mozilla/Assertions.h"
|
|
#include "mozilla/TypeTraits.h"
|
|
|
|
#define TEST_CV_QUALIFIERS(test, type, ...) \
|
|
test(type, __VA_ARGS__) \
|
|
test(const type, __VA_ARGS__) \
|
|
test(volatile type, __VA_ARGS__) \
|
|
test(const volatile type, __VA_ARGS__)
|
|
|
|
using mozilla::AddLvalueReference;
|
|
using mozilla::AddPointer;
|
|
using mozilla::AddRvalueReference;
|
|
using mozilla::Decay;
|
|
using mozilla::DeclVal;
|
|
using mozilla::IsFunction;
|
|
using mozilla::IsArray;
|
|
using mozilla::IsBaseOf;
|
|
using mozilla::IsClass;
|
|
using mozilla::IsConvertible;
|
|
using mozilla::IsEmpty;
|
|
using mozilla::IsLvalueReference;
|
|
using mozilla::IsPointer;
|
|
using mozilla::IsReference;
|
|
using mozilla::IsRvalueReference;
|
|
using mozilla::IsSame;
|
|
using mozilla::IsSigned;
|
|
using mozilla::IsUnsigned;
|
|
using mozilla::MakeSigned;
|
|
using mozilla::MakeUnsigned;
|
|
using mozilla::RemoveExtent;
|
|
using mozilla::RemovePointer;
|
|
|
|
static_assert(!IsFunction<int>::value,
|
|
"int is not a function type");
|
|
static_assert(IsFunction<void(int)>::value,
|
|
"void(int) is a function type");
|
|
static_assert(!IsFunction<void(*)(int)>::value,
|
|
"void(*)(int) is not a function type");
|
|
|
|
static_assert(!IsArray<bool>::value,
|
|
"bool not an array");
|
|
static_assert(IsArray<bool[]>::value,
|
|
"bool[] is an array");
|
|
static_assert(IsArray<bool[5]>::value,
|
|
"bool[5] is an array");
|
|
|
|
static_assert(!IsPointer<bool>::value,
|
|
"bool not a pointer");
|
|
static_assert(IsPointer<bool*>::value,
|
|
"bool* is a pointer");
|
|
static_assert(IsPointer<bool* const>::value,
|
|
"bool* const is a pointer");
|
|
static_assert(IsPointer<bool* volatile>::value,
|
|
"bool* volatile is a pointer");
|
|
static_assert(IsPointer<bool* const volatile>::value,
|
|
"bool* const volatile is a pointer");
|
|
static_assert(IsPointer<bool**>::value,
|
|
"bool** is a pointer");
|
|
static_assert(IsPointer<void (*)(void)>::value,
|
|
"void (*)(void) is a pointer");
|
|
struct IsPointerTest { bool m; void f(); };
|
|
static_assert(!IsPointer<IsPointerTest>::value,
|
|
"IsPointerTest not a pointer");
|
|
static_assert(IsPointer<IsPointerTest*>::value,
|
|
"IsPointerTest* is a pointer");
|
|
static_assert(!IsPointer<bool(IsPointerTest::*)>::value,
|
|
"bool(IsPointerTest::*) not a pointer");
|
|
static_assert(!IsPointer<void(IsPointerTest::*)(void)>::value,
|
|
"void(IsPointerTest::*)(void) not a pointer");
|
|
|
|
static_assert(!IsLvalueReference<bool>::value,
|
|
"bool not an lvalue reference");
|
|
static_assert(!IsLvalueReference<bool*>::value,
|
|
"bool* not an lvalue reference");
|
|
static_assert(IsLvalueReference<bool&>::value,
|
|
"bool& is an lvalue reference");
|
|
static_assert(!IsLvalueReference<bool&&>::value,
|
|
"bool&& not an lvalue reference");
|
|
|
|
static_assert(!IsLvalueReference<void>::value,
|
|
"void not an lvalue reference");
|
|
static_assert(!IsLvalueReference<void*>::value,
|
|
"void* not an lvalue reference");
|
|
|
|
static_assert(!IsLvalueReference<int>::value,
|
|
"int not an lvalue reference");
|
|
static_assert(!IsLvalueReference<int*>::value,
|
|
"int* not an lvalue reference");
|
|
static_assert(IsLvalueReference<int&>::value,
|
|
"int& is an lvalue reference");
|
|
static_assert(!IsLvalueReference<int&&>::value,
|
|
"int&& not an lvalue reference");
|
|
|
|
static_assert(!IsRvalueReference<bool>::value,
|
|
"bool not an rvalue reference");
|
|
static_assert(!IsRvalueReference<bool*>::value,
|
|
"bool* not an rvalue reference");
|
|
static_assert(!IsRvalueReference<bool&>::value,
|
|
"bool& not an rvalue reference");
|
|
static_assert(IsRvalueReference<bool&&>::value,
|
|
"bool&& is an rvalue reference");
|
|
|
|
static_assert(!IsRvalueReference<void>::value,
|
|
"void not an rvalue reference");
|
|
static_assert(!IsRvalueReference<void*>::value,
|
|
"void* not an rvalue reference");
|
|
|
|
static_assert(!IsRvalueReference<int>::value,
|
|
"int not an rvalue reference");
|
|
static_assert(!IsRvalueReference<int*>::value,
|
|
"int* not an rvalue reference");
|
|
static_assert(!IsRvalueReference<int&>::value,
|
|
"int& not an rvalue reference");
|
|
static_assert(IsRvalueReference<int&&>::value,
|
|
"int&& is an rvalue reference");
|
|
|
|
static_assert(!IsReference<bool>::value,
|
|
"bool not a reference");
|
|
static_assert(!IsReference<bool*>::value,
|
|
"bool* not a reference");
|
|
static_assert(IsReference<bool&>::value,
|
|
"bool& is a reference");
|
|
static_assert(IsReference<bool&&>::value,
|
|
"bool&& is a reference");
|
|
|
|
static_assert(!IsReference<void>::value,
|
|
"void not a reference");
|
|
static_assert(!IsReference<void*>::value,
|
|
"void* not a reference");
|
|
|
|
static_assert(!IsReference<int>::value,
|
|
"int not a reference");
|
|
static_assert(!IsReference<int*>::value,
|
|
"int* not a reference");
|
|
static_assert(IsReference<int&>::value,
|
|
"int& is a reference");
|
|
static_assert(IsReference<int&&>::value,
|
|
"int&& is a reference");
|
|
|
|
namespace CPlusPlus11IsMemberPointer {
|
|
|
|
using mozilla::IsMemberPointer;
|
|
|
|
struct S {};
|
|
union U {};
|
|
|
|
#define ASSERT_IS_MEMBER_POINTER(type, msg) \
|
|
static_assert(IsMemberPointer<type>::value, #type msg);
|
|
#define TEST_IS_MEMBER_POINTER(type) \
|
|
TEST_CV_QUALIFIERS(ASSERT_IS_MEMBER_POINTER, type, \
|
|
" is a member pointer type")
|
|
|
|
TEST_IS_MEMBER_POINTER(int S::*)
|
|
TEST_IS_MEMBER_POINTER(int U::*)
|
|
|
|
#undef TEST_IS_MEMBER_POINTER
|
|
#undef ASSERT_IS_MEMBER_POINTER
|
|
|
|
#define ASSERT_IS_NOT_MEMBER_POINTER(type, msg) \
|
|
static_assert(!IsMemberPointer<type>::value, #type msg);
|
|
#define TEST_IS_NOT_MEMBER_POINTER(type) \
|
|
TEST_CV_QUALIFIERS(ASSERT_IS_NOT_MEMBER_POINTER, type, \
|
|
" is not a member pointer type")
|
|
|
|
TEST_IS_NOT_MEMBER_POINTER(int*)
|
|
|
|
#undef TEST_IS_NOT_MEMBER_POINTER
|
|
#undef ASSERT_IS_NOT_MEMBER_POINTER
|
|
|
|
} // CPlusPlus11IsMemberPointer
|
|
|
|
namespace CPlusPlus11IsScalar {
|
|
|
|
using mozilla::IsScalar;
|
|
|
|
enum E {};
|
|
enum class EC {};
|
|
class C {};
|
|
struct S {};
|
|
union U {};
|
|
|
|
#define ASSERT_IS_SCALAR(type, msg) \
|
|
static_assert(IsScalar<type>::value, #type msg);
|
|
#define TEST_IS_SCALAR(type) \
|
|
TEST_CV_QUALIFIERS(ASSERT_IS_SCALAR, type, " is a scalar type")
|
|
|
|
TEST_IS_SCALAR(int)
|
|
TEST_IS_SCALAR(float)
|
|
TEST_IS_SCALAR(E)
|
|
TEST_IS_SCALAR(EC)
|
|
TEST_IS_SCALAR(S*)
|
|
TEST_IS_SCALAR(int S::*)
|
|
|
|
#undef TEST_IS_SCALAR
|
|
#undef ASSERT_IS_SCALAR
|
|
|
|
#define ASSERT_IS_NOT_SCALAR(type, msg) \
|
|
static_assert(!IsScalar<type>::value, #type msg);
|
|
#define TEST_IS_NOT_SCALAR(type) \
|
|
TEST_CV_QUALIFIERS(ASSERT_IS_NOT_SCALAR, type, " is not a scalar type")
|
|
|
|
TEST_IS_NOT_SCALAR(C)
|
|
TEST_IS_NOT_SCALAR(S)
|
|
TEST_IS_NOT_SCALAR(U)
|
|
|
|
#undef TEST_IS_NOT_SCALAR
|
|
#undef ASSERT_IS_NOT_SCALAR
|
|
|
|
} // CPlusPlus11IsScalar
|
|
|
|
struct S1 {};
|
|
union U1 { int mX; };
|
|
|
|
static_assert(!IsClass<int>::value,
|
|
"int isn't a class");
|
|
static_assert(IsClass<const S1>::value,
|
|
"S is a class");
|
|
static_assert(!IsClass<U1>::value,
|
|
"U isn't a class");
|
|
|
|
static_assert(!mozilla::IsEmpty<int>::value,
|
|
"not a class => not empty");
|
|
static_assert(!mozilla::IsEmpty<bool[5]>::value,
|
|
"not a class => not empty");
|
|
|
|
static_assert(!mozilla::IsEmpty<U1>::value,
|
|
"not a class => not empty");
|
|
|
|
struct E1 {};
|
|
struct E2 { int : 0; };
|
|
struct E3 : E1 {};
|
|
struct E4 : E2 {};
|
|
|
|
static_assert(IsEmpty<const volatile S1>::value,
|
|
"S should be empty");
|
|
|
|
static_assert(mozilla::IsEmpty<E1>::value &&
|
|
mozilla::IsEmpty<E2>::value &&
|
|
mozilla::IsEmpty<E3>::value &&
|
|
mozilla::IsEmpty<E4>::value,
|
|
"all empty");
|
|
|
|
union U2 { E1 e1; };
|
|
static_assert(!mozilla::IsEmpty<U2>::value,
|
|
"not a class => not empty");
|
|
|
|
struct NE1 { int mX; };
|
|
struct NE2 : virtual E1 {};
|
|
struct NE3 : E2 { virtual ~NE3() {} };
|
|
struct NE4 { virtual void f() {} };
|
|
|
|
static_assert(!mozilla::IsEmpty<NE1>::value &&
|
|
!mozilla::IsEmpty<NE2>::value &&
|
|
!mozilla::IsEmpty<NE3>::value &&
|
|
!mozilla::IsEmpty<NE4>::value,
|
|
"all empty");
|
|
|
|
static_assert(!IsSigned<bool>::value,
|
|
"bool shouldn't be signed");
|
|
static_assert(IsUnsigned<bool>::value,
|
|
"bool should be unsigned");
|
|
|
|
static_assert(!IsSigned<const bool>::value,
|
|
"const bool shouldn't be signed");
|
|
static_assert(IsUnsigned<const bool>::value,
|
|
"const bool should be unsigned");
|
|
|
|
static_assert(!IsSigned<volatile bool>::value,
|
|
"volatile bool shouldn't be signed");
|
|
static_assert(IsUnsigned<volatile bool>::value,
|
|
"volatile bool should be unsigned");
|
|
|
|
static_assert(!IsSigned<unsigned char>::value,
|
|
"unsigned char shouldn't be signed");
|
|
static_assert(IsUnsigned<unsigned char>::value,
|
|
"unsigned char should be unsigned");
|
|
static_assert(IsSigned<signed char>::value,
|
|
"signed char should be signed");
|
|
static_assert(!IsUnsigned<signed char>::value,
|
|
"signed char shouldn't be unsigned");
|
|
|
|
static_assert(!IsSigned<unsigned short>::value,
|
|
"unsigned short shouldn't be signed");
|
|
static_assert(IsUnsigned<unsigned short>::value,
|
|
"unsigned short should be unsigned");
|
|
static_assert(IsSigned<short>::value,
|
|
"short should be signed");
|
|
static_assert(!IsUnsigned<short>::value,
|
|
"short shouldn't be unsigned");
|
|
|
|
static_assert(!IsSigned<unsigned int>::value,
|
|
"unsigned int shouldn't be signed");
|
|
static_assert(IsUnsigned<unsigned int>::value,
|
|
"unsigned int should be unsigned");
|
|
static_assert(IsSigned<int>::value,
|
|
"int should be signed");
|
|
static_assert(!IsUnsigned<int>::value,
|
|
"int shouldn't be unsigned");
|
|
|
|
static_assert(!IsSigned<unsigned long>::value,
|
|
"unsigned long shouldn't be signed");
|
|
static_assert(IsUnsigned<unsigned long>::value,
|
|
"unsigned long should be unsigned");
|
|
static_assert(IsSigned<long>::value,
|
|
"long should be signed");
|
|
static_assert(!IsUnsigned<long>::value,
|
|
"long shouldn't be unsigned");
|
|
|
|
static_assert(IsSigned<float>::value,
|
|
"float should be signed");
|
|
static_assert(!IsUnsigned<float>::value,
|
|
"float shouldn't be unsigned");
|
|
|
|
static_assert(IsSigned<const float>::value,
|
|
"const float should be signed");
|
|
static_assert(!IsUnsigned<const float>::value,
|
|
"const float shouldn't be unsigned");
|
|
|
|
static_assert(IsSigned<double>::value,
|
|
"double should be signed");
|
|
static_assert(!IsUnsigned<double>::value,
|
|
"double shouldn't be unsigned");
|
|
|
|
static_assert(IsSigned<volatile double>::value,
|
|
"volatile double should be signed");
|
|
static_assert(!IsUnsigned<volatile double>::value,
|
|
"volatile double shouldn't be unsigned");
|
|
|
|
static_assert(IsSigned<long double>::value,
|
|
"long double should be signed");
|
|
static_assert(!IsUnsigned<long double>::value,
|
|
"long double shouldn't be unsigned");
|
|
|
|
static_assert(IsSigned<const volatile long double>::value,
|
|
"const volatile long double should be signed");
|
|
static_assert(!IsUnsigned<const volatile long double>::value,
|
|
"const volatile long double shouldn't be unsigned");
|
|
|
|
class NotIntConstructible
|
|
{
|
|
NotIntConstructible(int) = delete;
|
|
};
|
|
|
|
static_assert(!IsSigned<NotIntConstructible>::value,
|
|
"non-arithmetic types are not signed");
|
|
static_assert(!IsUnsigned<NotIntConstructible>::value,
|
|
"non-arithmetic types are not unsigned");
|
|
|
|
namespace CPlusPlus11IsBaseOf {
|
|
|
|
// Adapted from C++11 § 20.9.6.
|
|
struct B {};
|
|
struct B1 : B {};
|
|
struct B2 : B {};
|
|
struct D : private B1, private B2 {};
|
|
|
|
static void
|
|
StandardIsBaseOfTests()
|
|
{
|
|
static_assert((IsBaseOf<B, D>::value) == true,
|
|
"IsBaseOf fails on diamond");
|
|
static_assert((IsBaseOf<const B, D>::value) == true,
|
|
"IsBaseOf fails on diamond plus constness change");
|
|
static_assert((IsBaseOf<B, const D>::value) == true,
|
|
"IsBaseOf fails on diamond plus constness change");
|
|
static_assert((IsBaseOf<B, const B>::value) == true,
|
|
"IsBaseOf fails on constness change");
|
|
static_assert((IsBaseOf<D, B>::value) == false,
|
|
"IsBaseOf got the direction of inheritance wrong");
|
|
static_assert((IsBaseOf<B&, D&>::value) == false,
|
|
"IsBaseOf should return false on references");
|
|
static_assert((IsBaseOf<B[3], D[3]>::value) == false,
|
|
"IsBaseOf should return false on arrays");
|
|
// We fail at the following test. To fix it, we need to specialize IsBaseOf
|
|
// for all built-in types.
|
|
// static_assert((IsBaseOf<int, int>::value) == false);
|
|
}
|
|
|
|
} /* namespace CPlusPlus11IsBaseOf */
|
|
|
|
class A { };
|
|
class B : public A { };
|
|
class C : private A { };
|
|
class D { };
|
|
class E : public A { };
|
|
class F : public B, public E { };
|
|
|
|
static void
|
|
TestIsBaseOf()
|
|
{
|
|
static_assert((IsBaseOf<A, B>::value),
|
|
"A is a base of B");
|
|
static_assert((!IsBaseOf<B, A>::value),
|
|
"B is not a base of A");
|
|
static_assert((IsBaseOf<A, C>::value),
|
|
"A is a base of C");
|
|
static_assert((!IsBaseOf<C, A>::value),
|
|
"C is not a base of A");
|
|
static_assert((IsBaseOf<A, F>::value),
|
|
"A is a base of F");
|
|
static_assert((!IsBaseOf<F, A>::value),
|
|
"F is not a base of A");
|
|
static_assert((!IsBaseOf<A, D>::value),
|
|
"A is not a base of D");
|
|
static_assert((!IsBaseOf<D, A>::value),
|
|
"D is not a base of A");
|
|
static_assert((IsBaseOf<B, B>::value),
|
|
"B is the same as B (and therefore, a base of B)");
|
|
}
|
|
|
|
class ExplicitCopyConstructor {
|
|
explicit ExplicitCopyConstructor(const ExplicitCopyConstructor&) = default;
|
|
};
|
|
|
|
static void
|
|
TestIsConvertible()
|
|
{
|
|
// Pointer type convertibility
|
|
static_assert((IsConvertible<A*, A*>::value),
|
|
"A* should convert to A*");
|
|
static_assert((IsConvertible<B*, A*>::value),
|
|
"B* should convert to A*");
|
|
static_assert((!IsConvertible<A*, B*>::value),
|
|
"A* shouldn't convert to B*");
|
|
static_assert((!IsConvertible<A*, C*>::value),
|
|
"A* shouldn't convert to C*");
|
|
static_assert((!IsConvertible<A*, D*>::value),
|
|
"A* shouldn't convert to unrelated D*");
|
|
static_assert((!IsConvertible<D*, A*>::value),
|
|
"D* shouldn't convert to unrelated A*");
|
|
|
|
// Instance type convertibility
|
|
static_assert((IsConvertible<A, A>::value),
|
|
"A is A");
|
|
static_assert((IsConvertible<B, A>::value),
|
|
"B converts to A");
|
|
static_assert((!IsConvertible<D, A>::value),
|
|
"D and A are unrelated");
|
|
static_assert((!IsConvertible<A, D>::value),
|
|
"A and D are unrelated");
|
|
|
|
static_assert(IsConvertible<void, void>::value, "void is void");
|
|
static_assert(!IsConvertible<A, void>::value, "A shouldn't convert to void");
|
|
static_assert(!IsConvertible<void, B>::value, "void shouldn't convert to B");
|
|
|
|
static_assert(!IsConvertible<const ExplicitCopyConstructor&,
|
|
ExplicitCopyConstructor>::value,
|
|
"IsConvertible should test for implicit convertibility");
|
|
|
|
// These cases seem to require C++11 support to properly implement them, so
|
|
// for now just disable them.
|
|
//static_assert((!IsConvertible<C*, A*>::value),
|
|
// "C* shouldn't convert to A* (private inheritance)");
|
|
//static_assert((!IsConvertible<C, A>::value),
|
|
// "C doesn't convert to A (private inheritance)");
|
|
}
|
|
|
|
static_assert(IsSame<AddLvalueReference<int>::Type, int&>::value,
|
|
"not adding & to int correctly");
|
|
static_assert(IsSame<AddLvalueReference<volatile int&>::Type, volatile int&>::value,
|
|
"not adding & to volatile int& correctly");
|
|
static_assert(IsSame<AddLvalueReference<void*>::Type, void*&>::value,
|
|
"not adding & to void* correctly");
|
|
static_assert(IsSame<AddLvalueReference<void>::Type, void>::value,
|
|
"void shouldn't be transformed by AddLvalueReference");
|
|
static_assert(IsSame<AddLvalueReference<struct S1&&>::Type, struct S1&>::value,
|
|
"not reference-collapsing struct S1&& & to struct S1& correctly");
|
|
|
|
static_assert(IsSame<AddRvalueReference<int>::Type, int&&>::value,
|
|
"not adding && to int correctly");
|
|
static_assert(IsSame<AddRvalueReference<volatile int&>::Type, volatile int&>::value,
|
|
"not adding && to volatile int& correctly");
|
|
static_assert(IsSame<AddRvalueReference<const int&&>::Type, const int&&>::value,
|
|
"not adding && to volatile int& correctly");
|
|
static_assert(IsSame<AddRvalueReference<void*>::Type, void*&&>::value,
|
|
"not adding && to void* correctly");
|
|
static_assert(IsSame<AddRvalueReference<void>::Type, void>::value,
|
|
"void shouldn't be transformed by AddRvalueReference");
|
|
static_assert(IsSame<AddRvalueReference<struct S1&>::Type, struct S1&>::value,
|
|
"not reference-collapsing struct S1& && to struct S1& correctly");
|
|
|
|
struct TestWithDefaultConstructor
|
|
{
|
|
int foo() const { return 0; }
|
|
};
|
|
struct TestWithNoDefaultConstructor
|
|
{
|
|
explicit TestWithNoDefaultConstructor(int) {}
|
|
int foo() const { return 1; }
|
|
};
|
|
|
|
static_assert(IsSame<decltype(TestWithDefaultConstructor().foo()), int>::value,
|
|
"decltype should work using a struct with a default constructor");
|
|
static_assert(IsSame<decltype(DeclVal<TestWithDefaultConstructor>().foo()), int>::value,
|
|
"decltype should work using a DeclVal'd struct with a default constructor");
|
|
static_assert(IsSame<decltype(DeclVal<TestWithNoDefaultConstructor>().foo()), int>::value,
|
|
"decltype should work using a DeclVal'd struct without a default constructor");
|
|
|
|
static_assert(IsSame<MakeSigned<const unsigned char>::Type, const signed char>::value,
|
|
"const unsigned char won't signify correctly");
|
|
static_assert(IsSame<MakeSigned<volatile unsigned short>::Type, volatile signed short>::value,
|
|
"volatile unsigned short won't signify correctly");
|
|
static_assert(IsSame<MakeSigned<const volatile unsigned int>::Type, const volatile signed int>::value,
|
|
"const volatile unsigned int won't signify correctly");
|
|
static_assert(IsSame<MakeSigned<unsigned long>::Type, signed long>::value,
|
|
"unsigned long won't signify correctly");
|
|
static_assert(IsSame<MakeSigned<const signed char>::Type, const signed char>::value,
|
|
"const signed char won't signify correctly");
|
|
|
|
static_assert(IsSame<MakeSigned<volatile signed short>::Type, volatile signed short>::value,
|
|
"volatile signed short won't signify correctly");
|
|
static_assert(IsSame<MakeSigned<const volatile signed int>::Type, const volatile signed int>::value,
|
|
"const volatile signed int won't signify correctly");
|
|
static_assert(IsSame<MakeSigned<signed long>::Type, signed long>::value,
|
|
"signed long won't signify correctly");
|
|
|
|
static_assert(IsSame<MakeSigned<char>::Type, signed char>::value,
|
|
"char won't signify correctly");
|
|
static_assert(IsSame<MakeSigned<volatile char>::Type, volatile signed char>::value,
|
|
"volatile char won't signify correctly");
|
|
static_assert(IsSame<MakeSigned<const char>::Type, const signed char>::value,
|
|
"const char won't signify correctly");
|
|
|
|
static_assert(IsSame<MakeUnsigned<const signed char>::Type, const unsigned char>::value,
|
|
"const signed char won't unsignify correctly");
|
|
static_assert(IsSame<MakeUnsigned<volatile signed short>::Type, volatile unsigned short>::value,
|
|
"volatile signed short won't unsignify correctly");
|
|
static_assert(IsSame<MakeUnsigned<const volatile signed int>::Type, const volatile unsigned int>::value,
|
|
"const volatile signed int won't unsignify correctly");
|
|
static_assert(IsSame<MakeUnsigned<signed long>::Type, unsigned long>::value,
|
|
"signed long won't unsignify correctly");
|
|
|
|
static_assert(IsSame<MakeUnsigned<const unsigned char>::Type, const unsigned char>::value,
|
|
"const unsigned char won't unsignify correctly");
|
|
|
|
static_assert(IsSame<MakeUnsigned<volatile unsigned short>::Type, volatile unsigned short>::value,
|
|
"volatile unsigned short won't unsignify correctly");
|
|
static_assert(IsSame<MakeUnsigned<const volatile unsigned int>::Type, const volatile unsigned int>::value,
|
|
"const volatile unsigned int won't unsignify correctly");
|
|
static_assert(IsSame<MakeUnsigned<unsigned long>::Type, unsigned long>::value,
|
|
"signed long won't unsignify correctly");
|
|
|
|
static_assert(IsSame<MakeUnsigned<char>::Type, unsigned char>::value,
|
|
"char won't unsignify correctly");
|
|
static_assert(IsSame<MakeUnsigned<volatile char>::Type, volatile unsigned char>::value,
|
|
"volatile char won't unsignify correctly");
|
|
static_assert(IsSame<MakeUnsigned<const char>::Type, const unsigned char>::value,
|
|
"const char won't unsignify correctly");
|
|
|
|
static_assert(IsSame<RemoveExtent<int>::Type, int>::value,
|
|
"removing extent from non-array must return the non-array");
|
|
static_assert(IsSame<RemoveExtent<const int[]>::Type, const int>::value,
|
|
"removing extent from unknown-bound array must return element type");
|
|
static_assert(IsSame<RemoveExtent<volatile int[5]>::Type, volatile int>::value,
|
|
"removing extent from known-bound array must return element type");
|
|
static_assert(IsSame<RemoveExtent<long[][17]>::Type, long[17]>::value,
|
|
"removing extent from multidimensional array must return element type");
|
|
|
|
struct TestRemovePointer { bool m; void f(); };
|
|
static_assert(IsSame<RemovePointer<int>::Type, int>::value,
|
|
"removing pointer from int must return int");
|
|
static_assert(IsSame<RemovePointer<int*>::Type, int>::value,
|
|
"removing pointer from int* must return int");
|
|
static_assert(IsSame<RemovePointer<int* const>::Type, int>::value,
|
|
"removing pointer from int* const must return int");
|
|
static_assert(IsSame<RemovePointer<int* volatile>::Type, int>::value,
|
|
"removing pointer from int* volatile must return int");
|
|
static_assert(IsSame<RemovePointer<const long*>::Type, const long>::value,
|
|
"removing pointer from const long* must return const long");
|
|
static_assert(IsSame<RemovePointer<void* const>::Type, void>::value,
|
|
"removing pointer from void* const must return void");
|
|
static_assert(IsSame<RemovePointer<void (TestRemovePointer::*)()>::Type,
|
|
void (TestRemovePointer::*)()>::value,
|
|
"removing pointer from void (S::*)() must return void (S::*)()");
|
|
static_assert(IsSame<RemovePointer<void (*)()>::Type, void()>::value,
|
|
"removing pointer from void (*)() must return void()");
|
|
static_assert(IsSame<RemovePointer<bool TestRemovePointer::*>::Type,
|
|
bool TestRemovePointer::*>::value,
|
|
"removing pointer from bool S::* must return bool S::*");
|
|
|
|
static_assert(IsSame<AddPointer<int>::Type, int*>::value,
|
|
"adding pointer to int must return int*");
|
|
static_assert(IsSame<AddPointer<int*>::Type, int**>::value,
|
|
"adding pointer to int* must return int**");
|
|
static_assert(IsSame<AddPointer<int&>::Type, int*>::value,
|
|
"adding pointer to int& must return int*");
|
|
static_assert(IsSame<AddPointer<int* const>::Type, int* const*>::value,
|
|
"adding pointer to int* const must return int* const*");
|
|
static_assert(IsSame<AddPointer<int* volatile>::Type, int* volatile*>::value,
|
|
"adding pointer to int* volatile must return int* volatile*");
|
|
|
|
static_assert(IsSame<Decay<int>::Type, int>::value,
|
|
"decaying int must return int");
|
|
static_assert(IsSame<Decay<int*>::Type, int*>::value,
|
|
"decaying int* must return int*");
|
|
static_assert(IsSame<Decay<int* const>::Type, int*>::value,
|
|
"decaying int* const must return int*");
|
|
static_assert(IsSame<Decay<int* volatile>::Type, int*>::value,
|
|
"decaying int* volatile must return int*");
|
|
static_assert(IsSame<Decay<int&>::Type, int>::value,
|
|
"decaying int& must return int");
|
|
static_assert(IsSame<Decay<const int&>::Type, int>::value,
|
|
"decaying const int& must return int");
|
|
static_assert(IsSame<Decay<int&&>::Type, int>::value,
|
|
"decaying int&& must return int");
|
|
static_assert(IsSame<Decay<int[1]>::Type, int*>::value,
|
|
"decaying int[1] must return int*");
|
|
static_assert(IsSame<Decay<void(int)>::Type, void(*)(int)>::value,
|
|
"decaying void(int) must return void(*)(int)");
|
|
|
|
/*
|
|
* Android's broken [u]intptr_t inttype macros are broken because its PRI*PTR
|
|
* macros are defined as "ld", but sizeof(long) is 8 and sizeof(intptr_t)
|
|
* is 4 on 32-bit Android. We redefine Android's PRI*PTR macros in
|
|
* IntegerPrintfMacros.h and assert here that our new definitions match the
|
|
* actual type sizes seen at compile time.
|
|
*/
|
|
#if defined(ANDROID) && !defined(__LP64__)
|
|
static_assert(mozilla::IsSame<int, intptr_t>::value,
|
|
"emulated PRI[di]PTR definitions will be wrong");
|
|
static_assert(mozilla::IsSame<unsigned int, uintptr_t>::value,
|
|
"emulated PRI[ouxX]PTR definitions will be wrong");
|
|
#endif
|
|
|
|
int
|
|
main()
|
|
{
|
|
CPlusPlus11IsBaseOf::StandardIsBaseOfTests();
|
|
TestIsBaseOf();
|
|
TestIsConvertible();
|
|
return 0;
|
|
}
|