HomeSort by relevance Sort by last modified time
    Searched refs:test0 (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
p2.cpp 3 namespace test0 { namespace
  /external/clang/test/CXX/expr/expr.post/expr.static.cast/
p9-0x.cpp 5 void test0(EC ec) { function
  /external/clang/test/CXX/special/class.dtor/
p9.cpp 6 namespace test0 { namespace
  /external/clang/test/CXX/special/class.temporary/
p1.cpp 3 namespace test0 { namespace
16 foo(a); // expected-error {{call to deleted constructor of 'test0::A'}}
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p4.cpp 35 namespace test0 { namespace
  /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
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
delete.cpp 42 namespace test0 { namespace
57 // CHECK: define linkonce_odr void @_ZN5test01AD1Ev(%"struct.test0::A"* %this) unnamed_addr
nrvo.cpp 14 X test0() { function
  /external/clang/test/Sema/
attr-unused.c 19 void test0() { function
warn-cast-align.c 4 void test0(char *P) { function
callingconv.c 12 void __attribute__((fastcall)) test0() { // expected-error {{function with no prototype cannot use fastcall calling convention}} function
  /external/clang/test/SemaCXX/
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...]
warn-unused-value.cpp 4 namespace test0 { namespace
ambig-user-defined-conversions.cpp 3 namespace test0 { namespace
23 return f(); // expected-error {{conversion from 'test0::B' to 'const int' is ambiguous}}
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp 4 namespace test0 { namespace
80 opaque0 test0() { function in namespace:test3
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
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/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'}}
  /external/clang/test/CXX/class.access/class.access.base/
p5.cpp 3 namespace test0 { namespace
  /external/clang/test/CXX/conv/conv.mem/
p4.cpp 10 namespace test0 { namespace

Completed in 669 milliseconds

1 23 4 5 6