OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
1201 - 1225
of
15538
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/clang/test/CodeGenObjC/
bitfield-gnu.m
1
// RUN: %
clang
-S -emit-llvm -fobjc-runtime=gcc -o %t %s
illegal-UTF8.m
1
// RUN: %
clang
%s -S -m64 -o -
object-incr-decr-1.m
13
// Both of these crash
clang
nicely
/external/clang/test/CodeGenOpenCL/
denorms-are-zero.cl
4
// by
clang
. This option is currently a no-op, which is allowed by the
/external/clang/test/Driver/
aarch64-fix-cortex-a53-835769.c
1
// RUN: %
clang
-target aarch64-linux-eabi %s -### 2>&1 \
3
// RUN: %
clang
-target aarch64-linux-eabi -mfix-cortex-a53-835769 %s -### 2>&1 \
5
// RUN: %
clang
-target aarch64-linux-eabi -mno-fix-cortex-a53-835769 %s -### 2>&1 \
8
// RUN: %
clang
-target aarch64-android-eabi %s -### 2>&1 \
aarch64-fixed-x18.c
1
// RUN: %
clang
-target aarch64-none-gnu -ffixed-x18 -### %s 2> %t
aarch64-ras.c
1
// RUN: %
clang
-target aarch64-none-none-eabi -march=armv8a+ras -### -c %s 2>&1 | FileCheck --check-prefix=CHECK-RAS %s
2
// RUN: %
clang
-target aarch64-none-none-eabi -mcpu=generic+ras -### -c %s 2>&1 | FileCheck --check-prefix=CHECK-RAS %s
5
// RUN: %
clang
-target aarch64-none-none-eabi -march=armv8a+noras -### -c %s 2>&1 | FileCheck --check-prefix=CHECK-NORAS %s
6
// RUN: %
clang
-target aarch64-none-none-eabi -mcpu=generic+noras -### -c %s 2>&1 | FileCheck --check-prefix=CHECK-NORAS %s
arm-fixed-r9.c
1
// RUN: %
clang
-target arm-none-gnueabi -ffixed-r9 -### %s 2> %t
arm-ras.c
1
// RUN: %
clang
-target arm-none-none-eabi -march=armv8a+ras -### -c %s 2>&1 | FileCheck --check-prefix=CHECK-RAS %s
2
// RUN: %
clang
-target arm-none-none-eabi -mcpu=generic+ras -### -c %s 2>&1 | FileCheck --check-prefix=CHECK-RAS %s
5
// RUN: %
clang
-target arm-none-none-eabi -march=armv8a+noras -### -c %s 2>&1 | FileCheck --check-prefix=CHECK-NORAS %s
6
// RUN: %
clang
-target arm-none-none-eabi -mcpu=generic+noras -### -c %s 2>&1 | FileCheck --check-prefix=CHECK-NORAS %s
arm-restrict-it.c
1
// RUN: %
clang
-target arm-none-gnueabi -mrestrict-it -### %s 2> %t
4
// RUN: %
clang
-target armv8a-none-gnueabi -mrestrict-it -### %s 2> %t
9
// RUN: %
clang
-target arm-none-gnueabi -mno-restrict-it -### %s 2> %t
12
// RUN: %
clang
-target armv8a-none-gnueabi -mno-restrict-it -### %s 2> %t
arm64-as.s
2
// RUN: %
clang
-target arm64-apple-ios -arch arm64 -### -c %s 2>&1 | FileCheck -check-prefix=TARGET %s
autolink_integrated_as.c
1
// RUN: %
clang
-target x86_64-apple-darwin -fsyntax-only %s -no-integrated-as -### 2>&1 | FileCheck %s
claim-unused.c
2
// RUN: %
clang
--param ssp-buffer-size=1 %t.o -### 2>&1 | FileCheck %s
clang_cpp.c
2
// RUN: %
clang
-S -o - %s -include %t.h -save-temps -### 2> %t.log
darwin-ld-demangle.c
7
// RUN: %
clang
-### %s 2>&1 | FileCheck %s
darwin-max-type-align.c
4
// RUN: %
clang
-no-canonical-prefixes -target x86_64-apple-macosx10.7.0 %s -o - -### 2>&1 | \
7
// RUN: %
clang
-no-canonical-prefixes -fmax-type-align=32 -target x86_64-apple-macosx10.7.0 %s -o - -### 2>&1 | \
10
// RUN: %
clang
-no-canonical-prefixes -fmax-type-align=32 -fno-max-type-align -target x86_64-apple-macosx10.7.0 %s -o - -### 2>&1 | \
13
// RUN: %
clang
-no-canonical-prefixes -fno-max-type-align -target x86_64-apple-macosx10.7.0 %s -o - -### 2>&1 | \
debug-comp-dir.S
1
// RUN: cd %S && %
clang
-### -g %s -c 2>&1 | FileCheck -check-prefix=CHECK-PWD %s
debug-main-file.S
1
// RUN: %
clang
-### -c -save-temps -integrated-as -g %s 2>&1 \
debug-prefix-map.c
1
// RUN: %
clang
-### -fdebug-prefix-map=old %s 2>&1 | FileCheck %s -check-prefix CHECK-INVALID
2
// RUN: %
clang
-### -fdebug-prefix-map=old=new %s 2>&1 | FileCheck %s -check-prefix CHECK-SIMPLE
3
// RUN: %
clang
-### -fdebug-prefix-map=old=n=ew %s 2>&1 | FileCheck %s -check-prefix CHECK-COMPLEX
4
// RUN: %
clang
-### -fdebug-prefix-map=old= %s 2>&1 | FileCheck %s -check-prefix CHECK-EMPTY
debug.c
1
// RUN: cd %S && %
clang
-### -g %s -c 2>&1 | FileCheck -check-prefix=CHECK-PWD %s
elfiamcu-header-search.c
3
// RUN: %
clang
-target i386-pc-elfiamcu -c -v -fsyntax-only %s 2>&1 | FileCheck %s
exceptions.m
1
// RUN: %
clang
-target x86_64-apple-darwin9 \
fortran.f95
1
// Check that the
clang
driver can invoke gcc to compile Fortran.
3
// RUN: %
clang
-target x86_64-unknown-linux-gnu -integrated-as -c %s -### 2>&1 \
10
// RUN: %
clang
-target x86_64-unknown-linux-gnu -integrated-as -S %s -### 2>&1 \
17
// RUN: %
clang
-Wall -target x86_64-unknown-linux-gnu -integrated-as %s -o %t -### 2>&1 | FileCheck --check-prefix=CHECK-WARN %s
fparse-all-comments.c
3
// RUN: %
clang
-c %s -fparse-all-comments -### 2>&1 | FileCheck %s --check-prefix=CHECK-ARG
fubsan-strip-path-components.cpp
1
// RUN: %
clang
%s -### -o %t.o -fsanitize-undefined-strip-path-components=42 2>&1 | FileCheck %s
Completed in 397 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>