| /external/clang/test/Headers/ |
| typedef_guards.c | 1 // RUN: %clang -fsyntax-only -verify %s 6 // These are headers bundled with Clang.
|
| x86-intrinsics-headers.c | 1 // RUN: %clang -fsyntax-only -ffreestanding %s 2 // RUN: %clang -fsyntax-only -ffreestanding -fno-lax-vector-conversions %s
|
| /external/clang/lib/AST/ |
| AttrImpl.cpp | 14 #include "clang/AST/Attr.h" 15 #include "clang/AST/ASTContext.h" 16 #include "clang/AST/Type.h" 17 #include "clang/AST/Expr.h" 18 using namespace clang; 22 #include "clang/AST/AttrImpl.inc"
|
| /external/clang/test/Driver/ |
| arc.c | 1 // RUN: %clang -ObjC -ccc-host-triple i386-apple-darwin9 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s 2 // RUN: %clang -x objective-c -ccc-host-triple i386-apple-darwin9 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s 3 // RUN: %clang -x objective-c++ -ccc-host-triple i386-apple-darwin9 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s 4 // RUN: %clang -x c -ccc-host-triple i386-apple-darwin9 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck -check-prefix NOTOBJC %s 5 // RUN: %clang -x c++ -ccc-host-triple i386-apple-darwin9 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck -check-prefix NOTOBJC %s 7 // Just to test clang is working.
|
| rewrite-objc.m | 1 // RUN: %clang -ccc-host-triple x86_64-apple-macosx10.7.0 -rewrite-objc %s -o - -### 2>&1 | \ 3 // TEST0: clang{{.*}}" "-cc1" 9 // RUN: not %clang -ccc-no-clang -ccc-host-triple unknown -rewrite-objc %s -o - -### 2>&1 | \ 13 // RUN: not %clang -ccc-no-clang -ccc-host-triple i386-apple-darwin10 -rewrite-objc %s -o - -### 2>&1 | \
|
| std.cpp | 1 // RUN: %clang -std=c++98 %s -Wno-c++0x-compat -fsyntax-only 2>&1 | FileCheck -check-prefix=CXX98 %s 2 // RUN: %clang -std=gnu++98 %s -Wno-c++0x-compat -fsyntax-only 2>&1 | FileCheck -check-prefix=GNUXX98 %s 3 // RUN: %clang -std=c++03 %s -Wno-c++0x-compat -fsyntax-only 2>&1 | FileCheck -check-prefix=CXX98 %s 4 // RUN: %clang -std=c++0x %s -fsyntax-only 2>&1 | FileCheck -check-prefix=CXX11 %s 5 // RUN: %clang -std=gnu++0x %s -fsyntax-only 2>&1 | FileCheck -check-prefix=GNUXX11 %s 6 // RUN: %clang -std=c++11 %s -fsyntax-only 2>&1 | FileCheck -check-prefix=CXX11 %s 7 // RUN: %clang -std=gnu++11 %s -fsyntax-only 2>&1 | FileCheck -check-prefix=GNUXX11 %s
|
| /frameworks/compile/slang/ |
| slang_diagnostic_buffer.h | 22 #include "clang/Basic/Diagnostic.h" 33 class DiagnosticBuffer : public clang::DiagnosticConsumer { 45 virtual void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel, 46 const clang::Diagnostic& Info); 48 virtual clang::DiagnosticConsumer * 49 clone(clang::DiagnosticsEngine &Diags) const;
|
| slang_rs_export_var.h | 22 #include "clang/AST/Decl.h" 23 #include "clang/AST/Expr.h" 29 namespace clang { namespace 44 clang::Expr::EvalResult mInit; 47 const clang::VarDecl *VD, 55 inline const clang::APValue &getInit() const { return mInit.Val; }
|
| /external/clang/lib/Frontend/ |
| CreateInvocationFromCommandLine.cpp | 14 #include "clang/Frontend/Utils.h" 15 #include "clang/Frontend/CompilerInstance.h" 16 #include "clang/Frontend/DiagnosticOptions.h" 17 #include "clang/Frontend/FrontendDiagnostic.h" 18 #include "clang/Driver/Compilation.h" 19 #include "clang/Driver/Driver.h" 20 #include "clang/Driver/ArgList.h" 21 #include "clang/Driver/Options.h" 22 #include "clang/Driver/Tool.h" 24 using namespace clang; [all...] |
| /external/llvm/test/CodeGen/X86/ |
| fold-call-3.ll | 4 %"struct.clang::Action" = type { %"struct.clang::ActionBase" } 5 %"struct.clang::ActionBase" = type { i32 (...)** } 6 %"struct.clang::ActionBase::ActionResult<0u>" = type { i8*, i8 } 8 @llvm.used = appending global [1 x i8*] [ i8* bitcast (void (i8*, %"struct.clang::Action"*)* @_Z25RawPointerPerformanceTestPvRN5clang6ActionE to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0] 10 define void @_Z25RawPointerPerformanceTestPvRN5clang6ActionE(i8* %Val, %"struct.clang::Action"* %Actions) nounwind { 12 %0 = alloca %"struct.clang::ActionBase::ActionResult<0u>", align 8 ; <%"struct.clang::ActionBase::ActionResult<0u>"*> [#uses=3] 18 %3 = getelementptr %"struct.clang::Action"* %Actions, i64 0, i32 0, i32 0 ; <i32 (...)***> [#uses=1] 19 %mrv_gep = bitcast %"struct.clang::ActionBase::ActionResult<0u>"* %0 to i64* ; <i64*> [#uses=1 [all...] |
| /external/clang/tools/driver/ |
| cc1_main.cpp | 1 //===-- cc1_main.cpp - Clang CC1 Compiler Frontend ------------------------===// 10 // This is the entry point to the clang -cc1 functionality, which implements the 16 #include "clang/Driver/Arg.h" 17 #include "clang/Driver/ArgList.h" 18 #include "clang/Driver/CC1Options.h" 19 #include "clang/Driver/DriverDiagnostic.h" 20 #include "clang/Driver/OptTable.h" 21 #include "clang/Frontend/CompilerInstance.h" 22 #include "clang/Frontend/CompilerInvocation.h" 23 #include "clang/Frontend/FrontendDiagnostic.h [all...] |
| /external/clang/test/Frontend/ |
| darwin-version.c | 1 // RUN: %clang -ccc-host-triple armv6-apple-darwin9 -dM -E -o %t %s 4 // RUN: %clang -ccc-host-triple armv6-apple-darwin9 -miphoneos-version-min=3.0 -dM -E -o %t %s 7 // RUN: %clang -ccc-host-triple armv6-apple-darwin9 -miphoneos-version-min=2.0 -dM -E -o %t %s 10 // RUN: %clang -ccc-host-triple armv6-apple-darwin9 -miphoneos-version-min=2.2 -dM -E -o %t %s 12 // RUN: %clang -ccc-host-triple i686-apple-darwin8 -dM -E -o %t %s 15 // RUN: %clang -ccc-host-triple i686-apple-darwin9 -dM -E -o %t %s 17 // RUN: %clang -ccc-host-triple i686-apple-darwin10 -dM -E -o %t %s 19 // RUN: %clang -ccc-host-triple i686-apple-darwin9 -mmacosx-version-min=10.4 -dM -E -o %t %s 22 // RUN: %clang -ccc-host-triple i686-apple-darwin9 -mmacosx-version-min=10.5 -dM -E -o %t %s 24 // RUN: %clang -ccc-host-triple i686-apple-darwin9 -mmacosx-version-min=10.6 -dM -E -o %t % [all...] |
| /prebuilt/sdk/12/renderscript/clang-include/ |
| CMakeLists.txt | 21 set(output_dir ${LLVM_BINARY_DIR}/lib/clang/${CLANG_VERSION}/include) 24 # create a second copy of the headers so that 'clang' can find them if 27 set(other_output_dir ${LLVM_BINARY_DIR}/bin/lib/clang/${CLANG_VERSION}/include) 31 set(LLVM_TARGET_DEFINITIONS ${CLANG_SOURCE_DIR}/include/clang/Basic/arm_neon.td) 41 COMMENT "Copying clang's ${f}...") 49 COMMENT "Copying clang's ${f}...") 57 COMMENT "Copying clang's arm_neon.h...") 65 COMMENT "Copying clang's arm_neon.h...") 69 add_custom_target(clang-headers ALL DEPENDS ${out_files}) 73 DESTINATION lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}/include [all...] |
| /prebuilt/sdk/13/renderscript/clang-include/ |
| CMakeLists.txt | 21 set(output_dir ${LLVM_BINARY_DIR}/lib/clang/${CLANG_VERSION}/include) 24 # create a second copy of the headers so that 'clang' can find them if 27 set(other_output_dir ${LLVM_BINARY_DIR}/bin/lib/clang/${CLANG_VERSION}/include) 31 set(LLVM_TARGET_DEFINITIONS ${CLANG_SOURCE_DIR}/include/clang/Basic/arm_neon.td) 41 COMMENT "Copying clang's ${f}...") 49 COMMENT "Copying clang's ${f}...") 57 COMMENT "Copying clang's arm_neon.h...") 65 COMMENT "Copying clang's arm_neon.h...") 69 add_custom_target(clang-headers ALL DEPENDS ${out_files}) 73 DESTINATION lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}/include [all...] |
| /external/clang/examples/wpa/ |
| clang-wpa.cpp | 1 //===--- clang-wpa.cpp - clang whole program analyzer ---------------------===// 15 #include "clang/Basic/FileManager.h" 16 #include "clang/Basic/SourceManager.h" 17 #include "clang/StaticAnalyzer/Frontend/CheckerRegistration.h" 18 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h" 19 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h" 20 #include "clang/StaticAnalyzer/Core/PathSensitive/TransferFuncs.h" 21 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 22 #include "clang/StaticAnalyzer/Checkers/LocalCheckers.h [all...] |
| /external/clang/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/Basic/ABI.h" 22 namespace clang { namespace 90 } // end namespace clang 95 template<> struct DenseMapInfo<clang::GlobalDecl> { 96 static inline clang::GlobalDecl getEmptyKey() { 97 return clang::GlobalDecl(); 100 static inline clang::GlobalDecl getTombstoneKey() { 101 return clang::GlobalDecl: [all...] |
| DeclVisitor.h | 16 #include "clang/AST/Decl.h" 17 #include "clang/AST/DeclObjC.h" 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclFriend.h" 20 #include "clang/AST/DeclTemplate.h" 22 namespace clang { namespace 37 #include "clang/AST/DeclNodes.inc" 45 #include "clang/AST/DeclNodes.inc" 52 } // end namespace clang
|
| /external/clang/test/Preprocessor/ |
| pragma_diagnostic_sections.cpp | 7 #pragma clang diagnostic push 8 #pragma clang diagnostic ignored "-Wtautological-compare" 10 #pragma clang diagnostic pop 17 #pragma clang diagnostic push 18 #pragma clang diagnostic ignored "-Wtautological-compare" 23 #pragma clang diagnostic pop 34 #pragma clang diagnostic push 35 #pragma clang diagnostic ignored "-Wunused-macros" 37 #pragma clang diagnostic pop 41 #pragma clang diagnostic pus [all...] |
| /external/clang/www/ |
| get_started.html | 6 <title>Clang - Getting Started</title> 16 <h1>Getting Started: Building and Running Clang</h1> 18 <p>This page gives you the shortest path to checking out Clang and demos a few 21 involved</a> with the Clang community. If you run into problems, please file 24 <h2 id="download">Release Clang Versions</h2> 26 <p>Clang has been released as part of regular LLVM releases since LLVM 2.6. You 30 <h2 id="build">Building Clang and Working with the Code</h2> 34 <p>If you would like to check out and build Clang, the current procedure is as 53 <li>Checkout Clang:</li> 56 <li><tt>svn co http://llvm.org/svn/llvm-project/cfe/trunk clang</tt></li [all...] |
| menu.html.incl | 7 <label>Clang Info</label> 19 <label>Clang Development</label> 23 <a href="/docs/InternalsManual.html">Clang Internals</a> 24 <a href="/hacking.html">Hacking on Clang</a> 29 <label>Clang Tools</label> 30 <a href="http://clang-analyzer.llvm.org">Automatic Bug-Finding</a> 46 <a href="http://clang.llvm.org/doxygen/">doxygen</a> 51 <a href="http://test.minormatter.com/~ddunbar/clang-cov/">Testing Coverage</a> 56 <label>Clang Events</label>
|
| /external/clang/include/clang/Basic/ |
| Version.h | 1 //===- Version.h - Clang Version Number -------------------------*- C++ -*-===// 11 // for Clang. 20 #include "clang/Basic/Version.inc" 29 /// \brief A string that describes the Clang version number, e.g., 37 /// \brief A string that describes the Clang version number, e.g., 43 namespace clang { namespace 45 /// identifies the particular Clang branch, tag, or trunk from which this 46 /// Clang was built. 50 /// this Clang was built. 57 /// \brief Retrieves a string representing the complete clang version [all...] |
| /external/clang/lib/Serialization/ |
| ChainedIncludesSource.cpp | 15 #include "clang/Serialization/ChainedIncludesSource.h" 16 #include "clang/Serialization/ASTReader.h" 17 #include "clang/Serialization/ASTWriter.h" 18 #include "clang/Frontend/TextDiagnosticPrinter.h" 19 #include "clang/Frontend/CompilerInstance.h" 20 #include "clang/Frontend/ASTUnit.h" 21 #include "clang/Parse/ParseAST.h" 22 #include "clang/Lex/Preprocessor.h" 23 #include "clang/Basic/TargetInfo.h" 26 using namespace clang; [all...] |
| GeneratePCH.cpp | 15 #include "clang/Frontend/ASTConsumers.h" 16 #include "clang/Serialization/ASTWriter.h" 17 #include "clang/Sema/SemaConsumer.h" 18 #include "clang/AST/ASTContext.h" 19 #include "clang/AST/ASTConsumer.h" 20 #include "clang/Lex/Preprocessor.h" 21 #include "clang/Basic/FileManager.h" 22 #include "clang/Basic/FileSystemStatCache.h" 27 using namespace clang;
|
| /external/clang/www/analyzer/ |
| available_checks.html | 25 <li><a href="http://www.mobileorchard.com/bug-finding-with-clang-5-resources-to-get-you-started/">Bug Finding With Clang: 5 Resources To Get You Started</a></li> 26 <li><a href="http://fruitstandsoftware.com/blog/index.php/2008/08/finding-memory-leaks-with-the-llvmclang-static-analyzer/#comment-2">Finding Memory Leaks With The LLVM/Clang Static Analyzer</a></li> 27 <li><a href="http://www.therareair.com/howto-static-analyze-your-objective-c-code-using-the-clang-static-analyzer-tool-gallery/">HOWTO: Static Analyze Your Objective-C Code Using the Clang Static Analyzer Tool Gallery</a></li> 28 <li><a href="http://www.rogueamoeba.com/utm/2008/07/14/the-clang-static-analyzer/">Under the Microscope - The Clang Static Analyzer</a></li> 29 <li><a href="http://www.mikeash.com/?page=pyblog/friday-qa-2009-03-06-using-the-clang-static-analyzer.html">Mike Ash - Using the Clang Static Analyzer</a></li>
|
| /external/clang/examples/analyzer-plugin/ |
| MainCallChecker.cpp | 1 #include "clang/StaticAnalyzer/Core/Checker.h" 2 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h" 3 #include "clang/StaticAnalyzer/Core/CheckerRegistry.h" 4 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h" 6 using namespace clang;
|