Home
last modified time | relevance | path

Searched defs:globalTypes (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts907 export const globalTypes: ReadonlyArray<Entry>; constant
/third_party/glslang/SPIRV/
DSPVRemapper.cpp1224 …bool spirvbin_t::matchType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt, spv::Id gt) c… in matchType() argument
1283 spv::Id spirvbin_t::findType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt) const in findType() argument
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts1224 export const globalTypes = globalTypesPlus([]); constant