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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
nostdlibinc.c 1 // RUN: %clang -ccc-host-triple x86_64-unknown-unknown \
unknown-gcc-arch.c 1 // RUN: %clang -ccc-host-triple x86_64-unknown-unknown -c -x assembler %s -### 2> %t.log
3 // RUN: %clang -ccc-host-triple x86_64-unknown-unknown -c -x assembler %s -### -m32 2> %t.log
5 // RUN: %clang -ccc-host-triple i386-unknown-unknown -c -x assembler %s -### 2> %t.log
7 // RUN: %clang -ccc-host-triple i386-unknown-unknown -c -x assembler %s -### -m64 2> %t.log
clang-translation.c 1 // RUN: %clang -ccc-host-triple i386-unknown-unknown -### -S -O0 -Os %s -o %t.s -fverbose-asm -funwind-tables -fvisibility=hidden 2> %t.log
9 // RUN: grep '"-o" .*clang-translation.*' %t.log
12 // RUN: %clang -ccc-host-triple i386-apple-darwin9 -### -S %s -o %t.s 2> %t.log
14 // RUN: %clang -ccc-host-triple x86_64-apple-darwin9 -### -S %s -o %t.s 2> %t.log
17 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -### -S %s 2> %t.log \
20 // ARMV7_DEFAULT: clang
27 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -### -S %s 2> %t.log \
30 // ARMV7_SOFTFLOAT: clang
38 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -### -S %s 2> %t.log \
41 // ARMV7_HARDFLOAT: clang
    [all...]
lto.c 2 // RUN: %clang -ccc-print-phases -c %s -flto 2> %t.log
4 // RUN: %clang -ccc-print-phases -c %s -O4 2> %t.log
8 // RUN: %clang -ccc-print-phases %s -emit-llvm 2> %t.log
16 // RUN: %clang %s -emit-llvm -save-temps -### 2> %t.log
21 // RUN: %clang %s -emit-llvm -S -### 2> %t.log
  /external/clang/test/Frontend/
warning-mapping-5.c 6 #pragma clang diagnostic warning "-Wsign-compare"
  /external/clang/test/Headers/
c89.c 1 // RUN: %clang -ccc-host-triple i386-apple-darwin10 -fsyntax-only -Xclang -verify -std=c89 %s
  /external/clang/test/Lexer/
newline-eof.c 1 // RUN: %clang -fsyntax-only -Wnewline-eof -verify %s
  /external/clang/utils/OptionalTests/
README.txt 2 clang regression tests. For example, tests which are not portable, require
  /external/webkit/Source/JavaScriptCore/wtf/
Noncopyable.h 30 _Pragma("clang diagnostic push") \
31 _Pragma("clang diagnostic ignored \"-Wunknown-pragmas\"") \
32 _Pragma("clang diagnostic ignored \"-Wc++0x-extensions\"") \
36 _Pragma("clang diagnostic pop")
  /external/clang/include/clang/AST/
TypeLocVisitor.h 16 #include "clang/AST/TypeLoc.h"
17 #include "clang/AST/TypeVisitor.h"
20 namespace clang { namespace
34 #include "clang/AST/TypeLocNodes.def"
44 #include "clang/AST/TypeLocNodes.def"
53 #include "clang/AST/TypeLocNodes.def"
60 } // end namespace clang
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 16 #include "clang/AST/ASTContext.h"
17 #include "clang/AST/DeclCXX.h"
18 #include "clang/AST/RecordLayout.h"
19 #include "clang/AST/Type.h"
20 #include "clang/Basic/TargetInfo.h"
22 using namespace clang;
68 CXXABI *clang::CreateMicrosoftCXXABI(ASTContext &Ctx) {
  /external/llvm/test/Transforms/ObjCARC/
invoke.ll 13 ; CHECK: call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0
16 ; CHECK: call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0
26 call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0
32 call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0
40 ; CHECK: call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0
44 ; CHECK: call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0
67 call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0
  /external/clang/lib/Parse/
ParseAST.cpp 1 //===--- ParseAST.cpp - Provide the clang::ParseAST method ----------------===//
10 // This file implements the clang::ParseAST method.
14 #include "clang/Parse/ParseAST.h"
15 #include "clang/Sema/Sema.h"
16 #include "clang/Sema/CodeCompleteConsumer.h"
17 #include "clang/Sema/SemaConsumer.h"
18 #include "clang/Sema/ExternalSemaSource.h"
19 #include "clang/AST/ASTConsumer.h"
20 #include "clang/AST/DeclCXX.h"
21 #include "clang/AST/ExternalASTSource.h
    [all...]
  /external/clang/www/
comparison.html 7 <title>Comparing clang to other open source compilers</title>
14 <h1>Clang vs Other Open Source Compilers</h1>
17 always clear to people why we decided to do this. Here we compare clang
27 This will hopefully help you to evaluate whether using clang is a good
38 <li><a href="#gcc">Clang vs GCC</a> (GNU Compiler Collection)</li>
39 <li><a href="#elsa">Clang vs Elsa</a> (Elkhound-based C++ Parser)</li>
40 <li><a href="#pcc">Clang vs PCC</a> (Portable C Compiler)</li>
45 <h2><a name="gcc">Clang vs GCC (GNU Compiler Collection)</a></h2>
48 <p>Pro's of GCC vs clang:</p>
51 <li>GCC supports languages that clang does not aim to, such as Java, Ada
    [all...]
  /external/clang/docs/
PTHInternals.html 26 <h2>Using Pretokenized Headers with <tt>clang</tt> (Low-level Interface)</h2>
28 <p>The Clang compiler frontend, <tt>clang -cc1</tt>, supports three command line
31 <p>To generate PTH files using <tt>clang -cc1</tt>, use the option
34 <pre> $ clang -cc1 test.h -emit-pth -o test.h.pth </pre>
36 <p>This option is transparently used by <tt>clang</tt> when generating PTH
41 $ clang -cc1 -include-pth test.h.pth test.c -o test.s
44 <p>Alternatively, Clang's PTH files can be used as a raw &quot;token-cache&quot;
47 for <em>any</em> source files that are used by <tt>clang -cc1</tt> to process a
54 $ clang -cc1 -emit-pth test.h -o test.h.pt
    [all...]
  /external/clang/include/clang/Basic/
LangOptions.h 18 #include "clang/Basic/Visibility.h"
20 namespace clang { namespace
26 typedef clang::Visibility Visibility;
40 #include "clang/Basic/LangOptions.def"
48 #include "clang/Basic/LangOptions.def"
64 #include "clang/Basic/LangOptions.def"
90 #include "clang/Basic/OpenCLExtensions.def"
94 #include "clang/Basic/OpenCLExtensions.def"
110 } // end namespace clang
  /external/clang/lib/Basic/
Version.cpp 1 //===- Version.cpp - Clang Version Number -----------------------*- C++ -*-===//
10 // This file defines several version-related utility functions for Clang.
14 #include "clang/Basic/Version.h"
15 #include "clang/Basic/LLVM.h"
21 namespace clang { namespace
42 URL = URL.slice(0, URL.find("/src/tools/clang"));
82 OS << "clang version " CLANG_VERSION_STRING " ("
101 OS << "Clang " CLANG_VERSION_STRING " ("
106 } // end namespace clang
  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 19 #include "clang/StaticAnalyzer/Core/Checker.h"
20 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
21 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
22 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
23 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
24 #include "clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h"
25 #include "clang/AST/DeclObjC.h"
26 #include "clang/AST/Decl.h"
28 using namespace clang;
  /external/clang/utils/TableGen/
ClangAttrEmitter.h 1 //===- ClangAttrEmitter.h - Generate Clang attribute handling =-*- C++ -*--===//
10 // These tablegen backends emit Clang attribute processing code
22 /// clang.
35 /// attributes for clang.
48 /// clang.
61 /// a clang precompiled header.
74 /// a clang precompiled header.
87 /// clang.
100 /// for clang.
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 13 #include "clang/Basic/LangOptions.h"
14 #include "clang/Basic/TargetOptions.h"
15 #include "clang/Basic/FileSystemOptions.h"
16 #include "clang/Frontend/AnalyzerOptions.h"
17 #include "clang/Frontend/CodeGenOptions.h"
18 #include "clang/Frontend/DependencyOutputOptions.h"
19 #include "clang/Frontend/DiagnosticOptions.h"
20 #include "clang/Frontend/FrontendOptions.h"
21 #include "clang/Frontend/HeaderSearchOptions.h"
22 #include "clang/Frontend/LangStandard.h
31 namespace clang { namespace
    [all...]
  /external/clang/lib/Headers/
Makefile 1 ##===- clang/lib/Headers/Makefile --------------------------*- Makefile -*-===##
18 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
20 HeaderDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/clang/$(CLANG_VERSION)/include
38 PROJ_headers := $(DESTDIR)$(PROJ_prefix)/lib/clang/$(CLANG_VERSION)/include
52 $(ObjDir)/arm_neon.h.inc.tmp : $(CLANG_LEVEL)/include/clang/Basic/arm_neon.td $(CLANG_TBLGEN) $(ObjDir)/.dir
53 $(Echo) "Building Clang arm_neon.h.inc with tblgen"
  /external/clang/lib/Index/
Program.cpp 14 #include "clang/Index/Program.h"
16 #include "clang/Index/Handlers.h"
17 #include "clang/Index/TranslationUnit.h"
18 #include "clang/AST/DeclBase.h"
19 #include "clang/AST/ASTContext.h"
21 using namespace clang;
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 10 #include "clang/AST/RecursiveASTVisitor.h"
11 #include "clang/AST/ASTConsumer.h"
12 #include "clang/Frontend/CompilerInstance.h"
13 #include "clang/Frontend/CompilerInvocation.h"
14 #include "clang/Frontend/FrontendAction.h"
22 using namespace clang;
  /external/clang/utils/TestUtils/
pch-test.pl 3 # This tiny little script, which should be run from the clang
4 # directory (with clang in your patch), tries to take each
5 # compilable Clang test and build a PCH file from that test, then read
20 my $code = system("clang -fsyntax-only -x $language $file > /dev/null 2>&1");
23 $code = system("clang -cc1 -emit-pch -x $language -o $file.pch $file > /dev/null 2>&1");
25 $code = system("clang -cc1 -include-pch $file.pch -x $language -ast-dump /dev/null > /dev/null 2>&1");
  /frameworks/compile/slang/
slang_rs_backend.cpp 46 clang::DiagnosticsEngine *DiagEngine,
47 const clang::CodeGenOptions &CodeGenOpts,
48 const clang::TargetOptions &TargetOpts,
52 clang::SourceManager &SourceMgr,
67 void RSBackend::AnnotateFunction(clang::FunctionDecl *FD) {
77 void RSBackend::HandleTopLevelDecl(clang::DeclGroupRef D) {
81 for (clang::DeclGroupRef::iterator I = D.begin(), E = D.end();
83 clang::FunctionDecl *FD = llvm::dyn_cast<clang::FunctionDecl>(*I);
90 clang::FullSourceLoc(FD->getLocation(), mSourceMgr)
    [all...]

Completed in 900 milliseconds

1 2 3 4 5 6 7 8 91011>>