HomeSort by relevance Sort by last modified time
    Searched defs:Polymorphic (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGenCXX/
microsoft-abi-typeid.cpp 54 struct Polymorphic {
55 virtual ~Polymorphic();
58 void f(const Polymorphic &poly) {
62 Polymorphic cleanup;
microsoft-abi-member-pointers.cpp 67 struct Polymorphic {
86 int Polymorphic::*p_d_memptr;
237 int Polymorphic::*memptr;
238 memptr = &Polymorphic::a;
239 memptr = &Polymorphic::b;
242 // Member pointers for polymorphic classes include the vtable slot in their
  /external/clang/include/clang/AST/
DeclCXX.h 299 /// \brief True when this class is polymorphic, i.e., has at
300 /// least one virtual member or derives from a polymorphic class.
301 unsigned Polymorphic : 1;
699 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /external/kotlinc/lib/
kotlin-imports-dumper-compiler-plugin.jar 

Completed in 153 milliseconds