Home
last modified time | relevance | path

Searched defs:IR_SET_ALIGNED (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_private.h36 # define IR_SET_ALIGNED(alignment, decl) decl __attribute__ ((__aligned__ (alignment))) macro
42 # define IR_SET_ALIGNED(alignment, decl) __declspec(align(alignment)) decl macro
51 # define IR_SET_ALIGNED(alignment, decl) decl macro

Completed in 13 milliseconds