HomeSort by relevance Sort by last modified time
    Searched refs:test0 (Results 76 - 100 of 250) sorted by null

1 2 34 5 6 7 8 910

  /external/clang/test/CodeGen/
altivec.c 5 vector int test0 = (vector int)(1); // CHECK: @test0 = global <4 x i32> <i32 1, i32 1, i32 1, i32 1> variable
atomic-arm64.c 24 // CHECK: define void @test0()
29 void test0() { function
dostmt.c 4 int test0() { function
  /external/clang/test/CodeGenCXX/
PR6474.cpp 3 namespace test0 { namespace
partial-destruction.cpp 8 namespace test0 { namespace
conditional-gnu-ext.cpp 7 void test0() { function
79 B test0(B &x) { function in namespace:test3
  /external/clang/test/Sema/
attr-unused.c 19 void test0() { function
attr-visibility.c 3 void test0() __attribute__((visibility("default")));
warn-cast-align.c 4 void test0(char *P) { function
  /external/clang/test/SemaCXX/
attr-weak.cpp 3 static int test0 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} variable
err_init_conversion_failed.cpp 3 void test0() { function
member-pointers-2.cpp 14 struct Test0 {
18 Test0 *memptr;
24 p = &Test0::memfoo++;
25 p = &Test0::memfoo--;
26 p = &Test0::memarr[1];
27 p = &Test0::memptr->memint;
28 p = &Test0::memstruct.a;
29 p = &Test0::memfun();
33 void test0() { function
34 Test0 mytest
    [all...]
alignof.cpp 7 static const int test0 = __alignof__(x); // expected-error {{invalid application of 'alignof' to a field of a class still being defined}} member in struct:S0
49 static const int test0 = __alignof__(x); member in struct:S4
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p11.cpp 15 namespace test0 { namespace
29 void test0() { function in namespace:test2
42 class Test0 {
59 template <typename> class Test0 {
77 template <typename T> class Test0 {
91 template class Test0<int>;
p12.cpp 14 namespace test0 { namespace
34 struct Test0 : Base {
39 void test0() { Opaque<0> _ = foo(Opaque<0>()); } function in struct:test1::Test0
51 void test0() { Opaque<0> _ = foo(Opaque<0>()); } function in struct:test1::Test1
64 void test0() { Opaque<1> _ = foo(Opaque<0>()); } function in struct:test1::Test2
84 void test0(int i) { function in namespace:test2
p4.cpp 14 namespace test0 { namespace
23 class Test0 {
49 void test0() { function in struct:test1::B
92 void test0() { function in struct:test2::B
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp 4 namespace test0 { namespace
80 opaque0 test0() { function in namespace:test3
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
forward_as_tuple.pass.cpp 20 test0(const Tuple& t) function
66 test0(std::forward_as_tuple());
  /external/llvm/test/MC/AsmParser/
macros-darwin.s 4 .macro .test0
8 .test0
16 // CHECK-ERRORS-NEXT: .test0
macros-gas.s 4 .macro .test0
8 .test0
16 // CHECK-ERRORS-NEXT: .test0
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
forward_as_tuple.pass.cpp 20 test0(const Tuple& t) function
66 test0(std::forward_as_tuple());
  /ndk/tests/device/test-stlport_shared-exception/jni/
catchptr1.cpp 16 int test0 () function
237 test0,
  /ndk/tests/device/test-stlport_static-exception/jni/
catchptr1.cpp 16 int test0 () function
237 test0,
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 17 namespace test0 { namespace
26 class Test0 {
52 void test0() { function in struct:test1::B
95 void test0() { function in struct:test2::B
  /external/clang/test/CXX/class/class.mem/
p2.cpp 13 namespace test0 { namespace
14 struct A { // expected-note {{definition of 'test0::A' is not complete until the closing '}'}}
15 A x; // expected-error {{field has incomplete type 'test0::A'}}

Completed in 539 milliseconds

1 2 34 5 6 7 8 910