Home
last modified time | relevance | path

Searched refs:ZEND_BITSET_ALLOCA (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_vars.c31 zend_bitset used_vars = ZEND_BITSET_ALLOCA(used_vars_len, use_heap1); in zend_optimizer_compact_vars()
H A Dzend_dfg.c212 worklist = ZEND_BITSET_ALLOCA(worklist_len, use_heap); in zend_build_dfg()
H A Dzend_call_graph.c227 visited = ZEND_BITSET_ALLOCA(set_len, use_heap); in zend_analyze_recursion()
H A Dzend_inference.c4015 visited = ZEND_BITSET_ALLOCA(2 * bitset_len, use_heap); in zend_type_narrowing()
/PHP-7.4/Zend/
H A Dzend_bitset.h37 #define ZEND_BITSET_ALLOCA(n, use_heap) \ macro
/PHP-7.4/ext/standard/
H A Darray.c5916 bitset = ZEND_BITSET_ALLOCA(bitset_len, use_heap);

Completed in 45 milliseconds