Documentation ¶ Index ¶ func Cast(program *program.Program, expr, fromType, toType string) string func GetDereferenceType(cType string) (string, error) func ResolveType(program *program.Program, s string) string func ResolveTypeForBinaryOperator(p *program.Program, operator, leftType, rightType string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Cast ¶ func Cast(program *program.Program, expr, fromType, toType string) string func GetDereferenceType ¶ added in v0.9.0 func GetDereferenceType(cType string) (string, error) func ResolveType ¶ func ResolveType(program *program.Program, s string) string func ResolveTypeForBinaryOperator ¶ added in v0.9.0 func ResolveTypeForBinaryOperator(p *program.Program, operator, leftType, rightType string) string Types ¶ This section is empty. Source Files ¶ View all Source files binary_operator.go cast.go dereference.go resolve.go Click to show internal directories. Click to hide internal directories.