Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptParser.h92 Expected<RCInt> parseIntExpr1();
DResourceScriptParser.cpp142 Expected<RCInt> RCParser::readInt() { return parseIntExpr1(); } in readInt()
144 Expected<RCInt> RCParser::parseIntExpr1() { in parseIntExpr1() function in llvm::rc::RCParser
203 ASSIGN_OR_RETURN(Result, parseIntExpr1()); in parseIntExpr2()