/third_party/typescript_eslint/packages/eslint-plugin/typings/ |
D | node.d.ts | 3 interface Global { interface
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | window.c | 38 struct Global struct 40 uint32_t name; 41 char *p_interface; 42 uint32_t version; 66 struct Global *p_global; in registry_handle_global() argument
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RecordStreamer.h | 27 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator
|
D | WasmObjectFile.cpp | 534 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab() local 991 wasm::WasmGlobal Global; in parseGlobalSection() local
|
/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/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/googletest/googletest/include/gtest/hwext/ |
D | gtest-tag.h | 20 Security = 5 << 8, Global = 6 << 8, Compatibility = 7 << 8, User = 8 << 8, enumerator
|
/third_party/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/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/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalValue.h | 200 Global, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 421 for (auto &Global : Section.Globals) { in writeSectionContent() local
|
D | WasmYAML.cpp | 408 WasmYAML::Global &Global) { in mapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | AMDGPUMetadata.h | 53 Global = 1, enumerator
|