Home
last modified time | relevance | path

Searched refs:parseUInt64 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h258 bool parseUInt64(uint64_t &Val);
259 bool parseUInt64(uint64_t &Val, LocTy &Loc) { in parseUInt64() function
261 return parseUInt64(Val); in parseUInt64()
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp1725 bool LLParser::parseUInt64(uint64_t &Val) { in parseUInt64() function in LLParser
2165 if (parseUInt64(Value)) in parseOptionalAlignment()
2197 if (parseUInt64(Bytes)) in parseOptionalDerefAttrBytes()
8242 parseToken(lltok::colon, "expected ':' here") || parseUInt64(Offset) || in parseTypeIdCompatibleVtableEntry()
8343 parseUInt64(TTRes.AlignLog2)) in parseTypeTestResolution()
8348 if (parseToken(lltok::colon, "expected ':'") || parseUInt64(TTRes.SizeM1)) in parseTypeTestResolution()
8363 parseUInt64(TTRes.InlineBits)) in parseTypeTestResolution()
8392 parseToken(lltok::colon, "expected ':' here") || parseUInt64(Offset) || in parseOptionalWpdResolutions()
8512 parseUInt64(ByArg.Info)) in parseOptionalResByArg()
8555 if (parseUInt64(Val)) in parseArgs()
[all …]