OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
276 - 300
of
1469
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CodeGen/
debug-info-var-location.c
1
// RUN: %
clang
-S -g -fverbose-asm %s -o - | FileCheck %s
frame-pointer-elim.c
3
// RUN: %
clang
-ccc-host-triple i386-apple-darwin -S -o - %s | \
12
// RUN: %
clang
-ccc-host-triple i386-pc-linux-gnu -S -o - %s | \
21
// RUN: %
clang
-ccc-host-triple i386-darwin -S -o - -fomit-frame-pointer %s | \
30
// RUN: %
clang
-ccc-host-triple i386-darwin -S -o - -momit-leaf-frame-pointer %s | \
/external/clang/test/CodeGenCXX/
debug-info-pubtypes.cpp
2
// RUN: %
clang
-cc1 -triple x86_64-apple-darwin10 -g -S %s -o %t
/external/clang/test/CodeGenObjC/
2007-04-03-ObjcEH.m
1
// RUN: %
clang
-fexceptions -S -emit-llvm %s -o -
2011-03-08-IVarLookup.m
1
// RUN: %
clang
-S -emit-llvm -m64 -fobjc-abi-version=2 %s -o /dev/null
debug-info-self.m
1
// RUN: %
clang
-fverbose-asm -g -S %s -o - | grep DW_AT_artificial | count 3
/external/clang/test/Driver/
Xlinker-args.c
4
// RUN: %
clang
-ccc-host-triple i386-apple-darwin9 -### \
analyze.c
4
// RUN: env MACOSX_DEPLOYMENT_TARGET=10.5 %
clang
-ccc-host-triple i386-apple-darwin9 -### --analyze -o /dev/null %s -msse 2> %t.log
ccc-add-args.c
1
// RUN: env CCC_ADD_ARGS="-ccc-echo,-ccc-print-options,,-v" %
clang
-### 2>&1 | FileCheck %s
darwin-debug-flags.c
1
// RUN: env RC_DEBUG_OPTIONS=1 %
clang
-ccc-host-triple i386-apple-darwin9 -g -Os %s -emit-llvm -S -o - | FileCheck %s
index-header-map.c
1
// RUN: %
clang
-I%S/Before -index-header-map -I%S/Index -I%S/After %s -### 2>> %t.log
parsing.c
1
// RUN: %
clang
-ccc-print-options input -Yunknown -m32 -arch ppc -djoined -A separate -Ajoined -Wp,one,two -Xarch_joined AndSeparate -sectalign 1 2 3 2> %t
14
// RUN: not %
clang
-V 2> %t
16
// RUN: not %
clang
-sectalign 1 2 2> %t
20
// RUN: %
clang
-ccc-print-options -Wally 2> %t
sysroot-flags.c
3
// RUN: %
clang
-### -fsyntax-only -isysroot /foo/bar %s 2>&1 | \
9
// RUN: %
clang
-### -ccc-host-triple x86_64-unknown-linux-gnu \
17
// RUN: %
clang
-### -ccc-host-triple x86_64-unknown-linux-gnu -isysroot /baz \
24
// RUN: %
clang
-### -ccc-host-triple x86_64-unknown-linux-gnu \
x86_features.c
1
// RUN: %
clang
-ccc-host-triple i386-unknown-unknown -### -S %s -msse -msse4 -mno-sse -mno-mmx -msse 2> %t
/external/clang/test/Index/
crash-recovery.c
7
#pragma
clang
__debug crash
/external/clang/test/Lexer/
counter.c
2
// RUN: %
clang
-E %s > %t
/external/clang/test/Preprocessor/
traditional-cpp.c
0
/*
Clang
supports a very limited subset of -traditional-cpp, basically we only
predefined-arch-macros.c
6
// RUN: %
clang
-march=i386 -m32 -E -dM %s -o - 2>&1 \
12
// RUN: %
clang
-march=i386 -m64 -E -dM %s -o - 2>&1 \
16
// RUN: %
clang
-march=i486 -m32 -E -dM %s -o - 2>&1 \
24
// RUN: %
clang
-march=i486 -m64 -E -dM %s -o - 2>&1 \
28
// RUN: %
clang
-march=i586 -m32 -E -dM %s -o - 2>&1 \
39
// RUN: %
clang
-march=i586 -m64 -E -dM %s -o - 2>&1 \
43
// RUN: %
clang
-march=pentium -m32 -E -dM %s -o - 2>&1 \
54
// RUN: %
clang
-march=pentium -m64 -E -dM %s -o - 2>&1 \
58
// RUN: %
clang
-march=pentium-mmx -m32 -E -dM %s -o - 2>&1 \
72
// RUN: %
clang
-march=pentium-mmx -m64 -E -dM %s -o - 2>&1
[
all
...]
/external/clang/test/SemaObjC/
property-dot-receiver.m
18
[Singleton.instance someSelector]; //
clang
issues error here
/external/clang/test/SemaTemplate/
inject-templated-friend-post.cpp
1
// RUN: %
clang
%s -S -emit-llvm -o - | grep -e "define linkonce_odr.*_ZlsR11std_ostreamRK8StreamerI3FooE"
2
// RUN: %
clang
%s -S -emit-llvm -o - -DPROTOTYPE | grep -e "define linkonce_odr.*_ZlsR11std_ostreamRK8StreamerI3FooE"
3
// RUN: %
clang
%s -S -emit-llvm -o - -DINSTANTIATE | grep -e "define linkonce_odr.*_ZlsR11std_ostreamRK8StreamerI3FooE"
4
// RUN: %
clang
%s -S -emit-llvm -o - -DPROTOTYPE -DINSTANTIATE | grep -e "define linkonce_odr.*_ZlsR11std_ostreamRK8StreamerI3FooE"
/external/clang/tools/libclang/
CXType.h
17
#include "
clang
-c/Index.h"
18
#include "
clang
/AST/Type.h"
20
namespace
clang
{
namespace
28
}} // end namespace
clang
::cxtype
/external/clang/utils/C++Tests/stdc++-Syntax/
lit.local.cfg
13
config.test_format = lit.formats.SyntaxCheckTest(compiler=root.
clang
,
/external/clang/www/
cxx_status.html
6
<title>
Clang
- C++ and C++'11 Status</title>
26
<h1>C++ and C++'11 Support in
Clang
</h1>
30
<p>
Clang
currently implements all of the ISO C++ 1998 standard
34
href="http://llvm.org/bugs/">LLVM bug tracker</a> contains a
Clang
35
C++ component that tracks known
Clang
C++ bugs.</p>
39
<p>
Clang
provides support for a number of features included in the new <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372">ISO C++ Standard, ISO/IEC 14882:2011</a>. The following table describes which C++11 features have been implemented in
Clang
and in which
Clang
versions they became available.</p>
41
<p>You can use
Clang
in C++11 mode either
44
with
clang
; other versions have not been tested.</p
[
all
...]
/external/llvm/tools/
CMakeLists.txt
62
set(LLVM_CLANG_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/
clang
" CACHE PATH "Path to
Clang
source directory")
66
option(LLVM_BUILD_CLANG "Whether to build
Clang
as part of LLVM" ON)
68
add_subdirectory(${LLVM_CLANG_SOURCE_DIR}
clang
)
/frameworks/compile/libbcc/runtime/make/platform/
multi_arch.mk
9
CC.m32 :=
clang
Completed in 1113 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>