HomeSort by: relevance | last modified time | path
    Searched defs:Strong (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Transforms.h 87 enum AttrKind { Weak, Strong } Kind;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackProtector.cpp 120 bool Strong,
128 // However, in strong mode any array, regardless of type and size,
130 if (!Strong && (InStruct || !Trip.isOSDarwin()))
141 if (Strong)
142 // Require a protector for all arrays in strong mode
154 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
265 /// We use two heuristics: a standard (ssp) and strong (sspstrong).
270 /// strong heuristic will add a guard variables to functions that call alloca
276 bool Strong = false;
295 Strong = true; // Use the same heuristic as strong to determine SSPLayou
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 144 /// * Objective C: the GC attributes (none, weak, or strong)
157 Strong
354 /// True if the lifetime is either strong or weak.
1109 /// true when Type is objc's strong.
1111 return getObjCGCAttr() == Qualifiers::Strong;

Completed in 29 milliseconds