/external/clang/test/CodeGen/ |
2009-03-01-MallocNoAlias.c | 1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep noalias
|
attribute_constructor.c | 1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep llvm.global_ctors
|
debug-info-member.c | 1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited < %s | grep DW_TAG_member
|
pointer-cmp-type.c | 1 // RUN: %clang_cc1 -emit-llvm %s -o - | grep "icmp ult"
|
weak-incomplete.c | 1 // RUN: %clang_cc1 -emit-llvm < %s | grep 'extern_weak' | count 1
|
/external/clang/test/CodeGenCXX/ |
implicit-instantiation-1.cpp | 14 // RUN: grep "linkonce_odr.*_ZN1XIiE1fEi" %t | count 1 17 // RUN: grep "linkonce_odr.*_ZN1XIiE1gEi" %t | count 1 20 // RUN: grep "linkonce_odr.*_ZN1XIfE1fEf" %t | count 1 23 // RUN: not grep "linkonce_odr.*_ZN1XIfE1hEf" %t
|
/external/clang/test/Driver/ |
m_and_mm.c | 3 // RUN: not grep '"-sys-header-deps"' %t
|
preprocessor.c | 2 // RUN: grep 'B B' %t
|
/external/clang/test/Misc/ |
diag-mapping.c | 2 // RUN: %clang_cc1 %s 2>&1 | grep "warning:" 4 // RUN: %clang_cc1 %s -Wno-extra-tokens 2>&1 | not grep diagnostic 7 // RUN: not %clang_cc1 %s -Werror 2>&1 | grep "error:" 10 // RUN: not %clang_cc1 %s -Werror=extra-tokens 2>&1 | grep "error:" 13 // RUN: %clang_cc1 %s -Werror=trigraphs 2>&1 | grep "warning:" 16 // RUN: %clang_cc1 %s -pedantic 2>&1 | grep "warning:" 19 // RUN: not %clang_cc1 %s -pedantic-errors 2>&1 | grep "error:" 22 // RUN: %clang_cc1 %s -pedantic-errors -Wextra-tokens 2>&1 | grep "warning:" 25 // RUN: %clang_cc1 %s -pedantic-errors -Wno-extra-tokens 2>&1 | not grep diagnostic
|
emit-html-insert.c | 1 // RUN: %clang_cc1 %s -emit-html -o - | grep ">< 10; }"
|
/external/clang/test/Preprocessor/ |
cxx_and.cpp | 1 // RUN: %clang_cc1 -DA -DB -E %s | grep 'int a = 37 == 37' 2 // RUN: %clang_cc1 -DA -E %s | grep 'int a = 927 == 927' 3 // RUN: %clang_cc1 -DB -E %s | grep 'int a = 927 == 927' 4 // RUN: %clang_cc1 -E %s | grep 'int a = 927 == 927'
|
cxx_or.cpp | 1 // RUN: %clang_cc1 -DA -DB -E %s | grep 'int a = 37 == 37' 2 // RUN: %clang_cc1 -DA -E %s | grep 'int a = 37 == 37' 3 // RUN: %clang_cc1 -DB -E %s | grep 'int a = 37 == 37' 4 // RUN: %clang_cc1 -E %s | grep 'int a = 927 == 927'
|
dumptokens_phyloc.c | 1 // RUN: %clang_cc1 -dump-tokens %s 2>&1 | grep "Spelling=.*dumptokens_phyloc.c:3:20"
|
indent_macro.c | 1 // RUN: %clang_cc1 -E %s | grep '^ zzap$'
|
macro_fn_lparen_scan.c | 1 // RUN: %clang_cc1 -E %s | grep 'noexp: foo y' 2 // RUN: %clang_cc1 -E %s | grep 'expand: abc' 3 // RUN: %clang_cc1 -E %s | grep 'noexp2: foo nonexp' 4 // RUN: %clang_cc1 -E %s | grep 'expand2: abc'
|
macro_paste_spacing2.c | 1 // RUN: %clang_cc1 %s -E | grep "movl %eax"
|
/external/llvm/test/Assembler/ |
2004-01-20-MaxLongLong.ll | 1 ; RUN: llvm-as < %s | llvm-dis | grep 9223372036854775808
|
2004-03-30-UnclosedFunctionCrash.ll | 1 ; RUN: not llvm-as %s 2>&1 | grep "found end of file when expecting more instructions"
|
2008-02-18-IntPointerCrash.ll | 1 ; RUN: not llvm-as %s 2>&1 | grep "integer constant must have integer type"
|
2008-10-14-QuoteInName.ll | 1 ; RUN: llvm-as < %s | llvm-dis | grep "quote"
|
/external/llvm/test/CodeGen/CPP/ |
2007-06-16-Funcname.ll | 1 ; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule
|
/external/llvm/test/CodeGen/PowerPC/ |
2004-12-12-ZeroSizeCommon.ll | 1 ; RUN: llc < %s -march=ppc32 | not grep .comm.*X,0
|
Frames-leaf.ll | 2 ; RUN: not grep "stw r31, 20(r1)" 4 ; RUN: not grep "stwu r1, -.*(r1)" 6 ; RUN: not grep "addi r1, r1, " 8 ; RUN: not grep "lwz r31, 20(r1)" 10 ; RUN: not grep "stw r31, 20(r1)" 12 ; RUN: not grep "stwu r1, -.*(r1)" 14 ; RUN: not grep "addi r1, r1, " 16 ; RUN: not grep "lwz r31, 20(r1)" 18 ; RUN: not grep "std r31, 40(r1)" 20 ; RUN: not grep "stdu r1, -.*(r1) [all...] |
/external/llvm/test/CodeGen/SPARC/ |
2009-08-28-WeakLinkage.ll | 1 ; RUN: llc -march=sparc < %s | grep weak
|
/external/llvm/test/CodeGen/X86/ |
cstring.ll | 1 ; RUN: llc < %s -mtriple=i386-apple-darwin | not grep comm
|