HomeSort by relevance Sort by last modified time
    Searched defs:APFloatVal (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/AsmParser/
LLLexer.h 42 APFloat APFloatVal;
61 const APFloat &getAPFloatVal() const { return APFloatVal; }
LLParser.h 49 t_APSInt, t_APFloat, // Value in APSIntVal/APFloatVal.
64 APFloat APFloatVal;
70 ValID() : Kind(t_LocalID), APFloatVal(0.0) {}

Completed in 27 milliseconds