Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h63 const APFloat &getAPFloatVal() const { return APFloatVal; } in getAPFloatVal() function
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3820 ID.APFloatVal = Lex.getAPFloatVal(); in parseValID()