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

<<121122123124125126127128129130>>

  /external/clang/test/Modules/
import-decl.cpp 2 // RUN: %clang -fmodules-cache-path=%t -fmodules -x objective-c -I %S/Inputs -emit-ast -o %t.ast %s
preprocess.cpp 17 // CXX-DASHE-SAME: /* clang -E: implicit import for module dummy */
19 // CXX-DASHE-SAME: /* clang -E: implicit import for module dummy */
22 // OBJC: @import{{ }}dummy; /* clang
23 // OBJC: @import{{ }}dummy; /* clang
self-import-header.m 4 // RUN: %clang -fsyntax-only -isysroot %S/Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \
  /external/clang/test/PCH/
pragma-diag.c 13 #pragma clang diagnostic ignored "-Wtautological-compare"
  /external/clang/test/Preprocessor/
_Pragma.c 17 _Pragma(clang diagnostic push) // expected-error{{_Pragma takes a parenthesized string literal}}
bigoutput.c 6 // Make sure clang does not crash during preprocessing
  /external/clang/test/Rewriter/
no-integrated-preprocessing-64bit.m 1 // RUN: %clang -target x86_64-unknown-unknown -fms-extensions -rewrite-objc %s -o - | FileCheck %s
no-integrated-preprocessing.m 1 // RUN: %clang -target i386-unknown-unknown -fms-extensions -rewrite-objc %s -o %t-rw.cpp
  /external/clang/test/Sema/
vfprintf-valid-redecl.c 7 // Clang has defined 'vfprint' in builtin list. If the following line occurs before any other
  /external/clang/test/SemaCXX/
predefined-expr.cpp 42 #pragma clang __debug captured
73 #pragma clang __debug captured
79 #pragma clang __debug captured
88 #pragma clang __debug captured
  /external/clang/test/SemaObjC/
delay-parsing-cfunctions.m 11 [self privateMethod]; // clang already does not warn here
method-undef-extension-warn-1.m 16 // Add a category to test that clang does not emit warning for this method.
property-dot-receiver.m 19 [Singleton.instance someSelector]; // clang issues error here
  /external/clang/test/Tooling/
clang-check-builtin-headers.cpp 6 // RUN: not clang-check -p "%t" "%t/test.cpp" 2>&1|FileCheck %s
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 10 #include "clang/Frontend/FrontendAction.h"
11 #include "clang/AST/ASTConsumer.h"
12 #include "clang/AST/ASTContext.h"
13 #include "clang/AST/RecursiveASTVisitor.h"
14 #include "clang/Frontend/CompilerInstance.h"
15 #include "clang/Frontend/CompilerInvocation.h"
16 #include "clang/Lex/Preprocessor.h"
17 #include "clang/Sema/Sema.h"
23 using namespace clang;
  /external/clang/unittests/StaticAnalyzer/
AnalyzerOptionsTest.cpp 10 #include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"
11 #include "clang/StaticAnalyzer/Core/Checker.h"
14 namespace clang { namespace
74 } // end namespace clang
  /external/clang/unittests/Tooling/
RewriterTestContext.h 17 #include "clang/Basic/Diagnostic.h"
18 #include "clang/Basic/DiagnosticOptions.h"
19 #include "clang/Basic/FileManager.h"
20 #include "clang/Basic/LangOptions.h"
21 #include "clang/Basic/SourceManager.h"
22 #include "clang/Frontend/TextDiagnosticPrinter.h"
23 #include "clang/Rewrite/Core/Rewriter.h"
28 namespace clang { namespace
128 } // end namespace clang
  /external/clang/www/
clang_video-07-25-2007.html 16 <p>In this video, Chris Lattner talks about some of the features of Clang, especially in regards to performance.
18 <p><b>Details:</b> The LLVM 2.0 release brings a number of new features and capabilities to the LLVM toolset. This talk briefly describes those features, then moves on to talk about what is next: llvm 2.1, llvm-gcc 4.2, and puts a special emphasis on the 'clang' C front-end. This describes how the 'clang' preprocessor can be used to improve the scalability of distcc by up to 4.4x.
22 <li><a href="http://video.google.com/videoplay?docid=1921156852099786640">Google Tech Talk Video (19:00-)</a> (Note: the Clang lecture starts at 19 minutes into the video.)
index.html 7 <title>"clang" C Language Family Frontend for LLVM</title>
15 <h1>clang: a C language family frontend for LLVM</h1>
18 <p>The goal of the Clang project is to create a new C, C++, Objective C and
59 Clang. To get a true sense of what it is all about, see the <a
75 <p>A good (but quite dated) introduction to Clang can be found in the
79 <li><a href="clang_video-05-25-2007.html">Clang Introduction</a>
82 Clang</a> (July 2007)</li>
85 <p>For a more detailed comparison between Clang and other compilers, please
86 see the <a href="comparison.html">clang comparison page</a>.</p>
92 <p>Clang is considered t
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
voidarg.c 15 // PURPOSE should complain about missing 'void' but both GCC and clang are supporting K&R instead
  /external/compiler-rt/test/asan/
lit.site.cfg.in 7 config.clang = "@ASAN_TEST_TARGET_CC@"
  /external/compiler-rt/test/esan/
lit.site.cfg.in 1 ## Autogenerated by LLVM/Clang configuration.
  /external/compiler-rt/test/profile/
lit.cfg 47 # Clang flags.
53 return " " + " ".join([config.clang] + compile_flags) + " "
55 # Add clang substitutions.
56 config.substitutions.append( ("%clang ", build_invocation(clang_cflags)) )
  /external/eigen/Eigen/src/Core/util/
ReenableStupidWarnings.h 10 #pragma clang diagnostic pop
  /external/gflags/
.travis.yml 12 - clang

Completed in 1624 milliseconds

<<121122123124125126127128129130>>