Home
last modified time | relevance | path

Searched defs:TypeMap (Results 1 – 12 of 12) 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/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/metadata/
Dtype_map.rs124 pub(crate) struct TypeMap<'ll, 'tcx> { struct
128 impl<'ll, 'tcx> TypeMap<'ll, 'tcx> { argument
/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 __anonedda19540211::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/protobuf/src/google/protobuf/
Ddescriptor.cc235 class TypeMap { class
/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