Lines Matching refs:Prefix
197 /// @brief Prefix increment operator. Increments the APInt by one.
226 /// @brief Prefix decrement operator. Decrements the APInt by one.
2153 const char *Prefix = "";
2159 Prefix = "0b";
2162 Prefix = "0";
2165 break; // No prefix
2167 Prefix = "0x";
2176 while (*Prefix) {
2177 Str.push_back(*Prefix);
2178 ++Prefix;
2203 while (*Prefix) {
2204 Str.push_back(*Prefix);
2205 ++Prefix;
2227 while (*Prefix) {
2228 Str.push_back(*Prefix);
2229 ++Prefix;