OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
2176 - 2200
of
15538
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/clang/tools/driver/
Android.bp
4
name: "
clang
",
6
defaults: ["
clang
-defaults"],
95
symlinks: ["
clang
++"],
/external/clang/unittests/Driver/
ToolChainTest.cpp
14
#include "
clang
/Driver/ToolChain.h"
15
#include "
clang
/Basic/DiagnosticIDs.h"
16
#include "
clang
/Basic/DiagnosticOptions.h"
17
#include "
clang
/Basic/LLVM.h"
18
#include "
clang
/Basic/VirtualFileSystem.h"
19
#include "
clang
/Driver/Compilation.h"
20
#include "
clang
/Driver/Driver.h"
23
using namespace
clang
;
24
using namespace
clang
::driver;
36
Driver TheDriver("/bin/
clang
", "arm-linux-gnueabihf", Diags
[
all
...]
/external/clang/www/demo/
what is this directory.txt
1
This is for the LLVM+
Clang
browser based demo.
2
It is supposed to work like the LLVM+GCC demo here: http://llvm.org/demo/ but for the BSD licensed
Clang
instead.
15
Try
Clang
/external/compiler-rt/test/asan/TestCases/Windows/
bind_io_completion_callback.cc
4
//
Clang
doesn't support exceptions on Windows yet, so for the time being we
6
// the rest is built with
Clang
. This represents the typical scenario when we
7
// build a large project using "
clang
-cl -fallback -fsanitize=address".
queue_user_work_item.cc
4
//
Clang
doesn't support exceptions on Windows yet, so for the time being we
6
// the rest is built with
Clang
. This represents the typical scenario when we
7
// build a large project using "
clang
-cl -fallback -fsanitize=address".
/external/conscrypt/
.travis.yml
6
- CC=
clang
7
- CXX=
clang
++
51
- llvm-toolchain-precise-3.9 # for
clang
-format-3.9
54
-
clang
-3.9
55
-
clang
-format-3.9 # for style checks
92
# Get git-
clang
-format
94
- curl -L https://llvm.org/svn/llvm-project/cfe/trunk/tools/
clang
-format/git-
clang
-format -o $HOME/bin/git-
clang
-format
95
- chmod 0755 $HOME/bin/git-
clang
-forma
[
all
...]
/external/libcxx/test/std/utilities/meta/meta.rel/
is_convertible_fallback.pass.cpp
17
// `__is_convertible` with the same name when
clang
doesn't.
18
// Because this test forces the use of the fallback even when
clang
provides
21
#pragma
clang
diagnostic ignored "-Wkeyword-compat"
/external/llvm/test/DebugInfo/Inputs/
dwarfdump-test-zlib.cc
19
// Built with
Clang
3.9 and GNU gold (GNU Binutils for Ubuntu 2.26) 1.11:
24
// $
clang
++ -g dwarfdump-test-zlib.cc -Wl,--compress-debug-sections=zlib -o dwarfdump-test-zlib.elf-x86-64
25
// $
clang
++ -g dwarfdump-test-zlib.cc -Wl,--compress-debug-sections=zlib-gnu -o dwarfdump-test-zlibgnu.elf-x86-64
/external/llvm/test/tools/llvm-profdata/
c-general.test
1
REGENERATE: You need a checkout of
clang
with compiler-rt to generate the
6
REGENERATE: $ CFE=$SRC/tools/
clang
9
REGENERATE: $
clang
-o a.out -fprofile-instr-generate $CFE_TESTDIR/c-general.c
/external/protobuf/objectivec/google/protobuf/
Empty.pbobjc.h
12
#pragma
clang
diagnostic push
13
#pragma
clang
diagnostic ignored "-Wdeprecated-declarations"
51
#pragma
clang
diagnostic pop
Empty.pbobjc.m
8
#pragma
clang
diagnostic push
9
#pragma
clang
diagnostic ignored "-Wdeprecated-declarations"
62
#pragma
clang
diagnostic pop
FieldMask.pbobjc.m
8
#pragma
clang
diagnostic push
9
#pragma
clang
diagnostic ignored "-Wdeprecated-declarations"
75
#pragma
clang
diagnostic pop
SourceContext.pbobjc.h
12
#pragma
clang
diagnostic push
13
#pragma
clang
diagnostic ignored "-Wdeprecated-declarations"
52
#pragma
clang
diagnostic pop
SourceContext.pbobjc.m
8
#pragma
clang
diagnostic push
9
#pragma
clang
diagnostic ignored "-Wdeprecated-declarations"
75
#pragma
clang
diagnostic pop
/external/skia/src/gpu/effects/
GrCoverageSetOpXP.h
21
#pragma
clang
diagnostic push
22
#pragma
clang
diagnostic ignored "-Wnon-virtual-dtor"
62
#pragma
clang
diagnostic pop
GrDisableColorXP.h
21
#pragma
clang
diagnostic push
22
#pragma
clang
diagnostic ignored "-Wnon-virtual-dtor"
53
#pragma
clang
diagnostic pop
/external/skqp/src/gpu/effects/
GrCoverageSetOpXP.h
21
#pragma
clang
diagnostic push
22
#pragma
clang
diagnostic ignored "-Wnon-virtual-dtor"
62
#pragma
clang
diagnostic pop
GrDisableColorXP.h
21
#pragma
clang
diagnostic push
22
#pragma
clang
diagnostic ignored "-Wnon-virtual-dtor"
53
#pragma
clang
diagnostic pop
/external/v8/tools/clang/translation_unit/test_files/sysroot/
README
0
Clang
looks for the presence of crtbegin.o to decide whether to add GCC standard
5
usr/include/c++/4.6 inside this sysroot will cause
clang
to add the following
17
See
clang
's lib/Driver/ToolChains.cpp:
/external/webrtc/webrtc/modules/video_coding/
BUILD.gn
77
# Suppress warnings from Chrome's
Clang
plugins.
79
configs -= [ "//build/config/
clang
:find_bad_constructs" ]
111
# Suppress warnings from Chrome's
Clang
plugins.
113
configs -= [ "//build/config/
clang
:find_bad_constructs" ]
131
# Suppress warnings from Chrome's
Clang
plugins.
133
configs -= [ "//build/config/
clang
:find_bad_constructs" ]
166
# Suppress warnings from Chrome's
Clang
plugins.
168
configs -= [ "//build/config/
clang
:find_bad_constructs" ]
200
# Suppress warnings from Chrome's
Clang
plugins.
202
configs -= [ "//build/config/
clang
:find_bad_constructs"
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Util.h
13
#include "
clang
/Basic/LLVM.h"
16
namespace
clang
{
namespace
30
} // end namespace
clang
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
EditsReceiver.h
13
#include "
clang
/Basic/LLVM.h"
15
namespace
clang
{
namespace
33
} // end namespace
clang
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h
13
#include "
clang
/Basic/DiagnosticOptions.h"
14
#include "
clang
/Basic/FileSystemOptions.h"
15
#include "
clang
/Basic/LangOptions.h"
16
#include "
clang
/Frontend/CodeGenOptions.h"
17
#include "
clang
/Frontend/DependencyOutputOptions.h"
18
#include "
clang
/Frontend/FrontendOptions.h"
19
#include "
clang
/Frontend/LangStandard.h"
20
#include "
clang
/Frontend/MigratorOptions.h"
21
#include "
clang
/Frontend/PreprocessorOutputOptions.h"
22
#include "
clang
/StaticAnalyzer/Core/AnalyzerOptions.h
34
namespace
clang
{
namespace
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CommentToXML.h
13
#include "
clang
/Basic/LLVM.h"
16
namespace
clang
{
namespace
44
} // namespace
clang
IndexingAction.h
13
#include "
clang
/Basic/LLVM.h"
16
namespace
clang
{
namespace
56
} // namespace
clang
Completed in 1350 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>