HomeSort by relevance Sort by last modified time
    Searched defs:Polymorphic (Results 1 - 17 of 17) 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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 303 /// \brief True when this class is polymorphic, i.e., has at
304 /// least one virtual member or derives from a polymorphic class.
305 unsigned Polymorphic : 1;
708 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclCXX.h 303 /// \brief True when this class is polymorphic, i.e., has at
304 /// least one virtual member or derives from a polymorphic class.
305 unsigned Polymorphic : 1;
708 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclCXX.h 303 /// \brief True when this class is polymorphic, i.e., has at
304 /// least one virtual member or derives from a polymorphic class.
305 unsigned Polymorphic : 1;
708 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclCXX.h 302 /// \brief True when this class is polymorphic, i.e., has at
303 /// least one virtual member or derives from a polymorphic class.
304 unsigned Polymorphic : 1;
715 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclCXX.h 302 /// \brief True when this class is polymorphic, i.e., has at
303 /// least one virtual member or derives from a polymorphic class.
304 unsigned Polymorphic : 1;
715 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclCXX.h 302 /// \brief True when this class is polymorphic, i.e., has at
303 /// least one virtual member or derives from a polymorphic class.
304 unsigned Polymorphic : 1;
715 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclCXX.h 302 /// \brief True when this class is polymorphic, i.e., has at
303 /// least one virtual member or derives from a polymorphic class.
304 unsigned Polymorphic : 1;
715 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 303 /// \brief True when this class is polymorphic, i.e., has at
304 /// least one virtual member or derives from a polymorphic class.
305 unsigned Polymorphic : 1;
708 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclCXX.h 303 /// \brief True when this class is polymorphic, i.e., has at
304 /// least one virtual member or derives from a polymorphic class.
305 unsigned Polymorphic : 1;
708 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclCXX.h 303 /// \brief True when this class is polymorphic, i.e., has at
304 /// least one virtual member or derives from a polymorphic class.
305 unsigned Polymorphic : 1;
708 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclCXX.h 302 /// \brief True when this class is polymorphic, i.e., has at
303 /// least one virtual member or derives from a polymorphic class.
304 unsigned Polymorphic : 1;
715 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclCXX.h 302 /// \brief True when this class is polymorphic, i.e., has at
303 /// least one virtual member or derives from a polymorphic class.
304 unsigned Polymorphic : 1;
715 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclCXX.h 302 /// \brief True when this class is polymorphic, i.e., has at
303 /// least one virtual member or derives from a polymorphic class.
304 unsigned Polymorphic : 1;
715 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclCXX.h 302 /// \brief True when this class is polymorphic, i.e., has at
303 /// least one virtual member or derives from a polymorphic class.
304 unsigned Polymorphic : 1;
715 return data().Polymorphic || data().NumVBases != 0;
    [all...]

Completed in 559 milliseconds