Home
last modified time | relevance | path

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

12345678910>>...26

/freebsd/contrib/lutok/m4/
H A Dcompiler-flags.m429 dnl \file compiler-flags.m4
31 dnl Macros to check for the existence of compiler flags. The macros in this
35 dnl strict warning checking in the compiler (i.e. enable -Werror). Some
39 dnl the macros below will pass -Werror to the compiler along with any other flag
43 dnl Checks for a compiler flag and sets a result variable.
47 dnl \param 1 The shell variable containing the compiler name. Used for
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.
54 dnl \param 5 Additional, optional flags to pass to the C compiler while
72 dnl Checks for a compiler flag and appends it to a result variable.
[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/contrib/kyua/m4/
H A Dcompiler-flags.m429 dnl \file compiler-flags.m4
31 dnl Macros to check for the existence of compiler flags. The macros in this
35 dnl strict warning checking in the compiler (i.e. enable -Werror). Some
39 dnl the macros below will pass -Werror to the compiler along with any other flag
43 dnl Checks for a compiler flag and sets a result variable.
47 dnl \param 1 The shell variable containing the compiler name. Used for
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.
54 dnl \param 5 Additional, optional flags to pass to the C compiler while
64 # because some compiler flags that we test for may actually not be
[all …]
/freebsd/contrib/llvm-project/lld/docs/
H A DDTLTO.rst21 - ``--thinlto-remote-compiler=<path>``
22 Specifies the path to the compiler that the distributor process will use for
23 backend compilations. The compiler invoked must match the version of LLD.
29 - ``--thinlto-remote-compiler-arg=<arg>``
30 Appends ``<arg>`` to the remote compiler's command line.
52 - ``/thinlto-remote-compiler:<path>``
53 Specifies the path to the compiler that the distributor process will use for
54 backend compilations. The compiler invoked must match the version of LLD.
60 - ``/thinlto-remote-compiler-arg:<arg>``
61 Appends ``<arg>`` to the remote compiler's command line.
/freebsd/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/contrib/llvm-project/
H A DFREEBSD-Xlist187 compiler-rt/.clang-tidy
188 compiler-rt/.gitignore
189 compiler-rt/CMakeLists.txt
190 compiler-rt/Maintainers.md
191 compiler-rt/cmake/
192 compiler-rt/docs/
193 compiler-rt/include/CMakeLists.txt
194 compiler-rt/lib/CMakeLists.txt
195 compiler-rt/lib/asan/.clang-format
196 compiler-rt/lib/asan/CMakeLists.txt
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp367 static void SetupModuleHeaderPaths(CompilerInstance *compiler, in SetupModuleHeaderPaths() argument
372 HeaderSearchOptions &search_opts = compiler->getHeaderSearchOpts(); in SetupModuleHeaderPaths()
426 static void SetupDefaultClangDiagnostics(CompilerInstance &compiler) { in SetupDefaultClangDiagnostics() argument
434 compiler.getDiagnostics().setSeverityForGroup( in SetupDefaultClangDiagnostics()
507 static void SetupTargetOpts(CompilerInstance &compiler, in SetupTargetOpts() argument
515 compiler.getTargetOpts().Triple = triple; in SetupTargetOpts()
517 compiler.getTargetOpts().Triple.c_str()); in SetupTargetOpts()
525 compiler.getTargetOpts().Triple = llvm::sys::getDefaultTargetTriple(); in SetupTargetOpts()
527 compiler.getTargetOpts().Triple.c_str()); in SetupTargetOpts()
531 if (compiler.getTargetOpts().Triple.find("arm64") == std::string::npos && in SetupTargetOpts()
[all …]
/freebsd/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 DWITHOUT_WERROR1 Set this to not treat compiler warnings as errors.
2 Useful as a temporary workaround when working on fixing compiler warnings.
H A DWITHOUT_CLANG_BOOTSTRAP1 Do not build the Clang C/C++ compiler during the bootstrap phase of
4 enabled unless an alternate compiler is provided via XCC.
/freebsd/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/contrib/jemalloc/scripts/
H A Dgen_travis.py143 def get_extra_cflags(os, compiler): argument
152 if compiler != CL.value:
159 if compiler == CLANG.value or os == OSX:
184 compiler = GCC.value
186 compiler = compilers[0]
197 compiler,
201 stringify(get_extra_cflags(os, compiler), 'EXTRA_CFLAGS'),
/freebsd/contrib/bc/scripts/
H A Drelease.pkg.yao263 * @param cflags The C compiler flags.
264 * @param cc The C compiler.
334 * @param cflags The C compiler flags.
335 * @param cc The C compiler.
381 * @param cflags The C compiler flags.
382 * @param cc The C compiler.
480 * @param cflags The C compiler flags.
481 * @param cc The C compiler.
546 * @param cflags The C compiler flags.
547 * @param cc The C compiler.
[all …]
/freebsd/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/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/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'.
175 If 64-bit integers are supported by the compiler, the macro name `BITS64'
[all …]
/freebsd/contrib/pam-krb5/m4/
H A Dclang.m41 dnl Determine whether the current compiler is Clang.
3 dnl If the current compiler is Clang, set the shell variable CLANG to yes.
24 [AC_CACHE_CHECK([if the compiler is Clang], [rra_cv_prog_cc_clang],
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A DAArch64CPUFeatures.inc10 // testing of this code between LLVM and compiler-rt, primarily that the files
14 // the other one sits in compiler-rt/lib/builtins/cpu_model directory. To make
16 // compiler-rt. compiler-rt tests will fail if the two files are not synced up.
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64CPUFeatures.inc10 // testing of this code between LLVM and compiler-rt, primarily that the files
14 // the other one sits in compiler-rt/lib/builtins/cpu_model directory. To make
16 // compiler-rt. compiler-rt tests will fail if the two files are not synced up.
/freebsd/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/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/sys/contrib/openzfs/config/
H A Dhost-cpu-c-abi.m465 # On x86_64 systems, the C compiler may be generating code in one of
102 # On arm64 systems, the C compiler may be generating code in one of
149 # On hppa, the C compiler may be generating 32-bit code or 64-bit
164 # On ia64 on HP-UX, the C compiler may be generating 64-bit code or
210 # On powerpc64 systems, the C compiler may still be generating
211 # 32-bit code. And on powerpc-ibm-aix systems, the C compiler may
296 # On s390x, the C compiler may be generating 64-bit (= s390x) code
312 # C compiler still generates 32-bit code.
484 # On x86_64 systems, the C compiler may be generating code in one of
507 # On arm64 systems, the C compiler may be generating code in one of
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Dmodule.modulemap5 * This file tells the Clang compiler how to treat libarchive as a "module" -
11 * the compiler uses this file to know which headers belong to libarchive
12 * - Instead of processing each #include separately, the compiler can load a

12345678910>>...26