Home
last modified time | relevance | path

Searched defs:Global (Results 1 – 25 of 48) sorted by relevance

12

/third_party/typescript_eslint/packages/eslint-plugin/typings/
Dnode.d.ts3 interface Global { interface
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dwindow.c38 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/
DFunctionComparator.h71 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/
DDebugCrossExSubsection.cpp35 uint32_t Global) { in addMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.h27 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator
DWasmObjectFile.cpp534 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab() local
991 wasm::WasmGlobal Global; in parseGlobalSection() local
/third_party/skia/third_party/externals/tint/src/resolver/
Ddependency_graph.cc79 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/
DDIPrinter.cpp111 DIPrinter &DIPrinter::operator<<(const DIGlobal &Global) { in operator <<()
DSymbolize.cpp137 DIGlobal Global = Info->symbolizeData(ModuleOffset); in symbolizeData() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h70 struct Global { struct
89 Global GlobalImport; argument
/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-tag.h20 Security = 5 << 8, Global = 6 << 8, Compatibility = 7 << 8, User = 8 << 8, enumerator
/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc53 HashtablezSampler& HashtablezSampler::Global() { in Global() function in absl::container_internal::HashtablezSampler
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc53 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/
DExecutionEngineBindings.cpp292 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/
DWebAssemblyMCInstLower.cpp49 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1820 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/
DIceConverter.cpp677 void addGlobalInitializer(Ice::VariableDeclaration &Global, in addGlobalInitializer()
753 Ice::VariableDeclaration &Global, const Constant *Initializer, in addGlobalInitializer()
DIceCfg.h150 void addGlobal(VariableDeclaration *Global) { in addGlobal()
DIceDefs.h250 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/
DWasm.h81 uint32_t Global; member
115 WasmGlobalType Global; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h177 Global, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h200 Global, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp421 for (auto &Global : Section.Globals) { in writeSectionContent() local
DWasmYAML.cpp408 WasmYAML::Global &Global) { in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h53 Global = 1, enumerator

12