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

/external/llvm/lib/CodeGen/
H A DStackProtector.cpp107 bool Strong,
117 if (!Strong && (InStruct || !Trip.isOSDarwin()))
128 if (Strong)
141 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
199 bool Strong = false; local
204 Strong = true; // Use the same heuristic as strong to determine SSPLayout
207 Strong = true;
219 // SSP-Strong: Enable protectors for any call to alloca, regardless
221 if (Strong)
231 } else if (Strong) {
106 ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong, bool InStruct) const argument
[all...]
H A DSpillPlacement.h113 /// @param Strong When true, double the negative bias for these blocks.
114 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
H A DSpillPlacement.cpp272 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { argument
276 if (Strong)
/external/llvm/include/llvm/CodeGen/
H A DStackProtector.h96 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
/external/clang/lib/AST/
H A DTypePrinter.cpp259 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(Polic
[all...]
H A DASTContext.cpp6324 /// getObjCGCAttr - Returns one of GCNone, Weak or Strong objc's
6339 return Qualifiers::Strong;
7070 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) {
7071 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong));
7073 if (GC_R == Qualifiers::Strong && LHSCan->isObjCObjectPointerType()) {
7074 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS);
7370 if (GC_L == Qualifiers::Strong)
7372 if (GC_R == Qualifiers::Strong)
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp105 Kind = MigrationContext::GCAttrOccurrence::Strong;
342 << (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.h236 return Quals.getObjCGCAttr() == Qualifiers::Strong;
H A DCGObjCMac.cpp1921 return Qualifiers::Strong;
1931 return Qualifiers::Strong;
1993 if (GCAttr == Qualifiers::Strong)
4594 if ((ForStrongLayout && GCAttr == Qualifiers::Strong)
/external/clang/include/clang/AST/
H A DType.h124 Strong enumerator in enum:clang::Qualifiers::GC
938 return getObjCGCAttr() == Qualifiers::Strong;
/external/clang/lib/Sema/
H A DSemaType.cpp4208 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 301 milliseconds