Home
last modified time | relevance | path

Searched refs:TypeDesc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dparser.h38 struct TypeDesc { struct
41 constexpr bool operator==(const TypeDesc &other) const { argument
52 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 …]
H A Dparser.cpp247 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()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRTypes.td494 def fir_TypeDescType : FIR_Type<"TypeDesc", "tdesc"> {
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13167 const char *TypeDesc);