HomeSort by relevance Sort by last modified time
    Searched full:test11 (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /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
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
VersionTest.java 28 ScriptC_set_target_api_11 test11 = local
32 test11.invoke_check(11);
  /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/clang/test/SemaCXX/
ast-print.cpp 96 // CHECK: test11
98 int test11() { function
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-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}}
alignof.cpp 39 static const int test11 = __alignof__(S3::s2.x); member in struct:S3
  /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/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 150 define void @test11(<2 x i32>* %in, <2 x i64>* %out) nounwind {
157 ; SSE41-LABEL: test11:
160 ; AVX1-LABEL: test11:
163 ; 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());
  /external/llvm/test/CodeGen/PowerPC/
rounding-ops.ll 110 define void @test11(float %x, float* %y) nounwind {
115 ; CHECK-LABEL: test11:
118 ; CHECK-FM-LABEL: test11:
  /external/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());
  /external/llvm/test/Transforms/ConstProp/
loads.ll 139 define i16 @test11() nounwind {
145 ; LE-LABEL: @test11(
149 ; BE-LABEL: @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) {

Completed in 1133 milliseconds

1 2 3 4 5 6