Searched refs:current_flags (Results 1 – 3 of 3) sorted by relevance
538 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument541 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()544 compiler->status_flags_state = current_flags; in sljit_set_current_flags()549 if ((current_flags & ~(VARIABLE_FLAG_MASK | SLJIT_SET_Z | SLJIT_CURRENT_FLAGS_ALL)) == 0) { in sljit_set_current_flags()550 …compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z… in sljit_set_current_flags()2482 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument2485 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()
1539 sljit_s32 current_flags);
2696 uint16_t current_flags; in lexer_construct_regexp_object() local2777 current_flags = 0; in lexer_construct_regexp_object()2808 if (current_flags & flag) in lexer_construct_regexp_object()2813 current_flags = (uint16_t) (current_flags | flag); in lexer_construct_regexp_object()2865 re_compiled_code_t *re_bytecode_p = re_compile_bytecode (pattern_str_p, current_flags); in lexer_construct_regexp_object()