vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
TypeCheckState
vox
fe
passes
type_check
Undocumented in source.
struct
TypeCheckState {
CompilationContext
*
context
;
AstIndex
parentType
;
}
Members
Variables
context
CompilationContext
*
context
;
Undocumented in source.
parentType
AstIndex
parentType
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
passes
type_check
enums
IsNested
functions
autoconvTo
autoconvToBool
autoconvToCommonType
calcCommonType
checkTypeConversion
insertCast
pass_type_check
require_type_check
require_type_check_expr
structs
CommonTypeResult
TypeCheckState