has_set_som       364 ext/pcre/pcrelib/pcre_jit_compile.c   BOOL has_set_som;
has_set_som       790 ext/pcre/pcrelib/pcre_jit_compile.c     common->has_set_som = TRUE;
has_set_som      1276 ext/pcre/pcrelib/pcre_jit_compile.c     SLJIT_ASSERT(common->has_set_som);
has_set_som      1303 ext/pcre/pcrelib/pcre_jit_compile.c     if (common->has_set_som && !setsom_found)
has_set_som      1450 ext/pcre/pcrelib/pcre_jit_compile.c     SLJIT_ASSERT(common->has_set_som);
has_set_som      1480 ext/pcre/pcrelib/pcre_jit_compile.c     if (common->has_set_som && !setsom_found)
has_set_som      6335 ext/pcre/pcrelib/pcre_jit_compile.c if (common->has_set_som && common->mark_ptr != 0)
has_set_som      6343 ext/pcre/pcrelib/pcre_jit_compile.c else if (common->has_set_som || common->mark_ptr != 0)
has_set_som      6345 ext/pcre/pcrelib/pcre_jit_compile.c   OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), common->has_set_som ? (int)(OVECTOR(0)) : common->mark_ptr);
has_set_som      8777 ext/pcre/pcrelib/pcre_jit_compile.c if (common->has_set_som && common->mark_ptr != 0)
has_set_som      8785 ext/pcre/pcrelib/pcre_jit_compile.c else if (common->has_set_som || common->mark_ptr != 0)
has_set_som      8789 ext/pcre/pcrelib/pcre_jit_compile.c   OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->has_set_som ? (int)(OVECTOR(0)) : common->mark_ptr, TMP2, 0);
has_set_som      9964 ext/pcre/pcrelib/pcre_jit_compile.c if (common->needs_start_ptr && common->has_set_som)