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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
attr-optnone.c 21 int test4() { return test2(); } function
22 // PRESENT-DAG: @test4{{.*}}[[ATTR4:#[0-9]+]]
23 // Also check that test2 is inlined into test4 (always_inline still works).
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
builtin-assume-aligned.c 33 // CHECK-LABEL: @test4
34 int test4(int *a, int b) { function
enable_if.c 72 // CHECK-LABEL: define void @test4
73 void test4() { function
restrict.c 23 // CHECK: define void @test4(i32* %{{.*}}, i32* noalias %{{.*}})
24 void test4(int *x, rp y) { function
statements.c 9 void test4() { function
  /external/llvm/test/MC/Mips/
mips-noat.s 25 # CHECK-LABEL: test4:
31 test4: label
nacl-mask.s 173 test4: label
183 # CHECK-LABEL: test4:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
noyield.s 11 beq %0, %0, test4
13 test4: sleep label
  /external/clang/test/CodeGenCXX/
enable_if.cpp 25 class test4 { class
29 template class test4<double>;
  /external/libcxx/test/std/strings/string.classes/
typedefs.pass.cpp 28 typedef std::u32string test4; typedef
  /external/v8/test/webkit/
continue-break-multiple-labels.js 81 function test4() function
94 shouldBe("test4()", "1");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.classes/
typedefs.pass.cpp 28 typedef std::u32string test4; typedef
  /dalvik/dx/tests/067-dex-switch-and-try/
Blort.java 91 public int test4(int x) { method in class:Blort
  /dalvik/dx/tests/068-dex-infinite-loop/
Blort.java 41 public static void test4() { method in class:Blort
  /dalvik/dx/tests/082-dex-throws-list-sharing/
Blort.java 34 public int test4() method in class:Blort
  /external/clang/test/Parser/
pointer-arithmetic.c 6 int test4(int *a, int *b) { return a - b; } function
  /external/clang/test/SemaCXX/
warn-vla.cpp 13 void test4(int n) { function
  /external/libcxx/test/std/iterators/iterator.primitives/iterator.basic/
iterator.pass.cpp 54 test4() function
80 test4<A>();
  /external/libcxx/test/std/re/re.alg/re.alg.match/
parse_curly_brackets.pass.cpp 56 test4() function
71 test4();
  /external/v8/test/mjsunit/
packed-elements.js 48 function test4() { function
105 test_with_optimization(test4);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.basic/
iterator.pass.cpp 54 test4() function
80 test4<A>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
parse_curly_brackets.pass.cpp 56 test4() function
71 test4();

Completed in 398 milliseconds

1 2 3 4 5 6 7 8 91011>>