HomeSort by relevance Sort by last modified time
    Searched refs:Clang (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/clang/
clang-host-build.mk 45 define transform-host-clang-td-to-out
47 @echo "Host Clang TableGen: $(TBLGEN_LOCAL_MODULE) (gen-$(1)) <= $<"
  /external/libvpx/
libvpx.mk 4 # Clang arm assembler cannot compile libvpx .s files yet.
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 13 #include "clang/Basic/LLVM.h"
19 namespace clang { namespace
63 enum TextDiagnosticFormat { Clang, MSVC, Vi };
75 #include "clang/Basic/DiagnosticOptions.def"
82 #include "clang/Basic/DiagnosticOptions.def"
105 #include "clang/Basic/DiagnosticOptions.def"
110 #include "clang/Basic/DiagnosticOptions.def"
116 } // end namespace clang
  /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.
  /build/soong/cc/
arm_device.go 115 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang
192 // Clang cflags
198 // Clang ARM vs. Thumb instruction set cflags
202 // Clang cpu variant cflags
210 // Clang cpu variant cflags
util.go 86 clang: in.Clang,
cc.go 156 pctx.SourcePathVariable("clangDefaultBase", "prebuilts/clang/host")
167 return "clang-2690385", nil
206 Clang bool
232 // compiling with clang
236 // compiling with clang
383 // compile module with clang instead of gcc
384 Clang *bool `android:"arch_variant"`
412 clang() bool
526 func (ctx *moduleContextImpl) clang() bool { func
527 return ctx.mod.clang(ctx.ctx
738 func (c *Module) clang(ctx BaseModuleContext) bool { func
    [all...]
mips64_device.go 112 // Clang cflags
mips_device.go 144 // Clang cflags
  /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
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6612.go 7 // Clang silences some warnings when the name is a #defined macro, so test those too
issue7978.go 18 // Clang could inline its definition, so we require clang on Darwin/ARM.
104 t.Skip("clang required for __sync_fetch_and_add support on darwin/arm")
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6612.go 7 // Clang silences some warnings when the name is a #defined macro, so test those too
issue7978.go 18 // Clang could inline its definition, so we require clang on Darwin/ARM.
104 t.Skip("clang required for __sync_fetch_and_add support on darwin/arm")
  /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...]
  /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...]

Completed in 437 milliseconds

1 23 4