Searched refs:fIntLiteral (Results 1 – 4 of 4) sorted by relevance
43 return std::make_unique<Literal>(line, value, context.fTypes.fIntLiteral.get()); in MakeInt()
654 } else if (*this == *context.fTypes.fInt || *this == *context.fTypes.fIntLiteral) { in toCompound()
63 const std::unique_ptr<Type> fIntLiteral; variable
60 , fIntLiteral(Type::MakeLiteralType("$intLiteral", *fInt, /*priority=*/5)) in BuiltinTypes()