Home
last modified time | relevance | path

Searched refs:sub_tops (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c50 re_sub_match_top_t **sub_tops; member
155 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c52 re_sub_match_top_t **sub_tops; member
157 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c51 re_sub_match_top_t **sub_tops; member
156 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c52 re_sub_match_top_t **sub_tops; member
157 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c50 re_sub_match_top_t **sub_tops; member
155 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c50 re_sub_match_top_t **sub_tops; member
155 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c50 re_sub_match_top_t **sub_tops; member
155 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c50 re_sub_match_top_t **sub_tops; member
155 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c50 re_sub_match_top_t **sub_tops; member
155 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c50 re_sub_match_top_t **sub_tops; member
155 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c52 re_sub_match_top_t **sub_tops; member
157 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c50 re_sub_match_top_t **sub_tops; member
155 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c50 re_sub_match_top_t **sub_tops; member
155 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c51 re_sub_match_top_t **sub_tops; member
156 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c50 re_sub_match_top_t **sub_tops; member
155 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c50 re_sub_match_top_t **sub_tops; member
155 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c52 re_sub_match_top_t **sub_tops; member
157 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c51 re_sub_match_top_t **sub_tops; member
156 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c50 re_sub_match_top_t **sub_tops; member
155 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/deps/regex/
H A Dregexec.c2708 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx]; in get_subexp()
4166 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n); in match_ctx_init()
4167 if (BE (mctx->bkref_ents == NULL || mctx->sub_tops == NULL, 0)) in match_ctx_init()
4193 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
4221 re_free (mctx->sub_tops); in match_ctx_free()
4307 assert (mctx->sub_tops != NULL); in match_ctx_add_subtop()
4313 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops, in match_ctx_add_subtop()
4318 mctx->sub_tops = new_array; in match_ctx_add_subtop()
4322 if (BE (mctx->sub_tops[mctx->nsub_tops] == NULL, 0)) in match_ctx_add_subtop()
4324 mctx->sub_tops[mctx->nsub_tops]->node = node; in match_ctx_add_subtop()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregexec.c2663 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx]; in get_subexp()
4100 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n); in match_ctx_init()
4101 if (BE (mctx->bkref_ents == NULL || mctx->sub_tops == NULL, 0)) in match_ctx_init()
4127 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
4155 re_free (mctx->sub_tops); in match_ctx_free()
4241 assert (mctx->sub_tops != NULL); in match_ctx_add_subtop()
4247 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops, in match_ctx_add_subtop()
4252 mctx->sub_tops = new_array; in match_ctx_add_subtop()
4256 if (BE (mctx->sub_tops[mctx->nsub_tops] == NULL, 0)) in match_ctx_add_subtop()
4258 mctx->sub_tops[mctx->nsub_tops]->node = node; in match_ctx_add_subtop()
[all …]
/dports/devel/git-gui/git-2.34.1/compat/regex/
H A Dregexec.c2707 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx]; in get_subexp()
4165 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n); in match_ctx_init()
4166 if (BE (mctx->bkref_ents == NULL || mctx->sub_tops == NULL, 0)) in match_ctx_init()
4192 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
4220 re_free (mctx->sub_tops); in match_ctx_free()
4306 assert (mctx->sub_tops != NULL); in match_ctx_add_subtop()
4312 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops, in match_ctx_add_subtop()
4317 mctx->sub_tops = new_array; in match_ctx_add_subtop()
4321 if (BE (mctx->sub_tops[mctx->nsub_tops] == NULL, 0)) in match_ctx_add_subtop()
4323 mctx->sub_tops[mctx->nsub_tops]->node = node; in match_ctx_add_subtop()
[all …]
/dports/devel/git-p4/git-2.34.1/compat/regex/
H A Dregexec.c2707 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx]; in get_subexp()
4165 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n); in match_ctx_init()
4166 if (BE (mctx->bkref_ents == NULL || mctx->sub_tops == NULL, 0)) in match_ctx_init()
4192 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
4220 re_free (mctx->sub_tops); in match_ctx_free()
4306 assert (mctx->sub_tops != NULL); in match_ctx_add_subtop()
4312 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops, in match_ctx_add_subtop()
4317 mctx->sub_tops = new_array; in match_ctx_add_subtop()
4321 if (BE (mctx->sub_tops[mctx->nsub_tops] == NULL, 0)) in match_ctx_add_subtop()
4323 mctx->sub_tops[mctx->nsub_tops]->node = node; in match_ctx_add_subtop()
[all …]
/dports/devel/git/git-2.34.1/compat/regex/
H A Dregexec.c2707 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx]; in get_subexp()
4165 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n); in match_ctx_init()
4166 if (BE (mctx->bkref_ents == NULL || mctx->sub_tops == NULL, 0)) in match_ctx_init()
4192 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
4220 re_free (mctx->sub_tops); in match_ctx_free()
4306 assert (mctx->sub_tops != NULL); in match_ctx_add_subtop()
4312 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops, in match_ctx_add_subtop()
4317 mctx->sub_tops = new_array; in match_ctx_add_subtop()
4321 if (BE (mctx->sub_tops[mctx->nsub_tops] == NULL, 0)) in match_ctx_add_subtop()
4323 mctx->sub_tops[mctx->nsub_tops]->node = node; in match_ctx_add_subtop()
[all …]
/dports/devel/R-cran-git2r/git2r/src/libgit2/deps/regex/
H A Dregexec.c2708 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx]; in get_subexp()
4166 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n); in match_ctx_init()
4167 if (BE (mctx->bkref_ents == NULL || mctx->sub_tops == NULL, 0)) in match_ctx_init()
4193 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
4221 re_free (mctx->sub_tops); in match_ctx_free()
4307 assert (mctx->sub_tops != NULL); in match_ctx_add_subtop()
4313 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops, in match_ctx_add_subtop()
4318 mctx->sub_tops = new_array; in match_ctx_add_subtop()
4322 if (BE (mctx->sub_tops[mctx->nsub_tops] == NULL, 0)) in match_ctx_add_subtop()
4324 mctx->sub_tops[mctx->nsub_tops]->node = node; in match_ctx_add_subtop()
[all …]

1234567