HomeSort by relevance Sort by last modified time
    Searched refs:gcc (Results 451 - 475 of 564) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/bin/
scan-build 10 # A script designed to wrap a build so that all calls to gcc are intercepted
1023 # used should be gcc-4.2.
1028 $ENV{"CCC_CC"} = "gcc-4.2";
1061 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or
1063 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/bin/
scan-build 10 # A script designed to wrap a build so that all calls to gcc are intercepted
1023 # used should be gcc-4.2.
1028 $ENV{"CCC_CC"} = "gcc-4.2";
1061 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or
1063 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
scan-build 10 # A script designed to wrap a build so that all calls to gcc are intercepted
997 # used should be gcc-4.2.
1002 $ENV{"CCC_CC"} = "gcc-4.2";
1035 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or
1037 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/bin/
scan-build 10 # A script designed to wrap a build so that all calls to gcc are intercepted
1023 # used should be gcc-4.2.
1028 $ENV{"CCC_CC"} = "gcc-4.2";
1061 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or
1063 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/bin/
scan-build 10 # A script designed to wrap a build so that all calls to gcc are intercepted
1023 # used should be gcc-4.2.
1028 $ENV{"CCC_CC"} = "gcc-4.2";
1061 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or
1063 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/bin/
scan-build 10 # A script designed to wrap a build so that all calls to gcc are intercepted
1023 # used should be gcc-4.2.
1028 $ENV{"CCC_CC"} = "gcc-4.2";
1061 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or
1063 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
scan-build 10 # A script designed to wrap a build so that all calls to gcc are intercepted
997 # used should be gcc-4.2.
1002 $ENV{"CCC_CC"} = "gcc-4.2";
1035 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or
1037 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 10 # A script designed to wrap a build so that all calls to gcc are intercepted
960 # used should be gcc-4.2.
965 $ENV{"CCC_CC"} = "gcc-4.2";
998 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or
1000 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 10 # A script designed to wrap a build so that all calls to gcc are intercepted
960 # used should be gcc-4.2.
965 $ENV{"CCC_CC"} = "gcc-4.2";
998 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or
1000 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or
    [all...]
  /external/libjpeg-turbo/
CMakeLists.txt 159 set(CMAKE_INSTALL_PREFIX_DEFAULT ${CMAKE_PROJECT_NAME}-gcc)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 167 // Use clang on OS X, because gcc is deprecated there.
168 // Xcode for OS X 10.9 Mavericks will ship a fake "gcc" binary that
175 b = "gcc"
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 167 // Use clang on OS X, because gcc is deprecated there.
168 // Xcode for OS X 10.9 Mavericks will ship a fake "gcc" binary that
175 b = "gcc"
  /external/fdlibm/
configure 788 --oldincludedir=DIR C header files for non-gcc [/usr/include]
    [all...]
  /external/icu/icu4c/source/
configure     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
lib.go 593 // If there are no dynamic libraries needed, gcc disables dynamic linking.
597 // the same way that gcc would.
914 extld = "gcc"
992 // On Windows, given -o foo, GCC will append ".exe" to produce
994 // option. To make this work, we append a '.' so that GCC
1059 // clang, unlike GCC, passes -rdynamic to the linker
    [all...]
symtab.go 152 // In external linking mode, we have to invoke gcc with -rdynamic
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
lib.go 590 // If there are no dynamic libraries needed, gcc disables dynamic linking.
594 // the same way that gcc would.
911 extld = "gcc"
989 // On Windows, given -o foo, GCC will append ".exe" to produce
991 // option. To make this work, we append a '.' so that GCC
1056 // clang, unlike GCC, passes -rdynamic to the linker
    [all...]
symtab.go 149 // In external linking mode, we have to invoke gcc with -rdynamic
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
lib.go 593 // If there are no dynamic libraries needed, gcc disables dynamic linking.
597 // the same way that gcc would.
914 extld = "gcc"
992 // On Windows, given -o foo, GCC will append ".exe" to produce
994 // option. To make this work, we append a '.' so that GCC
1059 // clang, unlike GCC, passes -rdynamic to the linker
    [all...]
symtab.go 152 // In external linking mode, we have to invoke gcc with -rdynamic
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
lib.go 590 // If there are no dynamic libraries needed, gcc disables dynamic linking.
594 // the same way that gcc would.
911 extld = "gcc"
989 // On Windows, given -o foo, GCC will append ".exe" to produce
991 // option. To make this work, we append a '.' so that GCC
1056 // clang, unlike GCC, passes -rdynamic to the linker
    [all...]
symtab.go 149 // In external linking mode, we have to invoke gcc with -rdynamic
  /build/core/
config.mk 646 # Force gcc to always output color diagnostics. Ninja will strip the ANSI
669 # We run gcc/clang with PWD=/proc/self/cwd to remove the $TOP
    [all...]
  /external/clang/lib/Driver/
Tools.h 145 /// gcc - Generic GCC tool implementations.
146 namespace gcc { namespace in namespace:clang::driver::tools
166 : Common("gcc::Preprocessor", "gcc preprocessor", TC) {}
177 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {}
188 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {}
196 } // end namespace gcc
    [all...]
  /external/fio/
configure 194 cc="${CC-${cross_prefix}gcc}"
243 CC="i686-w64-mingw32-gcc"
245 CC="x86_64-w64-mingw32-gcc"
344 CC=gcc
349 cc="${CC-${cross_prefix}gcc}"
    [all...]

Completed in 666 milliseconds

<<11121314151617181920>>