/build/soong/cc/ |
x86_64_device.go | 159 // Clang cflags
|
x86_device.go | 161 // Clang cflags
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/ |
libvpx.mk | 49 # Clang complains about every partial initialized structure,
|
/ndk/sources/android/support/ |
Android.mk | 149 # These Clang warnings are triggered by the Musl sources. The code is fine, 153 ifneq ($(TARGET_TOOLCHAIN),$(subst clang,,$(TARGET_TOOLCHAIN)))
|
/ndk/tests/device/hard-float/jni/ |
Android.mk | 22 ifeq (,$(filter clang%,$(NDK_TOOLCHAIN_VERSION))) 65 # Clang before 3.4 doesn't allow change of calling convenstion for builtin, 77 $(warning Skip example hard-float-softfp-abi for clang for now) 79 endif # check clang
|
/external/deqp/framework/delibs/debase/ |
deDefs.h | 30 #define DE_COMPILER_CLANG 3 /*!< LLVM Clang Compiler. */ 48 * GCC and Clang, and a generic for other conflicts. 51 # error Detected compiler is Clang, but got DE_COMPILER == DE_COMPILER_GCC
|
/external/clang/lib/Driver/ |
Tools.h | 13 #include "clang/Basic/VersionTuple.h" 14 #include "clang/Driver/Tool.h" 15 #include "clang/Driver/Types.h" 16 #include "clang/Driver/Util.h" 17 #include "clang/Frontend/CodeGenOptions.h" 22 namespace clang { namespace 45 /// \brief Clang compiler tool. 46 class LLVM_LIBRARY_VISIBILITY Clang : public Tool { 102 // CAUTION! The first constructor argument ("clang") is not arbitrary, 104 // whether that tool is Clang based on the Tool's Name as a string [all...] |
Tools.cpp | 13 #include "clang/Basic/CharInfo.h" 14 #include "clang/Basic/LangOptions.h" 15 #include "clang/Basic/ObjCRuntime.h" 16 #include "clang/Basic/Version.h" 17 #include "clang/Config/config.h" 18 #include "clang/Driver/Action.h" 19 #include "clang/Driver/Compilation.h" 20 #include "clang/Driver/Driver.h" 21 #include "clang/Driver/DriverDiagnostic.h" 22 #include "clang/Driver/Job.h [all...] |
/ndk/build/core/ |
setup-toolchain.mk | 32 # Filter out the Clang toolchain, so that we can keep GCC as the default 36 $(filter-out %-clang$(_ver),$(TARGET_TOOLCHAIN_LIST)))) 67 # Replace "clang" with the most recent verion 68 ifeq ($(NDK_TOOLCHAIN_VERSION),clang) 69 override NDK_TOOLCHAIN_VERSION := clang$(lastword $(LLVM_VERSION_LIST)) 93 # if TARGET_TOOLCHAIN_BASE is llvm, remove clang from NDK_TOOLCHAIN_VERSION 96 VERSION := $(subst clang,,$(NDK_TOOLCHAIN_VERSION))
|
/external/compiler-rt/make/platform/ |
clang_darwin.mk | 1 # These are the functions which clang needs when it is targeting a previous 7 Description := Static runtime libraries for clang/Darwin. 31 printf 1>&2 " (clang or system libraries do not support it)\n"; \ 58 CC := $(call XCRun,clang) 80 # libgcc_s.10.4.dylib. We only build x86 slices since clang doesn't really 126 # build the libraries themselves so that Clang can find them where it expects
|
/external/v8/tools/gcmole/ |
gcmole.lua | 29 -- Usage: CLANG_BIN=clang-bin-dir lua tools/gcmole/gcmole.lua [arm|ia32|x64] 83 -- Clang invocation 105 return CLANG_BIN .. "/clang++ -std=c++11 -c "
|
/bionic/libm/ |
Android.mk | 6 # Clang/llvm has incompatible long double (fp128) for x86_64.
|
/bionic/libc/ |
Android.mk | 613 # Clang/llvm has incompatible long double (fp128) for x86_64. 619 # b/25291096, Clang/llvm compiled libc.so for mips/mips64 failed to boot. [all...] |
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
gcc.go | 772 // Apple clang version 1.7 (tags/Apple/clang-77) (based on LLVM 2.9svn) 774 // flag to disable the warning. Yes, really good diagnostics, clang. 779 // Clang embeds prototypes for some builtin functions, [all...] |
/prebuilts/go/linux-x86/src/cmd/cgo/ |
gcc.go | 772 // Apple clang version 1.7 (tags/Apple/clang-77) (based on LLVM 2.9svn) 774 // flag to disable the warning. Yes, really good diagnostics, clang. 779 // Clang embeds prototypes for some builtin functions, [all...] |
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | 11 #include "clang/Frontend/CompilerInvocation.h" 12 #include "clang/Basic/FileManager.h" 13 #include "clang/Basic/Version.h" 14 #include "clang/Config/config.h" 15 #include "clang/Driver/DriverDiagnostic.h" 16 #include "clang/Driver/Options.h" 17 #include "clang/Driver/Util.h" 18 #include "clang/Frontend/FrontendDiagnostic.h" 19 #include "clang/Frontend/LangStandard.h" 20 #include "clang/Frontend/Utils.h 2194 namespace clang { namespace [all...] |