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

<<11121314151617181920>>

  /external/clang/lib/Rewrite/
TokenRewriter.cpp 15 #include "clang/Rewrite/TokenRewriter.h"
16 #include "clang/Lex/Lexer.h"
17 #include "clang/Lex/ScratchBuffer.h"
18 #include "clang/Basic/SourceManager.h"
19 using namespace clang;
FixItRewriter.cpp 16 #include "clang/Rewrite/FixItRewriter.h"
17 #include "clang/Basic/FileManager.h"
18 #include "clang/Basic/SourceLocation.h"
19 #include "clang/Basic/SourceManager.h"
20 #include "clang/Frontend/FrontendDiagnostic.h"
26 using namespace clang;
65 Diags.Report(clang::diag::err_fe_unable_to_open_output)
  /external/clang/lib/Sema/
MultiInitializer.cpp 16 #include "clang/Sema/MultiInitializer.h"
17 #include "clang/Sema/Initialization.h"
18 #include "clang/Sema/Sema.h"
19 #include "clang/AST/Expr.h"
21 using namespace clang;
  /external/clang/lib/StaticAnalyzer/Checkers/
AdjustedReturnValueChecker.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/BugReporter/BugReporter.h"
22 using namespace clang;
CastToStructChecker.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/BugReporter/BugType.h"
22 using namespace clang;
DivZeroChecker.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"
21 using namespace clang;
PointerSubChecker.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/BugReporter/BugType.h"
22 using namespace clang;
UndefinedAssignmentChecker.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"
21 using namespace clang;
AnalyzerStatsChecker.cpp 13 #include "clang/StaticAnalyzer/Core/Checker.h"
14 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
15 #include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
16 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
17 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
19 #include "clang/Basic/SourceManager.h"
22 using namespace clang;
CheckObjCInstMethSignature.cpp 17 #include "clang/StaticAnalyzer/Core/Checker.h"
18 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
19 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
20 #include "clang/AST/DeclObjC.h"
21 #include "clang/AST/Type.h"
22 #include "clang/AST/ASTContext.h"
27 using namespace clang;
  /external/clang/test/Driver/
darwin-dsymutil.c 3 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -ccc-print-phases \
17 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -ccc-print-bindings \
26 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -ccc-print-bindings \
36 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -ccc-print-bindings \
41 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -ccc-print-bindings \
  /external/clang/tools/libclang/
CIndexer.h 1 //===- CIndexer.h - Clang-C Source Indexing Library -------------*- C++ -*-===//
18 #include "clang-c/Index.h"
48 /// \brief Get the path of the clang resource files.
55 namespace clang { namespace
58 * construct the clang -cc1 argument list needed to perform the remapping.
  /external/v8/tools/gcmole/
README 24 2) Get LLVM and Clang sources and build them.
26 Follow the instructions on http://clang.llvm.org/get_started.html.
31 3) Build gcmole Clang plugin (libgcmole.so)
39 gcmole consists of driver script written in Lua and Clang plugin that does
46 CLANG_BIN=<path-to-clang-bin-folder> lua tools/gcmole/gcmole.lua [<arch>]
  /external/clang/docs/
UsersManual.html 3 <title>Clang Compiler User's Manual</title>
18 <h1>Clang Compiler User's Manual</h1>
37 <li><a href="#diagnostics_display">Controlling How Clang Displays Diagnostics</a></li>
52 <li><a href="#c_ext">Extensions supported by clang</a></li>
84 <p>The Clang Compiler is an open-source compiler for the C family of programming
86 Clang builds on the LLVM optimizer and code generator, allowing it to provide
88 more general information, please see the <a href="http://clang.llvm.org">Clang
91 <p>This document describes important notes about using Clang as a compiler for
93 you are interested in using Clang to build a tool that processes code, pleas
    [all...]
PCHInternals.html 21 <p>This document describes the design and implementation of Clang's
29 <tt>clang</tt></a></li>
47 <h2 id="usage">Using Precompiled Headers with <tt>clang</tt></h2>
49 <p>The Clang compiler frontend, <tt>clang -cc1</tt>, supports two command line
52 <p>To generate PCH files using <tt>clang -cc1</tt>, use the option
55 <pre> $ clang -cc1 test.h -emit-pch -o test.h.pch </pre>
57 <p>This option is transparently used by <tt>clang</tt> when generating
64 $ clang -cc1 -include-pch test.h.pch test.c -o test.s
95 <p>Clang's precompiled headers are designed with a compact on-dis
    [all...]
  /external/clang/www/timing-data/2008-10-31/
sketch-01.txt 9 clang: /Users/ddunbar/llvm/Release-Asserts/bin//clang
13 Mode: Eonly Compiler: clang PCH: 0 Flags:
32 Mode: parse-noop Compiler: clang PCH: 0 Flags:
39 Mode: disable-free Compiler: clang PCH: 0 Flags:
46 Mode: syntax Compiler: clang PCH: 0 Flags:
77 Mode: llvm Compiler: clang PCH: 0 Flags: -O0
96 Mode: asm Compiler: clang PCH: 0 Flags: -O0
132 Mode: llvm Compiler: clang PCH: 0 Flags: -O0 -g
151 Mode: asm Compiler: clang PCH: 0 Flags: -O0 -
    [all...]
sketch-02.txt 9 clang: /Users/ddunbar/llvm/Release-Asserts/bin//clang
13 Mode: Eonly Compiler: clang PCH: 0 Flags:
32 Mode: parse-noop Compiler: clang PCH: 0 Flags:
39 Mode: disable-free Compiler: clang PCH: 0 Flags:
46 Mode: syntax Compiler: clang PCH: 0 Flags:
77 Mode: llvm Compiler: clang PCH: 0 Flags: -O0
96 Mode: asm Compiler: clang PCH: 0 Flags: -O0
132 Mode: llvm Compiler: clang PCH: 0 Flags: -O0 -g
151 Mode: asm Compiler: clang PCH: 0 Flags: -O0 -
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 1 //===-- cc1as_main.cpp - Clang Assembler ---------------------------------===//
10 // This is the entry point to the clang -cc1as functionality, which implements
15 #include "clang/Basic/Diagnostic.h"
16 #include "clang/Driver/Arg.h"
17 #include "clang/Driver/ArgList.h"
18 #include "clang/Driver/DriverDiagnostic.h"
19 #include "clang/Driver/CC1AsOptions.h"
20 #include "clang/Driver/OptTable.h"
21 #include "clang/Driver/Options.h"
22 #include "clang/Frontend/DiagnosticOptions.h
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 10 #include "clang/Frontend/FrontendActions.h"
11 #include "clang/AST/ASTConsumer.h"
12 #include "clang/Lex/Pragma.h"
13 #include "clang/Lex/Preprocessor.h"
14 #include "clang/Parse/Parser.h"
15 #include "clang/Basic/FileManager.h"
16 #include "clang/Frontend/ASTConsumers.h"
17 #include "clang/Frontend/ASTUnit.h"
18 #include "clang/Frontend/CompilerInstance.h"
19 #include "clang/Frontend/FrontendDiagnostic.h
    [all...]
  /external/clang/lib/AST/
DumpXML.cpp 19 #include "clang/AST/ASTContext.h"
20 #include "clang/AST/Decl.h"
21 #include "clang/AST/DeclCXX.h"
22 #include "clang/AST/DeclFriend.h"
23 #include "clang/AST/DeclObjC.h"
24 #include "clang/AST/DeclTemplate.h"
25 #include "clang/AST/DeclVisitor.h"
26 #include "clang/AST/Expr.h"
27 #include "clang/AST/ExprCXX.h"
28 #include "clang/AST/ExprObjC.h
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticDriverKinds.td 57 "the clang compiler does not support '%0'">;
59 "the clang compiler does not support '%0' on this platform">;
61 "the clang compiler does not support '%0' for C++ on Darwin/i386">;
108 "not using the clang preprocessor due to user override">;
110 "not using the clang compiler for C++ inputs">;
112 "not using the clang compiler for the '%0' architecture">;
114 "the clang compiler does not support '%0'">;
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 13 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
14 #include "clang/Basic/LLVM.h"
52 // clang -cc1 -load </path/to/plugin.dylib> -analyze
58 namespace clang { namespace
62 // FIXME: The Clang version string is not particularly granular;
66 #include "clang/Basic/Version.h"
130 } // end namespace clang
  /external/clang/lib/Basic/
Builtins.cpp 14 #include "clang/Basic/Builtins.h"
15 #include "clang/Basic/IdentifierTable.h"
16 #include "clang/Basic/TargetInfo.h"
17 #include "clang/Basic/LangOptions.h"
18 using namespace clang;
25 #include "clang/Basic/Builtins.def"
55 BuiltinInfo[i].builtin_lang != clang::OBJC_LANG)
  /external/clang/lib/CodeGen/
CGVTables.h 19 #include "clang/Basic/ABI.h"
20 #include "clang/AST/BaseSubobject.h"
21 #include "clang/AST/CharUnits.h"
22 #include "clang/AST/GlobalDecl.h"
23 #include "clang/AST/VTableBuilder.h"
25 namespace clang { namespace
140 } // end namespace clang
  /external/clang/www/analyzer/
annotations.html 19 <p>The Clang frontend supports several source-level annotations in the form of
21 attributes</a> and pragmas that can help make using the Clang Static Analyzer
26 specifics regarding Clang-specific annotations please see the Clang's list of <a
27 href="http://clang.llvm.org/docs/LanguageExtensions.html">language
28 extensions</a>. Details of &quot;standard&quot; GCC attributes (that Clang also
34 <p>Note that attributes that are labeled <b>Clang-specific</b> are not
87 <p>Both the Clang compiler and GCC will flag warnings for simple cases where a
133 (Clang-specific)</h4>
135 <p>The GCC-style (Clang-specific) attribute 'ns_returns_retained' allows one t
    [all...]

Completed in 679 milliseconds

<<11121314151617181920>>