Searched refs:parseRealValue (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp275 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);
3217 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { function in class:AsmParser
3264 if (checkForValidSection() || parseRealValue(Semantics, AsInt))
4873 if (parseRealValue(Semantics, AsInt) || parseEOL())
H A DMasmParser.cpp531 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);
3610 bool MasmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { function in class:MasmParser
3704 if (parseRealValue(Semantics, AsInt))
3902 if (parseRealValue(*Semantics, AsIntValues.back()))

Completed in 99 milliseconds