Home
last modified time | relevance | path

Searched refs:accept_label (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_custom.cpp101 dfsan_label accept_label, in __dfsw_strpbrk() argument
111 dfsan_union(s_label, accept_label))); in __dfsw_strpbrk()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c459 struct sljit_label *accept_label; member
9645 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
9747 common->accept_label = NULL; in compile_assert_matchingpath()
9767 common->accept_label = save_accept_label; in compile_assert_matchingpath()
9772 common->accept_label = LABEL(); in compile_assert_matchingpath()
9774 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath()
9846 common->accept_label = save_accept_label; in compile_assert_matchingpath()
10046 common->accept_label = save_accept_label; in compile_assert_matchingpath()
11734 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
11737 JUMPTO(SLJIT_JUMP, common->accept_label); in compile_fail_accept_matchingpath()
[all …]