/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre-match-utils.h | 139 #define CHECK_ASSERTIONS(assertions) \ argument 140 (((assertions & ASSERT_AT_BOL) \ 143 || ((assertions & ASSERT_AT_EOL) \ 146 || ((assertions & ASSERT_AT_BOW) \ 148 || ((assertions & ASSERT_AT_EOW) \ 150 || ((assertions & ASSERT_AT_WB) \ 153 || ((assertions & ASSERT_AT_WB_NEG) \ 158 (((trans_i->assertions & ASSERT_CHAR_CLASS) \ 161 || ((trans_i->assertions & ASSERT_CHAR_CLASS) \ 165 || ((trans_i->assertions & ASSERT_CHAR_CLASS_NEG) \
|
H A D | tre-compile.c | 1094 int *tags, int assertions, int *params) in tre_set_union() argument 1113 new_set[s1].assertions = set1[s1].assertions | assertions; in tre_set_union() 1158 new_set[s1 + s2].assertions = set2[s2].assertions; in tre_set_union() 1203 int *assertions, int *params, int *num_tags_seen, in tre_match_empty() argument 1253 if (assertions != NULL) in tre_match_empty() 1254 *assertions |= lit->code_max; in tre_match_empty() 1455 int num_tags, *tags, assertions, params_seen; in tre_compute_nfl() local 1477 assertions = 0; in tre_compute_nfl() 1492 &assertions, params, NULL, NULL); in tre_compute_nfl() 1500 tags, assertions, params); in tre_compute_nfl() [all …]
|
H A D | tre-match-backtrack.c | 320 if (trans_i->assertions && CHECK_ASSERTIONS(trans_i->assertions)) in tre_tnfa_run_backtrack() 400 if (trans_i->state && trans_i->assertions & ASSERT_BACKREF) in tre_tnfa_run_backtrack() 529 trans_i->assertions, trans_i->state_id)); in tre_tnfa_run_backtrack() 533 if (trans_i->assertions in tre_tnfa_run_backtrack() 534 && (CHECK_ASSERTIONS(trans_i->assertions) in tre_tnfa_run_backtrack() 589 if (stack->item.state->assertions) in tre_tnfa_run_backtrack()
|
H A D | tre-match-parallel.c | 284 if (trans_i->assertions in tre_tnfa_run_parallel() 285 && CHECK_ASSERTIONS(trans_i->assertions)) in tre_tnfa_run_parallel() 417 if (trans_i->assertions in tre_tnfa_run_parallel() 418 && (CHECK_ASSERTIONS(trans_i->assertions) in tre_tnfa_run_parallel()
|
H A D | tre-match-approx.c | 341 if (trans->assertions && CHECK_ASSERTIONS(trans->assertions)) in tre_tnfa_run_approx() 535 if (trans->assertions && CHECK_ASSERTIONS(trans->assertions)) in tre_tnfa_run_approx() 667 if (trans->assertions in tre_tnfa_run_approx() 668 && (CHECK_ASSERTIONS(trans->assertions) in tre_tnfa_run_approx()
|
H A D | tre-compile.h | 18 int assertions; member
|
H A D | tre-ast.c | 157 char *assertions[] = { "bol", "eol", "ctype", "!ctype", in tre_do_print() local 164 fprintf(stream, "%s ", assertions[i]); in tre_do_print()
|
/netbsd-src/external/bsd/unbound/dist/testdata/clang-analysis.tdir/ |
H A D | clang-analysis.pre | 14 # test if assertions are enabled 19 # no unbound debug means no assertions, and clang analyzer uses 20 # the assertions to make inferences.
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
H A D | DebugMode.rst | 13 Libc++ provides a debug mode that enables assertions meant to detect incorrect 14 usage of the standard library. By default these assertions are disabled but 21 This macro is used to enable assertions and iterator debugging checks within 27 assertions. Defining ``_LIBCPP_DEBUG`` to ``1`` enables "iterator debugging" 28 which provides additional assertions about the validity of iterators used by
|
/netbsd-src/external/bsd/libbind/dist/isc/ |
H A D | Makefile.in | 21 OBJS= assertions.@O@ base64.@O@ bitncmp.@O@ ctl_clnt.@O@ ctl_p.@O@ \ 26 SRCS= assertions.c base64.c bitncmp.c ctl_clnt.c ctl_p.c \
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | Packaging.rst | 23 LLVM runs much more quickly when it's optimized and assertions are removed. 25 defining ``NDEBUG``, and the lack of assertions makes it hard to debug problems 29 ``--disable-assertions``
|
/netbsd-src/external/bsd/libbind/dist/ |
H A D | libc4netbsd | 24 for i in assertions.h dst.h eventlib.h heap.h list.h memcluster.h 40 for i in assertions.c ev_streams.c ev_timers.c eventlib_p.h
|
/netbsd-src/external/apache2/llvm/dist/llvm/ |
H A D | llvm.spec.in | 35 --enable-assertions 62 - Make the build be optimized+assertions
|
/netbsd-src/lib/libc/isc/ |
H A D | Makefile.inc | 6 SRCS+= assertions.c ev_timers.c ev_streams.c
|
/netbsd-src/external/mit/libcbor/dist/test/ |
H A D | CMakeLists.txt | 8 add_executable(${NAME} "${NAME}.c" assertions.c stream_expectations.c)
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | Makefile.in | 52 aes.@O@ app.@O@ assertions.@O@ astack.@O@ \ 76 aes.c app.c assertions.c astack.c \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/ |
H A D | buildflags.gni | 14 # Whether to enable assertions.
|
/netbsd-src/external/bsd/libbind/dist/include/ |
H A D | Makefile.in | 25 IHEADERS= isc/assertions.h isc/ctl.h isc/dst.h isc/eventlib.h isc/heap.h \
|
/netbsd-src/external/bsd/unbound/dist/doc/ |
H A D | README.svn | 7 assertions, otherwise, use make clean; make after svn update.
|
/netbsd-src/external/bsd/tre/dist/ |
H A D | README.md | 277 * Zero-width positive look-ahead assertions. 280 * Zero-width negative look-ahead assertions. 283 * Zero-width positive look-behind assertions. 286 * Zero-width negative look-behind assertions.
|
H A D | TODO | 21 - beginning and end of buffer assertions ("\`" and "\'")
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | Makefile.am | 8 include/isc/assertions.h \ 119 assertions.c \
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | Makefile.in | 23 HEADERS = aes.h app.h assertions.h astack.h atomic.h backtrace.h \
|
/netbsd-src/external/gpl3/gcc/dist/c++tools/ |
H A D | config.h.in | 3 /* Define if you want assertions enabled. This is a cheap check. */
|
/netbsd-src/external/mpl/bind/lib/libisc/ |
H A D | Makefile | 34 SRCS= ascii.c assertions.c async.c base32.c base64.c \
|