llcppg/ast:builtin type

This commit is contained in:
luoliwoshang
2024-08-09 10:13:59 +08:00
parent 876aea39e5
commit 06e294fb3e

View File

@@ -63,11 +63,18 @@ func (*BasicLit) exprNode() {}
type TypeKind uint type TypeKind uint
const ( const (
Int TypeKind = iota Void TypeKind = iota
Char
Float
Complex
Bool Bool
Char
Char16
Char32
WChar
Int
Int128
Float
Float16
Float128
Complex
) )
type TypeFlag uint type TypeFlag uint