Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/freebsd-14.2/contrib/kyua/
H A D.travis.yml11 compiler: clang
15 compiler: gcc
19 compiler: clang
23 compiler: clang
27 compiler: clang
31 compiler: clang
37 # compiler: clang
41 # compiler: gcc
/freebsd-14.2/lib/libclang_rt/asan/
H A Dwarn.txt2 /share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitiz…
5 /share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitiz…
9 /share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitiz…
12 /share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitiz…
19 /share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitiz…
23 /share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitiz…
26 /share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitiz…
33 /share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitiz…
40 /share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitiz…
47 /share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitiz…
[all …]
/freebsd-14.2/contrib/googletest/
H A D.travis.yml9 # Define the matrix explicitly, manually expanding the combinations of (os, compiler, env).
14 compiler: gcc
19 compiler: clang
25 compiler: gcc
30 compiler: gcc
34 compiler: clang
38 compiler: clang
41 compiler: clang
44 compiler: gcc
47 compiler: gcc
[all …]
/freebsd-14.2/contrib/lutok/m4/
H A Dcompiler-flags.m429 dnl \file compiler-flags.m4
43 dnl Checks for a compiler flag and sets a result variable.
49 dnl \param 2 The shell variable containing the flags for the compiler.
51 dnl \param 3 The name of the compiler flag to check for.
72 dnl Checks for a compiler flag and appends it to a result variable.
78 dnl \param 3 The name of the compiler flag to check for.
98 dnl Checks for a C compiler flag and appends it to a variable.
102 dnl \param 1 The name of the compiler flag to check for.
110 dnl Checks for a C++ compiler flag and appends it to a variable.
114 dnl \param 1 The name of the compiler flag to check for.
[all …]
H A Dcompiler-features.m432 dnl Ensures the C++ compiler detected by AC_PROG_CXX is present and works.
33 dnl The compiler check should be performed here, but it seems like Autoconf
37 AC_CACHE_CHECK([whether the C++ compiler works],
45 AC_MSG_ERROR([C++ compiler cannot create executables])
52 dnl Checks if the current compiler has a way to mark functions that do not
58 dnl compiler) does not. And in that case, CC just raises a warning
80 dnl Checks if the current compiler has a way to mark parameters as unused
/freebsd-14.2/contrib/kyua/m4/
H A Dcompiler-flags.m429 dnl \file compiler-flags.m4
43 dnl Checks for a compiler flag and sets a result variable.
49 dnl \param 2 The shell variable containing the flags for the compiler.
51 dnl \param 3 The name of the compiler flag to check for.
82 dnl Checks for a compiler flag and appends it to a result variable.
88 dnl \param 3 The name of the compiler flag to check for.
108 dnl Checks for a C compiler flag and appends it to a variable.
112 dnl \param 1 The name of the compiler flag to check for.
120 dnl Checks for a C++ compiler flag and appends it to a variable.
124 dnl \param 1 The name of the compiler flag to check for.
[all …]
/freebsd-14.2/contrib/tnftp/
H A DINSTALL8 = NOTE: You will need an ANSI C compiler. =
46 compiler related settings.
47 CC=compiler specify name of the C compiler (default: gcc or cc)
48 CFLAGS=flags specify flags to C compiler (default: -O -g or just -O)
52 env CC="compiler" CFLAGS="flags" LDFLAGS="flags" ./configure
57 = NOTE: You will need an ANSI C compiler. =
/freebsd-14.2/contrib/pjdfstest/
H A D.travis.yml7 compiler: clang
10 compiler: gcc
13 compiler: clang
15 compiler: gcc
/freebsd-14.2/contrib/llvm-project/
H A DFREEBSD-Xlist172 compiler-rt/.gitignore
173 compiler-rt/CMakeLists.txt
174 compiler-rt/CODE_OWNERS.TXT
175 compiler-rt/cmake/
176 compiler-rt/docs/
182 compiler-rt/lib/asan/tests/
246 compiler-rt/test/
247 compiler-rt/tools/
248 compiler-rt/unittests/
249 compiler-rt/utils/
[all …]
/freebsd-14.2/contrib/unifdef/
H A D.travis.yml9 compiler:
19 compiler: gcc
24 compiler: clang
29 compiler: i586-mingw32msvc-gcc
32 - compiler: i586-mingw32msvc-gcc
/freebsd-14.2/tools/build/options/
H A DWITH_SYSTEM_COMPILER1 Opportunistically skip building a cross-compiler during the
3 If the currently installed compiler matches the planned bootstrap compiler
5 This does not prevent a compiler from being built for installation though,
H A DWITHOUT_SYSTEM_COMPILER1 Do not opportunistically skip building a cross-compiler during the
3 Normally, if the currently installed compiler matches the planned bootstrap
4 compiler type and revision, then it will not be built.
5 This does not prevent a compiler from being built for installation though,
H A DWITH_INIT_ALL_PATTERN2 .Pq compiler defined
4 This option requires the clang compiler.
H A DWITHOUT_WERROR1 Set this to not treat compiler warnings as errors.
2 Useful as a temporary workaround when working on fixing compiler warnings.
/freebsd-14.2/contrib/file/magic/Magdir/
H A Drust7 # Rust compiler metadata
9 # URL: https://github.com/rust-lang/rust/blob/1.64.0/compiler/rustc_metadata/src/rmeta/mod.rs
11 >12 string \014rustc\x20 Rust compiler metadata
17 # URL: https://github.com/rust-lang/rust/blob/1.64.0/compiler/rustc_incremental/src/persist/file_fo…
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Dos_cflags.m42 dnl Specify additional compile options based on the OS and the compiler
4 AC_MSG_CHECKING([additional compiler flags])
44 # use Ansi compiler on HPUX, and some -Wp magic
55 # use Ansi compiler on HPUX
63 # do not use 64-bit compiler
H A Dax_c99_struct_init.m411 # This macro defines MISSING_C99_STRUCT_INIT if the C compiler does not
41 AC_MSG_CHECKING([whether the compiler supports C99 structure initialization])
55 [Define to 1 if the compiler does not support C99's structure initialization.]),
/freebsd-14.2/contrib/byacc/
H A Dvmsbuild.com2 $! VMS build-script for BYACC. Requires installed C compiler
7 $! $ @vmsbuild [BYACC [<compiler> [bld_target]]]
10 $! <compiler> :== { decc | vaxc }
12 $! The default compiler on VAX hosts is vaxc, else decc (Alpha hosts).
99 $ write sys$output "C compiler required to rebuild BYACC"
/freebsd-14.2/sys/contrib/zstd/lib/
H A DBUCK78 name='compiler',
82 ('common', 'compiler.h'),
122 ':compiler',
201 ':compiler',
222 ':compiler',
/freebsd-14.2/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry_1.c25 #define compiler "Watcom C/C++ 10.5 Win386" macro
29 #define compiler "Watcom C/C++ 10.5 Win386" macro
33 #define compiler "Watcom C/C++ 10.5 Dos4GW" macro
37 #define compiler "Watcom C/C++ 10.5 Dos4GW" macro
41 #define compiler "Watcom C/C++ 10.5 Win32NT" macro
45 #define compiler "Watcom C/C++ 10.5 Win32NT" macro
49 #define compiler "Watcom C/C++ 10.5 OS/2-32" macro
53 #define compiler "Watcom C/C++ 10.5 OS/2-32" macro
193 printf ("Compiler %s\n", compiler); in main()
507 fprintf (Ap, "Compiler %s\n", compiler); in main()
/freebsd-14.2/lib/libc/softfloat/
H A Dsoftfloat-source.txt18 C compiler is needed to compile the code. Support for the extended double-
19 precision and quadruple-precision formats is dependent on the C compiler
26 independent and should be compilable using any ISO/ANSI C compiler. At the
34 SoftFloat as written requires an ISO/ANSI-style C compiler. No attempt has
48 and quadruple-precision formats depends on the C compiler implementing
50 C compiler is 32 bits, SoftFloat is limited to the single- and double-
134 `<processor>-<executable-type>-<compiler>'. The names of the supplied
143 <compiler>:
173 `<processor>-<compiler>.h'.
188 be inlined by the compiler. SoftFloat depends on inlining to obtain
[all …]
/freebsd-14.2/.github/workflows/
H A Dcross-bootstrap-tools.yml14 name: ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }})
24 compiler: clang-12
28 compiler: clang-14
32 compiler: clang-13
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOPENSSL_Applink.pod5 OPENSSL_Applink - glue between OpenSSL BIO and Win32 compiler run-time
14 between OpenSSL BIO layer and Win32 compiler run-time environment.
18 compiler of their choice and link it into the target application.
/freebsd-14.2/contrib/bearssl/mk/
H A DmkT0.cmd4 rem This script uses the command-line C# compiler csc.exe, which is
7 rem implemented in the compiler provided with framework 2.0.50727).
27 echo C# compiler not found
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dhost-cpu-c-abi.m464 # On x86_64 systems, the C compiler may be generating code in one of
101 # On arm64 systems, the C compiler may be generating code in one of
148 # On hppa, the C compiler may be generating 32-bit code or 64-bit
163 # On ia64 on HP-UX, the C compiler may be generating 64-bit code or
209 # On powerpc64 systems, the C compiler may still be generating
210 # 32-bit code. And on powerpc-ibm-aix systems, the C compiler may
295 # On s390x, the C compiler may be generating 64-bit (= s390x) code
311 # C compiler still generates 32-bit code.
524 # On hppa, the C compiler may be generating 32-bit code or 64-bit
572 # On powerpc64 systems, the C compiler may still be generating
[all …]

12345678910>>...24