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

<<141142143144145146147148149150>>

  /external/clang/test/Modules/
crash-vfs-path-symlink-component.m 6 // Test that clang is capable of collecting the right header files in the
15 // RUN: %clang -fsyntax-only %s -I %/t/i -isysroot %/t/sysroot/ \
56 // Test that by using the previous generated YAML file clang is able to find the
63 // RUN: %clang -E %s -I %/t/i -isysroot %/t/sysroot/ \
68 // CHECKOVERLAY: @import cstd.stdio; /* clang -E: implicit import for "/{{[^ ].*}}/i/usr/x/../stdio.h" */
  /external/clang/test/Parser/
pragma-unroll.cpp 59 #pragma clang loop unroll(disable)
65 #pragma clang loop unroll(full)
71 #pragma clang loop unroll(enable)
82 /* expected-error {{incompatible directives '#pragma nounroll' and 'unroll_count(4)'}} */ #pragma clang loop unroll_count(4)
101 #pragma clang loop unroll(full)
  /external/clang/tools/libclang/
BuildSystem.cpp 14 #include "clang-c/BuildSystem.h"
16 #include "clang/Basic/VirtualFileSystem.h"
23 using namespace clang;
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(clang::vfs::YAMLVFSWriter,
34 return wrap(new clang::vfs::YAMLVFSWriter());
CLog.h 13 #include "clang-c/Index.h"
14 #include "clang/Basic/LLVM.h"
26 namespace clang { namespace
100 if (clang::cxindex::LogRef Log = clang::cxindex::Logger::make(NAME))
CXStoredDiagnostic.cpp 10 |* Implements part of the diagnostic functions of the Clang C interface. *|
20 #include "clang/Frontend/ASTUnit.h"
21 #include "clang/Frontend/FrontendDiagnostic.h"
27 using namespace clang;
28 using namespace clang::cxloc;
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 10 #include "clang/Tooling/RefactoringCallbacks.h"
12 #include "clang/ASTMatchers/ASTMatchFinder.h"
13 #include "clang/ASTMatchers/ASTMatchers.h"
16 namespace clang { namespace
100 } // end namespace clang
  /external/expat/
qa.sh 9 : ${CLANG_CC:=clang}
10 : ${CLANG_CXX:=clang++}
43 # http://clang.llvm.org/docs/AddressSanitizer.html
57 # http://clang.llvm.org/docs/MemorySanitizer.html
68 # http://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
has_unique_object_representations.pass.cpp 11 // UNSUPPORTED: clang-3, clang-4, clang-5, apple-clang, gcc-4, gcc-5, gcc-6
13 // AOSP's clang doesn't have __has_unique_object_representations yet.
  /external/libcxxabi/lib/
buildit 5 # the library. Otherwise we'll use clang++.
17 CXX=clang++
22 CC=clang
47 CXX=`xcrun -sdk "${SDKROOT}" -find clang++`
48 CC=`xcrun -sdk "${SDKROOT}" -find clang`
  /external/skia/site/dev/contrib/
c++11.md 25 Chrome builds with a recent Clang on Mac and Linux and with a recent MSVC on
34 Android builds with either a somewhat aged GCC or a recent Clang. They're
41 marked that way because they arrived in GCC 4.8. Their minimum-supported Clang
52 bots a recent Clang, and the Linux bots GCC 4.8 or a recent Clang. Our Android
  /external/skqp/site/dev/contrib/
c++11.md 25 Chrome builds with a recent Clang on Mac and Linux and with a recent MSVC on
34 Android builds with either a somewhat aged GCC or a recent Clang. They're
41 marked that way because they arrived in GCC 4.8. Their minimum-supported Clang
52 bots a recent Clang, and the Linux bots GCC 4.8 or a recent Clang. Our Android
  /external/tensorflow/tensorflow/compiler/xla/
reference_util_test.cc 242 // clang-format off
249 // clang-format on
251 // clang-format off
256 // clang-format on
260 // clang-format off
267 // clang-format on
277 // clang-format off
284 // clang-format on
286 // clang-format off
291 // clang-format o
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
resize_bilinear_op_test.cc 224 // clang-format off
230 // clang-format on
247 // clang-format off
253 // clang-format on
269 // clang-format off
274 // clang-format on
290 // clang-format off
295 // clang-format on
310 // clang-format off
317 // clang-format o
    [all...]
  /external/tensorflow/tensorflow/core/ops/
array_grad.cc 34 // clang-format off
48 // clang-format on
55 // clang-format off
68 // clang-format on
74 // clang-format off
86 // clang-format on
93 // clang-format off
112 // clang-format on
119 // clang-format off
136 // clang-format o
    [all...]
  /external/toolchain-utils/binary_search_tool/
README.testing 42 $ cd <android-root/prebuilts/clang/host/linux-x86/clang-368880/bin
43 $ cp clang gcc
50 $ sudo ln -s <android-root>/prebuilts/clang/host/linux-x86/clang-3688880/bin/gcc gcc
  /external/v8/tools/clang/scripts/
build_file.py 17 from clang import compile_db
19 _PROBABLY_CLANG_RE = re.compile(r'clang(?:\+\+)?$')
24 description='Utility to build one Chromium file for debugging clang')
51 # a clang invocation.
57 print 'error: command %s does not appear to invoke clang!' % record[
generate_win_compdb.py 7 Clang tools on Windows are still a bit busted. The tooling can't handle
10 which also confuses clang. This script generates a compile DB that should mostly
11 work until clang tooling can be improved upstream.
51 # TODO(dcheng): This should be implemented in Clang tooling.
82 # Filter out NaCl stuff. The clang tooling chokes on them.
  /external/v8/tools/gcmole/
README 24 2) Get LLVM 2.9 and Clang 2.9 sources and build them.
26 Follow the instructions on http://clang.llvm.org/get_started.html.
31 3) Build gcmole Clang plugin (libgcmole.so)
39 gcmole consists of driver script written in Lua and Clang plugin that does
46 CLANG_BIN=<path-to-clang-bin-folder> lua tools/gcmole/gcmole.lua [<arch>]
  /frameworks/compile/libbcc/tests/debuginfo/
README 10 Host tests use clang to build bytecode (bc) files, which are then executed
16 Target tests are similar, but instead of using clang, they use ant and
39 By default, llvm-lit will use the clang and bcc driver built in the android
42 CLANG - path to clang
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ODRHash.h 16 #include "clang/AST/DeclarationName.h"
17 #include "clang/AST/Type.h"
18 #include "clang/AST/TemplateBase.h"
24 namespace clang { namespace
84 } // end namespace clang
TypeVisitor.h 17 #include "clang/AST/Type.h"
19 namespace clang { namespace
74 #include "clang/AST/TypeNodes.def"
84 #include "clang/AST/TypeNodes.def"
93 } // end namespace clang
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 14 // * Generalize clang CFG visitors.
15 // * Conversion of the clang CFG to SSA form.
16 // * Translation of clang Exprs to TIL SExprs
25 #include "clang/Analysis/Analyses/PostOrderCFGView.h"
26 #include "clang/Analysis/Analyses/ThreadSafetyTIL.h"
27 #include "clang/Analysis/Analyses/ThreadSafetyTraverse.h"
28 #include "clang/Analysis/AnalysisContext.h"
29 #include "clang/Basic/OperatorKinds.h"
36 namespace clang { namespace
79 // This class defines the interface of a clang CFG Visitor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 17 #include "clang/Basic/LLVM.h"
18 #include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
19 #include "clang/StaticAnalyzer/Core/Checker.h"
22 namespace clang { namespace
79 } // end clang namespace
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
Diagnostic.h 1 //===--- Diagnostic.h - Framework for clang diagnostics tools --*- C++ -*-===//
21 #include "clang/Basic/Diagnostic.h"
27 namespace clang { namespace
85 /// directory, it is the current directory where clang-tidy runs.
99 } // end namespace clang
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ODRHash.h 16 #include "clang/AST/DeclarationName.h"
17 #include "clang/AST/Type.h"
18 #include "clang/AST/TemplateBase.h"
24 namespace clang { namespace
84 } // end namespace clang

Completed in 1502 milliseconds

<<141142143144145146147148149150>>