Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp279 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);
3255 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() function in AsmParser
3303 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()
4924 if (parseRealValue(Semantics, AsInt) || parseEOL()) in parseDirectiveRealDCB()
H A DMasmParser.cpp558 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);
3845 bool MasmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() function in MasmParser
3938 if (parseRealValue(Semantics, AsInt)) in parseRealInstList()
4138 if (parseRealValue(*Semantics, AsIntValues.back())) in parseFieldInitializer()