/external/clang/test/CodeGen/ |
conditional.c | 58 // CHECK: @test11 60 int test11(int c) { function
|
init.c | 111 void test11(struct test11S *P) { function 113 // CHECK: @test11
|
object-size.c | 88 // CHECK-LABEL: define void @test11 89 void test11() { function
|
switch-dce.c | 187 // CHECK: @test11 190 void test11() { function
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
VersionTest.java | 27 ScriptC_set_target_api_11 test11 = new ScriptC_set_target_api_11(mRS); local 28 test11.invoke_check(11);
|
/external/clang/test/SemaCXX/ |
long-virtual-inheritance-chain.cpp | 14 class test11 : virtual test10 { virtual void f(); }; class in inherits:test10 15 class test12 : virtual test11 { virtual void f(); };
|
undefined-inline.cpp | 59 namespace test11 { namespace
|
undefined-internal.cpp | 235 namespace test11 { namespace 247 bool operator()() const; // expected-warning {{function 'test11::(anonymous namespace)::B::operator()' has internal linkage but is not defined}} 248 void operator!() const; // expected-warning {{function 'test11::(anonymous namespace)::B::operator!' has internal linkage but is not defined}} 249 bool operator+(const B&) const; // expected-warning {{function 'test11::(anonymous namespace)::B::operator+' has internal linkage but is not defined}} 250 int operator[](int) const; // expected-warning {{function 'test11::(anonymous namespace)::B::operator[]' has internal linkage but is not defined}} 251 const B* operator->() const; // expected-warning {{function 'test11::(anonymous namespace)::B::operator->' has internal linkage but is not defined}}
|
ast-print.cpp | 96 // CHECK: test11 98 int test11() { function
|
/dalvik/dx/tests/064-dex-array-access/ |
Blort.java | 69 public static int test11(Object x) { method in class:Blort
|
/external/chromium_org/v8/test/mjsunit/ |
debug-stepout-scope-part1.js | 145 function test11() { function 153 test11();
|
/external/clang/test/Analysis/ |
unreachable-code-path.c | 126 // test11: we can actually end up in the default case, even if it is not 130 void test11(enum foobar fb) { function
|
/external/llvm/test/CodeGen/AArch64/ |
movw-consts.ll | 76 define void @test11() { 77 ; CHECK-LABEL: test11:
|
/external/llvm/test/CodeGen/X86/ |
fp-fast.ll | 118 ; CHECK-LABEL: test11 119 define float @test11(float %a) {
|
narrow-shl-cst.ll | 94 define i64 @test11(i64 %x) nounwind { 98 ; CHECK-LABEL: test11:
|
pmovsx-inreg.ll | 149 define void @test11(<2 x i32>* %in, <2 x i64>* %out) nounwind { 156 ; SSE41-LABEL: test11: 159 ; AVX1-LABEL: test11: 162 ; AVX2-LABEL: test11:
|
/external/llvm/test/Transforms/InstSimplify/ |
undef.ll | 80 ; @test11 82 define i64 @test11() {
|
/dalvik/dx/tests/070-dex-multianewarray/ |
Blort.java | 67 public static char[][] test11() { method in class:Blort
|
/external/llvm/test/Transforms/InstCombine/ |
mul.ll | 83 define i32 @test11(i32 %a, i32 %b) { 84 ; CHECK-LABEL: @test11( 90 ; CHECK: [[TEST11:%.*]] = ashr i32 %a, 31 91 ; CHECK-NEXT: %e = and i32 [[TEST11]], %b
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-969.js | 124 function test11(index) { return first((o[index]++, typeof x11), 2); } function 125 assertEquals('number', test11()); 127 assertEquals('undefined', test11());
|
/dalvik/dx/tests/078-dex-local-variable-table/ |
Blort.java | 78 public static void test11(float x) { method in class:Blort
|
/external/clang/test/Analysis/inlining/ |
inline-defensive-checks.c | 42 int test11(int *q, int *x) { function
|
/external/clang/test/Parser/ |
char-literal-printing.c | 17 char test11(void) { return '\f'; } function
|
/external/clang/test/Sema/ |
statements.c | 38 void test11(int bit) {
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
simple-bailouts.js | 97 Test.prototype.test11 = function(x) { 136 t.test11(a);
|