Home
last modified time | relevance | path

Searched refs:assertions (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-match-utils.h139 #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 Dtre-compile.c1094 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 Dtre-match-backtrack.c320 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 Dtre-match-parallel.c284 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 Dtre-match-approx.c341 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 Dtre-compile.h18 int assertions; member
H A Dtre-ast.c157 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 Dclang-analysis.pre14 # 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 DDebugMode.rst13 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 DMakefile.in21 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 DPackaging.rst23 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 Dlibc4netbsd24 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 Dllvm.spec.in35 --enable-assertions
62 - Make the build be optimized+assertions
/netbsd-src/lib/libc/isc/
H A DMakefile.inc6 SRCS+= assertions.c ev_timers.c ev_streams.c
/netbsd-src/external/mit/libcbor/dist/test/
H A DCMakeLists.txt8 add_executable(${NAME} "${NAME}.c" assertions.c stream_expectations.c)
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A DMakefile.in52 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 Dbuildflags.gni14 # Whether to enable assertions.
/netbsd-src/external/bsd/libbind/dist/include/
H A DMakefile.in25 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 DREADME.svn7 assertions, otherwise, use make clean; make after svn update.
/netbsd-src/external/bsd/tre/dist/
H A DREADME.md277 * 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 DTODO21 - beginning and end of buffer assertions ("\`" and "\'")
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A DMakefile.am8 include/isc/assertions.h \
119 assertions.c \
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A DMakefile.in23 HEADERS = aes.h app.h assertions.h astack.h atomic.h backtrace.h \
/netbsd-src/external/gpl3/gcc/dist/c++tools/
H A Dconfig.h.in3 /* Define if you want assertions enabled. This is a cheap check. */
/netbsd-src/external/mpl/bind/lib/libisc/
H A DMakefile34 SRCS= ascii.c assertions.c async.c base32.c base64.c \

12345678910>>...17