Searched refs:test5 (Results 51 - 75 of 199) sorted by relevance

12345678

/external/clang/test/CodeGenCXX/
H A Ddelete.cpp137 namespace test5 { namespace
H A Dmicrosoft-abi-dynamic-cast.cpp55 T* test5(A* x) { return dynamic_cast<T*>(x); } function
56 // CHECK-LABEL: define %struct.T* @"\01?test5@@YAPAUT@@PAUA@@@Z"(%struct.A* %x)
/external/clang/test/Sema/
H A Darm-neon-types.c31 int16x8_t test5(int *p) { function
H A Dblock-args.c45 void test5(void) { function
H A Dblock-literal.c62 void test5() {
H A Dconstant-conversion.c49 void test5() { function
H A Dscope-check.c35 int test5(int x) { function
37 test5(x);
/external/clang/test/SemaCXX/
H A Delaborated-type-specifier.cpp47 namespace test5 { namespace
H A Dlinkage.cpp100 namespace test5 { namespace
H A Dundefined-inline.cpp26 namespace test5 { namespace
H A Dlong-virtual-inheritance-chain.cpp8 class test5 : virtual test4 { virtual void f(); }; class in inherits:test4
9 class test6 : virtual test5 { virtual void f(); };
/external/chromium_org/v8/test/mjsunit/
H A Dpacked-elements.js57 function test5() { function
106 test_with_optimization(test5);
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Deval.pass.cpp96 test5()
137 test5();
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js61 Test.prototype.test5 = function() {
115 t.test5();
/external/clang/test/Parser/
H A Dcxx-decl.cpp102 struct test5 {}; struct
103 ::new(static_cast<void*>(0)) test5; // expected-error {{expected unqualified-id}}
/external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp110 test5() function
151 test5();
/external/libcxx/test/iterators/iterator.primitives/iterator.basic/
H A Diterator.pass.cpp66 test5() function
81 test5<A>();
/external/valgrind/main/memcheck/tests/
H A Daddressable.c78 static void test5() function
102 { test5, 0 },
/external/clang/test/Analysis/
H A Ddomtest.c126 int test5() function
H A Dunreachable-code-path.c52 void test5(const char *c) { function
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp75 namespace test5 { namespace
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp5.cpp97 namespace test5 { namespace
/external/clang/test/CodeGen/
H A Ddecl.c58 void test5() { function
H A Dobject-size.c40 // CHECK-LABEL: define void @test5
41 void test5() { function
H A Dvla.c147 void test5(void) function
149 // CHECK-LABEL: define void @test5(

Completed in 594 milliseconds

12345678