Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp256 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);
3057 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() function in AsmParser
3103 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()
4649 if (parseRealValue(Semantics, AsInt)) in parseDirectiveRealDCB()