/external/clang/unittests/libclang/ |
LibclangTest.cpp | 10 #include "clang-c/Index.h" 484 std::string Clang = "bin/clang"; 485 WriteFile(Clang, ""); 487 const char *Argv[] = {Clang.c_str(), "-target", "arm-linux-gnueabi",
|
/external/elfutils/libdwfl/ |
Android.mk | 92 # Clang has no nested functions. 134 # Clang has no nested functions. 137 # b/25642296, local __thread variable does not work with arm64 clang/llvm.
|
/external/sonivox/arm-wt-22k/ |
Android.mk | 95 # .s files not ported for Clang assembler yet.
|
/frameworks/base/core/jni/ |
Android.mk | 277 # -Wno-unknown-pragmas: necessary for Clang as the GL bindings need to turn 278 # off a GCC warning that Clang doesn't know. 282 # -Wno-c++11-extensions: Clang warns about Skia using the C++11 override keyword, but this project 286 # b/22414716: thread_local (android/graphics/Paint.cpp) and Clang don't like each other at the
|
/external/clang/docs/ |
make.bat | 102 echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Clang.qhcp 104 echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Clang.ghc
|
/external/clang/lib/Driver/ |
ToolChain.cpp | 11 #include "clang/Basic/ObjCRuntime.h" 12 #include "clang/Driver/Action.h" 13 #include "clang/Driver/Driver.h" 14 #include "clang/Driver/DriverDiagnostic.h" 15 #include "clang/Driver/Options.h" 16 #include "clang/Driver/SanitizerArgs.h" 17 #include "clang/Driver/ToolChain.h" 28 using namespace clang::driver; 29 using namespace clang::driver::tools; 30 using namespace clang; [all...] |
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...] |
/external/clang/utils/analyzer/ |
SATestBuild.py | 144 # Find Clang for static analysis. 145 Clang = which("clang", os.environ['PATH']) 146 if not Clang: 147 print "Error: cannot find 'clang' in PATH" 288 SBOptions = "--use-analyzer " + Clang + " " 349 CmdPrefix = Clang + " -cc1 " 677 Parser = argparse.ArgumentParser(description='Test the Clang Static Analyzer.')
|
/external/mdnsresponder/ |
Android.mk | 37 # uds_daemon.c explicitly dereferences a non-volatile null pointer. Clang rather
|
/external/clang/test/Misc/ |
warning-flags.c | 12 (2) It prevents us adding new warnings to Clang that have no -W flag. All
|
/external/libhevc/ |
decoder.arm64.mk | 95 # Clang doesn't pass -I flags to the assembler when building a .s file.
|
/external/llvm/utils/release/ |
build_llvm_package.bat | 13 REM Visual Studio 2013 SDK (for the clang-format plugin).
29 echo Clang format plugin version: %clang_format_vs_version%
39 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/cfe/%branch% llvm/tools/clang || exit /b
40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools/clang/tools/extra || exit /b
57 ninja check-clang || exit /b
62 set CC=..\build32_stage0\bin\clang-cl
63 set CXX=..\build32_stage0\bin\clang-cl
67 ninja check-clang || exit /b
68 copy ..\llvm\tools\clang\tools\clang-format-vs\ClangFormat\bin\Release\ClangFormat.vsix ClangFormat-r%revision%.vsix [all...] |
/hardware/intel/common/libva/va/ |
Android.mk | 32 # Clang does not like partially initialized structures
|
/external/clang/include/clang/Driver/ |
ToolChain.h | 13 #include "clang/Basic/Sanitizers.h" 14 #include "clang/Driver/Action.h" 15 #include "clang/Driver/Multilib.h" 16 #include "clang/Driver/Types.h" 17 #include "clang/Driver/Util.h" 33 namespace clang { namespace 84 mutable std::unique_ptr<Tool> Clang; 168 /// \param ProgName The name the Clang driver was invoked with (from, 190 /// a compiler other than Clang. 294 /// UseDwarfDebugFlags - Embed the compile options to clang into the Dwar [all...] |
/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
|
/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...] |
/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...] |