Home
last modified time | relevance | path

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

12345

/openbsd-src/lib/libkeynote/
H A DREADME46 set of assertions and an environment file. The directory testsuite/
47 has some examples assertions. The "keynote keygen" function can
49 used to sign assertions, and verify signed assertions respectively.
/openbsd-src/gnu/llvm/libcxx/docs/
H A DUsingLibcxx.rst146 Libc++ contains a number of assertions whose goal is to catch undefined behavior in the
147 library, usually caused by precondition violations. Those assertions do not aim to be
149 In particular, these assertions do not change the complexity of algorithms. However, they
152 By default, these assertions are turned off. Vendors can decide to turn them on while building
154 When ``LIBCXX_ENABLE_ASSERTIONS`` is used, the compiled library will be built with assertions
155 enabled, **and** user code will be built with assertions enabled by default. If
157 assertions and the default when building user code will be to have assertions disabled.
158 As a user, you can consult your vendor to know whether assertions are enabled by default.
161 assertions are enabled in their code by defining ``_LIBCPP_ENABLE_ASSERTIONS=0|1`` before
163 compiler). Note that if the compiled library was built by the vendor without assertions,
[all …]
H A DBuildingLibcxx.rst218 Build libc++ with assertions enabled in the compiled library, and enable assertions
221 :ref:`the documentation <assertions-mode>`.
/openbsd-src/gnu/llvm/lldb/docs/resources/
H A Dcontributing.rst34 Error handling and use of assertions in LLDB
58 LLDB. Because assertions are not present in release builds, the
60 permissible. In combination with the LLDB test suite, assertions are
67 * Soft assertions. LLDB provides ``lldb_assert()`` as a soft
/openbsd-src/gnu/llvm/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``
H A DHowToBuildOnARM.rst43 Build with assertions on: "-DLLVM_ENABLE_ASSERTIONS=True"
H A DTestingGuide.rst278 Generating assertions in regression tests
283 llvm/utils/ to generate the assertions.
285 For example to generate assertions in an :program:`llc`-based test, after
292 And if you want to update assertions in an existing test case, pass `-u` option
296 assertions:
/openbsd-src/gnu/llvm/llvm/
H A Dllvm.spec.in35 --enable-assertions
62 - Make the build be optimized+assertions
H A DCMakeLists.txt100 * -DCMAKE_BUILD_TYPE=Release - For an optimized build with no assertions or debug info.
101 * -DCMAKE_BUILD_TYPE=Debug - For an unoptimized build with assertions and debug info.
102 …* -DCMAKE_BUILD_TYPE=RelWithDebInfo - For an optimized build with no assertions but with debug inf…
563 option(LLVM_ENABLE_DUMP "Enable dump functions even when assertions are disabled" OFF)
567 option(LLVM_ENABLE_ASSERTIONS "Enable assertions" OFF)
569 option(LLVM_ENABLE_ASSERTIONS "Enable assertions" ON)
584 …"Enable assertions that type is not scalable in implicit conversion from TypeSize to uint64_t and …
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dassert3.c9 #error Command line -A assertions
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dassert3.c9 #error Command line -A assertions
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dparams.py191 actions=lambda assertions: [
194 ] if assertions else []),
/openbsd-src/usr.bin/dig/lib/isc/
H A DMakefile.inc5 SRCS+= assertions.c base32.c base64.c buffer.c bufferlist.c
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DDebugMode.rst25 and still want some level of hardening, you should look into enabling :ref:`assertions <assertions-…
/openbsd-src/gnu/llvm/llvm/utils/gn/build/
H A Dbuildflags.gni14 # Whether to enable assertions.
/openbsd-src/usr.sbin/unbound/doc/
H A DREADME.svn7 assertions, otherwise, use make clean; make after svn update.
H A DREADME33 This enables assertions in the code that guard against a variety of
/openbsd-src/gnu/llvm/libcxx/include/
H A D__assert25 // Automatically enable assertions when the debug mode is enabled.
/openbsd-src/gnu/llvm/lldb/cmake/modules/
H A DFindPythonAndSwig.cmake51 # able to detect whether Python was built with assertions, and only Windows
/openbsd-src/gnu/llvm/llvm/utils/gn/
H A DREADME.rst57 By default, you get a release build with assertions enabled that targets
128 - LLVM-specific build toggles (assertions on/off, debug on/off, targets to
/openbsd-src/gnu/llvm/libcxx/utils/ci/
H A Drun-buildbot351 generic-assertions)
455 apple-system-backdeployment-assertions-*)
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/
H A DPlan.t13 is($plan->summary, "Plan is 100 assertions", "simple summary");
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5222delta.pod211 detected and reported on correctly without the assertions, so the assertions
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DCONTRIBUTORS30 ports, updated "know" assertions and made them work, much other
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DCONTRIBUTORS30 ports, updated "know" assertions and made them work, much other

12345