Searched defs:ComplexType (Results 1 – 8 of 8) sorted by relevance
135 type ComplexType complex64 type237 func real(c ComplexType) FloatType242 func imag(c ComplexType) FloatType
30 type ComplexType interface { interface
81 type ComplexType struct { struct82 BasicType
98 COFF::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL; member
1073 type ComplexType struct { struct1074 Base AST1077 func (ct *ComplexType) print(ps *printState) {1081 func (ct *ComplexType) printInner(ps *printState) {1085 func (ct *ComplexType) Traverse(fn func(AST) bool) {1091 func (ct *ComplexType) Copy(fn func(AST) AST, skip func(AST) bool) AST {1106 func (ct *ComplexType) GoString() string {1110 func (ct *ComplexType) goString(indent int, field string) string {