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 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...]
SpillPlacement.h 113 /// @param Strong When true, double the negative bias for these blocks.
114 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
SpillPlacement.cpp 272 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) {
276 if (Strong)
339 // basic block numbering, so there is a strong tendency towards chains of
  /external/llvm/include/llvm/CodeGen/
StackProtector.h 96 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /external/clang/lib/AST/
TypePrinter.cpp 259 IncludeStrongLifetimeRAII Strong(Policy);
283 IncludeStrongLifetimeRAII Strong(Policy);
323 IncludeStrongLifetimeRAII Strong(Policy);
333 IncludeStrongLifetimeRAII Strong(Policy);
356 IncludeStrongLifetimeRAII Strong(Policy);
367 IncludeStrongLifetimeRAII Strong(Policy);
378 IncludeStrongLifetimeRAII Strong(Policy);
389 IncludeStrongLifetimeRAII Strong(Policy);
400 IncludeStrongLifetimeRAII Strong(Policy);
416 IncludeStrongLifetimeRAII Strong(Policy)
    [all...]
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;
274 StringRef toAttr = "strong";
342 << (Attr.Kind == GCAttrOccurrence::Strong ? "strong" : "weak");
  /external/clang/lib/CodeGen/
CGValue.h 100 /// Does an ARC strong l-value have precise lifetime?
236 return Quals.getObjCGCAttr() == Qualifiers::Strong;
CGObjCMac.cpp     [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...]
  /external/clang/lib/Sema/
SemaType.cpp 85 if (II->isStr("strong")) {
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 133 milliseconds