Searched defs:LengthModifier (Results 1 – 3 of 3) sorted by relevance
| /external/llvm-libc/src/stdio/scanf_core/ |
| D | core_structs.h | 23 enum class LengthModifier { hh, h, l, ll, j, z, t, L, NONE }; enum
|
| /external/llvm-libc/src/stdio/printf_core/ |
| D | core_structs.h | 27 enum class LengthModifier { hh, h, l, ll, j, z, t, L, w, wf, none }; enum
|
| /external/clang/include/clang/Analysis/Analyses/ |
| D | FormatString.h | 87 LengthModifier() in LengthModifier() function 89 LengthModifier(const char *pos, Kind k) in LengthModifier() function
|