HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 1901 - 1925 of 15538) sorted by null

<<71727374757677787980>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Checkers/
ClangCheckers.h 13 namespace clang { namespace
20 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/lib/linux/
libclang_rt.asan-preinit-mips64-android.a 8 ELF8?@@ Android (4630689 based on r316199) clang version 6.0.1 (https://android.googlesource.com/toolchain/clang 279c0d3a962121a6d1d535e7b0b5d9d36d3c829d) (https://android.googlesource.com/toolchain/llvm 78863c2 (…)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
CapturedStmt.h 14 namespace clang { namespace
22 } // end namespace clang
DiagnosticOptions.h 13 #include "clang/Basic/LLVM.h"
19 namespace clang { namespace
63 enum TextDiagnosticFormat { Clang, MSVC, Vi };
79 #include "clang/Basic/DiagnosticOptions.def"
86 #include "clang/Basic/DiagnosticOptions.def"
109 #include "clang/Basic/DiagnosticOptions.def"
114 #include "clang/Basic/DiagnosticOptions.def"
120 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Checkers/
ClangCheckers.h 13 namespace clang { namespace
20 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
CapturedStmt.h 14 namespace clang { namespace
22 } // end namespace clang
DiagnosticOptions.h 13 #include "clang/Basic/LLVM.h"
19 namespace clang { namespace
63 enum TextDiagnosticFormat { Clang, MSVC, Vi };
79 #include "clang/Basic/DiagnosticOptions.def"
86 #include "clang/Basic/DiagnosticOptions.def"
109 #include "clang/Basic/DiagnosticOptions.def"
114 #include "clang/Basic/DiagnosticOptions.def"
120 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Checkers/
ClangCheckers.h 13 namespace clang { namespace
20 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/lib/linux/
libclang_rt.asan-preinit-mips64-android.a 8 ELF8?@@ Android (4691093 based on r316199) clang version 6.0.2 (https://android.googlesource.com/toolchain/clang 183abd29fc496f55536e7d904e0abae47888fc7f) (https://android.googlesource.com/toolchain/llvm 34361f1 (…)
  /prebuilts/clang/host/linux-x86/soong/
Android.bp 18 name: "soong-clang-prebuilts",
19 pkgPath: "android/soong/prebuilts/clang/host/linux-x86/clangprebuilts",
  /system/chre/build/app_support/google_slpi/
libchre_slpi_skel.so 
  /system/chre/build/arch/
arm64.mk 19 TARGET_CC = $(ARM64_TOOLS_PREFIX)/clang++
20 TARGET_LD = $(ARM64_TOOLS_PREFIX)/clang++
  /system/core/liblog/include/log/
log_transport.h 20 /* clang-format off */
27 /* clang-format on */
  /bionic/tools/versioner/src/
Driver.cpp 29 #include <clang/AST/ASTConsumer.h>
30 #include <clang/Basic/Diagnostic.h>
31 #include <clang/Basic/TargetInfo.h>
32 #include <clang/Basic/VirtualFileSystem.h>
33 #include <clang/Driver/Compilation.h>
34 #include <clang/Driver/Driver.h>
35 #include <clang/Frontend/CompilerInstance.h>
36 #include <clang/Frontend/CompilerInvocation.h>
37 #include <clang/Frontend/FrontendAction.h>
38 #include <clang/Frontend/FrontendActions.h
    [all...]
  /external/llvm/docs/
AdvancedBuilds.rst 25 The Clang CMake build system supports bootstrap (aka multi-stage) builds. At a
30 In a simple two-stage bootstrap build, we build clang using the system compiler,
31 then use that just-built clang to build clang again. In CMake this simplest form
44 The clang build system refers to builds as stages. A stage1 build is a standard
49 Apple Clang Builds (A More Complex Bootstrap)
52 Apple's Clang builds are a slightly more complicated example of the simple
53 bootstrapping scenario. Apple Clang is built using a 2-stage build.
60 configuration the Apple Clang build settings are contained in CMake Cache files.
61 You can build an Apple Clang compiler using the following commands
    [all...]
  /external/capstone/
.travis.yml 12 - clang
  /external/clang/
ToolchainPrebuilts.md 5 [Android Clang/LLVM Toolchain Prebuilts Doc](https://android.googlesource.com/platform/external/clang/+/dev/ToolchainPrebuilts.md)
29 Loop over llvm, clang, compiler-rt (in this order):
119 python external/clang/build.py
125 LLVM_PREBUILTS_VERSION=clang-dev \
130 `clang-$BUILD_NAME` instead of `clang-dev`.
134 http://go/clang-build. Sorry, Googlers only (for now) :(
138 directory will be named "clang-BUILD\_NUMBER".
140 5. Update `LLVM\_PREBUILTS\_VERSION` in `build/core/clang/config.mk` to matc
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_index.py 1 from clang.cindex import *
  /external/clang/cmake/caches/
PGO.cmake 12 stage2-check-clang
  /external/clang/include/clang/AST/
ASTDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
15 namespace clang { namespace
21 #include "clang/Basic/DiagnosticASTKinds.inc"
45 } // end namespace clang
  /external/clang/include/clang/Basic/
AttrKinds.h 11 /// \brief Defines the clang::attr::Kind enum.
18 namespace clang { namespace
28 #include "clang/Basic/AttrList.inc"
32 } // end namespace clang
Attributes.h 13 #include "clang/Basic/LangOptions.h"
14 #include "clang/Basic/TargetInfo.h"
16 namespace clang { namespace
37 } // end namespace clang
  /external/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 13 #include "clang/Frontend/PCHContainerOperations.h"
15 namespace clang { namespace
18 /// wraps Clang modules inside a COFF, ELF, or Mach-O container.
32 /// wraps Clang modules inside a COFF, ELF, or Mach-O container.
  /external/clang/include/clang/Sema/
SemaLambda.h 18 #include "clang/AST/ASTLambda.h"
19 #include "clang/Sema/ScopeInfo.h"
20 namespace clang { namespace
34 } // clang
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 19 #include "clang/Analysis/CFG.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
22 namespace clang { namespace
34 } // end namespace clang

Completed in 1334 milliseconds

<<71727374757677787980>>