Home
last modified time | relevance | path

Searched refs:asserts (Results 1 – 25 of 49) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/
H A DInterceptResult.t255 is_deeply($one->asserts, [$one->[0], $one->[3]], "Got the asserts");
262 $one->asserts(in_place => 1);
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInterceptResult.pm116 sub asserts { shift->grep(has_assert => @_) } subroutine
/openbsd/gnu/llvm/llvm/utils/release/
H A Dtest-release.sh146 -test-asserts | --test-asserts )
/openbsd/sbin/isakmpd/
H A Dpolicy.c1929 char **asserts; in policy_init() local
1975 asserts = kn_read_asserts(ptr, sz, &i); in policy_init()
1980 if (asserts == (char **)NULL) in policy_init()
1991 policy_asserts = asserts; in policy_init()
/openbsd/gnu/llvm/llvm/docs/
H A DReleaseProcess.rst70 -test-asserts \
86 * For release candidates, you need ``-test-asserts``, or it won't create a
H A DTestingGuide.rst500 ; This test will be only enabled in the build with asserts.
501 ; REQUIRES: asserts
H A DLibFuzzer.rst751 asserts/crashes on invalid inputs, in-process fuzzing is not applicable.
H A DCMake.rst709 If enabled and building a debug or asserts build the CMake build system will
H A DGettingStarted.rst674 libraries unoptimized, with debugging information, and asserts enabled.
H A DJITLink.rst1027 distinction between contract (which should be validated with asserts and
H A DPasses.rst1193 #. All other things that are tested by asserts spread about the code.
H A DProgrammersManual.rst864 terminate the program on an error input, cantFail simply asserts that the result
1170 pass. Note that ``LLVM_DEBUG()`` macros are disabled for non-asserts builds, so they
3272 Checks and asserts that alter the LLVM C++ ABI are predicated on the
H A DCodingStandards.rst1187 In the past, asserts were used to indicate a piece of code that should not be
/openbsd/gnu/llvm/lldb/docs/resources/
H A Dtest.rst284 custom asserts and checks that should be preferably used (e.g.
317 **Prefer using specific asserts over the generic assertTrue/assertFalse.**.
320 several expressive asserts such as ``self.assertIn`` that automatically
323 asserts are available. LLDB also has a few custom asserts that are tailored
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DREADME-Thumb.txt10 to abort (failure path of asserts), EH handling code, etc.
H A DARMInstrThumb.td303 // these will always be in pairs, and asserts if it finds otherwise. Better way?
/openbsd/gnu/llvm/lldb/docs/testsuite/
H A Da-detailed-walkthrough.txt158 And this asserts that the file 'stdout.txt' should be present after running the
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrFPU.td784 // asserts otherwise.
/openbsd/gnu/llvm/clang/docs/
H A DThreadSafetyAnalysis.rst454 These are attributes on a function or method which asserts the calling thread
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DVOP3Instructions.td652 // FIXME: GlobalISel pattern exporter fails to export a pattern like this and asserts,
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td364 // Uninitialized value check is a mandatory dependency. This Checker asserts
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DChangeLog346 - enable DEBUGME tracing and asserts with -DDEBUGGING
/openbsd/gnu/llvm/llvm/
H A DCMakeLists.txt577 # This CMake flag enables a more strict mode where it asserts that the type
/openbsd/usr.bin/awk/
H A DFIXES.1e537 removed some no-effect asserts in run.c.
/openbsd/usr.sbin/unbound/
H A Dconfigure.ac297 AC_ARG_ENABLE(checking, AS_HELP_STRING([--enable-checking],[Enable warnings, asserts, makefile-depe…

12