OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
376 - 400
of
1469
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp
14
#include "
clang
/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h"
15
#include "
clang
/AST/Expr.h"
18
bool
clang
::ento::containsMacro(const Stmt *S) {
35
bool
clang
::ento::containsEnum(const Stmt *S) {
51
bool
clang
::ento::containsStaticLocal(const Stmt *S) {
69
bool
clang
::ento::containsBuiltinOffsetOf(const Stmt *S) {
/external/clang/test/Driver/
le32-unknown-nacl.cpp
1
// RUN: %
clang
-ccc-host-triple le32-unknown-nacl -ccc-
clang
-archs le32 -ccc-echo %s -emit-llvm-only -c 2>&1 | FileCheck %s -check-prefix=ECHO
2
// RUN: %
clang
-ccc-host-triple le32-unknown-nacl -ccc-
clang
-archs le32 %s -emit-llvm -S -c -o - | FileCheck %s
3
// RUN: %
clang
-ccc-host-triple le32-unknown-nacl -ccc-
clang
-archs le32 %s -emit-llvm -S -c -pthread -o - | FileCheck %s -check-prefix=THREADS
/external/clang/www/
diagnostics.html
6
<title>
Clang
- Expressive Diagnostics</title>
23
<p>In addition to being fast and functional, we aim to make
Clang
extremely user
28
Clang
output to GCC 4.2's output in several examples.
31
that embed
Clang
and extract equivalent information through internal APIs.-->
36
<p>First, all diagnostics produced by
clang
include full column number
37
information. The
clang
command-line compiler driver uses this information
53
$ <b>
clang
-fsyntax-only format-strings.c</b>
61
<p>
Clang
captures and accurately tracks range information for expressions,
65
understand what is wrong based on the
Clang
error. Because
clang
prints
[
all
...]
cxx_compatibility.html
7
<title>
Clang
- C++ Compatibility</title>
20
<h1>
Clang
's C++ Compatibility</h1>
23
<p>The
Clang
C++ compatibility page has moved. You will be directed <a href="compatibility.html#c++">to its new home</a> in 5 seconds.</p>
/external/clang/include/clang/Analysis/DomainSpecific/
CocoaConventions.h
17
#include "
clang
/Basic/IdentifierTable.h"
20
namespace
clang
{
namespace
50
}} // end: "
clang
:ento"
/external/clang/include/clang/Basic/
AttrKinds.h
17
namespace
clang
{
namespace
26
#include "
clang
/Basic/AttrList.inc"
31
} // end namespace
clang
OperatorKinds.h
17
namespace
clang
{
namespace
25
#include "
clang
/Basic/OperatorKinds.def"
33
} // end namespace
clang
PrettyStackTrace.h
1
//===-
clang
/Basic/PrettyStackTrace.h - Pretty Crash Handling --*- C++ -*-===//
19
#include "
clang
/Basic/SourceLocation.h"
22
namespace
clang
{
namespace
/external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h
13
#include "
clang
/Basic/Diagnostic.h"
16
namespace
clang
{
namespace
65
} // end namspace
clang
ASTConsumers.h
17
#include "
clang
/Basic/LLVM.h"
22
namespace
clang
{
namespace
34
//
clang
could re-parse the output back into the same AST, but the
55
} // end
clang
namespace
TextDiagnosticPrinter.h
18
#include "
clang
/Basic/Diagnostic.h"
19
#include "
clang
/Basic/LLVM.h"
22
namespace
clang
{
namespace
57
} // end namespace
clang
/external/clang/include/clang/FrontendTool/
Utils.h
18
namespace
clang
{
namespace
26
bool ExecuteCompilerInvocation(CompilerInstance *
Clang
);
28
} // end namespace
clang
/external/clang/include/clang/Rewrite/
ASTConsumers.h
17
#include "
clang
/Basic/LLVM.h"
20
namespace
clang
{
namespace
41
} // end
clang
namespace
Rewriters.h
17
#include "
clang
/Basic/LLVM.h"
19
namespace
clang
{
namespace
28
} // end namespace
clang
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerHelpers.h
17
#include "
clang
/AST/Stmt.h"
19
namespace
clang
{
namespace
41
} // end
clang
namespace
SummaryManager.h
21
namespace
clang
{
namespace
45
} // end namespace
clang
::summMgr
59
} // end
clang
namespace
/external/clang/lib/AST/
DeclFriend.cpp
15
#include "
clang
/AST/DeclFriend.h"
16
#include "
clang
/AST/DeclTemplate.h"
17
using namespace
clang
;
ExternalASTSource.cpp
16
#include "
clang
/AST/ExternalASTSource.h"
17
#include "
clang
/AST/DeclarationName.h"
19
using namespace
clang
;
/external/clang/lib/Basic/
VersionTuple.cpp
14
#include "
clang
/Basic/VersionTuple.h"
17
using namespace
clang
;
28
raw_ostream&
clang
::operator<<(raw_ostream &Out,
/external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.h
18
#include "
clang
/Basic/LLVM.h"
21
namespace
clang
{
namespace
41
} // end
clang
namespace
/external/clang/test/Preprocessor/
x86_target_features.c
3
// RUN: %
clang
-ccc-host-triple i386-unknown-unknown -march=core2 -msse4 -x c -E -dM -o %t %s
13
// RUN: %
clang
-ccc-host-triple i386-unknown-unknown -march=core2 -msse4 -mno-sse2 -x c -E -dM -o %t %s
23
// RUN: %
clang
-ccc-host-triple i386-unknown-unknown -march=pentium-m -x c -E -dM -o %t %s
/external/clang/tools/libclang/
CIndexDiagnostic.h
10
|* Implements the diagnostic functions of the
Clang
C interface. *|
16
namespace
clang
{
namespace
31
} // end namespace
clang
/external/clang/utils/TableGen/
ClangDiagnosticsEmitter.h
1
//===- ClangDiagnosticsEmitter.h - Generate
Clang
diagnostics tables -*- C++ -*-
10
// These tablegen backends emit
Clang
diagnostics tables.
22
/// declarations of
Clang
diagnostics.
/frameworks/compile/linkloader/
SConstruct
38
'
clang
': {
39
'CC': '
clang
',
40
'CXX': '
clang
++',
/external/clang/include/clang/Parse/
ParseAST.h
10
// This file defines the
clang
::ParseAST method.
17
#include "
clang
/Basic/LangOptions.h"
19
namespace
clang
{
namespace
45
} // end namespace
clang
Completed in 1585 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>