Searched refs:test4 (Results 101 - 125 of 250) sorted by relevance

12345678910

/external/libcxx/test/iterators/iterator.primitives/iterator.basic/
H A Diterator.pass.cpp54 test4() function
80 test4<A>();
/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.udecl/
H A Dp11.cpp57 namespace test4 { namespace
/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-LABEL: define void @test4
35 void test4() { function
H A Dvector.c28 int test4(int argc, char *argv[]) { function
H A Dvla.c106 int test4(unsigned n, char (*p)[n][n+1][6]) { function
107 // CHECK-LABEL: define i32 @test4(
/external/clang/test/CodeGenCXX/
H A Dcaptured-statements.cpp84 void test4() { function
H A Dconditional-gnu-ext.cpp144 namespace test4 { namespace
H A Dctor-dtor-alias.cpp53 namespace test4 { namespace
75 // similar to test4, but with an internal B.
H A Ddevirtualize-virtual-function-calls.cpp87 namespace test4 { namespace
H A Dimplicit-copy-constructor.cpp83 namespace test4 { namespace
H A Dnew-overflow.cpp79 namespace test4 { namespace
97 // test4 with no sext required.
H A Dnrvo.cpp137 X test4(bool B) { function
H A Dunknown-anytype.cpp46 namespace test4 { namespace
H A Dvisibility-ms-compat.cpp82 namespace test4 { namespace
/external/clang/test/Sema/
H A Dc89.c28 int test4 = 0LL; /* expected-warning {{long long}} */ variable
H A Dcallingconv.c23 void __attribute__((thiscall)) test4(int a, ...) { // expected-error {{variadic function cannot use thiscall calling convention}} function
H A Dcomplex-int.c49 void test4(_Complex float *x) { function

Completed in 844 milliseconds

12345678910