Searched defs:Strong (Results 1 – 7 of 7) sorted by relevance
46 Strong() in Strong() function57 Strong(JSGlobalData& globalData, Handle<T> handle) in Strong() function63 Strong(const Strong& other) in Strong() function72 template <typename U> Strong(const Strong<U>& other) in Strong() function83 Strong(HashTableDeletedValueTag) in Strong() function
258 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local282 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local322 IncludeStrongLifetimeRAII Strong(Policy); in printPointerBefore() local332 IncludeStrongLifetimeRAII Strong(Policy); in printPointerAfter() local355 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceBefore() local366 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceAfter() local377 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceBefore() local388 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceAfter() local399 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerBefore() local415 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerAfter() local[all …]
103 None, Weak, Medium, Strong enumerator
98 None, Weak, Medium, Strong enumerator
88 enum AttrKind { Weak, Strong } Kind; enumerator
255 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
278 template <typename T> class Strong; variable