OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
4376 - 4400
of
15538
) sorted by null
<<
171
172
173
174
175
176
177
178
179
180
>>
/external/clang/test/CoverageMapping/
macroparams2.c
1
// RUN: %clang_cc1 -fprofile-instrument=
clang
-fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name macroparams2.c %s | FileCheck %s
md.cpp
1
// RUN: %clang_cc1 -fprofile-instrument=
clang
-fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -std=c++11 %s | FileCheck %s
unreachable-macro.c
1
// RUN: %clang_cc1 -fprofile-instrument=
clang
-fcoverage-mapping -dump-coverage-mapping -emit-llvm-only %s | FileCheck %s
while.c
1
// RUN: %clang_cc1 -fprofile-instrument=
clang
-fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name loops.cpp %s | FileCheck %s
/external/clang/test/Driver/
at_file_win.c
1
// RUN: %
clang
--rsp-quoting=windows -E %s @%s.args -o %t.log
coverage-ld.c
3
// RUN: %
clang
-no-canonical-prefixes %s -### -o %t.o 2>&1 \
12
// RUN: %
clang
-no-canonical-prefixes %s -### -o %t.o 2>&1 \
21
// RUN: %
clang
-no-canonical-prefixes %s -### -o %t.o 2>&1 \
30
// RUN: %
clang
-no-canonical-prefixes %s -### -o %t.o 2>&1 \
darwin-multiarch-arm.c
3
// RUN: %
clang
-target arm7-apple-darwin10 -### \
darwin-objc-gc.m
3
// RUN: %
clang
-target i386-apple-darwin9 -miphoneos-version-min=3.0 -stdlib=platform -fobjc-gc -flto -S -o %t %s 2> %t.err
gcc-version-debug.c
1
// RUN: %
clang
-v --target=i386-unknown-linux \
/external/clang/test/Lexer/
warn-date-time.c
9
#pragma
clang
system_header
/external/clang/test/Modules/
preprocess.m
19
// CHECK-NEXT: @import diamond_left; /*
clang
-E: implicit import for "{{.*}}diamond_left.h" */{{$}}
21
// CHECK: @import diamond_right; /*
clang
-E: implicit import for "{{.*}}diamond_right.h" */{{$}}
22
// CHECK: @import diamond_right; /*
clang
-E: implicit import for "{{.*}}diamond_right.h" */{{$}}
23
// CHECK: @import file; /*
clang
-E: implicit import for "{{.*}}file.h" */{{$}}
/external/clang/test/PCH/
rdar8852495.c
16
#pragma
clang
diagnostic ignored "-Wtautological-compare"
/external/clang/test/Preprocessor/
iwithprefix.c
12
// CHECK: {{/|\\}}lib{{(32|64)?}}{{/|\\}}
clang
{{/|\\}}{{[.0-9]+}}{{/|\\}}include
/external/clang/test/Profile/
c-indirect-call.c
3
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-indirect-call.c %s -o - -emit-llvm -fprofile-instrument=
clang
-mllvm -enable-value-profiling | FileCheck %s
c-linkage-available_externally.c
3
// RUN: %clang_cc1 -O2 -triple x86_64-apple-macosx10.9 -main-file-name c-linkage-available_externally.c %s -o - -emit-llvm -fprofile-instrument=
clang
| FileCheck %s
c-linkage.c
2
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-linkage.c %s -o - -emit-llvm -fprofile-instrument=
clang
| FileCheck %s
c-unreachable-after-switch.c
1
// RUN: %clang_cc1 -O3 -triple x86_64-apple-macosx10.10 -main-file-name c-unreachable-after-switch.c %s -o - -emit-llvm -fprofile-instrument=
clang
| FileCheck %s
cxx-indirect-call.cpp
3
// RUN: %clang_cc1 %s -o - -emit-llvm -fprofile-instrument=
clang
-mllvm -enable-value-profiling -fexceptions -fcxx-exceptions -triple %itanium_abi_triple | FileCheck %s
cxx-linkage.cpp
1
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9.0 -emit-llvm -main-file-name cxx-linkage.cpp %s -o - -fprofile-instrument=
clang
| FileCheck %s
cxx-structors.cpp
3
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.11.0 -x c++ %s -o - -emit-llvm -fprofile-instrument=
clang
| FileCheck %s
gcc-flag-compatibility.c
11
// RUN: %
clang
%s -c -S -o - -emit-llvm -fprofile-generate | FileCheck -check-prefix=PROFILE-GEN %s
16
// RUN: %
clang
%s -c -S -o - -emit-llvm -fprofile-generate=/path/to | FileCheck -check-prefix=PROFILE-GEN-EQ %s
25
// RUN: %
clang
%s -o - -mllvm -disable-llvm-optzns -emit-llvm -S -fprofile-use=%t.dir/some/path | FileCheck -check-prefix=PROFILE-USE-2 %s
32
// RUN: %
clang
%s -o - -mllvm -disable-llvm-optzns -emit-llvm -S -fprofile-use=%t.dir/some/path/file.prof | FileCheck -check-prefix=PROFILE-USE-3 %s
/external/clang/test/Rewriter/
rewrite-foreach-6.m
4
// FIXME: Should be able to pipe into
clang
, but code is not
/external/clang/test/Sema/
attr-noreturn.c
23
#pragma
clang
diagnostic error "-Winvalid-noreturn"
/external/clang/test/SemaCXX/
complex-init-list.cpp
4
// This file tests the
clang
extension which allows initializing the components
constexpr-depth.cpp
3
// RUN: %
clang
-std=c++11 -fsyntax-only -Xclang -verify %s -DMAX=10 -fconstexpr-depth=10
Completed in 818 milliseconds
<<
171
172
173
174
175
176
177
178
179
180
>>