Home
last modified time | relevance | path

Searched refs:compiling (Results 1 – 25 of 267) sorted by relevance

1234567891011

/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/cuda_wrappers/
H A Dcomplex45 // When compiling for device, ask libstdc++ to use its own implements of
47 // functions that don't exist when compiling CUDA device code).
52 // // Present only when compiling for host.
57 // // Present when compiling for host and for device.
64 // This is safe because when compiling for device, all function calls in
66 // resolve to the same function as they resolve to when compiling for host. We
68 // codegen this host code when compiling for device.
/freebsd-12.1/contrib/gcc/doc/
H A Dlanguages.texi15 Writing a compiler as a front end for GCC, rather than compiling
24 compiling directly from source code then when it is compiling from
26 @item Better debugging information is generated when compiling
H A Dfragments.texi45 Compiler flags to use when compiling @file{libgcc2.c}.
77 Special flags used when compiling @file{crtstuff.c}.
82 Special flags used when compiling @file{crtstuff.c} for shared
194 respectively. They are used both when building GCC, and when compiling
199 used when compiling @file{libgcc.a}. However, they @emph{are} used when
H A Dfrontends.texi24 is on compiling C programs. Finally, the name is also used when speaking
48 talk about compiling one of those languages, we might refer to that
/freebsd-12.1/contrib/gcc/cp/
H A Drepo.c95 int compiling = 0; in get_base_filename() local
104 compiling = 1; in get_base_filename()
107 if (compiling && output) in get_base_filename()
110 if (p && ! compiling) in get_base_filename()
/freebsd-12.1/contrib/bearssl/T0/
H A DT0Comp.cs239 bool compiling; field in T0Comp
294 compiling = false; in T0Comp()
414 if (compiling) { in T0Comp()
444 if (compiling) { in T0Comp()
447 compiling = true; in T0Comp()
488 if (compiling) { in T0Comp()
504 if (!compiling) { in T0Comp()
784 compiling = true; in T0Comp()
1424 if (compiling) { in CompileStep()
1438 if (compiling) { in CompileStep()
[all …]
/freebsd-12.1/sys/contrib/zstd/lib/
H A DMakefile71 @echo compiling static library
79 @echo compiling dynamic library $(LIBVER)
109 @echo compiling single-thread dynamic library $(LIBVER)
/freebsd-12.1/contrib/ntp/sntp/m4/
H A Dntp_facilitynames.m420 AC_MSG_WARN([facilitynames in <syslog.h> - cross-compiling])
/freebsd-12.1/lib/libc/softfloat/
H A DREADME.NetBSD6 implement built-in floating-point operations, but compiling
H A DREADME.txt24 softfloat-source.txt Documentation for compiling SoftFloat.
/freebsd-12.1/contrib/gcc/config/
H A Dt-dfprules7 # DFP_CFLAGS can be used to pass target-specific CFLAGS when compiling
H A Dt-svr44 # we will be doing that, we just always use -fPIC when compiling the
/freebsd-12.1/contrib/ntp/html/hints/
H A Dfreebsd1 If you are compiling under FreeBSD and see messages in the syslogs that
/freebsd-12.1/contrib/gcc/config/i386/
H A Dt-crtpic6 # we will be doing that, we just always use -fPIC when compiling the
/freebsd-12.1/contrib/gcc/
H A Dconfig.build34 # build_xm_defines List of macros to define when compiling for the
37 # build_xm_file List of files to include when compiling for the
H A Dconfig.host34 # host_xm_file List of files to include when compiling for the
37 # host_xm_defines List of macros to define when compiling for the
/freebsd-12.1/contrib/libstdc++/
H A Dfragment.am23 # -I/-D flags to pass when compiling.
/freebsd-12.1/contrib/googletest/googletest/docs/
H A DPkgconfig.md4 necessary flags for compiling and linking to GoogleTest (and GoogleMock).
43 GoogleTest might also require `-pthread` in the compiling step, and as such
/freebsd-12.1/crypto/heimdal/include/
H A Dkrb5-types.cross2 * generic krb5-types.h for cross compiling, assume system is posix/sus
/freebsd-12.1/sys/contrib/libsodium/builds/msvc/
H A Dresource.rc10 //specify the product name for the dlls based on the platform we are compiling for
/freebsd-12.1/stand/ficl/softwords/
H A Dprefix.fr35 \ ** and consume the next number in the input stream, pushing/compiling
/freebsd-12.1/lib/libc/db/
H A DREADME6 For information on compiling and installing this software, see the file
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dt-sol220 # we will be doing that, we just always use -fPIC when compiling the
/freebsd-12.1/share/examples/bootforth/
H A DREADME3 compiling /stand/i386/libi386 with -DTERM_EMU).
/freebsd-12.1/crypto/openssh/
H A Dconfigure.ac241 [ AC_MSG_WARN([cross compiling: cannot test])
1907 AC_MSG_WARN([cross compiling: assuming yes])
2465 dnl if we're cross compiling.
2625 AC_MSG_WARN([cross compiling: not checking])
2673 AC_MSG_WARN([cross compiling: not checking])
2706 AC_MSG_WARN([cross compiling: not checking])
3153 AC_MSG_WARN([cross compiling: assuming yes])
3426 [AC_MSG_WARN([cross compiling: assuming yes])
3453 [AC_MSG_WARN([cross compiling: assuming yes])
3473 [AC_MSG_WARN([cross compiling: assuming yes])]
[all …]

1234567891011