Home
last modified time | relevance | path

Searched defs:LengthModifier (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/src/stdio/scanf_core/
H A Dcore_structs.h23 enum class LengthModifier { hh, h, l, ll, j, z, t, L, NONE }; global() enum
/llvm-project/libc/src/stdio/printf_core/
H A Dcore_structs.h27 enum class LengthModifier { hh, h, l, ll, j, z, t, L, w, wf, none }; enum
/llvm-project/clang/include/clang/AST/
H A DFormatString.h88 LengthModifier() in LengthModifier() function
90 LengthModifier(const char *pos, Kind k) in LengthModifier() function