HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 426 - 450 of 1469) sorted by null

<<11121314151617181920>>

  /external/clang/test/PCH/
pragma-diag.c 11 #pragma clang diagnostic ignored "-Wtautological-compare"
  /external/clang/test/Preprocessor/
pragma_sysheader.c 1 // RUN: %clang -verify -pedantic %s -fsyntax-only
  /external/clang/test/Sema/
paren-list-expr-type.cpp 1 // RUN: %clang -cc1 -ast-dump %s | not grep NULL
  /external/clang/test/SemaCXX/
complex-init-list.cpp 3 // This file tests the clang extension which allows initializing the components
typo-correction.cpp 23 // Clang failed.
  /external/clang/test/SemaObjC/
method-undef-extension-warn-1.m 16 // Add a category to test that clang does not emit warning for this method.
  /external/clang/test/SemaTemplate/
recovery-crash.cpp 3 // We don't expect a fix-it to be applied in this case. Clang used to crash
  /external/clang/utils/TableGen/
Android.mk 14 LOCAL_MODULE := clang-tblgen
  /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.)
features.html 6 <title>Clang - Features and Goals</title>
19 <h1>Clang - Features and Goals</h1>
24 Clang in more detail and gives a more broad explanation about what we mean.
65 <p>A major focus of our work on clang is to make it fast, light and scalable.
66 The library-based architecture of clang makes it straight-forward to time and
70 <p>While there is still much that can be done, we find that the clang front-end
72 compiling "Carbon.h" on Mac OS/X, we see that clang is 2.5x faster than GCC:</p>
78 constants, etc (see slide 25+ of the <a href="clang_video-07-25-2007.html">clang
86 measurements, we find that clang's preprocessor is consistently 40% faster than
89 use Precompiled Headers) you may see a much bigger speedup from clang
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 18 #include "clang/Analysis/AnalysisContext.h"
19 #include "clang/Analysis/CFG.h"
29 namespace clang { namespace
392 } // end namespace clang
397 template <> struct DenseMapInfo<clang::ProgramPoint> {
399 static inline clang::ProgramPoint getEmptyKey() {
402 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), 0);
405 static inline clang::ProgramPoint getTombstoneKey() {
408 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), 0)
    [all...]
  /external/clang/lib/Frontend/
DependencyFile.cpp 14 #include "clang/Frontend/Utils.h"
15 #include "clang/Basic/FileManager.h"
16 #include "clang/Basic/SourceManager.h"
17 #include "clang/Frontend/DependencyOutputOptions.h"
18 #include "clang/Frontend/FrontendDiagnostic.h"
19 #include "clang/Lex/DirectoryLookup.h"
20 #include "clang/Lex/LexDiagnostic.h"
21 #include "clang/Lex/PPCallbacks.h"
22 #include "clang/Lex/Preprocessor.h"
27 using namespace clang;
    [all...]
ASTUnit.cpp 14 #include "clang/Frontend/ASTUnit.h"
15 #include "clang/AST/ASTContext.h"
16 #include "clang/AST/ASTConsumer.h"
17 #include "clang/AST/DeclVisitor.h"
18 #include "clang/AST/TypeOrdering.h"
19 #include "clang/AST/StmtVisitor.h"
20 #include "clang/Driver/Compilation.h"
21 #include "clang/Driver/Driver.h"
22 #include "clang/Driver/Job.h"
23 #include "clang/Driver/ArgList.h
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 17 #include "clang/StaticAnalyzer/Core/Checker.h"
18 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
21 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
22 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h"
23 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
24 #include "clang/AST/ParentMap.h"
25 #include "clang/Basic/Builtins.h"
26 #include "clang/Basic/SourceManager.h
    [all...]
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 18 // RUN: %clang -isysroot $ARM_SYSROOT -arch armv6 -mthumb -c %s -o %t.o
19 // RUN: %clang -isysroot $ARM_SYSROOT -arch armv6 -mthumb -v -Wl,-t,-v -o %t %t.o 1>&2
25 // RUN: %clang -isysroot $ARM_SYSROOT -arch armv6 -mno-thumb -c %s -o %t.o
26 // RUN: %clang -isysroot $ARM_SYSROOT -arch armv6 -mno-thumb -v -Wl,-t,-v -o %t %t.o 1>&2
32 // RUN: %clang -isysroot $ARM_SYSROOT -arch armv7 -mthumb -c %s -o %t.o
33 // RUN: %clang -isysroot $ARM_SYSROOT -arch armv7 -mthumb -v -Wl,-t,-v -o %t %t.o 1>&2
39 // RUN: %clang -isysroot $ARM_SYSROOT -arch armv7 -mno-thumb -c %s -o %t.o
40 // RUN: %clang -isysroot $ARM_SYSROOT -arch armv7 -mno-thumb -v -Wl,-t,-v -o %t %t.o 1>&2
46 // RUN: %clang -arch i386 -mmacosx-version-min=10.4 -c %s -o %t.o
47 // RUN: %clang -arch i386 -mmacosx-version-min=10.4 -v -Wl,-t,-v -o %t %t.o 1>&
    [all...]
  /external/clang/docs/tools/
Makefile 44 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
73 pod2man --release "clang $(CLANG_VERSION)" --center="Clang Tools Documentation" $< $@
88 HTML_DIR := $(DESTDIR)$(PROJ_docsdir)/html/clang
93 $(Echo) Installing HTML Clang Tools Documentation
99 $(Echo) Installing MAN Clang Tools Documentation
104 $(Echo) Installing PS Clang Tools Documentation
111 $(Echo) Uninstalling Clang Tools Documentation
  /external/clang/examples/clang-interpreter/
Makefile 1 ##===- examples/clang-interpreter/Makefile -----------------*- Makefile -*-===##
12 TOOLNAME = clang-interpreter
  /external/clang/
gen_diff.sh 7 echo This will generate a diff of both Clang and LLVM in the files
44 BASE_CLANG_DIR=$BASE_LLVM_DIR/tools/clang
  /external/clang/include/clang/ARCMigrate/
ARCMTActions.h 13 #include "clang/Frontend/FrontendAction.h"
16 namespace clang { namespace
  /external/clang/include/clang/CodeGen/
BackendUtil.h 13 #include "clang/Basic/LLVM.h"
19 namespace clang { namespace
  /external/clang/include/clang/Driver/
Options.h 13 namespace clang { namespace
22 #include "clang/Driver/Options.inc"
Phases.h 13 namespace clang { namespace
30 } // end namespace clang
  /external/clang/include/clang/Frontend/
PreprocessorOutputOptions.h 13 namespace clang { namespace
35 } // end namespace clang
  /external/clang/include/clang/Index/
IndexProvider.h 17 namespace clang { namespace
36 } // namespace clang
  /external/clang/include/clang/StaticAnalyzer/Checkers/
LocalCheckers.h 18 namespace clang { namespace
26 } // end namespace clang

Completed in 674 milliseconds

<<11121314151617181920>>