/external/clang/test/Sema/ |
c89.c | 121 struct Test17 { int a; }; 122 struct Test17 test17_aux(void); 124 void test17(int v, int w) { function 126 struct Test17 t0 = { v }; /* expected-warning {{initializer for aggregate is not a compile-time constant}} */ 127 struct Test17 t1 = test17_aux(); /* this is allowed */
|
attr-deprecated.c | 100 foo_dep test17, // expected-warning {{'foo_dep' is deprecated}} variable
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
VersionTest.java | 69 ScriptC_set_target_api_17 test17 = new ScriptC_set_target_api_17(mRS); local 70 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:
|
arm64-rounding.ll | 169 ; CHECK: test17 172 define float @test17(float %a) #1 {
|
/dalvik/dx/tests/070-dex-multianewarray/ |
Blort.java | 91 public static String[][][][][] test17() { method in class:Blort
|
/external/llvm/test/Transforms/InstCombine/ |
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]]
|
sitofp.ll | 156 ; CHECK-LABEL: test17 159 define i32 @test17(i26 %A) nounwind {
|
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
|
apint-shift.ll | 169 ; CHECK-LABEL: @test17( 171 define i1 @test17(i106 %A) {
|
/external/clang/test/SemaObjC/ |
arc.m | 402 @class Test17; // expected-note 2{{forward declaration of class here}} 404 - (void) test17; 405 + (void) test17; 407 void test17(void) { 408 Test17 *v0; 409 [v0 test17]; // expected-error {{receiver type 'Test17' for instance message is a forward declaration}} 411 Test17<Test17p> *v1; 412 [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
|
/external/clang/test/CodeGen/ |
object-size.c | 130 // CHECK: @test17 131 void test17() { function
|
ext-vector.c | 297 // CHECK: @test17 298 void test17(void) { function
|
/external/llvm/test/Transforms/InstSimplify/ |
undef.ll | 143 ; @test17 145 define i64 @test17(i64 %a) {
|
/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:
|
avx512-insert-extract.ll | 193 ;CHECK-LABEL: test17 201 define i8 @test17(i1 *%addr, i8 %a) {
|
fp-select-cmp-and.ll | 163 define float @test17(float %a, float %b, float %c, float %eps) { 168 ; CHECK-LABEL: @test17
|
masked_memop.ll | 217 ; AVX2-LABEL: test17 222 ; SKX-LABEL: test17 226 define <2 x i32> @test17(<2 x i32> %trigger, <2 x i32>* %addr, <2 x i32> %dst) {
|
select.ll | 334 define i16 @test17(i16 %x) nounwind { 339 ; CHECK-LABEL: test17: 343 ; ATOM-LABEL: test17:
|
combine-and.ll | 169 define <4 x i32> @test17(<4 x i32> %A, <4 x i32> %B) { 170 ; CHECK-LABEL: test17:
|
fast-isel-x86-64.ll | 213 define i32 @test17(i32 *%P) ssp nounwind { 225 ; CHECK-LABEL: test17:
|
/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...] |