Go to the source code of this file.
Defines | |
| #define | BUILTIN_EXPECT(exp, c) (exp) |
| #define | EXPECT_TRUE(exp) (exp) |
| #define | EXPECT_FALSE(exp) (exp) |
| #define | barrier() __asm__ __volatile__("": : :"memory") |
| #define | FIASCO_CONST __attribute__ ((const)) |
| #define | FIASCO_FASTCALL |
| #define | MARK_AS_DEPRECATED |
| #define | ALWAYS_INLINE |
| #define | FIASCO_NOINLINE |
| #define | FIASCO_NORETURN __attribute__ ((noreturn)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2