HomeSort by relevance Sort by last modified time
    Searched refs:test34 (Results 1 - 9 of 9) sorted by null

  /external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp 37 class test34 : virtual test33 { virtual void f(); }; class in inherits:test33
38 class test35 : virtual test34 { virtual void f(); };
  /external/clang/test/Sema/
return.c 260 int test34(int x) { function