/third_party/node/deps/v8/include/ |
D | v8-persistent-handle.h | 21 class Global; variable 216 friend class Global; variable 377 V8_INLINE Global() : PersistentBase<T>(nullptr) {} in Global() function 385 V8_INLINE Global(Isolate* isolate, Local<S> that) in Global() function 396 V8_INLINE Global(Isolate* isolate, const PersistentBase<S>& that) in Global() function 562 Global<T>::Global(Global&& other) : PersistentBase<T>(other.val_) { in Global() function
|
D | v8-function-callback.h | 17 class Global; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionComparator.h | 71 uint64_t getNumber(GlobalValue* Global) { in getNumber() 80 void erase(GlobalValue *Global) { in erase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugCrossExSubsection.cpp | 35 uint32_t Global) { in addMapping()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | dependency_graph.cc | 79 struct Global { struct 80 explicit Global(const ast::Node* n) : node(n) {} in Global() argument 83 const ast::Node* node; 85 std::vector<Global*> deps;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RecordStreamer.h | 27 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | DIPrinter.cpp | 111 DIPrinter &DIPrinter::operator<<(const DIGlobal &Global) { in operator <<()
|
D | Symbolize.cpp | 137 DIGlobal Global = Info->symbolizeData(ModuleOffset); in symbolizeData() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 70 struct Global { struct 89 Global GlobalImport; argument
|
/third_party/node/deps/v8/src/debug/ |
D | debug-evaluate.cc | 42 MaybeHandle<Object> DebugEvaluate::Global(Isolate* isolate, in Global() function in v8::internal::DebugEvaluate 58 MaybeHandle<Object> DebugEvaluate::Global(Isolate* isolate, in Global() function in v8::internal::DebugEvaluate
|
/third_party/rust/crates/clap/src/builder/ |
D | arg_settings.rs | 31 Global, enumerator
|
/third_party/googletest/googletest/include/gtest/hwext/ |
D | gtest-tag.h | 21 Security = 5 << 8, Global = 6 << 8, Compatibility = 7 << 8, User = 8 << 8, enumerator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.cc | 53 HashtablezSampler& HashtablezSampler::Global() { in Global() function in absl::container_internal::HashtablezSampler
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 292 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, in LLVMAddGlobalMapping() 297 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { in LLVMGetPointerToGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMCInstLower.cpp | 49 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
D | types.rs | 17 Global = membarrier_cmd::MEMBARRIER_CMD_GLOBAL as _, enumerator
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
D | types.rs | 19 Global = 1, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1820 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMGetGlobalParent() 1824 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() 1828 LLVMLinkage LLVMGetLinkage(LLVMValueRef Global) { in LLVMGetLinkage() 1857 void LLVMSetLinkage(LLVMValueRef Global, LLVMLinkage Linkage) { in LLVMSetLinkage() 1922 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() 1928 void LLVMSetSection(LLVMValueRef Global, const char *Section) { in LLVMSetSection() 1932 LLVMVisibility LLVMGetVisibility(LLVMValueRef Global) { in LLVMGetVisibility() 1937 void LLVMSetVisibility(LLVMValueRef Global, LLVMVisibility Viz) { in LLVMSetVisibility() 1942 LLVMDLLStorageClass LLVMGetDLLStorageClass(LLVMValueRef Global) { in LLVMGetDLLStorageClass() 1947 void LLVMSetDLLStorageClass(LLVMValueRef Global, LLVMDLLStorageClass Class) { in LLVMSetDLLStorageClass() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 677 void addGlobalInitializer(Ice::VariableDeclaration &Global, in addGlobalInitializer() 753 Ice::VariableDeclaration &Global, const Constant *Initializer, in addGlobalInitializer()
|
D | IceCfg.h | 150 void addGlobal(VariableDeclaration *Global) { in addGlobal()
|
D | IceDefs.h | 250 void push_back(VariableDeclaration *Global) { Globals.push_back(Global); } in push_back()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 81 uint32_t Global; member 115 WasmGlobalType Global; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 177 Global, enumerator
|
/third_party/rust/crates/clap/tests/derive/ |
D | subcommands.rs | 180 Global(GlobalCmd), in global_passed_down() enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalValue.h | 200 Global, enumerator
|