Searched refs:TUNION (Results 1 – 14 of 14) sorted by relevance
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types/ |
H A D | kind_string.go | 41 _ = x[TUNION-30]
|
H A D | type.go | 71 TUNION const 620 case TUNION: 1522 return t.kind == TUNION 1904 t := newType(TUNION) 1924 t.wantEtype(TUNION) 1931 t.wantEtype(TUNION)
|
H A D | size.go | 442 case TUNION:
|
H A D | fmt.go | 602 case TUNION:
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/ |
H A D | token.hxx | 58 TLT, TAND, TOR, TINTERSECT, TUNION, enumerator
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/ |
H A D | token.hxx | 117 TINTERSECT, TUNION, TSETMINUS, TSETQUOTIENT, // +-/ enumerator
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/ |
H A D | starmathdatabase.cxx | 56 return SmToken(TUNION, MS_UNION, "union", TG::Sum, 0); in Identify_SmXMLOperatorContext_Impl()
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/ |
H A D | subr.go | 1231 case types.TUNION:
|
H A D | iexport.go | 1048 case types.TUNION:
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/ |
H A D | parse.cxx | 285 { "union", TUNION, MS_UNION, TG::Sum, 0},
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/ |
H A D | stencil.go | 2044 case types.TUNION:
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/ |
H A D | parse5.cxx | 247 { u"union", TUNION, MS_UNION, TG::Sum, 0 },
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/ |
H A D | unusedenumconstants.writeonly.results | 4360 enum SmTokenType TUNION
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/ |
H A D | unusedenumconstants.writeonly.results | 9318 enum SmTokenType TUNION
|