Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp268 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);
3198 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() function in AsmParser
3246 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()
4894 if (parseRealValue(Semantics, AsInt) || parseEOL()) in parseDirectiveRealDCB()
H A DMasmParser.cpp531 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);
3339 bool MasmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() function in MasmParser
3432 if (parseRealValue(Semantics, AsInt)) in parseRealInstList()
3632 if (parseRealValue(*Semantics, AsIntValues.back())) in parseFieldInitializer()