OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
626 - 650
of
15538
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/clang/test/Driver/
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
as-options.s
3
// RUN: %
clang
-target x86_64-linux-gnu -c -no-integrated-as %s \
7
// RUN: %
clang
-target x86_64-linux-gnu -c -no-integrated-as %s \
11
// RUN: %
clang
-target x86_64-linux-gnu -c -integrated-as %s \
15
// RUN: %
clang
-target x86_64-linux-gnu -c -integrated-as %s \
21
// RUN: %
clang
-target aarch64-linux-gnu -c -no-integrated-as %s \
25
// RUN: %
clang
-target aarch64-linux-gnu -c -integrated-as %s \
29
// RUN: %
clang
-target armv7-linux-gnueabihf -c -no-integrated-as %s \
33
// RUN: %
clang
-target armv7-linux-gnueabihf -c -integrated-as %s \
cl.c
8
// Check that
clang
-cl options are not available by default.
9
// RUN: %
clang
-help | FileCheck %s -check-prefix=DEFAULT
13
// RUN: not %
clang
"/?"
14
// RUN: not %
clang
-?
15
// RUN: not %
clang
/help
17
// Check that /? and /help are available as
clang
-cl options.
25
// Options which are not "core"
clang
options nor cl.exe compatible options
26
// are not available in
clang
-cl.
diagnostics.c
4
// RUN: not %
clang
-target x86_64-apple-darwin10 \
8
// RUN: not %
clang
-target x86_64-apple-darwin10 \
emulated-tls.cpp
1
// Cygwin uses emutls.
Clang
should pass -femulated-tls to cc1 and cc1 should pass EmulatedTLS to LLVM CodeGen.
3
// RUN: %
clang
-### -std=c++11 -target i686-pc-cygwin %s 2>&1 | FileCheck %s
esan.c
1
// RUN: %
clang
-target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -o - | FileCheck %s
2
// RUN: %
clang
-O1 -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -o - | FileCheck %s
3
// RUN: %
clang
-O2 -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -o - | FileCheck %s
4
// RUN: %
clang
-O3 -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -o - | FileCheck %s
5
// RUN: %
clang
-target x86_64-unknown-linux -fsanitize=efficiency-working-set %s -S -emit-llvm -o - | FileCheck %s
6
// RUN: %
clang
-O1 -target x86_64-unknown-linux -fsanitize=efficiency-working-set %s -S -emit-llvm -o - | FileCheck %s
7
// RUN: %
clang
-O2 -target x86_64-unknown-linux -fsanitize=efficiency-working-set %s -S -emit-llvm -o - | FileCheck %s
8
// RUN: %
clang
-O3 -target x86_64-unknown-linux -fsanitize=efficiency-working-set %s -S -emit-llvm -o - | FileCheck %s
fpack-struct.c
1
// RUN: %
clang
-fpack-struct -### %s 2> %t
3
// RUN: %
clang
-fpack-struct=8 -### %s 2> %t
gnu-runtime.m
1
// RUN: %
clang
-target i386-apple-darwin10 -### -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s
2
// RUN: %
clang
-target i386-apple-darwin10 -### -x objective-c++ -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s
msan.c
1
// RUN: %
clang
-target x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s
2
// RUN: %
clang
-O1 -target x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s
3
// RUN: %
clang
-O2 -target x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s
4
// RUN: %
clang
-O3 -target x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s
5
// RUN: %
clang
-target mips64-linux-gnu -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s
6
// RUN: %
clang
-target mips64el-unknown-linux-gnu -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s
7
// RUN: %
clang
-target powerpc64-unknown-linux-gnu -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s
8
// RUN: %
clang
-target powerpc64le-unknown-linux-gnu -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s
noinline.c
4
// RUN: %
clang
-target x86_64-apple-darwin10 \
8
// CHECK:
clang
redzone.c
1
// RUN: %
clang
-target i386-unknown-unknown -mno-red-zone %s -S -emit-llvm -o %t.log
3
// RUN: %
clang
-target i386-unknown-unknown -mred-zone %s -S -emit-llvm -o %t.log
std.c
1
// RUN: %
clang
-w -std=c99 -trigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=OVERRIDE %s
3
// RUN: %
clang
-w -std=c99 -trigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=FOVERRIDE %s
5
// RUN: %
clang
-w -ansi %s -E -o - | FileCheck -check-prefix=ANSI %s
7
// RUN: %
clang
-w -ansi %s -fno-trigraphs -E -o - | FileCheck -check-prefix=ANSI-OVERRIDE %s
9
// RUN: %
clang
-w -std=gnu99 -trigraphs %s -E -o - | FileCheck -check-prefix=EXPLICIT %s
11
// RUN: %
clang
-w -std=gnu99 -ftrigraphs %s -E -o - | FileCheck -check-prefix=FEXPLICIT %s
13
// RUN: %
clang
-w -ftrigraphs -fno-trigraphs %s -E -o - | FileCheck -check-prefix=ONOFF %s
15
// RUN: %
clang
-w -fno-trigraphs -trigraphs %s -E -o - | FileCheck -check-prefix=OFFFON %s
target-abi-cc1as.s
4
// RUN: %
clang
-cc1as -triple mips--linux-gnu -filetype obj -target-cpu mips32 -target-abi o32 %s 2>&1 | \
6
// CHECK-NOT:
clang
-cc1as: error: unknown argument: '-target-abi'
/external/clang/test/Frontend/
cpp-output.c
1
// RUN: %
clang
-E -o %t -C %s
4
// RUN: %
clang
-E -o %t -CC %s
/external/clang/test/Integration/
cocoa-pch.m
1
// RUN: %
clang
-arch x86_64 -x objective-c-header %s -o %t.h.pch
3
// RUN: %
clang
-arch x86_64 -fsyntax-only %t.empty.m -include %t.h -Xclang -ast-dump 2>&1 > /dev/null
/external/clang/test/PCH/
different-diagnostic-level.c
1
// RUN: %
clang
-x c-header %s -Weverything -o %t.h.pch
2
// RUN: %
clang
-x c %s -w -include %t.h -fsyntax-only -Xclang -verify
/external/clang/test/Sema/
captured-statements.c
6
#pragma
clang
__debug captured
18
#pragma
clang
__debug captured
28
#pragma
clang
__debug captured
37
#pragma
clang
__debug captured
40
#pragma
clang
__debug captured
43
#pragma
clang
__debug captured
56
#pragma
clang
__debug captured
66
#pragma
clang
__debug captured
/external/clang/test/SemaObjCXX/Inputs/
nullability-pragmas-generics-1.h
1
#pragma
clang
assume_nonnull begin
18
#pragma
clang
assume_nonnull end
/external/clang/test/Tooling/
auto-detect-from-source.cpp
3
// RUN: echo "[{\"directory\":\".\",\"command\":\"
clang
++ -c %/t/test.cpp\",\"file\":\"%/t/test.cpp\"}]" | sed -e 's/\\/\\\\/g' > %t/compile_commands.json
5
// RUN: not
clang
-check "%t/test.cpp" 2>&1 | FileCheck %s
/external/llvm/test/CodeGen/X86/
ident-metadata.ll
5
; CHECK: .ident "
clang
version x.x"
8
!0 = !{!"
clang
version x.x"}
/external/llvm/test/DebugInfo/Inputs/
llvm-symbolizer-dwo-test.cc
14
// Built with
Clang
3.5.0:
18
// $
clang
-gsplit-dwarf llvm-symbolizer-dwo-test.cc
llvm-symbolizer-test.c
14
// Built with
Clang
3.3:
18
// $
clang
-g llvm-symbolizer-test.c -o <output>
/external/skia/gn/
is_clang.py
12
if ('
clang
' in subprocess.check_output('%s --version' % cc, shell=True) and
13
'
clang
' in subprocess.check_output('%s --version' % cxx, shell=True)):
/external/skqp/gn/
is_clang.py
12
if ('
clang
' in subprocess.check_output('%s --version' % cc, shell=True) and
13
'
clang
' in subprocess.check_output('%s --version' % cxx, shell=True)):
/external/v8/tools/clang/translation_unit/test_files/
compile_commands.json.template
4
"command": "
clang
++ -fsyntax-only -std=c++11 -c test.cc",
9
"command": "
clang
++ -fsyntax-only -std=c++11 --sysroot ./sysroot -c test_relative_sysroot.cc",
Completed in 997 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>