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

  /external/webkit/Source/JavaScriptCore/heap/
Strong.h 39 template <typename T> class Strong : public Handle<T> {
46 Strong()
51 Strong(JSGlobalData& globalData, ExternalType value = ExternalType())
57 Strong(JSGlobalData& globalData, Handle<T> handle)
63 Strong(const Strong& other)
72 template <typename U> Strong(const Strong<U>& other)
83 Strong(HashTableDeletedValueTag)
88 ~Strong()
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 72 bool ContainsProtectableArray(Type *Ty, bool Strong = false,
121 bool StackProtector::ContainsProtectableArray(Type *Ty, bool Strong,
125 // In strong mode any array, regardless of type and size, triggers a
127 if (Strong)
150 if (ContainsProtectableArray(*I, Strong, true))
193 /// We use two heuristics: a standard (ssp) and strong (sspstrong).
198 /// strong heuristic will add a guard variables to functions that call alloca
204 bool Strong = false;
210 Strong = true;
222 // SSP-Strong: Enable protectors for any call to alloca, regardles
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.h 88 enum AttrKind { Weak, Strong } Kind;
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 103 None, Weak, Medium, Strong
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 98 None, Weak, Medium, Strong
  /external/clang/include/clang/AST/
Type.h 112 /// * Objective C: the GC attributes (none, weak, or strong)
125 Strong
306 /// True if the lifetime is either strong or weak.
937 /// isObjCGCStrong true when Type is objc's strong.
939 return getObjCGCAttr() == Qualifiers::Strong;
    [all...]

Completed in 57 milliseconds