Home | History | Annotate | Download | only in MCParser

Lines Matching defs:Radix

201     unsigned Radix = doLookAhead(CurPtr, 10);
202 bool isHex = Radix == 16;
212 if (Result.getAsInteger(Radix, Value)) {
216 if (Result.getAsInteger(Radix, UValue))
223 if (Radix == 2 || Radix == 16)
290 unsigned Radix = doLookAhead(CurPtr, 8);
291 bool isHex = Radix == 16;
293 if (Result.getAsInteger(Radix, Value))
298 if (Radix == 16)