|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | CHECK_ERROR() |
| #define | CHECK_ERROR_PTR() |
| #define | FAIL_IF(expr) |
| #define | PTR_FAIL_IF(expr) |
| #define | FAIL_IF_NULL(ptr) |
| #define | PTR_FAIL_IF_NULL(ptr) |
| #define | PTR_FAIL_WITH_EXEC_IF(ptr) |
| #define | SLJIT_CODE_TO_PTR(code) |
| #define CHECK_ERROR | ( | ) |
Definition at line 43 of file sljitLir.c.
| #define CHECK_ERROR_PTR | ( | ) |
Definition at line 49 of file sljitLir.c.
| #define FAIL_IF | ( | expr | ) |
Definition at line 55 of file sljitLir.c.
Definition at line 67 of file sljitLir.c.
| #define PTR_FAIL_IF | ( | expr | ) |
Definition at line 61 of file sljitLir.c.
Definition at line 75 of file sljitLir.c.
Definition at line 83 of file sljitLir.c.
| #define SLJIT_CODE_TO_PTR | ( | code | ) |
Definition at line 326 of file sljitLir.c.