HomeSort by relevance Sort by last modified time
    Searched refs:gcc (Results 376 - 400 of 606) sorted by null

<<11121314151617181920>>

  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/lib/
libffi.exp 109 # Are we building with GCC?
110 set tmp [grep ../config.status "GCC='yes'"]
111 if { [string match $tmp "GCC='yes'"] } {
115 set gccdir [lookfor_file $tool_root_dir gcc/libgcc.a]
385 # them out *before* the next test run because gcc-target-compile gets
  /external/selinux/libselinux/src/
Makefile 31 COMPILER ?= gcc
58 ifeq ($(COMPILER), gcc)
  /external/valgrind/drd/scripts/
download-and-build-splash2.in 85 -CC := gcc
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue7978.go 17 // primitive, and although gcc supports it, it doesn't inline its definition.
  /prebuilts/go/darwin-x86/src/cmd/cgo/
util.go 24 f, err := ioutil.TempFile("", "cgo-gcc-input-")
gcc.go 5 // Annotate Ref in Prog with C types by parsing gcc debug output.
32 var debugGcc = flag.Bool("debug-gcc", false, "print gcc invocations")
178 // loadDefines coerces gcc into spitting out the #defines in use
220 // guessKinds tricks gcc into revealing the kind of each
225 // like #defines or 'struct foo', before bothering with gcc.
272 // Otherwise, we'll need to find out from gcc.
276 // Bypass gcc if there's nothing left to find out.
281 // Coerce gcc into telling us whether each name is a type, a value, or undeclared.
352 // exception: newer GCC versions will sometimes emi
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
note_test.go 57 // It's not an error if gold isn't there. gcc claims it "cannot find 'ld'" if
  /prebuilts/go/darwin-x86/src/path/
path_test.go 221 {"/usr/bin/gcc", true},
  /prebuilts/go/linux-x86/misc/cgo/test/
issue7978.go 17 // primitive, and although gcc supports it, it doesn't inline its definition.
  /prebuilts/go/linux-x86/src/cmd/cgo/
util.go 24 f, err := ioutil.TempFile("", "cgo-gcc-input-")
gcc.go 5 // Annotate Ref in Prog with C types by parsing gcc debug output.
32 var debugGcc = flag.Bool("debug-gcc", false, "print gcc invocations")
178 // loadDefines coerces gcc into spitting out the #defines in use
220 // guessKinds tricks gcc into revealing the kind of each
225 // like #defines or 'struct foo', before bothering with gcc.
272 // Otherwise, we'll need to find out from gcc.
276 // Bypass gcc if there's nothing left to find out.
281 // Coerce gcc into telling us whether each name is a type, a value, or undeclared.
352 // exception: newer GCC versions will sometimes emi
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
note_test.go 57 // It's not an error if gold isn't there. gcc claims it "cannot find 'ld'" if
  /prebuilts/go/linux-x86/src/path/
path_test.go 221 {"/usr/bin/gcc", true},
  /build/make/core/
aux_config.mk 22 ifeq ($(wildcard $(AUX_TOOLCHAIN_cortexm4)gcc),)
30 AUX_TOOLCHAIN_x86 := prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/bin/x86_64-linux-
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bld_vlv.sh 180 gcc_version=$(gcc -v 2>&1 | tail -1 | awk '{print $3}')
  /device/linaro/hikey/uefi-tools/
edk2-build.sh 18 TOOLCHAIN="gcc" # Override with -T
87 "gcc")
88 PLATFORM_TOOLCHAIN=`get_gcc_version "$CROSS_COMPILE"gcc`
339 -T) # Set specific toolchain tag, or clang/gcc for autoselection
  /external/arm-neon-tests/
Makefile 29 # GCC/ARM cross compiler
30 CC.gccarm := arm-none-eabi-gcc
98 # Building reference files with GCC/ARM. Link with GCC/ld.
115 # Building reference files with GCC/ARM. Link with armlink.
  /external/brotli/
configure-cmake 119 --oldincludedir=DIR C header files for non-gcc [/usr/include]
  /external/libcap-ng/libcap-ng-0.7/
depcomp 79 depmode=gcc
107 ## gcc 3 implements dependency tracking that does exactly what
133 gcc)
134 ## There are various ways to get dependency output from gcc. Here's
139 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
163 ## dummy dependencies for each header file. Too bad gcc doesn't do
167 ## Some versions of gcc put a space before the `:'. On the theory
  /external/libpng/contrib/pngminim/preader/
makefile 5 CC=gcc
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.h 38 class GCC;
54 GCC *gcc; member in class:llvm::BugDriver
  /external/syslinux/
syslinux.spec 18 %define my_cc gcc
21 %define my_cc gcc -m32
  /external/toolchain-utils/
build_tool.py 4 This script allows you to build/install a customized version of gcc/binutils,
11 ## Build gcc located at /local/gcc/dir and do a bootstrap using the new
14 ./build_tool.py --gcc_dir=/loca/gcc/dir --bootstrap
95 tool_name='gcc', tool_dir=self._gcc_dir):
111 tool_name: either 'gcc' or 'binutils'
184 rv = self.CheckoutToolBranch('gcc', self._gcc_branch)
203 tool_name: either 'gcc' or 'binutils'
240 (rv, ef, efn) = self.FindToolEbuildFile('gcc')
261 tool_name: either "gcc" or "binutils"
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
depcomp 79 depmode=gcc
107 ## gcc 3 implements dependency tracking that does exactly what
133 gcc)
134 ## There are various ways to get dependency output from gcc. Here's
139 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
163 ## dummy dependencies for each header file. Too bad gcc doesn't do
167 ## Some versions of gcc put a space before the `:'. On the theory
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 269 --gcc-version=*) GCC_VERSION=$optarg
356 echo " --work-dir=PATH Temporary work directory [/tmp/gcc.<random>]"
360 echo " --gcc-version=VERSION GCC version number [$GCC_VERSION]"
389 WORK_DIR=$(mktemp -d /tmp/$USER-gcc-$HOST_BITS-XXXXXX)
773 HOST_CC=${CC:-gcc}
825 echo "GCC target name: $GCC_TARGET"
1271 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc isl cloog"
    [all...]

Completed in 1167 milliseconds

<<11121314151617181920>>