HomeSort by relevance Sort by last modified time
    Searched defs:test4 (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/v8/test/webkit/
continue-break-multiple-labels.js 81 function test4() function
94 shouldBe("test4()", "1");
  /external/clang/test/CodeGen/
attr-minsize.cpp 40 void test4(T arg) { function
45 void test4<int>(int arg);
46 // Oz: define{{.*}}void @{{.*}}test4
48 // OTHER: define{{.*}}void @{{.*}}test4
52 void test4<float>(float arg);
53 // Oz: define{{.*}}void @{{.*}}test4
55 // OTHER: define{{.*}}void @{{.*}}test4
asm-inout.c 33 // CHECK: @test4
34 int test4(volatile int *addr) { function
asm_arm.c 26 void test4(float *a, float *b) { function
27 // CHECK: @test4
restrict.c 23 // CHECK: define void @test4(i32* %{{.*}}, i32* noalias %{{.*}})
24 void test4(int *x, rp y) { function