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.cpp272 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { argument
276 if (Strong)
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...]
/external/clang/include/clang/AST/
H A DType.h124 Strong enumerator in enum:clang::Qualifiers::GC
938 return getObjCGCAttr() == Qualifiers::Strong;

Completed in 101 milliseconds