Searched refs:fIntLiteral (Results 1 – 5 of 5) sorted by relevance
36 return std::make_unique<IntLiteral>(offset, value, context.fTypes.fIntLiteral.get()); in Make()
127 } else if (*this == *context.fTypes.fInt || *this == *context.fTypes.fIntLiteral) { in toCompound()
62 const std::unique_ptr<Type> fIntLiteral; variable
123 , fIntLiteral(MakeLiteralType("$intLiteral", *fInt, /*priority=*/5)) in BuiltinTypes()
530 type == *fContext.fTypes.fIntLiteral) { in getType()