Searched refs:parseUInt64 (Results 1 – 2 of 2) sorted by relevance
279 bool parseUInt64(uint64_t &Val);280 bool parseUInt64(uint64_t &Val, LocTy &Loc) { in parseUInt64() function282 return parseUInt64(Val); in parseUInt64()
1881 bool LLParser::parseUInt64(uint64_t &Val) { in parseUInt64() function in LLParser2397 if (parseUInt64(Value)) in parseOptionalAlignment()2453 if (parseUInt64(Bytes)) in parseOptionalDerefAttrBytes()2651 !parseUInt64(Value)) { in parseNoFPClassAttr()9183 parseToken(lltok::colon, "expected ':' here") || parseUInt64(Offset) || in parseTypeIdCompatibleVtableEntry()9284 parseUInt64(TTRes.AlignLog2)) in parseTypeTestResolution()9289 if (parseToken(lltok::colon, "expected ':'") || parseUInt64(TTRes.SizeM1)) in parseTypeTestResolution()9304 parseUInt64(TTRes.InlineBits)) in parseTypeTestResolution()9333 parseToken(lltok::colon, "expected ':' here") || parseUInt64(Offset) || in parseOptionalWpdResolutions()9453 parseUInt64(ByArg.Info)) in parseOptionalResByArg()[all …]