Searched refs:test4 (Results 76 - 100 of 210) sorted by relevance

123456789

/external/clang/test/Sema/
H A Dconstant-conversion.c41 void test4() { function
H A Dscope-check.c27 int test4(int x) { function
30 test4(x);
/external/clang/test/SemaCXX/
H A Dattr-nonnull.cpp44 namespace test4 { namespace
H A Dcondition.cpp56 void test4(bool (&x)(void)) {
H A Dlinkage.cpp68 // CHECK: define void @test4(
69 extern "C" void test4(void) {} function in namespace:__anon17407
H A Dundefined-inline.cpp20 namespace test4 { namespace
21 inline void error_on_zero(int); // expected-warning{{inline function 'test4::error_on_zero' is not defined}}
H A Dwarn-new-overaligned.cpp54 namespace test4 { namespace
70 new Test; // expected-warning {{type 'test4::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
H A Dwarn-unreachable.cpp52 void test4() { function
H A Dcxx0x-initializer-aggregates.cpp81 typedef A<-1> test4[]; typedef in namespace:array_explicit_conversion
86 (void)test4{{{1}}}; // expected-note {{in instantiation of template class 'array_explicit_conversion::A<-1>' requested here}}
H A Dlong-virtual-inheritance-chain.cpp7 class test4 : virtual test3 { virtual void f(); }; class in inherits:test3
8 class test5 : virtual test4 { virtual void f(); };
/external/clang/test/SemaTemplate/
H A Ddependent-expr.cpp50 namespace test4 { namespace
/external/chromium_org/v8/test/mjsunit/
H A Dpacked-elements.js50 function test4() { function
108 test_with_optimization(test4);
/external/clang/test/CodeGenCXX/
H A Dblocks.cpp50 void test4() { function in namespace:test1
109 namespace test4 { namespace
/external/llvm/test/MC/AsmParser/
H A Dsection.s21 .pushsection test4
33 .pushsection test4
99 # CHECK: Name: test4 (50)
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js57 Test.prototype.test4 = function() {
113 t.test4();
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js57 Test.prototype.test4 = function() {
113 t.test4();
/external/valgrind/main/memcheck/tests/
H A Daddressable.c65 static void test4() function
101 { test4, 1 },
/external/clang/test/Analysis/
H A Ddomtest.c96 int test4() function
H A Dout-of-bounds.c143 void test4(int x) { function
H A Dunreachable-code-path.c37 void test4() { function
/external/clang/test/CXX/class.access/class.access.base/
H A Dp5.cpp80 namespace test4 { namespace
94 p->field = 0; // expected-error {{cannot cast 'test4::Z' to its protected base class 'test4::X'}} expected-error {{'field' is a private member of 'test4::X'}}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
H A Dp1.cpp100 namespace test4 { namespace
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp5.cpp83 namespace test4 { namespace
/external/clang/test/CodeGen/
H A Ddecl.c45 void test4(void) { function
48 // CHECK: @test4()
H A Dobject-size.c34 // CHECK: define void @test4
35 void test4() { function

Completed in 489 milliseconds

123456789