Searched defs:BitIntType (Results 1 – 7 of 7) sorted by relevance
1754 type BitIntType struct { struct1755 Size AST1756 Signed bool1759 func (bt *BitIntType) print(ps *printState) {1769 func (bt *BitIntType) Traverse(fn func(AST) bool) {1775 func (bt *BitIntType) Copy(fn func(AST) AST, skip func(AST) bool) AST {1790 func (bt *BitIntType) GoString() string {1794 func (bt *BitIntType) goString(indent int, field string) string {
499 BitIntType(const Node *Size_, bool Signed_) in BitIntType() function
504 BitIntType(const Node *Size_, bool Signed_) in BitIntType() function
503 BitIntType(const Node *Size_, bool Signed_) in BitIntType() function