/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 120 bool Strong, in ContainsProtectableArray() argument 130 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray() 141 if (Strong) in ContainsProtectableArray() 154 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray() 212 bool Strong = false; in RequiresStackProtector() local 227 Strong = true; // Use the same heuristic as strong to determine SSPLayout in RequiresStackProtector() 229 Strong = true; in RequiresStackProtector() 241 if (Strong) in RequiresStackProtector() 250 } else if (Strong) { in RequiresStackProtector() 264 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector() [all …]
|
D | SpillPlacement.h | 122 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
|
D | SpillPlacement.cpp | 278 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill() argument 282 if (Strong) in addPrefSpill()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 114 bool Strong, in ContainsProtectableArray() argument 124 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray() 135 if (Strong) in ContainsProtectableArray() 148 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray() 216 bool Strong = false; in RequiresStackProtector() local 242 Strong = true; // Use the same heuristic as strong to determine SSPLayout in RequiresStackProtector() 244 Strong = true; in RequiresStackProtector() 270 } else if (Strong) { in RequiresStackProtector() 288 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector() 303 if (Strong && HasAddressTaken(AI)) { in RequiresStackProtector()
|
D | SpillPlacement.h | 122 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
|
D | SpillPlacement.cpp | 286 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill() argument 290 if (Strong) in addPrefSpill()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 267 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local 291 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local 331 IncludeStrongLifetimeRAII Strong(Policy); in printPointerBefore() local 341 IncludeStrongLifetimeRAII Strong(Policy); in printPointerAfter() local 364 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceBefore() local 375 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceAfter() local 386 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceBefore() local 397 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceAfter() local 408 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerBefore() local 424 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerAfter() local [all …]
|
/external/google-fruit/extras/scripts/ |
D | find_unused_types.sh | 20 echo Strong candidates:
|
/external/v8/src/ |
D | transitions-inl.h | 47 HeapObjectReference::Strong(transitions)); in SetPrototypeTransitions() 82 HeapObjectReference::Strong(key)); in SetKey()
|
/external/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-objc.m | 14 @property (strong) NSObject *Strong; property
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-objc.m | 14 @property (strong) NSObject *Strong; property
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SpillPlacement.h | 111 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
|
D | SpillPlacement.cpp | 244 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill() argument 248 if (Strong) in addPrefSpill()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | StackProtector.h | 95 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|
/external/llvm/include/llvm/CodeGen/ |
D | StackProtector.h | 102 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|
/external/v8/src/objects/ |
D | maybe-object.h | 91 static HeapObjectReference* Strong(Object* object) { in Strong() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | dwarfdump-objc.test | 49 CHECK: DW_AT_APPLE_property_name {{.*}} "Strong"
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-objc.test | 49 CHECK: DW_AT_APPLE_property_name {{.*}} "Strong"
|
/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/u-boot/arch/x86/include/asm/acpi/ |
D | globutil.asl | 33 * SCMP - Strong string compare
|
/external/python/setuptools/docs/_theme/nature/static/ |
D | pygments.css | 14 .gs { font-weight: bold } /* Generic.Strong */
|
/external/clang/include/clang/AST/ |
D | CommentHTMLTags.td | 8 def Strong : Tag<"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
|