Searched refs:TTUPLE (Results 1 – 14 of 14) sorted by relevance
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/types/ |
H A D | type.go | 70 TTUPLE // a pair of types, used by SSA backend const 466 case TTUPLE: 508 t := New(TTUPLE) 690 case TTUPLE, TSSA: 1045 case TTUPLE: 1292 if t.Etype == TTUPLE { 1379 return t == TypeMem || t.Etype == TTUPLE && t.Extra.(*Tuple).second == TypeMem 1383 func (t *Type) IsTuple() bool { return t.Etype == TTUPLE } 1430 case TTUPLE:
|
H A D | etype_string.go | 46 _ = x[TTUPLE-35]
|
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/types/ |
H A D | type.go | 73 TTUPLE // a pair of types, used by SSA backend const 437 case TTUPLE: 487 t := New(TTUPLE) 685 case TTUPLE, TSSA: 1042 case TTUPLE: 1280 if t.Etype == TTUPLE { 1328 return t == TypeMem || t.Etype == TTUPLE && t.Extra.(*Tuple).second == TypeMem 1332 func (t *Type) IsTuple() bool { return t.Etype == TTUPLE }
|
H A D | utils.go | 118 TTUPLE: "TTUPLE",
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types/ |
H A D | kind_string.go | 48 _ = x[TTUPLE-37]
|
H A D | type.go | 84 TTUPLE // a pair of types, used by SSA backend const 614 case TTUPLE: 683 t := newType(TTUPLE) 908 case TTUPLE, TSSA, TRESULTS: 1257 case TTUPLE: 1559 if t.kind == TTUPLE { 1649 if t == TypeMem || t.kind == TTUPLE && t.extra.(*Tuple).second == TypeMem { 1661 func (t *Type) IsTuple() bool { return t.kind == TTUPLE }
|
H A D | fmt.go | 313 if t.Kind() == TTUPLE {
|
/dports/databases/fpc-postgres/fpc-3.2.2/packages/postgres/src/ |
H A D | postgres.pp | 179 TTUPLE = pointer; 180 PTUPLE = ^TTUPLE;
|
/dports/lang/fpc-source/fpc-3.2.2/packages/postgres/src/ |
H A D | postgres.pp | 179 TTUPLE = pointer; 180 PTUPLE = ^TTUPLE;
|
/dports/lang/owl-lisp/owl-079f58f45039805517b9b880feec050e151c52b3/c/ |
H A D | ovm.c | 131 #define TTUPLE 2 macro 993 *state = make_header(acc+1, TTUPLE); in vm() 1270 *t = make_header(acc + 1, TTUPLE); in vm() 1277 *t = make_header(acc + 1, TTUPLE); in vm()
|
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/ |
H A D | plive.go | 419 if v.Type.Etype != types.TTUPLE {
|
H A D | fmt.go | 689 if t.Etype == types.TTUPLE {
|
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/ |
H A D | fmt.go | 1800 if t.Etype == types.TTUPLE {
|
/dports/security/afl++/AFLplusplus-3.14c/custom_mutators/radamsa/ |
H A D | libradamsa.c | 3750 #define TTUPLE 2 macro 5057 *state = make_header(acc + 1, TTUPLE); in vm() 5395 *t = make_header(acc + 1, TTUPLE); in vm() 61864 arg[0] = make_header(5, TTUPLE); in radamsa()
|