Home
last modified time | relevance | path

Searched defs:TypeMap (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DdeeplyNestedConstraints.ts8 type TypeMap<E extends Enum> = { [key in E[keyof E]]: number | boolean | string | number[] }; alias
DcorrelatedUnions.ts54 type TypeMap = { alias
59 type Keys = keyof TypeMap; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h59 TypeMapType TypeMap; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h544 template <class BlockT> struct TypeMap {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp389 TypeMapTy TypeMap; member in __anon0d587f720211::IRLinker
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1336 using TypeMap = DenseMap<LLT, LegalizeAction>; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp248 using TypeMap = std::map<TypePair, std::string>; in getGLSLInputValDecl() typedef
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp248 using TypeMap = std::map<TypePair, std::string>; in getGLSLInputValDecl() typedef
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp585 typedef std::map<GLenum, std::string> TypeMap; in getTypeStr() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6583 const Constant *TypeMap = cast<Constant>(I.getArgOperand(1)); in visitIntrinsicCall() local