Searched defs:test8 (Results 26 - 50 of 54) sorted by relevance

123

/external/clang/test/Sema/
H A Dconstant-conversion.c78 void test8() { function
H A Dexprs.c86 int test8(void) { function
H A Dreturn.c59 int test8() { function
H A Dswitch.c142 void test8() { function
H A Dconversion.c230 void test8(int v) { function
H A Duninit-variables.c58 int test8(int y) { function
/external/clang/test/SemaCXX/
H A Dscope-check.cpp139 namespace test8 { namespace
H A Dlong-virtual-inheritance-chain.cpp11 class test8 : virtual test7 { virtual void f(); }; class in inherits:test7
12 class test9 : virtual test8 { virtual void f(); };
H A Dreferences.cpp80 void test8(int& const,// expected-error{{'const' qualifier may not be applied to a reference}} function
H A Denum-scoped.cpp193 namespace test8 { namespace in namespace:E1::E2::Redeclare5::test7
H A Dmember-pointer.cpp300 namespace test8 { namespace
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js75 Test.prototype.test8 = function () {
124 t.test8();
/external/clang/test/CXX/class.access/
H A Dp6.cpp173 namespace test8 { namespace
180 if (a) return; // expected-error {{'operator void *(class test8::A::*)(void) const' is a private member of 'test8::A'}}
H A Dp4.cpp251 namespace test8 { namespace
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp82 only<int (S::*)> test8 = p8; local
/external/clang/test/CodeGen/
H A Dinit.c64 char test8(int X) { function
67 // CHECK: @test8(
H A Dmmx-builtins.c45 __m64 test8(__m64 a, __m64 b) { function
/external/clang/test/CodeGenCXX/
H A Dmangle-template.cpp89 namespace test8 { namespace
H A Dmember-function-pointers.cpp204 namespace test8 { namespace
H A Ddestructors.cpp328 namespace test8 { namespace
H A Dx86_64-arguments.cpp139 namespace test8 { namespace
140 // CHECK: declare void @_ZN5test83fooENS_1BE(%"class.test8::B"* byval align 8)
/external/clang/test/Parser/
H A Dchar-literal-printing.c14 wchar_t test8(void) { return L'\b'; } function
H A Ddeclarators.c59 struct xyz test8() { return a; } // a should be be marked invalid, no diag. function
/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp259 namespace test8 { namespace
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp182 namespace test8 { namespace

Completed in 346 milliseconds

123