Home
last modified time | relevance | path

Searched refs:minimal (Results 1 – 25 of 226) sorted by relevance

12345678910

/openbsd/gnu/llvm/compiler-rt/lib/ubsan_minimal/
H A DCMakeLists.txt1 # Build for the minimal undefined behavior sanitizer runtime support library.
16 add_compiler_rt_component(ubsan-minimal)
18 # Common parts of minimal UBSan runtime.
26 # Standalone minimal UBSan runtimes.
33 PARENT_TARGET ubsan-minimal)
43 PARENT_TARGET ubsan-minimal)
50 PARENT_TARGET ubsan-minimal
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A Dcz-03zlib-v1.t412 $ungzip = memGunzip(\$minimal) ;
417 $minimal = substr($keep, 0, -2) ;
418 $ungzip = memGunzip(\$minimal) ;
423 $minimal = substr($keep, 0, -3) ;
424 $ungzip = memGunzip(\$minimal) ;
430 $ungzip = memGunzip(\$minimal) ;
436 $ungzip = memGunzip(\$minimal) ;
442 $ungzip = memGunzip(\$minimal) ;
448 $ungzip = memGunzip(\$minimal) ;
454 $ungzip = memGunzip(\$minimal) ;
[all …]
/openbsd/distrib/notes/i386/
H A Dhardware4 can be expected to install and run with minimal difficulties on most
13 The minimal configuration to install the system is 32MB of RAM and
/openbsd/gnu/llvm/llvm/utils/docker/example/
H A DDockerfile30 # Stage 2. Produce a minimal release image with build results.
36 # A minimal useful installation should include at least libstdc++ and binutils.
/openbsd/gnu/llvm/llvm/utils/docker/debian10/
H A DDockerfile39 # Stage 2. Produce a minimal release image with build results.
42 # Install packages for minimal useful image.
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def59 ANALYSIS_DIAGNOSTICS(TEXT_MINIMAL, "text-minimal",
60 "Emits minimal diagnostics to stderr, stating only the "
/openbsd/gnu/usr.bin/cvs/diff/
H A Danalyze.c98 diag (xoff, xlim, yoff, ylim, minimal, part) in diag() argument
99 int xoff, xlim, yoff, ylim, minimal; in diag()
178 if (minimal)
338 compareseq (xoff, xlim, yoff, ylim, minimal) in compareseq() argument
339 int xoff, xlim, yoff, ylim, minimal; in compareseq()
365 c = diag (xoff, xlim, yoff, ylim, minimal, &part);
/openbsd/distrib/notes/arm64/
H A Dwhatis4 64-bit ARMv8 processors. OpenBSD/MACHINE requires a minimal UEFI
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dt-linux648 TARGET_LIBGCC2_CFLAGS += -mno-minimal-toc
/openbsd/gnu/gcc/config/
H A Dmh-ppc-aix2 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
/openbsd/gnu/usr.bin/binutils-2.17/config/
H A Dmh-ppc-aix2 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dclass-3.m5 /* Tests creating a root class and a minimal subclass tree */
/openbsd/distrib/notes/luna88k/
H A Dhardware4 16MB of RAM should be sufficient to boot and a minimal system can probably
/openbsd/gnu/llvm/lldb/utils/lui/
H A DReadme23 3. Only minimal testing (on Ubuntu Linux x86_64)
/openbsd/gnu/llvm/clang/runtime/
H A DCMakeLists.txt122 set(COMPILER_RT_RUNTIMES fuzzer asan builtins dfsan lsan msan profile tsan ubsan ubsan-minimal)
139 check-lsan check-msan check-sanitizer check-tsan check-ubsan check-ubsan-minimal
/openbsd/gnu/llvm/llvm/utils/vim/
H A DREADME5 syntax highlighting (syntax), some minimal sensible default settings (ftplugin)
/openbsd/gnu/llvm/llvm/utils/docker/nvidia-cuda/
H A DDockerfile28 # Stage 2. Produce a minimal release image with build results.
/openbsd/usr.sbin/unbound/doc/
H A DCREDITS21 Daisuke HIGASHI - patch for rrset-roundrobin and minimal-responses.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlootut.pod29 By default, Perl's built-in OO system is very minimal, leaving you to
448 As we mentioned before, Perl's built-in OO system is very minimal, but
454 minimal of them eliminates a lot of repetitive boilerplate. There's
535 Perl's built-in introspection features are fairly minimal. C<Moose>
652 name. It has an incredibly minimal API and absolutely no dependencies
705 time and is well battle-tested. It also has a minimal C<Moose>
711 C<Class::Tiny> is the absolute minimal option. It has no dependencies,
712 and almost no syntax to learn. It's a good option for a super minimal
737 As we said before, Perl's minimal OO system has led to a profusion of
743 minimal object systems that take care of basic boilerplate for you.
/openbsd/gnu/llvm/clang/docs/
H A DUndefinedBehaviorSanitizer.rst223 There is a minimal UBSan runtime available suitable for use in production
228 To use the minimal runtime, add ``-fsanitize-minimal-runtime`` to the clang
230 ``-fsanitize=undefined``, you could enable the minimal runtime with
231 ``-fsanitize=undefined -fsanitize-minimal-runtime``.
/openbsd/gnu/llvm/llvm/docs/
H A DDocker.rst41 details). A minimal Dockerfile typically contains a base image and a number
135 preinstalled binaries. Debian8 is very minimal, nvidia-cuda is larger, but has
139 If you need a minimal linux distribution with only clang and libstdc++ included,
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dt-aix5248 # Compile Ada files with minimal-toc. The primary focus is gnatlib, so
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DREADME.txt19 wasi-sdk provides a more minimal C/C++ SDK based on clang, llvm and a libc based
24 - wasm32-unknown-unknown, which provides a relatively minimal environment
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dhtmlbat.t84 # Some minimal sanity checks:
/openbsd/gnu/gcc/gcc/
H A Dtreestruct.def38 DEFTREESTRUCT(TS_DECL_MINIMAL, "decl minimal")

12345678910