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

1 2 3 4 5 6 7

  /external/clang/test/SemaObjCXX/
properties.mm 148 namespace test10 {
152 @interface Test10
153 @property test10::A a;
154 @property test10::B b;
157 namespace test10 {
158 void test(Test10 *t) {
  /external/llvm/test/ExecutionEngine/MCJIT/
test-ret.ll 44 define double @test10() {
  /external/llvm/test/ExecutionEngine/
test-ret.ll 44 define double @test10() {
  /external/webkit/LayoutTests/fast/dom/Node/
normalize-expected.txt 11 test10 (mixed cases including deeper nested text nodes): PASSED
  /external/clang/test/CodeGen/
conditional.c 50 // CHECK: @test10
52 int test10(int c) { function
init.c 96 int test10(int X) { function
100 // CHECK: @test10
  /external/clang/test/CodeGenCXX/
member-function-pointers.cpp 241 namespace test10 { namespace
259 // GLOBAL-LP64: @_ZN6test101aE = global { i64, i64 } { i64 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i64), i64 0 }, align 8
260 // GLOBAL-LP32: @_ZN6test101aE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 0 }, align 4
261 // GLOBAL-ARM: @_ZN6test101aE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 0 }, align 4
264 // GLOBAL-LP64: @_ZN6test101bE = global { i64, i64 } { i64 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i64), i64 8 }, align 8
265 // GLOBAL-LP32: @_ZN6test101bE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 4 }, align 4
266 // GLOBAL-ARM: @_ZN6test101bE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 8 }, align 4
269 // GLOBAL-LP64: @_ZN6test101cE = global { i64, i64 } { i64 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i64), i64 8 }, align 8
270 // GLOBAL-LP32: @_ZN6test101cE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 4 }, align 4
271 // GLOBAL-ARM: @_ZN6test101cE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 8 }, align
    [all...]
  /external/clang/test/SemaCXX/
ast-print.cpp 85 namespace test10 { namespace
97 // CHECK-NEXT: return test10::M::X<INT>::value;
99 return test10::M::X<INT>::value;
long-virtual-inheritance-chain.cpp 13 class test10 : virtual test9 { virtual void f(); }; class in inherits:test9
14 class test11 : virtual test10 { virtual void f(); };
undefined-inline.cpp 53 namespace test10 { namespace
  /external/v8/test/mjsunit/regress/
regress-70066.js 137 function test10() { function
141 assertEquals(false, test10(), "test10");
142 assertEquals(10, y, "test10");
  /external/llvm/test/CodeGen/X86/
rounding-ops.ll 121 define double @test10(double %x) nounwind {
125 ; CHECK-SSE: test10:
128 ; CHECK-AVX: test10:
narrow-shl-cst.ll 85 define i64 @test10(i64 %x) nounwind {
89 ; CHECK: test10:
add.ll 137 define i1 @test10(i32 %x) nounwind {
143 ; X32: test10:
147 ; X64: test10:
  /external/webkit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/
label-control.js 46 document.write("<label for='fsId' id='test10'><input id='inputId10'></label><fieldset id='fsId'></fieldset>");
47 shouldBe("document.getElementById('test10').htmlFor", "'fsId'");
48 shouldBe("document.getElementById('test10').control", "null");
  /external/webkit/LayoutTests/fast/dom/HTMLLabelElement/
label-control-expected.txt 31 PASS document.getElementById('test10').htmlFor is 'fsId'
32 PASS document.getElementById('test10').control is null
  /dalvik/dx/tests/064-dex-array-access/
Blort.java 64 public static Object test10(Object[][] x) { method in class:Blort
  /external/clang/test/CodeGenObjC/
protocols.m 55 int test10() {
  /external/clang/test/Sema/
attr-deprecated.c 82 void test10(void) __attribute__((deprecated));
83 void test10(void) { function
  /external/llvm/test/CodeGen/AArch64/
movw-consts.ll 66 define i64 @test10() {
67 ; CHECK: test10:
  /external/llvm/test/Transforms/InstSimplify/
undef.ll 73 ; @test10
75 define i64 @test10() {
  /dalvik/dx/tests/070-dex-multianewarray/
Blort.java 63 public static byte[][] test10() { method in class:Blort
  /external/llvm/test/Transforms/InstCombine/
mul.ll 71 define i32 @test10(i32 %a, i32 %b) {
72 ; CHECK: @test10
78 ; CHECK: [[TEST10:%.*]] = ashr i32 %a, 31
79 ; CHECK-NEXT: %e = and i32 [[TEST10]], %b
  /external/llvm/test/CodeGen/Thumb2/
thumb2-uxtb.ll 121 define i32 @test10(i32 %p0) {
122 ; ARMv7A: test10
129 ; ARMv7M: test10
  /external/llvm/test/Transforms/ConstProp/
loads.ll 123 define <2 x i64> @test10() {
127 ; LE: @test10
130 ; BE: @test10

Completed in 756 milliseconds

1 2 3 4 5 6 7