/external/llvm/test/Transforms/InstSimplify/ |
D | undef.ll | 108 ; @test15 110 define i1 @test15() {
|
/external/clang/test/Parser/ |
D | char-literal-printing.c | 19 char test15(void) { return '\r'; } in test15() function
|
D | declarators.c | 99 long struct X { int x; } test15(); // expected-error {{'long struct' is invalid}}
|
/external/clang/test/Sema/ |
D | c89.c | 84 int test15[5] = { [2] = 1 }; /* expected-warning {{designated initializers are a C99 feature}} */ variable
|
D | builtins.c | 95 void test15(const char *s) { in test15() function
|
D | switch.c | 266 void test15() { in test15() function
|
D | attr-deprecated.c | 96 unsigned long test15 = sizeof(foo_dep); // expected-warning {{'foo_dep' is deprecated}} variable
|
D | return.c | 89 int test15() { in test15() function
|
D | block-misc.c | 146 void test15() { in test15() function
|
D | scope-check.c | 220 void test15(int n, void *pc) { in test15() function
|
D | exprs.c | 148 test15_t test15(void) { in test15() function
|
D | uninit-variables.c | 94 int test15() { in test15() function
|
D | conversion.c | 230 void test15(char c) { in test15() function
|
/external/clang/test/CodeGen/ |
D | object-size.c | 115 void test15() { in test15() function
|
/external/llvm/test/Transforms/ConstProp/ |
D | loads.ll | 133 define i64 @test15() nounwind { 137 ; CHECK: @test15
|
/external/llvm/test/Transforms/InstCombine/ |
D | div.ll | 123 define i32 @test15(i32 %a, i32 %b) nounwind { 128 ; CHECK: @test15
|
D | sext.ll | 165 define i32 @test15(i32 %x) nounwind { 170 ; CHECK: @test15
|
D | mul.ll | 93 define i32 @test15(i32 %A, i32 %B) {
|
D | sub.ll | 140 define i32 @test15(i32 %A, i32 %B) { 144 ; CHECK: @test15
|
/external/clang/test/CodeGenCXX/ |
D | new.cpp | 171 namespace test15 { namespace
|
D | eh.cpp | 366 namespace test15 { namespace
|
/external/llvm/test/Transforms/Reassociate/ |
D | basictest.ll | 207 define i32 @test15(i32 %X1, i32 %X2, i32 %X3) { 213 ; CHECK: @test15
|
/external/llvm/test/CodeGen/X86/ |
D | fast-isel-x86-64.ll | 176 define void @test15(i8* %a, i8* %b) nounwind { 179 ; CHECK: test15:
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
D | p1.cpp | 311 namespace test15 { namespace
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | simple.ll | 184 define void @test15(i8* %P, i8* %Q) nounwind ssp { 188 ; CHECK: @test15
|