Home
last modified time | relevance | path

Searched defs:ParseUInt32 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h254 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32() function
DLLParser.cpp1503 bool LLParser::ParseUInt32(uint32_t &Val) { in ParseUInt32() function in LLParser