Home
last modified time | relevance | path

Searched refs:Strong (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp118 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()
DSpillPlacement.cpp286 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill() argument
290 if (Strong) in addPrefSpill()
DSpillPlacement.h121 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
/third_party/node/deps/v8/src/objects/
Dmaybe-object-inl.h54 HeapObjectReference HeapObjectReference::Strong(Object object) { in Strong() function
74 return HeapObjectReference::Strong(object); in From()
Dmaybe-object.h50 V8_INLINE static HeapObjectReference Strong(Object object);
Dtransitions-inl.h62 HeapObjectReference::Strong(transitions)); in SetPrototypeTransitions()
103 HeapObjectReference::Strong(key)); in SetKey()
/third_party/node/src/
Dnode_realm-inl.h120 return PersistentToLocal::Strong(PropertyName##_); \
129 return PersistentToLocal::Strong(context_); in PER_REALM_STRONG_PERSISTENT_VALUES()
/third_party/node/doc/contributing/
Dcomponents-in-core.md10 ## 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/
DJITLink.cpp72 case Linkage::Strong: in getLinkageName()
109 case Linkage::Strong: in operator <<()
DMachOLinkGraphBuilder.cpp63 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/
Dget_binary.md17 Strong exception safety: if an exception occurs, the original value stays intact.
Dbasic_json.md188 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.
Dto_string.md21 Strong guarantee: if an exception is thrown, there are no changes to any JSON value.
Dflatten.md17 Strong exception safety: if an exception occurs, the original value stays intact.
Ddiff.md30 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
Dto_bson.md35 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
Dfront.md18 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
Dback.md25 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
Dget_ref.md28 Strong exception safety: if an exception occurs, the original value stays intact.
Dto_cbor.md36 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
Dto_msgpack.md35 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
Dmeta.md25 Strong guarantee: if an exception is thrown, there are no changes to any JSON value.
Dunflatten.md20 Strong exception safety: if an exception occurs, the original value stays intact.
Darray.md21 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/
DStackProtector.h94 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,

1234