Searched refs:fFloatLiteral (Results 1 – 5 of 5) sorted by relevance
32 return std::make_unique<Literal>(line, value, context.fTypes.fFloatLiteral.get()); in MakeFloat()
588 if (*this == *context.fTypes.fFloat || *this == *context.fTypes.fFloatLiteral) { in toCompound()
62 const std::unique_ptr<Type> fFloatLiteral; variable
59 , fFloatLiteral(Type::MakeLiteralType("$floatLiteral", *fFloat, /*priority=*/8)) in BuiltinTypes()
715 (argument.type() == *fContext.fTypes.fFloatLiteral))) { in writeCastConstructor()