#include "utils/ellipsis-str32.h"
#include "utils/ellipsis-str8.h"
#include "utils/ellipsis-error.h"
#include "utils/ellipsis-init.h"
#include "ellipsis-category.h"
#include "ellipsis-what.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
Go to the source code of this file.
|
#define | ELLIPSIS_CONTRACT(COUNT, COND, ACTION, VERB, CSTR, CTYPE, ...) |
|
#define | ELLIPSIS_CONTRACT_CHECK_STATIC(CTYPE, COND, CSTR, ...) |
|
#define | ELLIPSIS_CONTRACT_ICE_OR_TRUE(...) |
|
#define | ELLIPSIS_CONTRACT_IMPL(COUNT, COND, ACTION, VERB, CSTR, CTYPE, ...) |
|
#define | ELLIPSIS_CONTRACT_VIOLATION(COUNT, VERB, CTYPE, CSTR, ...) |
|
#define | ELLIPSIS_TEST_ICE(...) (false ? ELLIPSIS_TO_VOIDS(__VA_ARGS__) : (ellipsis‿contracts‿is_ice*)nullptr) |
|
#define | ELLIPSIS_TO_VOIDS(...) ((void*)((uintptr_t)((__VA_ARGS__)-(__VA_ARGS__)))) |
|
#define | STRINGIFY(...) STRINGIFY_(__VA_ARGS__) |
|
#define | STRINGIFY_(...) #__VA_ARGS__ |
|
#define | TOKEN_IS_INNER_CASE(N) case (N): ret |= (arr[N-1] != s[N-1])<<(N-1) |
|
- Warning
- This is a file generated by eĿlipsis version 20250309, do not modify
◆ ELLIPSIS_CONTRACT
#define ELLIPSIS_CONTRACT |
( |
|
COUNT, |
|
|
|
COND, |
|
|
|
ACTION, |
|
|
|
VERB, |
|
|
|
CSTR, |
|
|
|
CTYPE, |
|
|
|
... |
|
) |
| |
Value: \
do { \
_Generic( \
} while(false)
struct ellipsis‿contracts‿is_ice ellipsis‿contracts‿is_ice
Definition ellipsis-expression.c:24
#define __VA_OPT__
A pseudo macro that cannot be redefined.
Definition ellipsis-predefined.dirs:89
#define ELLIPSIS_TEST_ICE(...)
Definition ellipsis-token.h:51
#define ELLIPSIS_CONTRACT_CHECK_STATIC(CTYPE, COND, CSTR,...)
Definition ellipsis-token.h:59
#define ELLIPSIS_CONTRACT_IMPL(COUNT, COND, ACTION, VERB, CSTR, CTYPE,...)
Definition ellipsis-token.h:41
◆ ELLIPSIS_CONTRACT_CHECK_STATIC
#define ELLIPSIS_CONTRACT_CHECK_STATIC |
( |
|
CTYPE, |
|
|
|
COND, |
|
|
|
CSTR, |
|
|
|
... |
|
) |
| |
Value: ({\
"compile time violation of " CTYPE " " CSTR \
})
#define ELLIPSIS_CONTRACT_ICE_OR_TRUE(...)
Definition ellipsis-token.h:53
◆ ELLIPSIS_CONTRACT_ICE_OR_TRUE
#define ELLIPSIS_CONTRACT_ICE_OR_TRUE |
( |
|
... | ) |
|
Value: _Generic( \
#define true
The constant true made accessible to the preprocessor.
Definition ellipsis-builtins.dirs:32
◆ ELLIPSIS_CONTRACT_IMPL
#define ELLIPSIS_CONTRACT_IMPL |
( |
|
COUNT, |
|
|
|
COND, |
|
|
|
ACTION, |
|
|
|
VERB, |
|
|
|
CSTR, |
|
|
|
CTYPE, |
|
|
|
... |
|
) |
| |
Value:(((false) || (COND)) \
? (void)0 \
, ((false) \
? (void)0 \
: ACTION())))
#define ELLIPSIS_CONTRACT_VIOLATION(COUNT, VERB, CTYPE, CSTR,...)
Definition ellipsis-token.h:32
◆ ELLIPSIS_CONTRACT_VIOLATION
#define ELLIPSIS_CONTRACT_VIOLATION |
( |
|
COUNT, |
|
|
|
VERB, |
|
|
|
CTYPE, |
|
|
|
CSTR, |
|
|
|
... |
|
) |
| |
Value:({\
static char const contract_format_ ## COUNT[] = \
(VERB \
? fputs(contract_format_ ## COUNT, stderr) \
: 0);\
})
#define __FILE__
The current source file as required by the C standard.
Definition ellipsis-builtins.dirs:21
#define __LINE__
The current physical source line as required by the C standard.
Definition ellipsis-builtins.dirs:24
#define STRINGIFY(...)
Definition ellipsis-token.h:29
◆ ELLIPSIS_TEST_ICE
◆ ELLIPSIS_TO_VOIDS
#define ELLIPSIS_TO_VOIDS |
( |
|
... | ) |
((void*)((uintptr_t)((__VA_ARGS__)-(__VA_ARGS__)))) |
◆ STRINGIFY
◆ STRINGIFY_
#define STRINGIFY_ |
( |
|
... | ) |
#__VA_ARGS__ |
◆ TOKEN_IS_INNER_CASE
#define TOKEN_IS_INNER_CASE |
( |
|
N | ) |
case (N): ret |= (arr[N-1] != s[N-1])<<(N-1) |
◆ ellipsis‿contracts‿is_ice
◆ macro_cb
◆ vtype
typedef unsigned long long vtype |
◆ ellipsis‿contracts‿ignore‿dynamic
thread_local bool volatile ellipsis‿contracts‿ignore‿dynamic |
|
extern |
◆ ellipsis‿contracts‿proceed‿dynamic
thread_local bool volatile ellipsis‿contracts‿proceed‿dynamic |
|
extern |
◆ ellipsis‿contracts‿verbose‿dynamic
thread_local bool volatile ellipsis‿contracts‿verbose‿dynamic |
|
extern |