HomeSort by relevance Sort by last modified time
    Searched defs:test4 (Results 1 - 25 of 415) 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
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 172 test4: label
182 # CHECK-LABEL: test4:
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
macros.s 34 .macro test4
39 test4 a b)(,),(cd) label
  /toolchain/binutils/binutils-2.27/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>;
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_global.py 37 def test4(self): function
  /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 57 test4() function
72 test4();
  /external/ltp/testcases/commands/eject/
eject-tests.sh 125 test4() function
  /external/ltp/testcases/commands/ld/
ld01 77 test4() function
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
cpuset_memory_pressure_testset.sh 115 test4() function
  /external/python/cpython2/Lib/test/
test_global.py 37 def test4(self): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_global.py 37 def test4(self): function

Completed in 3250 milliseconds

1 2 3 4 5 6 7 8 91011>>