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

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaObjCXX/
lit.local.cfg 3 (r'%clang\b',
  /external/clang/test/SemaOpenCL/
lit.local.cfg 3 (r'%clang\b',
  /external/clang/test/Tooling/
clang-check-args.cpp 1 // RUN: not clang-check "%s" -- -c 2>&1 | FileCheck %s
  /external/llvm/test/tools/llvm-objdump/Inputs/
common-symbol-elf 
  /external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/Clang/
fsyntax-only.c 1 // RUN: clang -fsyntax-only -Xclang -verify %s
  /external/tensorflow/tensorflow/
.clang-format 2 # clang-format -i --style=file <file>
  /external/v8/
.clang-format 2 # http://clang.llvm.org/docs/ClangFormatStyleOptions.html
  /external/v8/tools/clang/value_cleanup/
ValueCleanup.cpp 12 #include "clang/ASTMatchers/ASTMatchFinder.h"
13 #include "clang/Basic/CharInfo.h"
14 #include "clang/Basic/SourceManager.h"
15 #include "clang/Frontend/FrontendActions.h"
16 #include "clang/Lex/Lexer.h"
17 #include "clang/Tooling/CommonOptionsParser.h"
18 #include "clang/Tooling/Refactoring.h"
19 #include "clang/Tooling/Tooling.h"
25 using namespace clang::ast_matchers;
26 using clang::tooling::CommonOptionsParser
    [all...]
  /external/webrtc/
.clang-format 2 # http://clang.llvm.org/docs/ClangFormatStyleOptions.html
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
CMakeLists.txt 1 clang_tablegen(Checkers.inc -gen-clang-sa-checkers
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
CMakeLists.txt 1 clang_tablegen(Checkers.inc -gen-clang-sa-checkers
  /prebuilts/go/darwin-x86/src/debug/elf/testdata/
go-relocation-test-clang-x86.obj 
  /prebuilts/go/linux-x86/src/debug/elf/testdata/
go-relocation-test-clang-x86.obj 
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
Application.mk 1 NDK_TOOLCHAIN_VERSION := clang
  /frameworks/compile/slang/
slang.h 35 #include "clang/Basic/LangOptions.h"
36 #include "clang/Basic/TargetOptions.h"
37 #include "clang/Frontend/CodeGenOptions.h"
38 #include "clang/Lex/ModuleLoader.h"
51 namespace clang { namespace
67 } // namespace clang
78 class Slang : public clang::ModuleLoader {
93 clang::LangOptions LangOpts;
95 clang::CodeGenOptions CodeGenOpts;
101 clang::DiagnosticsEngine *mDiagEngine
    [all...]
  /external/clang/include/clang/AST/
TypeOrdering.h 13 /// Defines clang::QualTypeOrdering, a total ordering on clang::QualType,
22 #include "clang/AST/CanonicalType.h"
23 #include "clang/AST/Type.h"
26 namespace clang { namespace
40 template<> struct DenseMapInfo<clang::QualType> {
41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
43 static inline clang::QualType getTombstoneKey() {
44 using clang::QualType
    [all...]
  /external/skia/infra/branch-config/
cq.cfg 35 builders { name: "Build-Debian9-Clang-arm-Debug-Android" }
36 builders { name: "Build-Debian9-Clang-arm-Release-Android_API26" }
37 builders { name: "Build-Debian9-Clang-arm64-Debug-Android" }
38 builders { name: "Build-Debian9-Clang-gce_x86_phone-eng-Android_Framework" }
39 builders { name: "Build-Debian9-Clang-x86_64-Debug" }
43 builders { name: "Build-Mac-Clang-x86_64-Debug-Metal" }
44 builders { name: "Build-Mac-Clang-x86_64-Release" }
45 builders { name: "Build-Win-Clang-x86_64-Release-Vulkan" }
47 name: "Build-Win-Clang-x86_64-Release-Vulkan_Goma"
53 builders { name: "Perf-Debian9-Clang-GCE-CPU-AVX2-x86-Debug-All"
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeOrdering.h 13 /// Defines clang::QualTypeOrdering, a total ordering on clang::QualType,
22 #include "clang/AST/CanonicalType.h"
23 #include "clang/AST/Type.h"
26 namespace clang { namespace
40 template<> struct DenseMapInfo<clang::QualType> {
41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
43 static inline clang::QualType getTombstoneKey() {
44 using clang::QualType
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
TypeOrdering.h 13 /// Defines clang::QualTypeOrdering, a total ordering on clang::QualType,
22 #include "clang/AST/CanonicalType.h"
23 #include "clang/AST/Type.h"
26 namespace clang { namespace
40 template<> struct DenseMapInfo<clang::QualType> {
41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
43 static inline clang::QualType getTombstoneKey() {
44 using clang::QualType
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
clang-rename.el 0 ;;; clang-rename.el --- Renames every occurrence of a symbol found at <offset>. -*- lexical-binding: t; -*-
7 ;; To install clang-rename.el make sure the directory of this file is in your
10 ;; (require 'clang-rename)
16 (defgroup clang-rename nil
17 "Integration with clang-rename"
20 (defcustom clang-rename-binary "clang-rename"
21 "Path to clang-rename executable."
23 :group 'clang-rename)
26 (defun clang-rename (new-name
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
TypeOrdering.h 13 /// Defines clang::QualTypeOrdering, a total ordering on clang::QualType,
22 #include "clang/AST/CanonicalType.h"
23 #include "clang/AST/Type.h"
26 namespace clang { namespace
40 template<> struct DenseMapInfo<clang::QualType> {
41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
43 static inline clang::QualType getTombstoneKey() {
44 using clang::QualType
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
clang-rename.el 0 ;;; clang-rename.el --- Renames every occurrence of a symbol found at <offset>. -*- lexical-binding: t; -*-
7 ;; To install clang-rename.el make sure the directory of this file is in your
10 ;; (require 'clang-rename)
16 (defgroup clang-rename nil
17 "Integration with clang-rename"
20 (defcustom clang-rename-binary "clang-rename"
21 "Path to clang-rename executable."
23 :group 'clang-rename)
26 (defun clang-rename (new-name
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
TypeOrdering.h 13 /// Defines clang::QualTypeOrdering, a total ordering on clang::QualType,
22 #include "clang/AST/CanonicalType.h"
23 #include "clang/AST/Type.h"
26 namespace clang { namespace
40 template<> struct DenseMapInfo<clang::QualType> {
41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
43 static inline clang::QualType getTombstoneKey() {
44 using clang::QualType
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
clang-rename.el 0 ;;; clang-rename.el --- Renames every occurrence of a symbol found at <offset>. -*- lexical-binding: t; -*-
7 ;; To install clang-rename.el make sure the directory of this file is in your
10 ;; (require 'clang-rename)
16 (defgroup clang-rename nil
17 "Integration with clang-rename"
20 (defcustom clang-rename-binary "clang-rename"
21 "Path to clang-rename executable."
23 :group 'clang-rename)
26 (defun clang-rename (new-name
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
TypeOrdering.h 13 /// Defines clang::QualTypeOrdering, a total ordering on clang::QualType,
22 #include "clang/AST/CanonicalType.h"
23 #include "clang/AST/Type.h"
26 namespace clang { namespace
40 template<> struct DenseMapInfo<clang::QualType> {
41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
43 static inline clang::QualType getTombstoneKey() {
44 using clang::QualType
    [all...]

Completed in 1056 milliseconds

1 2 3 4 5 6 7 891011>>