Home
last modified time | relevance | path

Searched defs:Local (Results 1 – 25 of 55) sorted by relevance

123

/third_party/node/deps/v8/include/
Dv8-local-handle.h117 friend class Local; variable
157 V8_INLINE Local() : val_(nullptr) {} in Local() function
159 V8_INLINE Local(Local<S> that) : val_(reinterpret_cast<T*>(*that)) { in Local() function
284 friend class Local; variable
317 explicit V8_INLINE Local(T* that) : val_(that) {} in Local() function
Dv8-traced-handle.h111 friend class Local; variable
171 friend class Local; variable
Dv8-internal.h23 class Local; variable
Dv8-persistent-handle.h212 friend class Local; variable
354 friend class Local; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h349 static LocalAsMetadata *getLocal(Value *Local) { in getLocal()
357 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists()
412 LocalAsMetadata(Value *Local) in LocalAsMetadata()
418 static LocalAsMetadata *get(Value *Local) { in get()
422 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.h365 static LocalAsMetadata *getLocal(Value *Local) { in getLocal()
375 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists()
430 LocalAsMetadata(Value *Local) in LocalAsMetadata()
436 static LocalAsMetadata *get(Value *Local) { in get()
440 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists()
DGlobalValue.h199 Local, enumerator
281 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal()
/third_party/node/deps/v8/src/heap/base/
Dworklist.h46 class Local; variable
347 Worklist<EntryType, SegmentSize>::Local::Local( in Local() function
362 Worklist<EntryType, SegmentSize>::Local::Local( in Local() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossExSubsection.cpp34 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping()
/third_party/python/Lib/test/
Dtest_threading_local.py63 class Local(self._local): class
79 class Local(self._local): class
/third_party/rust/crates/syn/src/
Dstmt.rs266 fn stmt_local(input: ParseStream, attrs: Vec<Attribute>) -> Result<Local> { in stmt_local()
427 impl ToTokens for Local { implementation
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DD3D12Backend.h42 Local, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp26 bool Local = GV.hasLocalLinkage(); in makeVisible() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp120 DIPrinter &DIPrinter::operator<<(const DILocal &Local) { in operator <<()
/third_party/libcoap/include/coap3/
Dcoap_io_internal.h196 # define coap_mcast_interface(Local) 0 argument
/third_party/rust/crates/syn/examples/trace-var/trace-var/src/
Dlib.rs86 let Local { pat, init, .. } = local; in let_and_print() localVariable
/third_party/node/deps/v8/src/heap/
Dmarking-worklist.cc104 MarkingWorklists::Local::Local( in Local() function in v8::internal::MarkingWorklists::Local
Dweak-object-worklists.cc21 WeakObjects::Local::Local(WeakObjects* weak_objects) in Local() function in v8::internal::WeakObjects::Local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp90 static const MemoryRequirement Local; member in vk::MemoryRequirement
/third_party/python/Doc/includes/
Dtzinfo_examples.py56 Local = LocalTimezone() variable
/third_party/node/deps/npm/node_modules/node-gyp/lib/
DFind-VisualStudio.cs20 Local = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp575 const Function &F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata()
692 unsigned F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata()
985 if (auto *Local = dyn_cast<LocalAsMetadata>(MD->getMetadata())) in incorporateFunction() local
/third_party/skia/third_party/externals/tint/src/resolver/
Datomics_validation_test.cc322 TEST_F(ResolverAtomicValidationTest, Local) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AsmPrinter.cpp69 bool Local = MF.getFunction().hasLocalLinkage(); in runOnMachineFunction() local
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc88 MaybeHandle<Object> DebugEvaluate::Local(Isolate* isolate, in Local() function in v8::internal::DebugEvaluate

123