Searched defs:test5 (Results 1 - 25 of 185) sorted by relevance

12345678

/external/v8/test/webkit/
H A Dcontinue-break-multiple-labels.js96 function test5() function
111 shouldBe("test5()", "1");
/external/clang/test/CodeGen/
H A Dattr-minsize.cpp59 void test5(T arg) { function
64 void test5<int>(int arg);
65 // Oz: define{{.*}}void @{{.*}}test5
67 // OTHER: define{{.*}}void @{{.*}}test5
68 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
71 void test5<float>(float arg);
72 // Oz: define{{.*}}void @{{.*}}test5
74 // OTHER: define{{.*}}void @{{.*}}test5
75 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
H A Dasm_arm.c37 // CHECK: @test5
39 void test5() { function
H A Dbuiltin-assume-aligned.c47 // CHECK-LABEL: @test5
48 int test5() { function
H A Ddostmt.c65 void test5() { function
H A Dstatements.c28 int test5(long long b) { function
H A D2003-09-18-BitfieldTests.c27 void test5(BF *b, int i) { // array ref function
H A Dalignment.c9 long long int test5[1024]; variable
10 // CHECK-DAG: @test5 = common global [1024 x i64] zeroinitializer, align 8
/external/clang/test/SemaCXX/
H A Dwarn-vla.cpp18 void test5(int n, int v[n]) { // expected-warning {{variable length array used}} function
/external/libcxx/test/std/iterators/iterator.primitives/iterator.basic/
H A Diterator.pass.cpp66 test5() function
81 test5<A>();
/external/llvm/test/MC/Mips/
H A Dnacl-mask.s231 test5: label
258 # CHECK-LABEL: test5:
/external/v8/test/mjsunit/
H A Dpacked-elements.js57 function test5() { function
106 test_with_optimization(test5);
/external/clang/test/CXX/class.access/class.friend/
H A Dp9-cxx0x.cpp75 namespace test5 { namespace
81 friend void X<T>::f(); // expected-error {{friend function 'f' is a private member of 'test5::X<int>'}}
/external/clang/test/Parser/
H A Dpointer-arithmetic.c8 int test5(int *a, int *b) { return a + b; } /* expected-error {{invalid operands}} */ function
H A Dstatements.c42 void test5() { function
/external/clang/test/Sema/
H A Dbuiltins-arm.c46 void test5() { function
H A Dreturn-noreturn.c40 _Noreturn void test5() { function
/external/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.pass.cpp81 void test5() function
120 void test5() {} function
131 test5();
/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s51 .macro test5 _a
56 test5 zed1 label
H A Dmacros-gas.s51 .macro test5 _a
56 test5 zed1 label
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/
H A DAternativeApproach.java140 public void test5() { method in class:AternativeApproach
/external/clang/test/Analysis/
H A Ddomtest.c126 int test5() function
/external/clang/test/CXX/conv/conv.mem/
H A Dp4.cpp58 namespace test5 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp75 namespace test5 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
H A Dp1.cpp132 class test5 { class
139 int test5::inc(int x = default_x) {

Completed in 759 milliseconds

12345678