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

  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 54 struct Polymorphic {
73 int Polymorphic::*p_d_memptr;
224 int Polymorphic::*memptr;
225 memptr = &Polymorphic::a;
226 memptr = &Polymorphic::b;
229 // Member pointers for polymorphic classes include the vtable slot in their
  /external/v8/test/mjsunit/regress/
regress-crbug-134055.js 52 crash(d); // Polymorphic, degree 4.
regress-hoist-load-named-field.js 48 // Polymorphic loads should not be hoisted beyond their compare maps.
  /external/clang/lib/AST/
DeclCXX.cpp 50 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false),
195 // polymorphic class.
197 data().Polymorphic = true;
450 // polymorphic class.
451 data().Polymorphic = true;
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 321 /// \brief True when this class is polymorphic, i.e., has at
322 /// least one virtual member or derives from a polymorphic class.
323 bool Polymorphic : 1;
694 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 204 milliseconds