Searched refs:parseUInt64 (Results 1 – 2 of 2) sorted by relevance
244 bool parseUInt64(uint64_t &Val);245 bool parseUInt64(uint64_t &Val, LocTy &Loc) { in parseUInt64() function247 return parseUInt64(Val); in parseUInt64()
1635 bool LLParser::parseUInt64(uint64_t &Val) { in parseUInt64() function in LLParser2307 if (parseUInt64(Bytes)) in parseOptionalDerefAttrBytes()8132 parseToken(lltok::colon, "expected ':' here") || parseUInt64(Offset) || in parseTypeIdCompatibleVtableEntry()8233 parseUInt64(TTRes.AlignLog2)) in parseTypeTestResolution()8238 if (parseToken(lltok::colon, "expected ':'") || parseUInt64(TTRes.SizeM1)) in parseTypeTestResolution()8253 parseUInt64(TTRes.InlineBits)) in parseTypeTestResolution()8282 parseToken(lltok::colon, "expected ':' here") || parseUInt64(Offset) || in parseOptionalWpdResolutions()8402 parseUInt64(ByArg.Info)) in parseOptionalResByArg()8445 if (parseUInt64(Val)) in parseArgs()8542 if (parseUInt64(Flags)) in parseSummaryIndexFlags()[all …]