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 30 struct Polymorphic {
48 int Polymorphic::*p_d_memptr;
189 int Polymorphic::*memptr;
190 memptr = &Polymorphic::a;
191 memptr = &Polymorphic::b;
194 // Member pointers for polymorphic classes include the vtable slot in their
  /external/chromium_org/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 40 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false),
178 // polymorphic class.
180 data().Polymorphic = true;
437 // polymorphic class.
438 data().Polymorphic = true;
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 311 /// \brief True when this class is polymorphic, i.e., has at
312 /// least one virtual member or derives from a polymorphic class.
313 bool Polymorphic : 1;
671 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 1052 milliseconds