regexJIT.c | 231 static int stack_push(struct stack *stack, int type, int value) function in typeref:typename:int 482 if (stack_push(stack, type_open_br, 0)) 484 if (stack_push(stack, type_close_br, 0)) 496 SLJIT_ASSERT(stack_push(&it, type_open_br, 0) == 0); 498 stack_push(&it, type_open_br, 0); 518 if (stack_push(stack, type_qestion_mark, 0)) 528 if (stack_push(stack, type_qestion_mark, 0)) 549 if (stack_push(stack, type_plus_sign, 0)) 554 if (stack_push(stack, type_close_br, 0)) 595 if (stack_push(stack, type_id, val1) [all...] |