Merge pull request #691 from luoliwoshang/llcppg/builtin
llcppg/ast:builtin type
This commit is contained in:
@@ -72,11 +72,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
|
||||||
|
|||||||
Reference in New Issue
Block a user