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

  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 413 bool IsPolymorphic = I->second->isPolymorphic();
427 if (IsPolymorphic)
436 if (IsPolymorphic) {
  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h 281 template <typename T> struct IsPolymorphic {
Vector.h 569 COMPILE_ASSERT(!WTF::IsPolymorphic<T>::value || !VectorTraits<T>::canInitializeWithMemset, CantInitializeWithMemsetIfThereIsAVtable);
    [all...]
HashTable.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h     [all...]
Visitor.h 726 WTF::IsPolymorphic<T>::value,

Completed in 120 milliseconds