/netbsd-src/external/apache2/llvm/dist/llvm/tools/xcode-toolchain/ |
H A D | CMakeLists.txt | 17 # This file generates a custom install-xcode-toolchain target which constructs 26 # ninja install-xcode-toolchain 96 add_custom_target(build-xcode-toolchain 98 add_llvm_install_targets(install-xcode-toolchain 99 DEPENDS ${LLVMToolchainDir}/Info.plist build-xcode-toolchain
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.c | 1086 int xcode = GET_CODE (x); in print_operand() local 1116 if (xcode == CONST_INT in print_operand() 1117 || xcode == CONST_DOUBLE || xcode == CONST_VECTOR) in print_operand() 1144 if (xcode == CONST_INT in print_operand() 1145 || xcode == CONST_DOUBLE || xcode == CONST_VECTOR) in print_operand() 1214 if (xcode == CONST_VECTOR) in print_operand() 1217 xcode = GET_CODE (x); in print_operand() 1219 if (xcode == SYMBOL_REF || xcode == LABEL_REF || xcode == CONST) in print_operand() 1221 else if (xcode == HIGH) in print_operand() 1278 if (xcode == HIGH) in print_operand() [all …]
|
/netbsd-src/external/mit/isl/dist/m4/ |
H A D | ax_detect_clang.m4 | 40 # then see if setting sysroot to `xcode-select -p`/SDKs/MacOSX.sdk helps. 52 AC_CHECK_PROG(XCODE_SELECT, xcode-select, xcode-select, []) 54 AC_MSG_ERROR([Cannot find xcode-select])
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/tools/scan-build/ |
H A D | BUILD.gn | 13 sources += [ "bin/set-xcode-analyzer" ]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/ |
H A D | README.LLVM | 11 $ rm -rf build-aux cmake codegear m4 make msvc samples scripts test xcode docs
|
/netbsd-src/sys/external/isc/libsodium/dist/dist-build/ |
H A D | ios.sh | 18 export XCODEDIR=$(xcode-select -p)
|
/netbsd-src/external/bsd/unbound/dist/contrib/ios/ |
H A D | setenv_ios.sh | 145 XCODE_DEVELOPER=$(xcode-select -print-path 2>/dev/null)
|
/netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/ |
H A D | Apple-stage1.cmake | 52 install-xcode-toolchain
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn.c | 5518 int xcode = x ? GET_CODE (x) : 0; in print_operand() local 5748 if (xcode != MEM) in print_operand() 5757 if (xcode != MEM) in print_operand() 5841 if ((xcode != EQ && xcode != NE) || !REG_P (XEXP (x, 0))) in print_operand() 5865 if (xcode == (invert ? NE : EQ)) in print_operand() 5875 switch (xcode) in print_operand() 5970 switch (xcode) in print_operand() 6075 if (xcode == REG) in print_operand() 6077 else if (xcode == MEM) in print_operand() 6079 else if (xcode == CONST_INT) in print_operand() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/ |
H A D | CMakeLists.txt | 26 set-xcode-analyzer
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn.cc | 5822 int xcode = x ? GET_CODE (x) : 0; in print_operand() local 6052 if (xcode != MEM) in print_operand() 6061 if (xcode != MEM) in print_operand() 6145 if ((xcode != EQ && xcode != NE) || !REG_P (XEXP (x, 0))) in print_operand() 6169 if (xcode == (invert ? NE : EQ)) in print_operand() 6179 switch (xcode) in print_operand() 6274 switch (xcode) in print_operand() 6379 if (xcode == REG) in print_operand() 6381 else if (xcode == MEM) in print_operand() 6383 else if (xcode == CONST_INT) in print_operand() [all …]
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/ |
H A D | config.guess | 1341 if command -v xcode-select > /dev/null 2> /dev/null && \ 1342 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | config.guess | 1336 if command -v xcode-select > /dev/null 2> /dev/null && \ 1337 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | configfsf.guess | 1352 if command -v xcode-select > /dev/null 2> /dev/null && \ 1353 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|
/netbsd-src/external/bsd/openldap/dist/build/ |
H A D | config.guess | 1341 if command -v xcode-select > /dev/null 2> /dev/null && \ 1342 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/support/ |
H A D | config.guess | 1370 if command -v xcode-select > /dev/null 2> /dev/null && \ 1371 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | config.guess | 1366 if command -v xcode-select > /dev/null 2> /dev/null && \ 1367 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|
/netbsd-src/external/bsd/libevent/dist/build-aux/ |
H A D | config.guess | 1340 if command -v xcode-select > /dev/null 2> /dev/null && \ 1341 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|
/netbsd-src/external/lgpl3/mpc/dist/build-aux/ |
H A D | config.guess | 1341 if command -v xcode-select > /dev/null 2> /dev/null && \ 1342 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|
/netbsd-src/external/mit/expat/dist/conftools/ |
H A D | config.guess | 1367 if command -v xcode-select > /dev/null 2> /dev/null && \ 1368 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|
/netbsd-src/external/mpl/bind/dist/doc/arm/ |
H A D | build.inc.rst | 181 installed, simply run ``xcode-select --install``. (Note that an Apple ID
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | config.guess | 1463 if command -v xcode-select > /dev/null 2> /dev/null && \ 1464 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | config.guess | 1408 if command -v xcode-select > /dev/null 2> /dev/null && \ 1409 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|
/netbsd-src/external/gpl3/binutils.old/dist/ |
H A D | config.guess | 1408 if command -v xcode-select > /dev/null 2> /dev/null && \ 1409 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | config.guess | 1461 if command -v xcode-select > /dev/null 2> /dev/null && \ 1462 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
|