Searched defs:parseUInt32 (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/ | ||
H A D | LLParser.h | 265 bool parseUInt32(unsigned &Val, LocTy &Loc) { parseUInt32() function |
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ | ||
H A D | LLParser.cpp | 1790 bool LLParser::parseUInt32(uint32_t &Val) { parseUInt32() function in LLParser |