Searched refs:TypeDesc (Results 1 – 4 of 4) sorted by relevance
38 struct TypeDesc { struct41 constexpr bool operator==(const TypeDesc &other) const { argument52 TypeDesc desc_arr[DESC_ARR_LEN];63 DESC_ARR_LEN * sizeof(TypeDesc)); in Parser()108 static constexpr TypeDesc TYPE_DESC{sizeof(T), PrimaryType::Integer};110 static constexpr TypeDesc TYPE_DESC<double>{sizeof(double),113 static constexpr TypeDesc TYPE_DESC<long double>{sizeof(long double),116 static constexpr TypeDesc TYPE_DESC<void *>{sizeof(void *),119 static constexpr TypeDesc TYPE_DESC<void>{0, PrimaryType::Integer};121 void inline set_type_desc(size_t index, TypeDesc value) { in set_type_desc()[all …]
247 Parser::TypeDesc Parser::get_type_desc(size_t index) { in get_type_desc()304 TypeDesc conv_size = TYPE_DESC<void>; in get_type_desc()389 Parser::TypeDesc cur_type_desc = TYPE_DESC<void>; in args_to_index()
494 def fir_TypeDescType : FIR_Type<"TypeDesc", "tdesc"> {
13167 const char *TypeDesc);