Searched refs:Strong (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/CodeGen/
H A DStackProtector.cpp82 bool ContainsProtectableArray(Type *Ty, bool Strong = false,
139 bool StackProtector::ContainsProtectableArray(Type *Ty, bool Strong, argument
145 if (Strong)
165 if (ContainsProtectableArray(*I, Strong, true))
219 bool Strong = false; local
225 Strong = true;
237 // SSP-Strong: Enable protectors for any call to alloca, regardless
239 if (Strong)
254 if (ContainsProtectableArray(AI->getAllocatedType(), Strong))
257 if (Strong
[all...]
H A DSpillPlacement.h111 /// @param Strong When true, double the negative bias for these blocks.
112 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
H A DSpillPlacement.cpp253 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { argument
257 if (Strong)
/external/clang/lib/AST/
H A DTypePrinter.cpp257 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(Polic
[all...]
H A DDumpXML.cpp899 case Qualifiers::Strong: set("gc", "strong"); break;
H A DASTContext.cpp6350 /// getObjCGCAttr - Returns one of GCNone, Weak or Strong objc's
6365 return Qualifiers::Strong;
7132 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) {
7133 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong));
7135 if (GC_R == Qualifiers::Strong && LHSCan->isObjCObjectPointerType()) {
7136 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS);
7434 if (GC_L == Qualifiers::Strong)
7436 if (GC_R == Qualifiers::Strong)
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp105 Kind = MigrationContext::GCAttrOccurrence::Strong;
344 << (Attr.Kind == GCAttrOccurrence::Strong ? "strong" : "weak");
H A DTransforms.h88 enum AttrKind { Weak, Strong } Kind; enumerator in enum:clang::arcmt::trans::MigrationContext::GCAttrOccurrence::AttrKind
/external/clang/lib/CodeGen/
H A DCGValue.h234 return Quals.getObjCGCAttr() == Qualifiers::Strong;
H A DCGObjCMac.cpp1923 return Qualifiers::Strong;
1933 return Qualifiers::Strong;
1996 if (GCAttr == Qualifiers::Strong)
4623 if ((ForStrongLayout && GCAttr == Qualifiers::Strong)
/external/clang/include/clang/AST/
H A DType.h125 Strong enumerator in enum:clang::Qualifiers::GC
939 return getObjCGCAttr() == Qualifiers::Strong;
/external/clang/lib/Sema/
H A DSemaType.cpp4099 GCAttr = Qualifiers::Strong;
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids7889 0748 Strong Man Enterprise Co., Ltd
10109 0ab0 Arrow Strong Electronics Co., Ltd

Completed in 586 milliseconds