/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/cuda_wrappers/ |
H A D | complex | 45 // 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.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | languages.texi | 15 Writing a compiler as a front end for GCC, rather than compiling 24 compiling directly from source code than when it is compiling from 26 @item Better debugging information is generated when compiling
|
H A D | frontends.texi | 26 is on compiling C programs. Finally, the name is also used when speaking 49 talk about compiling one of those languages, we might refer to that
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | languages.texi | 15 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
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | repo.c | 88 int compiling = 0; in get_base_filename() local 105 compiling = 1; in get_base_filename() 108 if (compiling && output) in get_base_filename() 111 if (p && ! compiling) in get_base_filename()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | CompileCudaWithLLVM.rst | 45 Invoking clang for CUDA compilation works similarly to compiling regular C++. 50 compiling CUDA code by noticing that your filename ends with ``.cu``. 74 Pass e.g. ``-L/usr/local/cuda/lib64`` if compiling in 64-bit mode; otherwise, 76 always have the same pointer widths, so if you're compiling 64-bit code for 77 the host, you're also compiling 64-bit code for the device.) Note that as of 93 The `-L` and `-l` flags only need to be passed when linking. When compiling, 107 compiling CUDA) Controls whether the compiler emits fused multiply-add 180 especially when compiling without optimizations. 191 when compiling with clang. 197 still want to detect when you're compiling CUDA code specifically with clang. [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | fcntl-o.m4 | 122 *) gl_cv_header_working_fcntl_h=cross-compiling ;; 128 *O_NOATIME* | no | cross-compiling) ac_val=0;; #( 135 *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
|
H A D | mbrtowc.m4 | 162 dnl Initial guess, used when cross-compiling or when no suitable locale 237 dnl Initial guess, used when cross-compiling or when no suitable locale 290 dnl Initial guess, used when cross-compiling or when no suitable locale 353 dnl Initial guess, used when cross-compiling or when no suitable locale 407 dnl Initial guess, used when cross-compiling or when no suitable locale 529 dnl Initial guess, used when cross-compiling or when no suitable locale 576 dnl Initial guess, used when cross-compiling or when no suitable locale 681 dnl Initial guess, used when cross-compiling or when no suitable locale 719 dnl Initial guess, used when cross-compiling or when no suitable locale
|
H A D | year2038.m4 | 51 dnl But when compiling with -D__MINGW_USE_VC2005_COMPAT, time_t is an 53 dnl And when compiling with -D_USE_32BIT_TIME_T, time_t is an alias of 91 [# If not cross-compiling and $1 says we should check,
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/m32r/ |
H A D | t-m32r | 1 # Turn off the SDA while compiling libgcc2. There are no headers for it 8 # we will be doing that, we just always use -fpic when compiling the
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/m32r/ |
H A D | t-m32r | 1 # Turn off the SDA while compiling libgcc2. There are no headers for it 8 # we will be doing that, we just always use -fpic when compiling the
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | aclocal.m4 | 150 [AC_MSG_WARN(cannot check printf declaration if cross compiling -- defaulting to yes) 183 [AC_MSG_WARN(cannot check for _sys_siglist[] if cross compiling -- defaulting to no)])])dnl 211 [AC_MSG_WARN(cannot check for _sys_siglist[] if cross compiling -- defaulting to no) 240 [AC_MSG_WARN(cannot check for sys_siglist if cross compiling -- defaulting to no) 302 [AC_MSG_WARN(cannot check dup2 if cross compiling -- defaulting to no) 374 [AC_MSG_WARN(cannot check opendir if cross compiling -- defaulting to no) 546 [AC_MSG_WARN(cannot check quad_t if cross compiling -- defaulting to long) 636 [AC_MSG_WARN(cannot check getenv redefinition if cross compiling -- defaulting to yes) 720 [AC_MSG_WARN(cannot check ulimit if cross compiling -- defaulting to no) 747 …[AC_MSG_WARN(cannot check whether getcwd allocates memory when cross-compiling -- defaulting to no) [all …]
|
/netbsd-src/crypto/dist/ipsec-tools/ |
H A D | acracoon.m4 | 51 AC_MSG_WARN(Cross compiling... Unable to test va_copy) 73 AC_MSG_WARN(Cross compiling... Unable to test __va_copy) 191 AC_MSG_RESULT(Cross compiling ... Assuming getaddrinfo is not buggy.)
|
/netbsd-src/external/gpl3/autoconf/dist/tests/ |
H A D | compile.at | 3 AT_BANNER([Low level compiling/preprocessing macros.]) 273 [AC_MSG_ERROR([compiling trivial program failed])]) 284 [AC_MSG_ERROR([compiling trivial program failed])]) 294 [AC_MSG_ERROR([compiling `return 0' failed])]) 298 [AC_MSG_ERROR([compiling `return 2' failed])])
|
H A D | erlang.at | 3 AT_BANNER([Erlang low level compiling and utility macros.]) 38 AC_MSG_ERROR([compiling Erlang program should fail])],
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | pthreads.m4 | 4 AC_MSG_CHECKING(if compiling threadsafe libraries) 65 dnl problems that aix causes when compiling with pthread support
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | CrossCompilation.rst | 9 for cross-compiling your code to a different architecture. It assumes you 17 `instructions for cross-compiling LLVM itself 31 when compiling your code. 44 you're compiling to, where your tools are, etc. 108 be compiling to. For every architecture, a default set of CPU/FPU/ABI 201 The same is true if you're compiling for different ABIs, like ``gnueabi``
|
/netbsd-src/external/gpl2/texinfo/dist/ |
H A D | INSTALL | 7 For generic installation instructions on compiling and installing this 30 * For instructions on compiling this distribution with DJGPP tools
|
/netbsd-src/distrib/syspkg/sets/comp/comp-i18n-lib/ |
H A D | COMMENT | 1 static libraries and shared library links for compiling applications with i18n support
|
H A D | DESCR | 1 static libraries and shared library links for compiling applications with i18n support
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | README | 44 (libcasn1.a) and header files for compiling this module. 65 www.openldap.org. Before compiling, be sure to define 75 After compiling, you will get example.c and example.h
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-ns32k.texi | 12 specify that it is compiling for a 32032 processor, or a 13 @samp{-m32532} to specify that it is compiling for a 32532 option.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | config.build | 32 # build_xm_defines List of macros to define when compiling for the 35 # build_xm_file List of files to include when compiling for the
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | config.build | 32 # build_xm_defines List of macros to define when compiling for the 35 # build_xm_file List of files to include when compiling for the
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-ns32k.texi | 12 specify that it is compiling for a 32032 processor, or a 13 @samp{-m32532} to specify that it is compiling for a 32532 option.
|