OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
1651 - 1675
of
15538
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
GlobalDecl.h
18
#include "
clang
/AST/DeclCXX.h"
19
#include "
clang
/AST/DeclObjC.h"
20
#include "
clang
/AST/DeclOpenMP.h"
21
#include "
clang
/Basic/ABI.h"
23
namespace
clang
{
namespace
93
} // end namespace
clang
98
template<> struct DenseMapInfo<
clang
::GlobalDecl> {
99
static inline
clang
::GlobalDecl getEmptyKey() {
100
return
clang
::GlobalDecl();
103
static inline
clang
::GlobalDecl getTombstoneKey()
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
GlobalDecl.h
18
#include "
clang
/AST/DeclCXX.h"
19
#include "
clang
/AST/DeclObjC.h"
20
#include "
clang
/AST/DeclOpenMP.h"
21
#include "
clang
/Basic/ABI.h"
23
namespace
clang
{
namespace
93
} // end namespace
clang
98
template<> struct DenseMapInfo<
clang
::GlobalDecl> {
99
static inline
clang
::GlobalDecl getEmptyKey() {
100
return
clang
::GlobalDecl();
103
static inline
clang
::GlobalDecl getTombstoneKey()
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
GlobalDecl.h
18
#include "
clang
/AST/DeclCXX.h"
19
#include "
clang
/AST/DeclObjC.h"
20
#include "
clang
/AST/DeclOpenMP.h"
21
#include "
clang
/Basic/ABI.h"
23
namespace
clang
{
namespace
93
} // end namespace
clang
98
template<> struct DenseMapInfo<
clang
::GlobalDecl> {
99
static inline
clang
::GlobalDecl getEmptyKey() {
100
return
clang
::GlobalDecl();
103
static inline
clang
::GlobalDecl getTombstoneKey()
[
all
...]
/external/clang/test/Driver/
mips-integrated-as.s
1
// RUN: %
clang
-target mips-linux-gnu -### -fintegrated-as -c %s 2>&1 | \
3
// RUN: %
clang
-target mips-linux-gnu -### -fintegrated-as -c %s -mabi=32 2>&1 | \
5
// RUN: %
clang
-target mips-linux-gnu -### -fintegrated-as -c %s -mabi=o32 2>&1 | \
10
// RUN: %
clang
-target mips-linux-gnu -### -fintegrated-as -c %s -mabi=eabi 2>&1 | \
15
// RUN: %
clang
-target mips-linux-gnu -### -fintegrated-as -c %s -mips64 -mabi=n32 2>&1 | \
17
// RUN: %
clang
-target mips64-linux-gnu -### -fintegrated-as -c %s -mabi=n32 2>&1 | \
25
// RUN: %
clang
-target mips64-linux-gnu -### -fintegrated-as -c %s -mips64 2>&1 | \
28
// RUN: %
clang
-target mips-linux-gnu -### -fintegrated-as -c %s -mips64 -mabi=64 2>&1 | \
30
// RUN: %
clang
-target mips-linux-gnu -### -fintegrated-as -c %s -mips64 -mabi=n64 2>&1 | \
32
// RUN: %
clang
-target mips64-linux-gnu -### -fintegrated-as -c %s -mips64 -mabi=64 2>&1 |
[
all
...]
openbsd.c
1
// RUN: %
clang
-no-canonical-prefixes -target i686-pc-openbsd %s -### 2>&1 \
3
// CHECK-LD:
clang
{{.*}}" "-cc1" "-triple" "i686-pc-openbsd"
6
// RUN: %
clang
-no-canonical-prefixes -target i686-pc-openbsd -pg -pthread %s -### 2>&1 \
8
// CHECK-PG:
clang
{{.*}}" "-cc1" "-triple" "i686-pc-openbsd"
12
// RUN: %
clang
-target mips64-unknown-openbsd -### -c %s 2>&1 \
14
// RUN: %
clang
-target mips64el-unknown-openbsd -### -c %s 2>&1 \
20
// RUN: %
clang
-no-canonical-prefixes -target i686-pc-openbsd -r %s -### 2>&1 \
22
// RUN: %
clang
-no-canonical-prefixes -target i686-pc-openbsd -s %s -### 2>&1 \
24
// RUN: %
clang
-no-canonical-prefixes -target i686-pc-openbsd -t %s -### 2>&1 \
26
// RUN: %
clang
-no-canonical-prefixes -target i686-pc-openbsd -Z %s -### 2>&1
[
all
...]
sparcv9-as.c
3
// RUN: %
clang
-target sparcv9-linux -### -c %s 2>&1 \
6
// RUN: %
clang
-target sparcv9-linux -fintegrated-as -### -c %s 2>&1 \
9
// RUN: %
clang
-target sparcv9-linux -fno-integrated-as -### -c %s 2>&1 \
15
// RUN: %
clang
-no-canonical-prefixes -target sparcv9--netbsd \
19
// RUN: %
clang
-mcpu=v9 -no-canonical-prefixes -target sparcv9--netbsd \
23
// RUN: %
clang
-mcpu=ultrasparc -no-canonical-prefixes -target sparcv9--netbsd \
27
// RUN: %
clang
-mcpu=ultrasparc3 -no-canonical-prefixes -target sparcv9--netbsd \
31
// RUN: %
clang
-mcpu=niagara -no-canonical-prefixes -target sparcv9--netbsd \
35
// RUN: %
clang
-mcpu=niagara2 -no-canonical-prefixes -target sparcv9--netbsd \
39
// RUN: %
clang
-mcpu=niagara3 -no-canonical-prefixes -target sparcv9--netbsd
[
all
...]
/external/clang/docs/
PTHInternals.rst
10
Using Pretokenized Headers with ``
clang
`` (Low-level Interface)
13
The
Clang
compiler frontend, ``
clang
-cc1``, supports three command line
16
To generate PTH files using ``
clang
-cc1``, use the option ``-emit-pth``:
20
$
clang
-cc1 test.h -emit-pth -o test.h.pth
22
This option is transparently used by ``
clang
`` when generating PTH
28
$
clang
-cc1 -include-pth test.h.pth test.c -o test.s
30
Alternatively,
Clang
's PTH files can be used as a raw "token-cache" (or
33
for *any* source files that are used by ``
clang
-cc1`` to process a
40
$
clang
-cc1 -emit-pth test.h -o test.h.pt
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisDeclContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisDeclContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisDeclContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisDeclContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisDeclContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisDeclContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisDeclContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
Dominators.h
1
//==- Dominators.h - Implementation of dominators tree for
Clang
CFG C++ -*-==//
10
// This file implements the dominators tree functionality for
Clang
CFGs.
17
#include "
clang
/Analysis/AnalysisDeclContext.h"
18
#include "
clang
/Analysis/CFG.h"
30
namespace
clang
{
namespace
35
/// \brief Concrete subclass of DominatorTreeBase for
Clang
36
/// This class implements the dominators tree functionality given a
Clang
CFG.
162
} // end namespace
clang
169
template <> struct GraphTraits< ::
clang
::DomTreeNode* > {
170
typedef ::
clang
::DomTreeNode *NodeRef
[
all
...]
/external/clang/lib/Frontend/
ChainedIncludesSource.cpp
15
#include "
clang
/Basic/TargetInfo.h"
16
#include "
clang
/Frontend/ASTUnit.h"
17
#include "
clang
/Frontend/CompilerInstance.h"
18
#include "
clang
/Frontend/TextDiagnosticPrinter.h"
19
#include "
clang
/Lex/Preprocessor.h"
20
#include "
clang
/Parse/ParseAST.h"
21
#include "
clang
/Serialization/ASTReader.h"
22
#include "
clang
/Serialization/ASTWriter.h"
25
using namespace
clang
;
115
IntrusiveRefCntPtr<ExternalSemaSource>
clang
::createChainedIncludesSource
[
all
...]
/external/clang/test/
lit.cfg
15
config.name = '
Clang
'
66
# Clear some environment variables that might affect
Clang
.
68
# This first set of vars are read by
Clang
, but shouldn't affect tests
87
#
Clang
/Win32 may refer to %INCLUDE%. vsvarsall.bat sets it.
98
lit_config.fatal('No
Clang
tools dir set!')
148
clang_src_root = os.path.join(llvm_src_root, "tools", "
clang
")
149
clang_obj_root = os.path.join(llvm_obj_root, "tools", "
clang
")
152
# tools/
clang
layout.
162
'run "make test" in your
Clang
build directory.')
171
# Discover the '
clang
' and 'clangcc' to use
[
all
...]
/external/clang/cmake/modules/
AddClang.cmake
21
tablegen(
CLANG
${CTG_UNPARSED_ARGUMENTS})
25
set_target_properties( ${CTG_TARGET} PROPERTIES FOLDER "
Clang
tablegenning")
37
PRODUCT_NAME "
clang
")
42
add_llvm_subdirectory(
CLANG
TOOL ${name})
60
${CLANG_SOURCE_DIR}/include/
clang
/${lib_path}/*.h
61
${CLANG_SOURCE_DIR}/include/
clang
/${lib_path}/*.def
66
${CLANG_SOURCE_DIR}/include/
clang
/${lib_path}/*.td
113
set_target_properties(${name} PROPERTIES FOLDER "
Clang
libraries")
119
set_target_properties(${name} PROPERTIES FOLDER "
Clang
executables")
/external/clang/lib/Index/
SimpleFormatContext.h
12
/// \brief Defines a utility class for use of
clang
-format in libclang
19
#include "
clang
/Basic/Diagnostic.h"
20
#include "
clang
/Basic/DiagnosticOptions.h"
21
#include "
clang
/Basic/FileManager.h"
22
#include "
clang
/Basic/LangOptions.h"
23
#include "
clang
/Basic/SourceManager.h"
24
#include "
clang
/Rewrite/Core/Rewriter.h"
29
namespace
clang
{
namespace
73
} // end namespace
clang
Completed in 1246 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>