Searched
refs:gcc (Results
401 -
425 of
564) sorted by null
<<11121314151617181920>>
/prebuilts/go/darwin-x86/src/path/ |
path_test.go | 227 {"/usr/bin/gcc", true},
|
/prebuilts/go/darwin-x86/src/runtime/ |
stack2.go | 9 Included both by runtime (compiled via 6c) and linkers (compiled via gcc).
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/ |
doc.go | 59 Set the external linker (default "clang" or "gcc").
|
/prebuilts/go/linux-x86/src/ |
make.bat | 30 :: Default is "gcc".
|
/prebuilts/go/linux-x86/src/path/ |
path_test.go | 227 {"/usr/bin/gcc", true},
|
/prebuilts/go/linux-x86/src/runtime/ |
stack2.go | 9 Included both by runtime (compiled via 6c) and linkers (compiled via gcc).
|
/external/autotest/client/tools/ |
html_report.py | [all...] |
/external/clang/lib/Driver/ |
ToolChains.h | 28 /// Generic_GCC - A tool chain using the 'gcc' command to perform 29 /// all subcommands; this relies on gcc translating the majority of 33 /// \brief Struct to store and manipulate GCC versions. 35 /// We rely on assumptions about the form and structure of GCC version 72 /// \brief This is a class to find a viable GCC installation for Clang to 75 /// This class tries to find a GCC installation on the system, and report 107 /// \brief Check whether we detected a valid GCC install. 110 /// \brief Get the GCC triple for the detected install. 113 /// \brief Get the detected GCC installation path. 116 /// \brief Get the detected GCC parent lib path [all...] |
/external/libogg/win32/ |
Makefile | 72 CC = gcc
|
/external/llvm/ |
Makefile | 254 --with-llvm-gcc="$(LLVM_TOP)/llvm-gcc" ; \
|
/toolchain/binutils/binutils-2.25/ |
src-release.sh | 30 CC=gcc
|
/ndk/sources/host-tools/make-3.81/w32/ |
Makefile | 101 CC = gcc 104 CPP = gcc -E 163 ac_ct_CC = gcc
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
build.go | 2737 func (b *builder) gcc(p *Package, out string, flags []string, cfile string) error { func [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
build.go | 2737 func (b *builder) gcc(p *Package, out string, flags []string, cfile string) error { func [all...] |
/build/kati/ |
ninja.go | 160 // A hack for Android. For .s files, GCC does not use 246 var ccRE = regexp.MustCompile(`^prebuilts/(gcc|clang)/.*(gcc|g\+\+|clang|clang\+\+) .* ?-c `) 529 fmt.Fprintf(n.f, " deps = gcc\n")
|
/external/srtp/ |
config.status | 477 s,@CC@,gcc,;t t 481 s,@ac_ct_CC@,gcc,;t t 488 s,@CPP@,gcc -E,;t t
|
/prebuilts/go/darwin-x86/src/debug/elf/ |
file_test.go | 31 "testdata/gcc-386-freebsd-exec", 75 "testdata/gcc-amd64-linux-exec", 300 "testdata/gcc-amd64-openbsd-debug-with-rela.obj",
|
symbols_test.go | 54 "testdata/gcc-amd64-linux-exec": { 806 "testdata/gcc-amd64-linux-exec": {
|
/prebuilts/go/linux-x86/src/debug/elf/ |
file_test.go | 31 "testdata/gcc-386-freebsd-exec", 75 "testdata/gcc-amd64-linux-exec", 300 "testdata/gcc-amd64-openbsd-debug-with-rela.obj",
|
/external/bzip2/ |
Makefile | 18 CC=gcc
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/ |
makefile | 2 # Makefile for FreeType2 link library using ppc-morphos-gcc-2.95.3-bin.tgz 3 # (gcc 2.95.3 hosted on 68k-Amiga producing MorphOS-PPC-binaries from 55 CC = ppc-morphos-gcc
|
/ndk/build/tools/ |
dev-system-import.sh | 336 $TOOLCHAIN_PREFIX-gcc -Wl,-shared,-Bsymbolic -nostdlib -o $TMPO $TMPC 1>/dev/null 2>&1
|
make-standalone-toolchain.sh | 212 # Check that we have any prebuilts GCC toolchain here 220 TOOLCHAIN_GCC=$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET-gcc 248 # Now copy the GCC toolchain prebuilt binaries 275 # make clang/++ easier drop-in replacement for gcc/++ in NDK standalone mode.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
assert.hpp | 26 #include <boost/mpl/aux_/config/gcc.hpp> 52 // and GCC (which issues "unused variable" warnings when static constants are used 68 // degrades the quality of GCC diagnostics 258 // agurt, 9/nov/06: 'enum' below is a workaround for gcc 4.0.4/4.1.1 bugs #29522 and #29518
|
has_xxx.hpp | 23 #include <boost/mpl/aux_/config/gcc.hpp>
|
Completed in 1637 milliseconds
<<11121314151617181920>>