OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
201 - 225
of
3687
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Parser/
crash-report.c
5
ma
clang
__debug crash
/external/clang/test/Preprocessor/
pr13851.c
2
// -Werror to the
clang
invocation. Also check the dependency output, if any.
3
// RUN: %
clang
-Werror -E -M -MF %t-M.d %s
9
// -Werror to the
clang
invocation. Also check the dependency output, if any.
10
// RUN: %
clang
-Werror -E -MM -MF %t-MM.d %s
print_line_count.c
1
/* RUN: %
clang
-E -C -P %s | FileCheck --strict-whitespace %s
/external/clang/test/SemaCXX/
captured-statements.cpp
8
#pragma
clang
__debug captured
17
#pragma
clang
__debug captured
34
#pragma
clang
__debug captured
36
#pragma
clang
__debug captured
45
#pragma
clang
__debug captured
47
#pragma
clang
__debug captured
49
#pragma
clang
__debug captured
57
#pragma
clang
_debug captured
68
#pragma
clang
__debug captured
85
#pragma
clang
_debug capture
[
all
...]
/external/clang/test/SemaObjC/
format-strings-system.h
2
#pragma
clang
system_header
/external/clang/test/Tooling/
clang-check-analyzer.cpp
1
// RUN:
clang
-check -analyze "%s" -- -c 2>&1 | FileCheck %s
clang-check-chdir.cpp
5
// RUN: echo "[{\"directory\":\"%t\",\"command\":\"
clang
-c test.cpp -I.\",\"file\":\"%t/test.cpp\"}]" | sed -e 's/\\/\//g' > %t/compile_commands.json
7
// RUN: touch "%t/
clang
-check-test.h"
8
// RUN: not
clang
-check -p "%t" "%t/test.cpp" 2>&1|FileCheck %s
11
#include "
clang
-check-test.h"
/external/clang/tools/driver/
cc1_main.cpp
1
//===-- cc1_main.cpp -
Clang
CC1 Compiler Frontend ------------------------===//
10
// This is the entry point to the
clang
-cc1 functionality, which implements the
17
#include "
clang
/Driver/DriverDiagnostic.h"
18
#include "
clang
/Driver/Options.h"
19
#include "
clang
/Frontend/CompilerInstance.h"
20
#include "
clang
/Frontend/CompilerInvocation.h"
21
#include "
clang
/Frontend/FrontendDiagnostic.h"
22
#include "
clang
/Frontend/TextDiagnosticBuffer.h"
23
#include "
clang
/Frontend/TextDiagnosticPrinter.h"
24
#include "
clang
/Frontend/Utils.h
[
all
...]
/ndk/tests/build/issue17144-byteswap/
BROKEN_BUILD
1
# Note that "
clang
-target mipsel-none-linux-android" doesn't define
/external/clang/test/Driver/
clang-g-opts.c
1
// RUN: %
clang
-### -S %s 2>&1 | FileCheck --check-prefix=CHECK-WITHOUT-G %s
2
// RUN: %
clang
-### -S %s -g -target x86_64-linux-gnu 2>&1 \
4
// RUN: %
clang
-### -S %s -g -target x86_64-apple-darwin 2>&1 \
6
// RUN: %
clang
-### -S %s -g -target i686-pc-openbsd 2>&1 \
8
// RUN: %
clang
-### -S %s -g -target x86_64-pc-freebsd10.0 2>&1 \
10
// RUN: %
clang
-### -S %s -g0 2>&1 | FileCheck --check-prefix=CHECK-WITHOUT-G %s
11
// RUN: %
clang
-### -S %s -g -g0 2>&1 | FileCheck --check-prefix=CHECK-WITHOUT-G %s
12
// RUN: %
clang
-### -S %s -g0 -g -target x86_64-linux-gnu 2>&1 \
14
// RUN: %
clang
-### -S %s -g0 -g -target x86_64-apple-darwin 2>&1 \
16
// RUN: %
clang
-### -S %s -g0 -g -target i686-pc-openbsd 2>&1
[
all
...]
aarch64-features.c
1
// RUN: %
clang
-target aarch64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s
2
// RUN: %
clang
-target arm64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s
altivec-asm.S
1
// RUN: %
clang
-target powerpc64-linux-gnu -maltivec -S %s -o - | FileCheck %s
2
// RUN: %
clang
-target powerpc64le-linux-gnu -maltivec -S %s -o - | FileCheck %s
cl.c
11
// Check that
clang
-cl options are not available by default.
12
// RUN: %
clang
-help | FileCheck %s -check-prefix=DEFAULT
16
// RUN: not %
clang
"/?"
17
// RUN: not %
clang
-?
18
// RUN: not %
clang
/help
20
// Check that /? and /help are available as
clang
-cl options.
28
// Options which are not "core"
clang
options nor cl.exe compatible options
29
// are not available in
clang
-cl.
clang-exception-flags.cpp
1
// RUN: %
clang
-### %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
4
// RUN: %
clang
-### -fexceptions %s 2>&1 | FileCheck %s -check-prefix=ON1
7
// RUN: %
clang
-### -fno-exceptions -fcxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=ON2
10
// RUN: %
clang
-### -fno-cxx-exceptions -fexceptions %s 2>&1 | FileCheck %s -check-prefix=ON3
13
// RUN: %
clang
-### -fno-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF1
16
// RUN: %
clang
-### -fno-cxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF2
19
// RUN: %
clang
-### -fcxx-exceptions -fno-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF3
22
// RUN: %
clang
-### -fexceptions -fno-cxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF4
debug-options.c
1
// Check to make sure
clang
is somewhat picky about -g options.
4
// RUN: %
clang
-### -c -g %s -target x86_64-linux-gnu 2>&1 \
6
// RUN: %
clang
-### -c -g2 %s -target x86_64-linux-gnu 2>&1 \
8
// RUN: %
clang
-### -c -g3 %s -target x86_64-linux-gnu 2>&1 \
10
// RUN: %
clang
-### -c -ggdb %s -target x86_64-linux-gnu 2>&1 \
12
// RUN: %
clang
-### -c -ggdb1 %s -target x86_64-linux-gnu 2>&1 \
14
// RUN: %
clang
-### -c -ggdb3 %s -target x86_64-linux-gnu 2>&1 \
17
// RUN: %
clang
-### -c -g %s -target x86_64-apple-darwin 2>&1 \
19
// RUN: %
clang
-### -c -g2 %s -target x86_64-apple-darwin 2>&1 \
21
// RUN: %
clang
-### -c -g3 %s -target x86_64-apple-darwin 2>&1
[
all
...]
diagnostics.c
4
// RUN: not %
clang
-target x86_64-apple-darwin10 \
8
// RUN: not %
clang
-target x86_64-apple-darwin10 \
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp
5
// This implements a
Clang
tool to rewrite all instances of
14
#include "
clang
/AST/ASTContext.h"
15
#include "
clang
/ASTMatchers/ASTMatchers.h"
16
#include "
clang
/ASTMatchers/ASTMatchersMacros.h"
17
#include "
clang
/ASTMatchers/ASTMatchFinder.h"
18
#include "
clang
/Basic/SourceManager.h"
19
#include "
clang
/Frontend/FrontendActions.h"
20
#include "
clang
/Lex/Lexer.h"
21
#include "
clang
/Tooling/CommonOptionsParser.h"
22
#include "
clang
/Tooling/Refactoring.h
32
namespace
clang
{
namespace
[
all
...]
/build/core/clang/
x86.mk
0
#
Clang
flags for x86 arch, target or host.
17
define subst-
clang
-incompatible-x86-flags
x86_64.mk
0
#
Clang
flags for x86_64 arch, target or host.
16
define subst-
clang
-incompatible-x86_64-flags
/external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_chromium_sync_point_autogen.h
7
// It's formatted by
clang
-format using chromium coding style:
8
//
clang
-format -i -style=chromium filename
/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
68
add_custom_target(doxygen-
clang
71
COMMENT "Generating
clang
doxygen documentation." VERBATIM)
74
add_dependencies(doxygen doxygen-
clang
)
88
add_sphinx_target(html
clang
)
/external/clang/test/CodeGen/
PR15826.c
3
/* Testcase for PR15826 -
clang
hits assert in
clang
::ASTContext::getASTRecordLayout */
align-global-large.c
1
// PR13606 -
Clang
crashes with large alignment attribute
2
// RUN: %
clang
-S -emit-llvm %s -o - | FileCheck %s
debug-info-line4.c
1
// RUN: %
clang
%s -g -gcolumn-info -S -emit-llvm -o - | FileCheck %s
2
// Checks that
clang
emits column information when -gcolumn-info is passed.
debug-info-version.c
1
// RUN: %
clang
-g -S -emit-llvm -o - %s | FileCheck %s
2
// RUN: %
clang
-S -emit-llvm -o - %s | FileCheck %s --check-prefix=NO_DEBUG
Completed in 279 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>