Searched refs:compiler (Results 1 - 25 of 214) sorted by relevance

123456789

/freebsd-11.0-release/lib/libblocksruntime/
H A DMakefile9 .PATH: ${.CURDIR}/../../contrib/compiler-rt/lib/BlocksRuntime
/freebsd-11.0-release/tools/tools/net80211/wlanstats/
H A DMakefile3 .include <bsd.compiler.mk>
/freebsd-11.0-release/usr.bin/mkcsmapper/
H A DMakefile.inc3 .include <bsd.compiler.mk>
/freebsd-11.0-release/sys/arm64/include/
H A Dstdarg.h63 #error no support for your compiler
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Derr.h34 #include <linux/compiler.h>
H A Dtypes.h38 #include <linux/compiler.h>
H A Duaccess.h35 #include <linux/compiler.h>
/freebsd-11.0-release/sys/xen/interface/
H A Dversion.h46 char compiler[64]; member in struct:xen_compile_info
/freebsd-11.0-release/contrib/libucl/python/
H A Dsetup.py7 compiler = distutils.ccompiler.new_compiler() variable
/freebsd-11.0-release/share/mk/
H A Dbsd.compiler.mk1 # $FreeBSD: releng/11.0/share/mk/bsd.compiler.mk 301286 2016-06-03 19:25:45Z bdrewery $
3 # Setup variables for the compiler
5 # COMPILER_TYPE is the major type of compiler. Currently gcc and clang support
6 # automatic detection. Other compiler types can be shoe-horned in, but require
7 # explicit setting of the compiler type. The compiler type can also be set
13 # make sure that you are limiting the test to a specific compiler. Testing
17 # COMPILER_FREEBSD_VERSION is the compiler's __FreeBSD_cc_version value.
20 # compiler support for that feature:
29 .if !target(__<bsd.compiler
[all...]
/freebsd-11.0-release/usr.sbin/acpi/
H A DMakefile.inc15 ${ACPICA_DIR}/compiler \
/freebsd-11.0-release/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).
42 $! pickup user's compiler choice, if any
78 $! Look for the compiler used and specify architecture.
99 $ write sys$output "C compiler required to rebuild BYACC"
/freebsd-11.0-release/contrib/gcc/doc/
H A Dmakefile.texi37 Delete the files made while building the compiler.
84 the various steps of the build, including bootstrapping the compiler
85 and using the new compiler to build target libraries.
89 that GCC is built three times---once with the native compiler, once with
90 the native-built compiler it just built, and once with the compiler it
94 due to ABI incompatibilities between the native compiler and GCC.
102 compiler as bootstrapping from scratch, but it ensures that the new
105 failures@footnote{Except if the compiler was buggy and miscompiled
119 bootstrap, this does not perform a comparison to test that the compiler
[all...]
/freebsd-11.0-release/libexec/dma/dmagent/
H A DMakefile35 .include <bsd.compiler.mk>
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslmessages.c44 #include <contrib/dev/acpica/compiler/aslcompiler.h>
76 * Actual message strings for each compiler message ID. There are currently
79 * Main ASL compiler
80 * Data Table compiler
91 /* ASL compiler */
98 /* ASL_MSG_AML_NOT_IMPLEMENTED */ "Opcode is not implemented in compiler AML code generator",
105 /* ASL_MSG_COMPILER_INTERNAL */ "Internal compiler error",
106 /* ASL_MSG_COMPILER_RESERVED */ "Use of compiler reserved name",
246 /* Table compiler */
H A Dasluuid.c3 * Module Name: asluuid-- compiler UUID support
44 #include <contrib/dev/acpica/compiler/aslcompiler.h>
H A Daslparser.y45 #include <contrib/dev/acpica/compiler/aslcompiler.h>
H A Ddtparser.l4 * Module Name: dtparser.l - Flex input file for table compiler lexer
45 #include <contrib/dev/acpica/compiler/aslcompiler.h>
H A Ddtsubtable.c44 #include <contrib/dev/acpica/compiler/aslcompiler.h>
45 #include <contrib/dev/acpica/compiler/dtcompiler.h>
H A Ddttable.c46 #include <contrib/dev/acpica/compiler/aslcompiler.h>
47 #include <contrib/dev/acpica/compiler/dtcompiler.h>
H A Dprexpress.c44 #include <contrib/dev/acpica/compiler/aslcompiler.h>
45 #include <contrib/dev/acpica/compiler/dtcompiler.h>
/freebsd-11.0-release/sys/riscv/include/
H A Dstdarg.h75 #error no support for your compiler
/freebsd-11.0-release/lib/libc/arm/aeabi/
H A DMakefile.inc20 # Add the aeabi_mem* functions. While they live in compiler-rt they call into
24 .PATH: ${LIBC_SRCTOP}/../../contrib/compiler-rt/lib/builtins/arm
/freebsd-11.0-release/lib/libclang_rt/
H A DMakefile.inc6 CRTSRC=${.CURDIR}/../../../contrib/compiler-rt
/freebsd-11.0-release/contrib/libxo/
H A Dlibxo-config.in28 --cflags print pre-processor and compiler flags

Completed in 135 milliseconds

123456789