reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/AsmParser/LLParser.h
  253     bool ParseUInt32(unsigned &Val);

References

lib/AsmParser/LLParser.cpp
  679   if (ParseUInt32(MID))
  738   if (ParseUInt32(MetadataID) ||
 1236         if (ParseToken(lltok::equal, "expected '=' here") || ParseUInt32(Value))
 1251             ParseUInt32(Alignment))
 1573          ParseUInt32(AddrSpace) ||
 2010       return ParseUInt32(CC);
 2081   if (ParseUInt32(Value))
 2179   if (ParseUInt32(BaseSizeArg))
 2185     if (ParseUInt32(HowMany))
 2272   if (ParseUInt32(Alignment)) return true;
 2304     if (ParseUInt32(Idx)) return true;
 4128       bool Res = ParseUInt32(TempVal);
 4168       bool Res = ParseUInt32(TempVal);
 7364     if (ParseUInt32(Index))
 7471   if (ParseUInt32(Hash[0]) || ParseToken(lltok::comma, "expected ',' here") ||
 7472       ParseUInt32(Hash[1]) || ParseToken(lltok::comma, "expected ',' here") ||
 7473       ParseUInt32(Hash[2]) || ParseToken(lltok::comma, "expected ',' here") ||
 7474       ParseUInt32(Hash[3]) || ParseToken(lltok::comma, "expected ',' here") ||
 7475       ParseUInt32(Hash[4]))
 7667       ParseUInt32(TTRes.SizeM1BitWidth))
 7687       if (ParseToken(lltok::colon, "expected ':'") || ParseUInt32(Val))
 7851             ParseUInt32(ByArg.Byte))
 7857             ParseUInt32(ByArg.Bit))
 8081       ParseToken(lltok::colon, "expected ':' here") || ParseUInt32(InstCount))
 8335             ParseToken(lltok::colon, "expected ':'") || ParseUInt32(RelBF))
lib/AsmParser/LLParser.h
  256       return ParseUInt32(Val);