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

  /external/clang/lib/ARCMigrate/
Transforms.h 88 enum AttrKind { Weak, Strong } Kind;
  /external/llvm/lib/CodeGen/
StackProtector.cpp 82 bool ContainsProtectableArray(Type *Ty, bool Strong = false,
139 bool StackProtector::ContainsProtectableArray(Type *Ty, bool Strong,
143 // In strong mode any array, regardless of type and size, triggers a
145 if (Strong)
165 if (ContainsProtectableArray(*I, Strong, true))
208 /// We use two heuristics: a standard (ssp) and strong (sspstrong).
213 /// strong heuristic will add a guard variables to functions that call alloca
219 bool Strong = false;
225 Strong = true;
237 // SSP-Strong: Enable protectors for any call to alloca, regardles
    [all...]
  /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 51 milliseconds