Searched defs:TypeMap (Results 1 – 12 of 12) sorted by relevance
8 type TypeMap<E extends Enum> = { [key in E[keyof E]]: number | boolean | string | number[] }; alias
54 type TypeMap = { alias59 type Keys = keyof TypeMap; alias
124 pub(crate) struct TypeMap<'ll, 'tcx> { struct128 impl<'ll, 'tcx> TypeMap<'ll, 'tcx> { argument
59 TypeMapType TypeMap; variable
544 template <class BlockT> struct TypeMap {}; struct
389 TypeMapTy TypeMap; member in __anonedda19540211::IRLinker
1336 using TypeMap = DenseMap<LLT, LegalizeAction>; variable
248 using TypeMap = std::map<TypePair, std::string>; in getGLSLInputValDecl() typedef
585 typedef std::map<GLenum, std::string> TypeMap; in getTypeStr() typedef
235 class TypeMap { class
6583 const Constant *TypeMap = cast<Constant>(I.getArgOperand(1)); in visitIntrinsicCall() local