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

<<2122232425

  /build/blueprint/
ninja_defs.go 40 return "gcc"
  /build/soong/genrule/
genrule.go 77 // Enable reading a file containing dependencies in gcc format after the command completes
  /external/icu/icu4c/source/
configure     [all...]
  /external/python/cpython2/
configure     [all...]
setup.py 425 gcc = sysconfig.get_config_var('CC')
429 ret = os.system('%s -E -v - </dev/null 2>%s 1>/dev/null' % (gcc, tmpfile))
438 if line.startswith("gcc version"):
447 if '/gcc/' not in d:
450 elif is_gcc and in_incdirs and '/gcc/' not in line:
    [all...]
  /external/python/cpython3/
setup.py 451 gcc = sysconfig.get_config_var('CC')
455 ret = os.system('%s -E -v - </dev/null 2>%s 1>/dev/null' % (gcc, tmpfile))
464 if line.startswith("gcc version"):
473 if '/gcc/' not in d:
476 elif is_gcc and in_incdirs and '/gcc/' not in line:
    [all...]
  /external/clang/lib/Driver/
Tools.h 149 /// gcc - Generic GCC tool implementations.
150 namespace gcc { namespace in namespace:clang::driver::tools
156 // A gcc tool has an "integrated" assembler that it will call to produce an
174 : Common("gcc::Preprocessor", "gcc preprocessor", TC) {}
185 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {}
196 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {
    [all...]
  /external/fio/
configure 223 cc="${CC-${cross_prefix}gcc}"
301 CC="i686-w64-mingw32-gcc"
308 CC="x86_64-w64-mingw32-gcc"
418 CC=gcc
423 cc="${CC-${cross_prefix}gcc}"
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/help/
helpdoc.go 558 OS-native compiler (typically gcc); otherwise they will
569 OS-native assembler (typically gcc (sic)); otherwise they
  /prebuilts/go/linux-x86/src/cmd/go/internal/help/
helpdoc.go 558 OS-native compiler (typically gcc); otherwise they will
569 OS-native assembler (typically gcc (sic)); otherwise they
  /external/valgrind/
configure     [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure     [all...]
  /external/strace/
configure     [all...]
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 374 @if not defined CYGWIN_HOME @echo "!!! WARNING !!! No CYGWIN_HOME set, gcc build may not be used !!!"
  /external/e2fsprogs/
configure     [all...]
  /external/one-true-awk/
FIXES 63 minor type fiddles to make gcc -Wall -pedantic happier (but not
312 reported by gcc's -Wwrite-strings. as it says in the gcc manual,
594 cleaned up some declarations so gcc -Wall is now almost silent.
    [all...]
  /external/syslinux/com32/lib/libpng/
CHANGES     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
carchive_test.go 621 if err != nil && bytes.Contains(out, []byte("unknown")) && !strings.Contains(cc[0], "gcc") {
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
carchive_test.go 621 if err != nil && bytes.Contains(out, []byte("unknown")) && !strings.Contains(cc[0], "gcc") {
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
configure     [all...]
  /external/fec/
configure 827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
    [all...]
  /prebuilts/misc/windows/sdl2/test/
configure     [all...]

Completed in 1563 milliseconds

<<2122232425