| /openbsd-src/lib/libkeynote/ |
| H A D | README | 46 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 D | UsingLibcxx.rst | 146 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 D | BuildingLibcxx.rst | 218 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 D | contributing.rst | 34 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 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``
|
| H A D | HowToBuildOnARM.rst | 43 Build with assertions on: "-DLLVM_ENABLE_ASSERTIONS=True"
|
| H A D | TestingGuide.rst | 278 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 D | llvm.spec.in | 35 --enable-assertions 62 - Make the build be optimized+assertions
|
| H A D | CMakeLists.txt | 100 * -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 D | assert3.c | 9 #error Command line -A assertions
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
| H A D | assert3.c | 9 #error Command line -A assertions
|
| /openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/ |
| H A D | params.py | 191 actions=lambda assertions: [ 194 ] if assertions else []),
|
| /openbsd-src/usr.bin/dig/lib/isc/ |
| H A D | Makefile.inc | 5 SRCS+= assertions.c base32.c base64.c buffer.c bufferlist.c
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | DebugMode.rst | 25 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 D | buildflags.gni | 14 # Whether to enable assertions.
|
| /openbsd-src/usr.sbin/unbound/doc/ |
| H A D | README.svn | 7 assertions, otherwise, use make clean; make after svn update.
|
| H A D | README | 33 This enables assertions in the code that guard against a variety of
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | __assert | 25 // Automatically enable assertions when the debug mode is enabled.
|
| /openbsd-src/gnu/llvm/lldb/cmake/modules/ |
| H A D | FindPythonAndSwig.cmake | 51 # able to detect whether Python was built with assertions, and only Windows
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/ |
| H A D | README.rst | 57 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 D | run-buildbot | 351 generic-assertions) 455 apple-system-backdeployment-assertions-*)
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/ |
| H A D | Plan.t | 13 is($plan->summary, "Plan is 100 assertions", "simple summary");
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5222delta.pod | 211 detected and reported on correctly without the assertions, so the assertions
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | CONTRIBUTORS | 30 ports, updated "know" assertions and made them work, much other
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | CONTRIBUTORS | 30 ports, updated "know" assertions and made them work, much other
|