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