/external/clang/test/Sema/ |
c89.c | 119 struct Test17 { int a; }; 120 struct Test17 test17_aux(void); 122 void test17(int v, int w) { function 124 struct Test17 t0 = { v }; /* expected-warning {{initializer for aggregate is not a compile-time constant}} */ 125 struct Test17 t1 = test17_aux(); /* this is allowed */
|
attr-deprecated.c | 100 foo_dep test17, // expected-warning {{'foo_dep' is deprecated}} variable
|
block-misc.c | 162 void test17() {
|
builtins.c | 130 void test17() { function
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
VersionTest.java | 88 ScriptC_set_target_api_17 test17 = local 92 test17.invoke_check(17);
|
/external/clang/test/SemaCXX/ |
long-virtual-inheritance-chain.cpp | 20 class test17 : virtual test16 { virtual void f(); }; class in inherits:test16 21 class test18 : virtual test17 { virtual void f(); };
|
/external/llvm/test/CodeGen/AArch64/ |
movw-consts.ll | 118 define i64 @test17() { 119 ; CHECK-LABEL: test17:
|
/external/llvm/test/Transforms/InstSimplify/ |
undef.ll | 143 ; @test17 145 define i64 @test17(i64 %a) {
|
/dalvik/dx/tests/070-dex-multianewarray/ |
Blort.java | 91 public static String[][][][][] test17() { method in class:Blort
|
/external/llvm/test/Transforms/InstCombine/ |
mul.ll | 146 define i32 @test17(i32 %a, i32 %b) { 147 ; CHECK-LABEL: @test17( 151 ; CHECK: [[TEST17:%.*]] = ashr i32 %a, 31 152 ; CHECK-NEXT: %e = and i32 [[TEST17]], %b
|
sext.ll | 188 define i32 @test17(i1 %x) nounwind { 192 ; CHECK-LABEL: @test17( 193 ; CHECK-NEXT: [[TEST17:%.*]] = zext i1 %x to i32 194 ; CHECK-NEXT: ret i32 [[TEST17]]
|
apint-shift.ll | 169 ; CHECK-LABEL: @test17( 171 define i1 @test17(i106 %A) {
|
rem.ll | 167 define i32 @test17(i32 %X) { 168 ; CHECK-LABEL: @test17(
|
/external/clang/test/SemaObjC/ |
arc.m | 400 @class Test17; // expected-note 2{{forward declaration of class here}} 402 - (void) test17; 403 + (void) test17; 405 void test17(void) { 406 Test17 *v0; 407 [v0 test17]; // expected-error {{receiver type 'Test17' for instance message is a forward declaration}} 409 Test17<Test17p> *v1; 410 [v1 test17]; // expected-error {{receiver type 'Test17<Test17p>' for instance message is a forward declaration} [all...] |
/dalvik/dx/tests/078-dex-local-variable-table/ |
Blort.java | 109 public static void test17(int[] x) { method in class:Blort
|
/external/clang/test/Parser/ |
char-literal-printing.c | 23 char test17(void) { return '\t'; } function
|
declarators.c | 102 void test17(i, j) int i, j k; { } // expected-error {{expected ';' at end of declaration}} function
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-vbtables.cpp | 305 namespace Test17 { 321 // CHECK-DAG: @"\01??_8K@Test17@@7B01@@" = 322 // CHECK-DAG: @"\01??_8J@Test17@@7B@" = 323 // CHECK-DAG: @"\01??_8I@Test17@@7B01@@" = 324 // CHECK-DAG: @"\01??_8H@Test17@@7B@" = 325 // CHECK-DAG: @"\01??_8G@Test17@@7B01@@" = 326 // CHECK-DAG: @"\01??_8F@Test17@@7B@" = 327 // CHECK-DAG: @"\01??_8E@Test17@@7B01@@" = 328 // CHECK-DAG: @"\01??_8D@Test17@@7B@" = 329 // CHECK-DAG: @"\01??_8C@Test17@@7B01@@" [all...] |
linkage.cpp | 213 namespace test17 { namespace
|
/external/clang/test/CodeGen/ |
object-size.c | 130 // CHECK: @test17 131 void test17() { function
|
/external/llvm/test/CodeGen/X86/ |
cmov-fp.ll | 296 define x86_fp80 @test17(i32 %a, i32 %b, x86_fp80 %x) nounwind { 301 ; SSE-LABEL: test17: 304 ; NOSSE2-LABEL: test17: 307 ; NOSSE1-LABEL: test17: 310 ; NOCMOV-LABEL: test17:
|
fp-select-cmp-and.ll | 163 define float @test17(float %a, float %b, float %c, float %eps) { 168 ; CHECK-LABEL: @test17
|
select.ll | 334 define i16 @test17(i16 %x) nounwind { 339 ; CHECK-LABEL: test17: 343 ; ATOM-LABEL: test17:
|
fast-isel-x86-64.ll | 215 define i32 @test17(i32 *%P) ssp nounwind { 227 ; CHECK-LABEL: test17:
|
/external/clang/test/Misc/ |
diag-template-diffing-color.cpp | 44 void test17() { function
|