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

  /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...]
SpillPlacement.h 111 /// @param Strong When true, double the negative bias for these blocks.
112 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
SpillPlacement.cpp 253 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) {
257 if (Strong)
320 // basic block numbering, so there is a strong tendency towards chains of
  /external/clang/lib/AST/
TypePrinter.cpp 257 IncludeStrongLifetimeRAII Strong(Policy);
281 IncludeStrongLifetimeRAII Strong(Policy);
321 IncludeStrongLifetimeRAII Strong(Policy);
331 IncludeStrongLifetimeRAII Strong(Policy);
354 IncludeStrongLifetimeRAII Strong(Policy);
365 IncludeStrongLifetimeRAII Strong(Policy);
376 IncludeStrongLifetimeRAII Strong(Policy);
387 IncludeStrongLifetimeRAII Strong(Policy);
398 IncludeStrongLifetimeRAII Strong(Policy);
414 IncludeStrongLifetimeRAII Strong(Policy)
    [all...]
DumpXML.cpp 899 case Qualifiers::Strong: set("gc", "strong"); break;
ASTContext.cpp     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.h 88 enum AttrKind { Weak, Strong } Kind;
TransGCAttrs.cpp 104 if (Spell == "strong")
105 Kind = MigrationContext::GCAttrOccurrence::Strong;
276 StringRef toAttr = "strong";
344 << (Attr.Kind == GCAttrOccurrence::Strong ? "strong" : "weak");
  /external/clang/lib/CodeGen/
CGValue.h 100 /// Does an ARC strong l-value have precise lifetime?
234 return Quals.getObjCGCAttr() == Qualifiers::Strong;
CGObjCMac.cpp     [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...]
  /external/clang/lib/Sema/
SemaType.cpp 85 if (attr.getParameterName()->isStr("strong")) {
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 215 milliseconds