HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 3151 - 3175 of 15538) sorted by null

<<121122123124125126127128129130>>

  /external/clang/test/CodeGenCXX/
field-access-debug-info.cpp 1 // RUN: %clang -g -S -emit-llvm %s -o - | FileCheck %s
  /external/clang/test/CodeGenObjC/
simplify-exceptions.mm 6 // <rdar://problem/7471679> [irgen] [eh] Exception code built with clang (x86_64) crashes
  /external/clang/test/CoverageMapping/
block-storage-starts-region.m 1 // RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -triple x86_64-apple-darwin -fobjc-runtime=macosx-10.10.0 -fblocks -fobjc-arc %s | FileCheck %s
builtinmacro.c 1 // RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name builtinmacro.c %s | FileCheck %s
casts.c 1 // RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name casts.c %s | FileCheck %s
decl.c 3 // RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only %s > %t
ir.c 2 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name ir.c %s -o - -emit-llvm -fprofile-instrument=clang -fcoverage-mapping | FileCheck %s
  /external/clang/test/Driver/
cl-response-file.c 1 // Test that we use the Windows tokenizer for clang-cl response files. The
darwin-iphone-defaults.m 1 // RUN: %clang -target i386-apple-darwin9 -miphoneos-version-min=3.0 -arch armv7 -stdlib=platform -flto -S -o - %s | FileCheck %s
darwin-objc-options.m 3 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
12 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
23 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
35 // RUN: %clang -target i386-apple-ios7 -S -### %s
darwin-verify-debug.c 3 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-phases \
11 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-bindings \
20 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-bindings \
31 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-bindings \
gold-lto.c 3 // RUN: %clang -target x86_64-unknown-linux -### %t.o -flto 2>&1 \
10 // RUN: %clang -target x86_64-unknown-linux -### %t.o -flto 2>&1 \
18 // RUN: %clang -target arm-unknown-linux -### %t.o -flto 2>&1 \
26 // RUN: %clang -target i686-linux-android -### %t.o -flto 2>&1 \
nacl-direct.c 1 // Test clang changes for NaCl Support including:
4 // RUN: %clang -no-canonical-prefixes -### -o %t.o %s \
7 // CHECK-I686: {{.*}}clang{{.*}}" "-cc1"
24 // RUN: %clang -no-canonical-prefixes -### -o %t.o %s \
27 // CHECK-x86_64: {{.*}}clang{{.*}}" "-cc1"
44 // RUN: %clang -no-canonical-prefixes -### -o %t.o %s \
47 // CHECK-ARM: {{.*}}clang{{.*}}" "-cc1"
67 // RUN: %clang -no-canonical-prefixes -### -o %t.o %s \
70 // CHECK-MIPS: {{.*}}clang{{.*}}" "-cc1"
92 // RUN: %clang -no-canonical-prefixes -### -o %t.o %s 2>&1
    [all...]
option-aliases.c 1 // RUN: %clang -### -S \
rewrite-legacy-objc.m 1 // RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-legacy-objc %s -o - -### 2>&1 | \
3 // TEST0: clang{{.*}}" "-cc1"
8 // RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.9.0 -rewrite-legacy-objc %s -o - -### 2>&1 | \
10 // RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.6.0 -rewrite-legacy-objc %s -o - -### 2>&1 | \
save-temps.c 1 // RUN: %clang -target x86_64-apple-darwin -save-temps -arch x86_64 %s -### 2>&1 \
13 // RUN: %clang -target x86_64-apple-darwin -save-temps=cwd -arch x86_64 %s -### 2>&1 \
23 // Check for a single clang cc1 invocation when NOT using -save-temps.
24 // RUN: %clang -target x86_64-apple-darwin -arch x86_64 -S %s -### 2>&1 \
30 // RUN: %clang -target x86_64-apple-darwin -save-temps -arch i386 -arch x86_64 %s -### 2>&1 \
45 // RUN: %clang -target x86_64-apple-darwin -save-temps=cwd -arch i386 -arch x86_64 %s -### 2>&1 \
63 // RUN: %clang -target x86_64-apple-darwin -save-temps=obj -o obj/dir/a.out -arch x86_64 %s -### 2>&1 \
72 // RUN: %clang -target x86_64-apple-darwin -save-temps=obj -arch x86_64 %s -### 2>&1 \
81 // RUN: %clang -target i386-unknown-freebsd -save-temps -g -c %s -### 2>&1 \
  /external/clang/test/FixIt/
fixit-c90.c 6 This test passes because clang merely warns for this syntax error even with
  /external/clang/test/Format/
multiple-inputs-inplace.cpp 3 // RUN: clang-format -style=LLVM -i %t-1.cpp %t-2.cpp
  /external/clang/test/Index/Inputs/
crash-recovery-code-complete-remap.c 10 #pragma clang __debug crash
  /external/clang/test/Index/
crash-recovery.c 8 #pragma clang __debug crash
rdar12316296-codecompletion.m 4 // <rdar://12316296> clang Code Completion returns nothing but preprocessor macros
recover-bad-code-rdar_7487294.c 1 // RUN: not %clang-cc1 -fsyntax-only %s 2>&1 | FileCheck %s
  /external/clang/test/Lexer/
pragma-operators.cpp 25 #define pragma_R _Pragma(R"(clang diagnostic ignored "-Wunused")")
26 #define pragma_UR _Pragma(UR"(clang diagnostic error "-Wunused")")
33 // CHECK: #pragma clang diagnostic ignored "-Wunused"
34 // CHECK: #pragma clang diagnostic error "-Wunused"
  /external/clang/test/Misc/
backend-stack-frame-diagnostics.cpp 2 // RUN: %clang -target i386-apple-darwin -std=c++11 -fblocks -Wframe-larger-than=70 -Xclang -verify -o /dev/null -c %s
3 // RUN: %clang -target i386-apple-darwin -std=c++11 -fblocks -Wframe-larger-than=70 -Xclang -verify -o /dev/null -c %s -DIS_SYSHEADER
11 // RUN: %clang -Werror -Wframe-larger-than=0 %t.o -### 2>&1 | not grep ' error: '
20 #pragma clang system_header
serialized-diags-no-category.c 5 // RUN: not %clang -ferror-limit=1 -fsyntax-only %s --serialize-diagnostics %t > /dev/null 2>&1

Completed in 729 milliseconds

<<121122123124125126127128129130>>