/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 109 bool Strong, in ContainsProtectableArray() argument 119 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray() 130 if (Strong) in ContainsProtectableArray() 143 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray() 201 bool Strong = false; in RequiresStackProtector() local 205 Strong = true; // Use the same heuristic as strong to determine SSPLayout in RequiresStackProtector() 207 Strong = true; in RequiresStackProtector() 217 if (Strong) in RequiresStackProtector() 226 } else if (Strong) { in RequiresStackProtector() 240 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector() [all …]
|
D | SpillPlacement.h | 118 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
|
D | SpillPlacement.cpp | 263 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill() argument 267 if (Strong) in addPrefSpill()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 263 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local 287 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local 327 IncludeStrongLifetimeRAII Strong(Policy); in printPointerBefore() local 337 IncludeStrongLifetimeRAII Strong(Policy); in printPointerAfter() local 360 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceBefore() local 371 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceAfter() local 382 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceBefore() local 393 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceAfter() local 404 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerBefore() local 420 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerAfter() local [all …]
|
D | ASTContext.cpp | 6632 return Qualifiers::Strong; in getObjCGCAttrKind() 7567 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) { in mergeTypes() 7568 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong)); in mergeTypes() 7570 if (GC_R == Qualifiers::Strong && LHSCan->isObjCObjectPointerType()) { in mergeTypes() 7571 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS); in mergeTypes() 7867 if (GC_L == Qualifiers::Strong) in mergeObjCGCQualifiers() 7869 if (GC_R == Qualifiers::Strong) in mergeObjCGCQualifiers()
|
/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/ |
D | pygapp2.py | 51 Generic.Strong: "nobold noitalic #000",
|
/external/llvm/include/llvm/CodeGen/ |
D | StackProtector.h | 96 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|
/external/webrtc/ |
D | AUTHORS | 6 Ben Strong <bstrong@gmail.com>
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 105 Kind = MigrationContext::GCAttrOccurrence::Strong; in handleAttr() 340 << (Attr.Kind == GCAttrOccurrence::Strong ? "strong" : "weak"); in dumpGCAttrs()
|
D | Transforms.h | 88 enum AttrKind { Weak, Strong } Kind; enumerator
|
/external/clang/include/clang/AST/ |
D | CommentHTMLTags.td | 8 def Strong : Tag<"strong">;
|
D | Type.h | 128 Strong 976 return getObjCGCAttr() == Qualifiers::Strong;
|
/external/clang/test/CodeGenObjC/ |
D | fragile-arc.m | 18 // Strong layout: scan the first word. 120 // Strong layout: skip five, scan four, skip three, scan seven
|
/external/llvm/include/llvm/IR/ |
D | Attributes.td | 142 /// Strong Stack protection.
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 292 return Quals.getObjCGCAttr() == Qualifiers::Strong; in isObjCStrong()
|
D | CGObjCMac.cpp | 1968 return Qualifiers::Strong; in GetGCAttrTypeForType() 1978 case Qualifiers::OCL_Strong: return Qualifiers::Strong; in GetGCAttrTypeForType() 1988 return Qualifiers::Strong; in GetGCAttrTypeForType() 2136 if (GCAttr == Qualifiers::Strong) { in visitBlock() 4746 if ((ForStrongLayout && GCAttr == Qualifiers::Strong) in visitField()
|
/external/libcxx/include/ |
D | deque | 2228 // Strong guarantee. Either do it or don't touch anything. 2288 // Strong guarantee. Either do it or don't touch anything. 2373 // Strong guarantee. Either do it or don't touch anything. 2428 // Strong guarantee. Either do it or don't touch anything.
|
/external/boringssl/src/crypto/obj/ |
D | objects.txt | 662 1 3 101 1 4 1 : SXNetID : Strong Extranet ID
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_Latin.txt | 6664 Strong, Elizabeth 6665 Strong-Cuevas
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 5286 GCAttr = Qualifiers::Strong; in handleObjCGCTypeAttr()
|
/external/fio/ |
D | HOWTO | 936 tausworthe Strong 2^88 cycle random number generator
|
/external/clang/test/Analysis/ |
D | retain-release-path-notes.m | 296 [_ownedProp release]; // FIXME-note {{Strong instance variable relinquished. Object released}} 305 [_ivarOnly release]; // FIXME-note {{Strong instance variable relinquished. Object released}}
|
/external/srtp/doc/ |
D | rfc3711.txt | 1751 1. Strong authentication can be impractical in environments where
|