Searched defs:isPodLike (Results 1 – 5 of 5) sorted by relevance
60 struct isPodLike { struct68 struct isPodLike<std::pair<T, U> > { argument
75 template<> struct isPodLike<SimpleValue> { struct76 static const bool value = true;168 template<> struct isPodLike<CallValue> { struct169 static const bool value = true;
608 struct isPodLike<LoweredPHIRecord> { static const bool value = true; }; struct
237 template <> struct isPodLike<AttrAndList> { struct238 static const bool value = true;
491 struct isPodLike<ObjCSummaryKey> { static const bool value = true; }; argument