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 107 bool Strong,
115 // However, in strong mode any array, regardless of type and size,
117 if (!Strong && (InStruct || !Trip.isOSDarwin()))
128 if (Strong)
129 // Require a protector for all arrays in strong mode
141 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
188 /// We use two heuristics: a standard (ssp) and strong (sspstrong).
193 /// strong heuristic will add a guard variables to functions that call alloca
199 bool Strong = false;
204 Strong = true; // Use the same heuristic as strong to determine SSPLayou
    [all...]
  /external/clang/include/clang/AST/
Type.h 111 /// * Objective C: the GC attributes (none, weak, or strong)
124 Strong
305 /// True if the lifetime is either strong or weak.
936 /// isObjCGCStrong true when Type is objc's strong.
938 return getObjCGCAttr() == Qualifiers::Strong;
    [all...]

Completed in 9093 milliseconds