OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
1026 - 1050
of
15538
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/clang/test/CodeGen/
lifetime2.c
1
// RUN: %
clang
-S -emit-llvm -o - -O2 %s | FileCheck %s -check-prefix=O2
2
// RUN: %
clang
-S -emit-llvm -o - -O0 %s | FileCheck %s -check-prefix=O0
xray-attributes-supported.cpp
4
[[
clang
::xray_always_instrument]] void foo() {
8
[[
clang
::xray_never_instrument]] void bar() {
/external/clang/test/CoverageMapping/
system_macro.c
1
// RUN: %clang_cc1 -fprofile-instrument=
clang
-fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name system_macro.c -o - %s | FileCheck %s
5
#pragma
clang
system_header
/external/clang/test/Driver/
arc-exceptions.m
1
// RUN: %
clang
-### -x objective-c -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
4
// RUN: %
clang
-### -x objective-c++ -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
arch.c
1
// RUN: %
clang
-target armv7a-unknown-linux-gnueabi -S -emit-llvm %s -o - | FileCheck %s --check-prefix=V7
2
// RUN: %
clang
-target armv8a-unknown-linux-gnueabi -S -emit-llvm %s -o - | FileCheck %s --check-prefix=V8
arm-multilibs.c
1
// RUN: %
clang
-target armv7-linux-gnueabi --sysroot=%S/Inputs/multilib_arm_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARM %s
2
// RUN: %
clang
-target thumbv7-linux-gnueabi --sysroot=%S/Inputs/multilib_arm_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARM %s
4
// RUN: %
clang
-target armv7-linux-gnueabihf --sysroot=%S/Inputs/multilib_armhf_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARMHF %s
5
// RUN: %
clang
-target thumbv7-linux-gnueabihf --sysroot=%S/Inputs/multilib_armhf_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARMHF %s
7
// RUN: %
clang
-target armv7eb-linux-gnueabi --sysroot=%S/Inputs/multilib_armeb_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARMEB %s
8
// RUN: %
clang
-target thumbv7eb-linux-gnueabi --sysroot=%S/Inputs/multilib_armeb_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARMEB %s
10
// RUN: %
clang
-target armv7eb-linux-gnueabihf --sysroot=%S/Inputs/multilib_armebhf_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARMEBHF %s
11
// RUN: %
clang
-target thumbv7eb-linux-gnueabihf --sysroot=%S/Inputs/multilib_armebhf_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARMEBHF %s
armv8-crc.c
1
// RUN: %
clang
-target armv8 -mcrc -### %s 2> %t
5
// RUN: %
clang
-target armv8 -mnocrc -### %s 2> %t
asan.c
1
// RUN: %
clang
-target i386-unknown-linux -fsanitize=address %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-ASAN
2
// RUN: %
clang
-O1 -target i386-unknown-linux -fsanitize=address %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-ASAN
3
// RUN: %
clang
-O2 -target i386-unknown-linux -fsanitize=address %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-ASAN
4
// RUN: %
clang
-O3 -target i386-unknown-linux -fsanitize=address %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-ASAN
5
// RUN: %
clang
-target i386-unknown-linux -fsanitize=kernel-address %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-KASAN
6
// RUN: %
clang
-O1 -target i386-unknown-linux -fsanitize=kernel-address %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-KASAN
7
// RUN: %
clang
-O2 -target i386-unknown-linux -fsanitize=kernel-address %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-KASAN
8
// RUN: %
clang
-O3 -target i386-unknown-linux -fsanitize=kernel-address %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-KASAN
cuda-constructor-alias.cu
1
// REQUIRES:
clang
-driver
8
// RUN: %
clang
-### -target x86_64-linux-gnu %s 2>&1 | FileCheck %s
fcomment-block-commands.c
3
// RUN: %
clang
-c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ARG
4
// RUN: %
clang
-c %s -fcomment-block-commands=Foo -### 2>&1 | FileCheck %s --check-prefix=CHECK-ARG
fplugin.c
3
// RUN: %
clang
-c %s -fplugin=foo.so -### 2>&1 | FileCheck %s --check-prefix=CHECK1
4
// RUN: %
clang
-c %s -fplugin=foo.so -fplugin=bar.so -### 2>&1 | FileCheck %s --check-prefix=CHECK2
ios-version-min.c
3
// RUN: %
clang
-target i386-apple-darwin10 -miphonesimulator-version-min=7.0 -arch i386 -S -o - %s | FileCheck %s
4
// RUN: %
clang
-target armv7s-apple-darwin10 -miphoneos-version-min=7.0 -arch armv7s -S -o - %s | FileCheck %s
lit.local.cfg
6
"""*** Do not use '
clang
-cc1' in Driver tests. ***""") )
8
# Remove harmful environmental variables for
clang
Driver tests.
mips-abi.c
3
// RUN: %
clang
-target mips-linux-gnu -### -c %s 2>&1 \
5
// RUN: %
clang
-target mips64-linux-gnu -mips32r2 -mabi=32 -### -c %s 2>&1 \
12
// RUN: not %
clang
-target mips-linux-gnu -c %s \
17
// RUN: %
clang
-target mips64-linux-gnu -### -c %s 2>&1 \
19
// RUN: %
clang
-target mips-img-linux-gnu -mips64r2 -### -c %s 2>&1 \
21
// RUN: %
clang
-target mips-mti-linux-gnu -mips64r2 -### -c %s 2>&1 \
23
// RUN: %
clang
-target mips-linux-gnu -mips64r2 -mabi=64 -### -c %s 2>&1 \
28
// RUN: %
clang
-target mips64-linux-gnu -### -mips64r3 -c %s 2>&1 \
30
// RUN: %
clang
-target mips-img-linux-gnu -mips64r3 -### -c %s 2>&1 \
32
// RUN: %
clang
-target mips-mti-linux-gnu -mips64r3 -### -c %s 2>&1
[
all
...]
mips-eleb.c
3
// RUN: %
clang
-no-canonical-prefixes -target mips-unknown-linux-gnu -### \
6
// MIPS32-EL: "{{.*}}
clang
{{.*}}" "-cc1" "-triple" "mipsel-unknown-linux-gnu"
11
// RUN: %
clang
-no-canonical-prefixes -target mips64-unknown-linux-gnu -### \
14
// MIPS64-EL: "{{.*}}
clang
{{.*}}" "-cc1" "-triple" "mips64el-unknown-linux-gnu"
19
// RUN: %
clang
-no-canonical-prefixes -target mipsel-unknown-linux-gnu -### \
22
// MIPS32-EB: "{{.*}}
clang
{{.*}}" "-cc1" "-triple" "mips-unknown-linux-gnu"
27
// RUN: %
clang
-no-canonical-prefixes -target mips64el-unknown-linux-gnu -### \
30
// MIPS64-EB: "{{.*}}
clang
{{.*}}" "-cc1" "-triple" "mips64-unknown-linux-gnu"
mrecip.c
7
// RUN: %
clang
-### -S %s -mrecip 2>&1 | FileCheck --check-prefix=RECIP0 %s
12
// RUN: %
clang
-### -S %s -mrecip=all 2>&1 | FileCheck --check-prefix=RECIP1 %s
15
// RUN: %
clang
-### -S %s -mrecip=default 2>&1 | FileCheck --check-prefix=RECIP2 %s
18
// RUN: %
clang
-### -S %s -mrecip=none 2>&1 | FileCheck --check-prefix=RECIP3 %s
23
// RUN: %
clang
-### -S %s -mrecip=vec-sqrt 2>&1 | FileCheck --check-prefix=RECIP4 %s
26
// RUN: %
clang
-### -S %s -mrecip=!div,vec-div 2>&1 | FileCheck --check-prefix=RECIP5 %s
31
// RUN: %
clang
-### -S %s -mrecip=vec-sqrtd 2>&1 | FileCheck --check-prefix=RECIP6 %s
34
// RUN: %
clang
-### -S %s -mrecip=!divf 2>&1 | FileCheck --check-prefix=RECIP7 %s
37
// RUN: %
clang
-### -S %s -mrecip=divf,sqrtd,vec-divd,vec-sqrtf 2>&1 | FileCheck --check-prefix=RECIP8 %s
42
// RUN: %
clang
-### -S %s -mrecip=all:1 2>&1 | FileCheck --check-prefix=RECIP9 %
[
all
...]
msvc-compiler-rt.c
1
// RUN: %
clang
-target x86_64-pc-windows-msvc --rtlib=compiler-rt -### %s 2>&1 | FileCheck %s -check-prefix MSVC-COMPILER-RT
2
// RUN: not %
clang
%s -target x86_64-pc-windows-msvc --rtlib=libgcc 2>&1 | FileCheck %s -check-prefix CHECK-ERROR
no-sibling-calls.c
1
// RUN: %
clang
-### %s -fno-optimize-sibling-calls 2> %t
5
// RUN: %
clang
-### -foptimize-sibling-calls %s 2> %t
nodefaultlib.c
1
// RUN: %
clang
-target i686-pc-linux-gnu -### -nodefaultlibs %s 2>&1 | FileCheck -check-prefix=TEST1 %s
8
// RUN: %
clang
-target i686-pc-linux-gnu -stdlib=libc++ -nodefaultlibs -lstdc++ -### %s 2>&1 | FileCheck -check-prefix=TEST2 %s
nozlibcompress.c
1
// RUN: %
clang
-c %s -Wa,--compress-debug-sections 2>&1 | FileCheck %s
2
// RUN: %
clang
-c %s -Wa,--compress-debug-sections -Wa,--nocompress-debug-sections 2>&1 | FileCheck --allow-empty --check-prefix=NOWARN %s
objc++-cpp-output.mm
1
// RUN: %
clang
-fexceptions -emit-llvm -x objc++-cpp-output -S %s -o /dev/null
2
// RUN: %
clang
-fexceptions -emit-llvm -x objc++-cpp-output -S %s -o /dev/null -### 2>&1 | FileCheck %s
preserve-uselistorder.c
1
// RUN: %
clang
-target x86_64-apple-darwin -emit-llvm -arch x86_64 %s -### 2>&1 \
6
// RUN: %
clang
-target x86_64-apple-darwin -flto -arch x86_64 %s -### 2>&1 \
relax.s
2
// RUN: %
clang
-### -c -integrated-as -Wa,--mrelax-relocations=yes %s 2>&1 | FileCheck %s
7
// RUN: %
clang
-cc1as -triple x86_64-pc-linux --mrelax-relocations %s -o %t -filetype obj
retain-comments-from-system-headers.c
3
// RUN: %
clang
-c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-RETAIN
4
// RUN: %
clang
-c %s -fretain-comments-from-system-headers -### 2>&1 | FileCheck %s --check-prefix=CHECK-RETAIN
target.c
1
// RUN: %
clang
-no-canonical-prefixes --target=unknown-unknown-unknown -c %s \
8
// RUN: %
clang
-no-canonical-prefixes -target unknown-unknown-unknown -c %s \
Completed in 396 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>