/external/clang/test/CodeGen/ |
D | object-size.c | 344 void test27(struct Test27IncompleteTy *t) { in test27() function 357 gi = __builtin_object_size(&test27, 0); in test27() 359 gi = __builtin_object_size(&test27, 1); in test27() 361 gi = __builtin_object_size(&test27, 2); in test27() 365 gi = __builtin_object_size(&test27, 3); in test27()
|
/external/clang/test/SemaCXX/ |
D | long-virtual-inheritance-chain.cpp | 30 class test27 : virtual test26 { virtual void f(); }; class 31 class test28 : virtual test27 { virtual void f(); };
|
/external/clang/test/Index/ |
D | annotate-comments.cpp | 115 struct test27 { struct
|
/external/clang/test/Parser/ |
D | char-literal-printing.c | 37 char16_t test27(void) { return u'\''; } in test27() function
|
/external/clang/test/Sema/ |
D | return.c | 162 int test27() { in test27() function
|
D | uninit-variables.c | 206 int test27() { in test27() function
|
D | conversion.c | 427 void test27(ushort16 constants) { in test27() function
|
/external/llvm/test/Transforms/InstSimplify/ |
D | undef.ll | 213 ; CHECK-LABEL: @test27 215 define i32 @test27() {
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | atomics.ll | 228 define void @test27(i1 %B, i32* %P1, i32* %P2) { 229 ; CHECK-LABEL: @test27
|
/external/llvm/test/Transforms/InstCombine/ |
D | xor.ll | 258 define i32 @test27(i32 %b, i32 %c, i32 %d) { 259 ; CHECK-LABEL: @test27(
|
D | div.ll | 233 define i32 @test27(i32 %a) { 237 ; CHECK-LABEL: @test27(
|
D | mul.ll | 241 define i32 @test27(i32 %A, i32 %B) { 242 ; CHECK-LABEL: @test27(
|
D | or.ll | 271 define i1 @test27(i32* %A, i32* %B) { 277 ; CHECK-LABEL: @test27(
|
D | and.ll | 196 define i8 @test27(i8 %A) {
|
D | sub.ll | 334 define i32 @test27(i32 %x, i32 %y) { 338 ; CHECK-LABEL: @test27(
|
D | add.ll | 207 define i32 @test27(i1 %C, i32 %X, i32 %Y) {
|
D | phi.ll | 624 ; CHECK-LABEL: @test27( 626 define i32 @test27(i1 %b) {
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | test-setcond-int.ll | 46 %test27 = icmp sgt i8 %sbyte1, %sbyte2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | test-setcond-int.ll | 46 %test27 = icmp sgt i8 %sbyte1, %sbyte2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/ |
D | test-interp-vec-setcond-int.ll | 46 %test27 = icmp sgt <5 x i8> %sbyte1, %sbyte2
|
/external/llvm/test/CodeGen/X86/ |
D | avx512-mov.ll | 228 ; CHECK-LABEL: test27 231 define <16 x float> @test27(i8 * %addr) {
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | simple.ll | 372 ; CHECK-LABEL: @test27( 375 define i32 @test27(i1 %c, i32* %p) {
|
/external/clang/test/CodeGenCXX/ |
D | visibility.cpp | 122 namespace test27 { namespace
|
/external/curl/tests/data/ |
D | Makefile.inc | 26 test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx.ll | 609 define <2 x i64> @test27(<2 x i64> %a, <2 x i64> %b) { 613 ; CHECK-LABEL: @test27 617 ; CHECK-LE-LABEL: @test27
|