Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp149 ASSIGN_OR_RETURN(Value, parseIntExpr1()); in readInt()
153 Expected<IntWithNotMask> RCParser::parseIntExpr1() { in parseIntExpr1() function in llvm::rc::RCParser
212 ASSIGN_OR_RETURN(Result, parseIntExpr1()); in parseIntExpr2()
564 ASSIGN_OR_RETURN(StyleVal, parseIntExpr1()); in parseControl()
576 ASSIGN_OR_RETURN(Val, parseIntExpr1()); in parseControl()
H A DResourceScriptParser.h91 Expected<IntWithNotMask> parseIntExpr1();