| /external/llvm/test/Transforms/SimplifyLibCalls/ |
| debug-line.ll | 18 !2 = metadata !{i32 589841, i32 0, i32 12, metadata !"m.c", metadata !"/private/tmp", metadata !"clang", i1 true, i1 false, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
|
| /external/llvm/test/Unit/ |
| lit.site.cfg.in | 1 ## Autogenerated by LLVM/Clang configuration.
|
| /external/llvm/utils/ |
| show-diagnostics | 10 Utility for dumping Clang-style logged diagnostics.\
|
| /external/llvm/utils/unittest/UnitTestMain/ |
| Makefile | 22 # supported by Clang, so force googletest to use its own tuple implementation.
|
| /external/clang/lib/AST/ |
| ASTDiagnostic.cpp | 13 #include "clang/AST/ASTDiagnostic.h" 15 #include "clang/AST/ASTContext.h" 16 #include "clang/AST/DeclObjC.h" 17 #include "clang/AST/Type.h" 20 using namespace clang; 90 #include "clang/AST/TypeNodes.def" 220 void clang::FormatASTNodeDiagnosticArgument(
|
| DeclBase.cpp | 14 #include "clang/AST/DeclBase.h" 15 #include "clang/AST/Decl.h" 16 #include "clang/AST/DeclContextInternals.h" 17 #include "clang/AST/DeclCXX.h" 18 #include "clang/AST/DeclFriend.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclTemplate.h" 21 #include "clang/AST/DependentDiagnostic.h" 22 #include "clang/AST/ExternalASTSource.h" 23 #include "clang/AST/ASTContext.h [all...] |
| VTTBuilder.cpp | 15 #include "clang/AST/VTTBuilder.h" 16 #include "clang/AST/CXXInheritance.h" 17 #include "clang/AST/RecordLayout.h" 18 #include "clang/Basic/TargetInfo.h" 23 using namespace clang;
|
| /external/clang/lib/Driver/ |
| ArgList.cpp | 10 #include "clang/Driver/ArgList.h" 11 #include "clang/Driver/Arg.h" 12 #include "clang/Driver/DriverDiagnostic.h" 13 #include "clang/Driver/Option.h" 19 using namespace clang; 20 using namespace clang::driver; 139 clang::DiagnosticsEngine &Diags) const {
|
| /external/clang/lib/Frontend/ |
| MultiplexConsumer.cpp | 16 #include "clang/Frontend/MultiplexConsumer.h" 18 #include "clang/AST/ASTMutationListener.h" 19 #include "clang/AST/DeclGroup.h" 20 #include "clang/Serialization/ASTDeserializationListener.h" 22 using namespace clang; 24 namespace clang { namespace 148 } // end namespace clang
|
| /external/clang/lib/Index/ |
| Entity.cpp | 17 #include "clang/Index/Program.h" 18 #include "clang/Index/GlobalSelector.h" 19 #include "clang/AST/Decl.h" 20 #include "clang/AST/ASTContext.h" 21 #include "clang/AST/DeclVisitor.h" 22 using namespace clang; 33 namespace clang { namespace
|
| ASTVisitor.h | 17 #include "clang/AST/DeclVisitor.h" 18 #include "clang/AST/StmtVisitor.h" 19 #include "clang/AST/TypeLocVisitor.h" 21 namespace clang { namespace 141 } // namespace clang
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| ArrayBoundCheckerV2.cpp | 16 #include "clang/StaticAnalyzer/Core/Checker.h" 17 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 18 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h" 19 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h" 20 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h" 21 #include "clang/AST/CharUnits.h" 23 using namespace clang;
|
| DeadStoresChecker.cpp | 16 #include "clang/StaticAnalyzer/Core/Checker.h" 17 #include "clang/Analysis/Analyses/LiveVariables.h" 18 #include "clang/Analysis/Visitors/CFGRecStmtVisitor.h" 19 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h" 20 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h" 21 #include "clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h" 22 #include "clang/Basic/Diagnostic.h" 23 #include "clang/AST/ASTContext.h" 24 #include "clang/AST/ParentMap.h" 27 using namespace clang; [all...] |
| OSAtomicChecker.cpp | 15 #include "clang/StaticAnalyzer/Core/Checker.h" 16 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 17 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h" 18 #include "clang/Basic/Builtins.h" 20 using namespace clang;
|
| /external/clang/lib/Sema/ |
| CodeCompleteConsumer.cpp | 13 #include "clang/Sema/CodeCompleteConsumer.h" 14 #include "clang/Sema/Scope.h" 15 #include "clang/Sema/Sema.h" 16 #include "clang/AST/DeclCXX.h" 17 #include "clang/AST/DeclObjC.h" 18 #include "clang/AST/DeclTemplate.h" 19 #include "clang/Lex/Preprocessor.h" 20 #include "clang-c/Index.h" 28 using namespace clang; 486 bool clang::operator<(const CodeCompletionResult &X, [all...] |
| /external/clang/www/ |
| compatibility.html | 22 <p>Clang strives to both conform to current language standards (C99, 25 compiler with Clang. However, Clang is more strict than other 28 portability issues with Clang to help you understand and fix the 29 problem in your code when Clang emits an error message.</p> 86 <p>By default, Clang builds C code according to the C99 standard, 131 Some compilers ignore it completely. Clang treats it as a mild 139 <code>-std=gnu89</code> to the set of Clang options. This option is 156 however they want. Since Clang supports an excellent set of <a 158 the Clang headers implement these interfaces in terms of the native vector [all...] |
| /external/llvm/docs/ |
| GettingStartedVS.html | 52 <a href="http://clang.llvm.org/">clang</a>. Clang is a C family 53 ([Objective]C/C++) compiler. Clang mostly works on Windows, but does not 55 this, clang cannot parse the C++ standard library included with Visual Studio, 57 compile. Clang can be used to emit bitcode, directly emit object files or 255 % clang -c hello.c -emit-llvm -o hello.bc 265 <p>Alternatively you can directly output an executable with clang with: 270 % clang hello.c -o hello.exe 274 <p>The <tt>-o hello.exe</tt> is required because clang currently output [all...] |
| GoldPlugin.html | 87 <p>You can produce bitcode files from <tt>clang</tt> using 91 <p><tt>Clang</tt> has a <tt>-use-gold-plugin</tt> option which looks for the 143 $ clang -flto a.c -c -o a.o # <-- a.o is LLVM bitcode file 145 $ clang b.c -c -o b.o # <-- b.o is native object file 146 $ clang -use-gold-plugin a.a b.o -o main # <-- link with LLVMgold plugin 175 <li>Set environment variables (<tt>$PREFIX</tt> is where you installed clang and 178 export CC="$PREFIX/bin/clang -use-gold-plugin" 179 export CXX="$PREFIX/bin/clang++ -use-gold-plugin" 189 export CC="clang -use-gold-plugin" 190 export CXX="clang++ -use-gold-plugin [all...] |
| /external/clang/include/clang/AST/ |
| DeclContextInternals.h | 17 #include "clang/AST/Decl.h" 18 #include "clang/AST/DeclarationName.h" 19 #include "clang/AST/DeclCXX.h" 25 namespace clang { namespace 221 } // end namespace clang
|
| /external/clang/include/clang/Analysis/Analyses/ |
| ThreadSafety.h | 14 // See http://clang.llvm.org/docs/LanguageExtensions.html#threadsafety for more 22 #include "clang/Analysis/AnalysisContext.h" 23 #include "clang/Basic/SourceLocation.h" 26 namespace clang { namespace 152 }} // end namespace clang::thread_safety
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| BasicValueFactory.h | 19 #include "clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h" 20 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h" 21 #include "clang/AST/ASTContext.h" 26 namespace clang { namespace 204 } // end clang namespace
|
| ObjCMessage.h | 18 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h" 19 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h" 20 #include "clang/AST/ExprObjC.h" 21 #include "clang/AST/ExprCXX.h" 24 namespace clang { namespace
|
| /external/clang/lib/Analysis/ |
| PseudoConstantAnalysis.cpp | 16 #include "clang/Analysis/Analyses/PseudoConstantAnalysis.h" 17 #include "clang/AST/Decl.h" 18 #include "clang/AST/Expr.h" 19 #include "clang/AST/Stmt.h" 22 using namespace clang;
|
| ThreadSafety.cpp | 13 // See http://clang.llvm.org/docs/LanguageExtensions.html#threadsafety for more 18 #include "clang/Analysis/Analyses/ThreadSafety.h" 19 #include "clang/Analysis/AnalysisContext.h" 20 #include "clang/Analysis/CFG.h" 21 #include "clang/Analysis/CFGStmtMap.h" 22 #include "clang/AST/DeclCXX.h" 23 #include "clang/AST/ExprCXX.h" 24 #include "clang/AST/StmtCXX.h" 25 #include "clang/AST/StmtVisitor.h" 26 #include "clang/Basic/SourceManager.h 706 namespace clang { namespace [all...] |
| /external/clang/lib/StaticAnalyzer/Core/ |
| Environment.cpp | 14 #include "clang/AST/ExprObjC.h" 15 #include "clang/Analysis/AnalysisContext.h" 16 #include "clang/Analysis/CFG.h" 17 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h" 19 using namespace clang;
|