Lines Matching full:modifiers
6139 // Modifiers.
6144 // Read the prefixed modifiers first.
6153 assert(!Unsigned && "Can't use both 'S' and 'U' modifiers!");
6158 assert(!Signed && "Can't use both 'S' and 'U' modifiers!");
6176 "Bad modifiers used with 'v'!");
6181 "Bad modifiers used with 'f'!");
6186 "Bad modifiers used with 'd'!");
6193 assert(HowLong == 0 && "Bad modifiers used with 's'!");
6210 assert(HowLong == 0 && "Bad modifiers used with 'c'!");
6219 assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'b'!");
6223 assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'z'!");
6301 // If there are modifiers and if we're allowed to parse them, go for it.