Searched refs:test3 (Results 76 - 100 of 375) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dwarn-func-not-needed.cpp19 namespace test3 { namespace
H A Dwarn-vla.cpp10 void test3(int n, int v[n]); // expected-warning {{variable length array used}}
H A Ddeleted-function.cpp62 template<typename> void test3() = delete;
63 template<typename> void test3();
64 template void test3<int>();
/external/vogar/test/vogar/target/junit3/
H A DLongTest2.java41 public void test3() { method in class:LongTest2
/external/llvm/test/MC/AsmParser/
H A Dmacros-gas.s28 .macro test3 _a _b _c
33 test3 1, 2, 3 label
36 test3 1, 2 3 label
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
H A Dctor_result_type.pass.cpp79 test3() function
145 test3<unsigned short>();
146 test3<unsigned int>();
147 test3<unsigned long>();
148 test3<unsigned long long>();
/external/v8/test/mjsunit/regress/
H A Dregress-969.js70 function test3() { return first((y++, typeof x3), 2); } function
71 assertEquals('number', test3(), 'test3 before');
73 assertEquals('undefined', test3(), 'test3 after');
/external/clang/test/CXX/class.access/class.access.dcl/
H A Dp1.cpp65 void test3() { function in struct:test1::B
108 void test3() { function in struct:test2::B
122 namespace test3 { namespace
153 void test3() { function in struct:test3::B
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp62 void test3() { function in struct:test1::B
105 void test3() { function in struct:test2::B
119 namespace test3 { namespace
150 void test3() { function in struct:test3::B
/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp7.cpp24 same_type<decltype(v3), unsigned> test3; local
/external/clang/test/CXX/special/class.dtor/
H A Dp9.cpp76 namespace test3 { namespace
95 // expected-note@+2 {{implicit default constructor for 'test3::B' first required here}}
/external/clang/test/CodeGen/
H A Daltivec.c33 void test3() { function
H A Datomic-arm64.c53 // CHECK: define void @test3(
60 void test3(pointer_pair_t pair) { function
H A Dbyval-memcpy-elim.c41 // CHECK-LABEL: define void @test3(
48 void test3(struct Test3S a) { function
H A Dcaptured-statements.c53 void test3(int size) { function
60 // CHECK-3: test3
H A Ddostmt.c41 int test3() { function
H A Dfunctions.c15 void test3(T f) { function
H A Dswitch-dce.c45 // CHECK: @test3
52 void test3() { function
/external/clang/test/CodeGenCXX/
H A D2003-11-29-DuplicatedCleanupTest.cpp25 void test3(int val) { function
H A Ddebug-info-enum-class.cpp65 namespace test3 { namespace in namespace:A::B::PR14029
71 // CHECK: [[TEST3]] = !MDNamespace(name: "test3"
H A Dmember-functions.cpp70 void test3() { function
H A Dpartial-destruction.cpp161 namespace test3 { namespace
H A Dstatic-data-member.cpp57 namespace test3 { namespace
H A Dthrow-expressions.cpp13 void test3() { function
/external/clang/test/Parser/
H A Dbrackets.cpp76 void test3() { function

Completed in 4115 milliseconds

1234567891011>>