Lines Matching refs:Prefix
195 /// @brief Prefix increment operator. Increments the APInt by one.
224 /// @brief Prefix decrement operator. Decrements the APInt by one.
2130 const char *Prefix = "";
2136 Prefix = "0b";
2139 Prefix = "0";
2142 break; // No prefix
2144 Prefix = "0x";
2153 while (*Prefix) {
2154 Str.push_back(*Prefix);
2155 ++Prefix;
2180 while (*Prefix) {
2181 Str.push_back(*Prefix);
2182 ++Prefix;
2204 while (*Prefix) {
2205 Str.push_back(*Prefix);
2206 ++Prefix;