Home
last modified time | relevance | path

Searched refs:types2 (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/importer/
H A Dsupport.go80 types2.Typ[types2.Bool],
81 types2.Typ[types2.Int],
82 types2.Typ[types2.Int8],
83 types2.Typ[types2.Int16],
84 types2.Typ[types2.Int32],
85 types2.Typ[types2.Int64],
86 types2.Typ[types2.Uint],
87 types2.Typ[types2.Uint8],
88 types2.Typ[types2.Uint16],
89 types2.Typ[types2.Uint32],
[all …]
H A Diimport.go261 func (p *iimporter) typAt(off uint64, base *types2.Named) types2.Type {
289 func canReuse(def *types2.Named, rhs types2.Type) bool {
438 case types2.IsFloat:
460 case types2.Float32, types2.Complex64:
462 case types2.Float64, types2.Complex128:
468 case types2.Int8, types2.Uint8:
470 case types2.Int16, types2.Uint16:
472 case types2.Int32, types2.Uint32:
592 func (r *importReader) doType(base *types2.Named) types2.Type {
713 func (r *importReader) signature(recv *types2.Var, rparams, tparams []*types2.TypeParam) *types2.Si…
[all …]
H A Dgcimporter_test.go298 got := types2.ObjectString(obj, types2.RelativeTo(pkg))
326 recv := m.Type().(*types2.Signature).Recv()
362 named := tname.Type().(*types2.Named)
382 imports := make(map[string]*types2.Package)
389 obj, _, _ := types2.LookupFieldOrMethod(types2.NewPointer(mutex), false, nil, "Lock")
390 lock := obj.(*types2.Func)
444 imports := make(map[string]*types2.Package)
451 var goTypesPkg *types2.Package
464 typ, ok := obj.Type().(*types2.Named)
512 imports := make(map[string]*types2.Package)
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dtypes2.test66 test_bool types2-1.1 "" {500 = 500.0} 1
67 test_bool types2-1.2 "" {'500' = 500.0} 0
68 test_bool types2-1.3 "" {500 = '500.0'} 0
132 test_boolset types2-2.9 {t = 20} {5 7}
137 test_boolset types2-2.10 {o = 30} {9 10}
139 test_boolset types2-2.12 {o = '30'} 11
140 test_boolset types2-2.13 {o = '30.0'} 12
157 test_boolset types2-3.1 {o < 20} {1 2}
164 test_bool types2-4.1 "" {500 > 60.0} 1
238 test_bool types2-5.27 {} {4 IN (4)} 1
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dtypes2.test66 test_bool types2-1.1 "" {500 = 500.0} 1
67 test_bool types2-1.2 "" {'500' = 500.0} 0
68 test_bool types2-1.3 "" {500 = '500.0'} 0
132 test_boolset types2-2.9 {t = 20} {5 7}
137 test_boolset types2-2.10 {o = 30} {9 10}
139 test_boolset types2-2.12 {o = '30'} 11
140 test_boolset types2-2.13 {o = '30.0'} 12
157 test_boolset types2-3.1 {o < 20} {1 2}
164 test_bool types2-4.1 "" {500 > 60.0} 1
238 test_bool types2-5.27 {} {4 IN (4)} 1
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dtypes2.test66 test_bool types2-1.1 "" {500 = 500.0} 1
67 test_bool types2-1.2 "" {'500' = 500.0} 0
68 test_bool types2-1.3 "" {500 = '500.0'} 0
132 test_boolset types2-2.9 {t = 20} {5 7}
137 test_boolset types2-2.10 {o = 30} {9 10}
139 test_boolset types2-2.12 {o = '30'} 11
140 test_boolset types2-2.13 {o = '30.0'} 12
157 test_boolset types2-3.1 {o < 20} {1 2}
164 test_bool types2-4.1 "" {500 > 60.0} 1
238 test_bool types2-5.27 {} {4 IN (4)} 1
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dtypes2.test66 test_bool types2-1.1 "" {500 = 500.0} 1
67 test_bool types2-1.2 "" {'500' = 500.0} 0
68 test_bool types2-1.3 "" {500 = '500.0'} 0
132 test_boolset types2-2.9 {t = 20} {5 7}
137 test_boolset types2-2.10 {o = 30} {9 10}
139 test_boolset types2-2.12 {o = '30'} 11
140 test_boolset types2-2.13 {o = '30.0'} 12
157 test_boolset types2-3.1 {o < 20} {1 2}
164 test_bool types2-4.1 "" {500 > 60.0} 1
238 test_bool types2-5.27 {} {4 IN (4)} 1
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dsizes.go23 case *types2.Array:
27 case *types2.Struct:
38 case *types2.Slice, *types2.Interface:
42 case *types2.Basic:
83 case *types2.Basic:
91 case types2.String:
93 case types2.Int, types2.Uint, types2.Uintptr, types2.UnsafePointer:
97 case *types2.Array:
105 case *types2.Slice:
107 case *types2.Struct:
[all …]
H A Dreader2.go19 ctxt *types2.Context
23 pkgs []*types2.Package
24 typs []types2.Type
27 func readPackage2(ctxt *types2.Context, imports map[string]*types2.Package, input pkgDecoder) *type…
69 tparams []*types2.TypeParam
72 derivedTypes []types2.Type
194 var where *types2.Type
228 return types2.Typ[r.len()]
312 func (r *reader2) signature(recv *types2.Var) *types2.Signature {
343 func (r *reader2) obj() (types2.Object, []types2.Type) {
[all …]
H A Dtypes.go23 case types2.Unsafe:
96 case *types2.Basic:
98 case *types2.Named:
177 case *types2.Array:
179 case *types2.Chan:
181 case *types2.Map:
187 case *types2.Slice:
253 case *types2.Union:
264 case *types2.Tuple:
425 func anyObj(typ types2.Type) types2.Object {
[all …]
H A Dwriter.go23 curpkg *types2.Package
24 info *types2.Info
232 var anyTypeName = types2.Universe.Lookup("any").(*types2.TypeName)
327 case *types2.Chan:
332 case *types2.Map:
586 case *types2.Var:
1396 obj *types2.Var
1586 case *types2.Func, *types2.Var:
1765 func lookupObj(info *types2.Info, expr syntax.Expr) (obj types2.Object, inst types2.Instance) {
1805 func recvBase(recv *types2.Var) *types2.Named {
[all …]
H A Dquirks.go57 func importedObjsOf(curpkg *types2.Package, info *types2.Info, noders []*noder) []types2.Object {
368 origs map[types2.Type]types2.Type
371 func (d *dupTypes) orig(t types2.Type) types2.Type {
384 d.origs = make(map[types2.Type]types2.Type)
390 case *types2.Pointer:
394 case *types2.Slice:
398 case *types2.Map:
403 case *types2.Array:
408 case *types2.Chan:
413 case *types2.Struct:
[all …]
H A Dirgen.go23 func checkFiles(noders []*noder) (posMap, *types2.Package, *types2.Info) {
37 ctxt := types2.NewContext()
40 packages: map[string]*types2.Package{"unsafe": types2.Unsafe},
42 conf := types2.Config{
48 terr := err.(types2.Error)
54 info := &types2.Info{
139 self *types2.Package
140 info *types2.Info
143 objs map[types2.Object]*ir.Name
144 typs map[types2.Type]*types.Type
[all …]
H A Dexpr.go60 if basic, ok := typ.(*types2.Basic); ok && basic.Info()&types2.IsUntyped != 0 {
62 case types2.UntypedNil:
65 case types2.UntypedBool:
66 typ = types2.Typ[types2.Bool] // expression in "if" or "for" condition
67 case types2.UntypedString:
68 typ = types2.Typ[types2.String] // argument to "append" or "copy" calls
234 if kind == types2.FieldVal {
239 method2 := selinfo.Obj().(*types2.Func)
241 if kind == types2.MethodExpr {
255 _, wantPtr := recvType2.(*types2.Pointer)
[all …]
H A Dobject.go17 func (g *irgen) def(name *syntax.Name) (*ir.Name, types2.Object) {
63 func (g *irgen) obj(obj types2.Object) *ir.Name {
67 if sig, ok := obj.Type().(*types2.Signature); ok && sig.Recv() != nil {
98 case *types2.Const:
101 case *types2.Func:
102 sig := obj.Type().(*types2.Signature)
121 case *types2.TypeName:
130 case *types2.Var:
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dsizes_test.go16 func findStructType(t *testing.T, src string) *types2.Struct {
21 info := types2.Info{Types: make(map[syntax.Expr]types2.TypeAndValue)}
22 var conf types2.Config
28 if ts, ok := tv.Type.(*types2.Struct); ok {
49 sizes := types2.StdSizes{WordSize: 4, MaxAlign: 4}
53 sizes = types2.StdSizes{WordSize: 8, MaxAlign: 8}
70 sizes := &types2.StdSizes{WordSize: 4, MaxAlign: 8}
71 var fields []*types2.Var
94 info := types2.Info{Types: make(map[syntax.Expr]types2.TypeAndValue)}
95 conf := types2.Config{
[all …]
H A Dexample_test.go63 conf := types2.Config{Importer: defaultImporter()}
136 info := types2.Info{
137 Types: make(map[syntax.Expr]types2.TypeAndValue),
138 Defs: make(map[*syntax.Name]types2.Object),
139 Uses: make(map[*syntax.Name]types2.Object),
141 var conf types2.Config
153 usesByObj := make(map[types2.Object][]string)
163 types2.ObjectString(obj, types2.RelativeTo(pkg)),
249 func mode(tv types2.TypeAndValue) string {
H A Dimporter_test.go15 func defaultImporter() types2.Importer {
17 packages: make(map[string]*types2.Package),
22 packages map[string]*types2.Package
26 func (m *gcimports) Import(path string) (*types2.Package, error) {
30 func (m *gcimports) ImportFrom(path, srcDir string, mode types2.ImportMode) (*types2.Package, error…
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/ublas/test/tensor/
H A Dutility.hpp22 template<class ... types2>
25 using type = std::tuple<types3...,std::pair<type1,types2>...>;
27 template<class ... types2>
28 using with_t = typename with<types2...>::type;
35 template<class ... types2>
38 using next_tuple = std::tuple<types3...,std::pair<type1,types2>...>;
39 using type = typename zip_helper<next_tuple, types1...>::template with<types2...>::type;
42 template<class ... types2>
43 using with_t = typename with<types2...>::type;
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/ublas/test/tensor/
H A Dutility.hpp22 template<class ... types2>
25 using type = std::tuple<types3...,std::pair<type1,types2>...>;
27 template<class ... types2>
28 using with_t = typename with<types2...>::type;
35 template<class ... types2>
38 using next_tuple = std::tuple<types3...,std::pair<type1,types2>...>;
39 using type = typename zip_helper<next_tuple, types1...>::template with<types2...>::type;
42 template<class ... types2>
43 using with_t = typename with<types2...>::type;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/ublas/test/tensor/
H A Dutility.hpp22 template<class ... types2>
25 using type = std::tuple<types3...,std::pair<type1,types2>...>;
27 template<class ... types2>
28 using with_t = typename with<types2...>::type;
35 template<class ... types2>
38 using next_tuple = std::tuple<types3...,std::pair<type1,types2>...>;
39 using type = typename zip_helper<next_tuple, types1...>::template with<types2...>::type;
42 template<class ... types2>
43 using with_t = typename with<types2...>::type;
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/ublas/test/tensor/
H A Dutility.hpp22 template<class ... types2>
25 using type = std::tuple<types3...,std::pair<type1,types2>...>;
27 template<class ... types2>
28 using with_t = typename with<types2...>::type;
35 template<class ... types2>
38 using next_tuple = std::tuple<types3...,std::pair<type1,types2>...>;
39 using type = typename zip_helper<next_tuple, types1...>::template with<types2...>::type;
42 template<class ... types2>
43 using with_t = typename with<types2...>::type;
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/ublas/test/tensor/
H A Dutility.hpp22 template<class ... types2>
25 using type = std::tuple<types3...,std::pair<type1,types2>...>;
27 template<class ... types2>
28 using with_t = typename with<types2...>::type;
35 template<class ... types2>
38 using next_tuple = std::tuple<types3...,std::pair<type1,types2>...>;
39 using type = typename zip_helper<next_tuple, types1...>::template with<types2...>::type;
42 template<class ... types2>
43 using with_t = typename with<types2...>::type;
/dports/math/igraph/igraph-0.9.5/src/misc/
H A Dmixing.c174 const igraph_vector_t *types2, in igraph_assortativity() argument
184 if (!directed && types2) { in igraph_assortativity()
192 if (types2 && igraph_vector_size(types2) != no_of_nodes) { in igraph_assortativity()
222 if (!types2) { in igraph_assortativity()
223 types2 = types1; in igraph_assortativity()
230 igraph_real_t to_type = VECTOR(*types2)[to]; in igraph_assortativity()
/dports/math/R-cran-igraph/igraph/src/
H A Dmixing.c173 const igraph_vector_t *types2, in igraph_assortativity() argument
183 if (!directed && types2) { in igraph_assortativity()
191 if (types2 && igraph_vector_size(types2) != no_of_nodes) { in igraph_assortativity()
221 if (!types2) { in igraph_assortativity()
222 types2 = types1; in igraph_assortativity()
229 igraph_real_t to_type = VECTOR(*types2)[to]; in igraph_assortativity()

12345678910>>...16