|
Chromium Embedded Framework (CEF)
145.0.1+g472e75d+chromium-145.0.7632.5
|
#include "include/base/cef_build.h"Macros | |
| #define | HAS_ATTRIBUTE(x) 0 |
| #define | HAS_BUILTIN(x) 0 |
| #define | HAS_FEATURE(FEATURE) 0 |
| #define | NOINLINE |
| #define | ALWAYS_INLINE inline |
| #define | NOT_TAIL_CALLED |
| #define | NO_UNIQUE_ADDRESS |
| #define | PRINTF_FORMAT(format_param, dots_param) |
| #define | NO_SANITIZE(sanitizer) |
| #define | MSAN_UNPOISON(p, size) |
| #define | MSAN_CHECK_MEM_IS_INITIALIZED(p, size) |
| #define | DISABLE_CFI_PERF |
| #define | DISABLE_CFI_ICALL NO_SANITIZE("cfi-icall") __declspec(guard(nocf)) |
| #define | PRETTY_FUNCTION __func__ |
| #define | STACK_UNINITIALIZED |
| #define | NO_STACK_PROTECTOR |
| #define | ANALYZER_SKIP_THIS_PATH() |
| #define | ANALYZER_ASSUME_TRUE(arg) (arg) |
| #define | NOMERGE |
| #define | TRIVIAL_ABI |
| #define | REINITIALIZES_AFTER_MOVE |
| #define ALWAYS_INLINE inline |
| #define ANALYZER_ASSUME_TRUE | ( | arg | ) | (arg) |
| #define ANALYZER_SKIP_THIS_PATH | ( | ) |
| #define DISABLE_CFI_ICALL NO_SANITIZE("cfi-icall") __declspec(guard(nocf)) |
| #define DISABLE_CFI_PERF |
| #define HAS_ATTRIBUTE | ( | x | ) | 0 |
| #define HAS_BUILTIN | ( | x | ) | 0 |
| #define HAS_FEATURE | ( | FEATURE | ) | 0 |
| #define MSAN_CHECK_MEM_IS_INITIALIZED | ( | p, | |
| size | |||
| ) |
| #define MSAN_UNPOISON | ( | p, | |
| size | |||
| ) |
| #define NO_SANITIZE | ( | sanitizer | ) |
| #define NO_STACK_PROTECTOR |
| #define NO_UNIQUE_ADDRESS |
| #define NOINLINE |
| #define NOMERGE |
| #define NOT_TAIL_CALLED |
| #define PRETTY_FUNCTION __func__ |
| #define PRINTF_FORMAT | ( | format_param, | |
| dots_param | |||
| ) |
| #define REINITIALIZES_AFTER_MOVE |
| #define STACK_UNINITIALIZED |
| #define TRIVIAL_ABI |