/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 118 bool Strong, in ContainsProtectableArray() argument 128 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray() 139 if (Strong) in ContainsProtectableArray() 152 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray() 252 bool Strong = false; in RequiresStackProtector() local 272 Strong = true; // Use the same heuristic as strong to determine SSPLayout in RequiresStackProtector() 274 Strong = true; in RequiresStackProtector() 300 } else if (Strong) { in RequiresStackProtector() 318 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector() 333 if (Strong && HasAddressTaken(AI)) { in RequiresStackProtector()
|
D | SpillPlacement.cpp | 286 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill() argument 290 if (Strong) in addPrefSpill()
|
D | SpillPlacement.h | 121 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
|
/third_party/node/deps/v8/src/objects/ |
D | maybe-object-inl.h | 54 HeapObjectReference HeapObjectReference::Strong(Object object) { in Strong() function 74 return HeapObjectReference::Strong(object); in From()
|
D | maybe-object.h | 50 V8_INLINE static HeapObjectReference Strong(Object object);
|
D | transitions-inl.h | 62 HeapObjectReference::Strong(transitions)); in SetPrototypeTransitions() 103 HeapObjectReference::Strong(key)); in SetKey()
|
/third_party/node/src/ |
D | node_realm-inl.h | 120 return PersistentToLocal::Strong(PropertyName##_); \ 129 return PersistentToLocal::Strong(context_); in PER_REALM_STRONG_PERSISTENT_VALUES()
|
/third_party/node/doc/contributing/ |
D | components-in-core.md | 10 ## Strong arguments for including a component in core 24 ## Strong arguments against including a component in core
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLink.cpp | 72 case Linkage::Strong: in getLinkageName() 109 case Linkage::Strong: in operator <<()
|
D | MachOLinkGraphBuilder.cpp | 63 return Linkage::Strong; in getLinkage() 326 NSym.Desc & MachO::N_WEAK_REF ? Linkage::Weak : Linkage::Strong); in graphifyRegularSymbols() 334 *NSym.Name, NSym.Value, 0, Linkage::Strong, Scope::Default, in graphifyRegularSymbols()
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | get_binary.md | 17 Strong exception safety: if an exception occurs, the original value stays intact.
|
D | basic_json.md | 188 1. Strong guarantee: if an exception is thrown, there are no changes to any JSON value. 196 5. Strong guarantee: if an exception is thrown, there are no changes to any JSON value. 197 6. Strong guarantee: if an exception is thrown, there are no changes to any JSON value. 198 7. Strong guarantee: if an exception is thrown, there are no changes to any JSON value. 199 8. Strong guarantee: if an exception is thrown, there are no changes to any JSON value.
|
D | to_string.md | 21 Strong guarantee: if an exception is thrown, there are no changes to any JSON value.
|
D | flatten.md | 17 Strong exception safety: if an exception occurs, the original value stays intact.
|
D | diff.md | 30 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
|
D | to_bson.md | 35 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
|
D | front.md | 18 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
|
D | back.md | 25 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
|
D | get_ref.md | 28 Strong exception safety: if an exception occurs, the original value stays intact.
|
D | to_cbor.md | 36 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
|
D | to_msgpack.md | 35 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
|
D | meta.md | 25 Strong guarantee: if an exception is thrown, there are no changes to any JSON value.
|
D | unflatten.md | 20 Strong exception safety: if an exception occurs, the original value stays intact.
|
D | array.md | 21 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | StackProtector.h | 94 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|