OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
701 - 725
of
15538
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/clang/test/Modules/
extensions.c
3
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fdisable-module-hash -ftest-module-file-extension=
clang
.testA:1:5:0:user_info_for_A -ftest-module-file-extension=
clang
.testB:2:3:0:user_info_for_B -fmodules-cache-path=%t -I %S/Inputs %s
11
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -ftest-module-file-extension=
clang
.testA:1:5:0:user_info_for_A -ftest-module-file-extension=
clang
.testB:2:3:0:user_info_for_B -fmodules-cache-path=%t -I %S/Inputs %s
12
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -ftest-module-file-extension=
clang
.testA:1:3:0:user_info_for_A -ftest-module-file-extension=
clang
.testB:3:2:0:user_info_for_B -fmodules-cache-path=%t -I %S/Inputs %s -verify
19
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -ftest-module-file-extension=
clang
.testA:1:5:1:user_info_for_A -ftest-module-file-extension=
clang
.testB:2:3:1:user_info_for_B -fmodules-cache-path=%t -I %S/Inputs %s
20
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -ftest-module-file-extension=
clang
.testA:1:3:1:user_info_for_A -ftest-module-file-extension=
clang
.testB:3:2:1:user_info_for_B -fmodules-cache-path=%t -I %S/Inputs %
[
all
...]
/external/clang/test/Driver/
woa-fp.c
1
// RUN: %
clang
-target armv7-windows-msvc -### -S %s -O0 -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-DEFAULT
2
// RUN: %
clang
-target armv7-windows-msvc -### -S %s -O1 -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-DEFAULT
3
// RUN: %
clang
-target armv7-windows-msvc -### -S %s -O2 -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-DEFAULT
4
// RUN: %
clang
-target armv7-windows-msvc -### -S %s -O3 -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-DEFAULT
5
// RUN: %
clang
-target armv7-windows-msvc -### -S %s -Os -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-DEFAULT
7
// RUN: %
clang
-target armv7-windows-itanium -### -S %s -O0 -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-DEFAULT
8
// RUN: %
clang
-target armv7-windows-itanium -### -S %s -O1 -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-DEFAULT
9
// RUN: %
clang
-target armv7-windows-itanium -### -S %s -O2 -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-DEFAULT
10
// RUN: %
clang
-target armv7-windows-itanium -### -S %s -O3 -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-DEFAULT
11
// RUN: %
clang
-target armv7-windows-itanium -### -S %s -Os -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK- (…)
[
all
...]
clang-exception-flags.cpp
1
// We force the target to unknown because
clang
's default behavior for
3
// RUN: %
clang
-### -target unknown %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
6
// RUN: %
clang
-### -fexceptions %s 2>&1 | FileCheck %s -check-prefix=ON1
9
// RUN: %
clang
-### -fno-exceptions -fcxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=ON2
12
// RUN: %
clang
-### -fno-cxx-exceptions -fexceptions %s 2>&1 | FileCheck %s -check-prefix=ON3
15
// RUN: %
clang
-### -fno-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF1
18
// RUN: %
clang
-### -fno-cxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF2
21
// RUN: %
clang
-### -fcxx-exceptions -fno-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF3
24
// RUN: %
clang
-### -fexceptions -fno-cxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF4
27
// RUN: %
clang
-### -target x86_64-scei-ps4 %s 2>&1 | FileCheck %s -check-prefix=PS4-OF
[
all
...]
arm-alignment.c
1
// RUN: %
clang
-target arm-none-gnueabi -munaligned-access -### %s 2> %t
4
// RUN: %
clang
-target arm-none-gnueabi -mstrict-align -munaligned-access -### %s 2> %t
7
// RUN: %
clang
-target arm-none-gnueabi -mno-unaligned-access -munaligned-access -### %s 2> %t
10
// RUN: %
clang
-target armv6-apple-darwin -### %s 2> %t
13
// RUN: %
clang
-target armv6-netbsd-eabi -### %s 2> %t
16
// RUN: %
clang
-target armv7-unknown-linux -### %s 2> %t
19
// RUN: %
clang
-target armv7-unknown-nacl-gnueabihf -### %s 2> %t
22
// RUN: %
clang
-target aarch64-none-gnueabi -munaligned-access -### %s 2> %t
25
// RUN: %
clang
-target aarch64-none-gnueabi -mstrict-align -munaligned-access -### %s 2> %t
28
// RUN: %
clang
-target aarch64-none-gnueabi -mno-unaligned-access -munaligned-access -### %s 2> %
[
all
...]
/external/clang/www/
OpenProjects.html
6
<title>
Clang
- Get Involved</title>
16
<h1>Open
Clang
Projects</h1>
34
<li><b>Implement an tool to generate code documentation</b>:
Clang
's
36
about source code. One great application of
Clang
would be to build an
38
source code. The advantage of using
Clang
for such a tool is that the tool would
40
rich understanding of the code.
Clang
is already able to read and understand
43
<li><b>Use
clang
libraries to implement better versions of existing tools</b>:
44
Clang
is built as a set of libraries, which means that it is possible to
51
faster and more efficient at reducing C-family programs if built on the
clang
52
preprocessor. The
clang
-based indent replacement
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/
CallGraph.h
20
#include "
clang
/AST/DeclBase.h"
21
#include "
clang
/AST/RecursiveASTVisitor.h"
26
namespace
clang
{
namespace
170
} // end
clang
namespace
174
template <> struct GraphTraits<
clang
::CallGraphNode*> {
175
typedef
clang
::CallGraphNode NodeType;
176
typedef
clang
::CallGraphNode *NodeRef;
179
static NodeType *getEntryNode(
clang
::CallGraphNode *CGN) { return CGN; }
186
template <> struct GraphTraits<const
clang
::CallGraphNode*> {
187
typedef const
clang
::CallGraphNode NodeType
[
all
...]
/external/clang/docs/
CMakeLists.txt
27
set(CLANG_DOXYGEN_QCH_FILENAME "org.llvm.
clang
.qch" CACHE STRING
29
set(CLANG_DOXYGEN_QHP_NAMESPACE "org.llvm.
clang
" CACHE STRING
31
set(CLANG_DOXYGEN_QHP_CUST_FILTER_NAME "
Clang
${CLANG_VERSION}" CACHE STRING
33
set(CLANG_DOXYGEN_QHP_CUST_FILTER_ATTRS "
Clang
,${CLANG_VERSION}" CACHE STRING
77
add_custom_target(doxygen-
clang
80
COMMENT "Generating
clang
doxygen documentation." VERBATIM)
83
add_dependencies(doxygen doxygen-
clang
)
97
add_sphinx_target(html
clang
)
98
add_custom_command(TARGET docs-
clang
-html POST_BUILD
104
add_sphinx_target(man
clang
)
[
all
...]
/external/tensorflow/tensorflow/core/ops/
math_grad.cc
44
//
clang
-format off
49
//
clang
-format on
54
//
clang
-format off
58
//
clang
-format on
63
//
clang
-format off
70
//
clang
-format on
76
//
clang
-format off
83
//
clang
-format on
88
//
clang
-format off
97
//
clang
-format o
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
run-clang-tidy.py
3
#===- run-
clang
-tidy.py - Parallel
clang
-tidy runner ---------*- python -*--===#
11
# FIXME: Integrate with
clang
-tidy-diff.py
14
Parallel
clang
-tidy runner
17
Runs
clang
-tidy over all files in a compilation database. Requires
clang
-tidy
18
and
clang
-apply-replacements in $PATH.
21
- Run
clang
-tidy on all files in the current working directory with a default
23
run-
clang
-tidy.py $PWD
26
run-
clang
-tidy.py -fix -checks=-*,llvm-header-guar
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
run-clang-tidy.py
3
#===- run-
clang
-tidy.py - Parallel
clang
-tidy runner ---------*- python -*--===#
11
# FIXME: Integrate with
clang
-tidy-diff.py
14
Parallel
clang
-tidy runner
17
Runs
clang
-tidy over all files in a compilation database. Requires
clang
-tidy
18
and
clang
-apply-replacements in $PATH.
21
- Run
clang
-tidy on all files in the current working directory with a default
23
run-
clang
-tidy.py $PWD
26
run-
clang
-tidy.py -fix -checks=-*,llvm-header-guar
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
run-clang-tidy.py
3
#===- run-
clang
-tidy.py - Parallel
clang
-tidy runner ---------*- python -*--===#
11
# FIXME: Integrate with
clang
-tidy-diff.py
14
Parallel
clang
-tidy runner
17
Runs
clang
-tidy over all files in a compilation database. Requires
clang
-tidy
18
and
clang
-apply-replacements in $PATH.
21
- Run
clang
-tidy on all files in the current working directory with a default
23
run-
clang
-tidy.py $PWD
26
run-
clang
-tidy.py -fix -checks=-*,llvm-header-guar
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
run-clang-tidy.py
3
#===- run-
clang
-tidy.py - Parallel
clang
-tidy runner ---------*- python -*--===#
11
# FIXME: Integrate with
clang
-tidy-diff.py
14
Parallel
clang
-tidy runner
17
Runs
clang
-tidy over all files in a compilation database. Requires
clang
-tidy
18
and
clang
-apply-replacements in $PATH.
21
- Run
clang
-tidy on all files in the current working directory with a default
23
run-
clang
-tidy.py $PWD
26
run-
clang
-tidy.py -fix -checks=-*,llvm-header-guar
[
all
...]
Completed in 1206 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>