Searched defs:_ (Results 1 – 15 of 15) sorted by relevance
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_fold.h | 1368 IR_FOLD(PHI(_, _)) // TODO: PHI(_, _, _) in IR_FOLD() 2911 IR_FOLD(MUL(_, _)) in IR_FOLD() 2922 IR_FOLD(MUL_OV(_, _)) in IR_FOLD() 2932 IR_FOLD(SUB(_, _)) in IR_FOLD() 2940 IR_FOLD(SUB_OV(_, _)) in IR_FOLD() 2951 IR_FOLD(OR(_,_)) in IR_FOLD() 2962 IR_FOLD(XOR(_,_)) in IR_FOLD() 2972 IR_FOLD(NE(_, _)) in IR_FOLD() 2984 IR_FOLD(GE(_, _)) in IR_FOLD() 3002 IR_FOLD(UGE(_, _)) in IR_FOLD() [all …]
|
H A D | ir_x86.h | 12 # define IR_GP_REGS(_) \ argument 30 # define IR_FP_REGS(_) \ argument 50 # define IR_GP_REGS(_) \ argument 60 # define IR_FP_REGS(_) \ argument
|
H A D | ir_php.h | 11 #define IR_PHP_OPS(_) argument
|
H A D | ir_aarch64.h | 11 #define IR_GP_REGS(_) \ argument 45 # define IR_FP_REGS(_) \ argument
|
H A D | ir.h | 126 #define IR_TYPES(_) \ argument 218 #define IR_OPS(_) \ argument
|
/PHP-8.4/Zend/ |
H A D | zend_vm_handlers.h | 1 #define VM_HANDLERS(_) \ argument
|
H A D | zend_alloc_sizes.h | 32 #define ZEND_MM_BINS_INFO(_, x, y) \ argument
|
H A D | zend_ast.h | 236 # define ZEND_AST_SPEC_CALL_(name, _, _6, _5, _4, _3, _2, _1, suffix, ...) \ argument 240 # define ZEND_AST_SPEC_CALL_EX_(name, _, _7, _6, _5, _4, _3, _2, _1, suffix, ...) \ argument
|
H A D | zend_string.h | 563 #define ZEND_KNOWN_STRINGS(_) \ argument
|
H A D | zend_API.h | 1508 #define Z_EXPECTED_TYPES(_) \ argument
|
/PHP-8.4/ext/gettext/ |
H A D | gettext.stub.php | 12 function _(string $message): string {} function
|
/PHP-8.4/ext/bcmath/libbcmath/src/ |
H A D | convert.c | 123 #define LUT_ITERATE(_, A) \ argument
|
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_internal.h | 247 #define ZEND_JIT_TRACE_STOP(_) \ argument
|
H A D | zend_jit_ir.c | 215 #define JIT_STUBS(_) \ argument
|
/PHP-8.4/ext/ffi/ |
H A D | ffi.c | 6817 #define SIMPLE_ATTRIBUTES(_) \ argument 6915 #define VALUE_ATTRIBUTES(_) \ argument
|
Completed in 114 milliseconds