Go to the source code of this file.
◆ CPPGC_DISALLOW_NEW
#define CPPGC_DISALLOW_NEW |
( |
| ) |
|
Value: public: \
void* operator new(size_t, void* location) { return location; } \
void* operator new(size_t) = delete; \
static_assert(true, "Force semicolon.")
#define CPPGC_UNUSED
Definition: compiler-specific.h:41
◆ CPPGC_PLUGIN_IGNORE
#define CPPGC_PLUGIN_IGNORE |
( |
|
bug_or_reason | ) |
|
◆ CPPGC_STACK_ALLOCATED
#define CPPGC_STACK_ALLOCATED |
( |
| ) |
static_assert(true, "Force semicolon.") |
◆ CPPGC_STACK_ALLOCATED_IGNORE
#define CPPGC_STACK_ALLOCATED_IGNORE |
( |
|
bug_or_reason | ) |
|