Searched defs:_ (Results 1 – 15 of 15) sorted by relevance
/php-src/ext/opcache/jit/ir/ |
H A D | ir_fold.h | 1368 IR_FOLD(PHI(_, _)) // TODO: PHI(_, _, _) in IR_FOLD() 2883 IR_FOLD(MUL(_, _)) in IR_FOLD() 2894 IR_FOLD(MUL_OV(_, _)) in IR_FOLD() 2904 IR_FOLD(SUB(_, _)) in IR_FOLD() 2912 IR_FOLD(SUB_OV(_, _)) in IR_FOLD() 2923 IR_FOLD(OR(_,_)) in IR_FOLD() 2934 IR_FOLD(XOR(_,_)) in IR_FOLD() 2944 IR_FOLD(NE(_, _)) in IR_FOLD() 2956 IR_FOLD(GE(_, _)) in IR_FOLD() 2974 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-src/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 | 565 #define ZEND_KNOWN_STRINGS(_) \ argument
|
H A D | zend_API.h | 1505 #define Z_EXPECTED_TYPES(_) \ argument
|
/php-src/ext/gettext/ |
H A D | gettext.stub.php | 12 function _(string $message): string {} function
|
/php-src/ext/bcmath/libbcmath/src/ |
H A D | convert.c | 123 #define LUT_ITERATE(_, A) \ argument
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_internal.h | 246 #define ZEND_JIT_TRACE_STOP(_) \ argument
|
H A D | zend_jit_ir.c | 214 #define JIT_STUBS(_) \ argument
|
/php-src/ext/ffi/ |
H A D | ffi.c | 6811 #define SIMPLE_ATTRIBUTES(_) \ argument 6909 #define VALUE_ATTRIBUTES(_) \ argument
|
Completed in 143 milliseconds