Searched defs:Strong (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransforms.h88 enum AttrKind { Weak, Strong } Kind; enumerator in enum:clang::arcmt::trans::MigrationContext::GCAttrOccurrence::AttrKind
/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp263 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { argument
267 if (Strong)
H A DStackProtector.cpp109 bool Strong,
119 if (!Strong && (InStruct || !Trip.isOSDarwin()))
130 if (Strong)
143 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
201 bool Strong = false; local
205 Strong = true; // Use the same heuristic as strong to determine SSPLayout
207 Strong = true;
215 // SSP-Strong: Enable protectors for any call to alloca, regardless
217 if (Strong)
226 } else if (Strong) {
108 ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong, bool InStruct) const argument
[all...]
/external/clang/include/clang/AST/
H A DType.h128 Strong enumerator in enum:clang::Qualifiers::GC
976 return getObjCGCAttr() == Qualifiers::Strong;

Completed in 156 milliseconds