Home
last modified time | relevance | path

Searched refs:typeExpr (Results 26 – 50 of 148) sorted by relevance

123456

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/tree/
H A DMakeTypeTest.java124 JCExpression typeExpr = TreeMaker.instance(ctx).Type(type); in doTest() local
126 if (!typeExpr.getKind().equals(testType.expectedKind())) { in doTest()
127 throw new IllegalStateException("was=" + typeExpr + ", kind=" + in doTest()
128 typeExpr.getKind() + "; expected kind: " + in doTest()
/dports/devel/splint/splint-3.1.2/src/
H A Dusymtab_interface.c48 static /*@observer@*/ cstring getVarName (/*@null@*/ typeExpr p_x);
50 static ctype convertTypeExpr (ctype p_c, /*@null@*/ typeExpr p_x);
102 typeExpr t = i->paramdecl; in convert_uentryList()
154 convertTypeExpr (ctype c, typeExpr x) in convertTypeExpr()
156 if (x == (typeExpr) 0) in convertTypeExpr()
194 ctype convertCTypeExpr (ctype c, typeExpr x) in convertCTypeExpr()
196 if (x == (typeExpr) 0) in convertCTypeExpr()
681 getVarName (/*@null@*/ typeExpr x) in getVarName()
685 if (x != (typeExpr) 0) in getVarName()
1246 typeExpr fd = f->declarator->type; in getParamNo()
[all …]
H A Dlh.c74 static /*@only@*/ cstring lhTypeExpr (/*@null@*/ typeExpr p_x);
97 static /*@only@*/ cstring lhTypeExpr (/*@null@*/ typeExpr x) in lhTypeExpr()
103 if (x != (typeExpr) 0) in lhTypeExpr()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/helper/pluginutils/hclspecutils/
H A Ddec.go118 typeExpr, diags := hclsyntax.ParseExpression([]byte(attr.GetType()), "proto", emptyPos)
133 spec.Type, typeDiags = evalTypeExpr(typeExpr)
165 typeExpr, diags := hclsyntax.ParseExpression([]byte(block.GetType()), "proto", emptyPos)
180 spec.ElementType, typeDiags = evalTypeExpr(typeExpr)
/dports/sysutils/nomad/nomad-1.1.0/helper/pluginutils/hclspecutils/
H A Ddec.go118 typeExpr, diags := hclsyntax.ParseExpression([]byte(attr.GetType()), "proto", emptyPos)
133 spec.Type, typeDiags = evalTypeExpr(typeExpr)
165 typeExpr, diags := hclsyntax.ParseExpression([]byte(block.GetType()), "proto", emptyPos)
180 spec.ElementType, typeDiags = evalTypeExpr(typeExpr)
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/terraform-docs/terraform-config-inspect/tfconfig/
H A Dload_hcl.go130 var typeExpr string
135 typeExpr = typeExprAsStr
138 typeExpr = string(rng.SliceBytes(file.Bytes))
141 v.Type = typeExpr
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/terraform-config-inspect/tfconfig/
H A Dload_hcl.go130 var typeExpr string
135 typeExpr = typeExprAsStr
138 typeExpr = string(rng.SliceBytes(file.Bytes))
141 v.Type = typeExpr
/dports/devel/tinygo/tinygo-0.14.1/cgo/
H A Dlibclang.go172 typeExpr: p.makeASTType(argType, pos),
206 typeExpr: p.makeASTType(cursorType, pos),
508 typeExpr: expr,
556 return typeInfo.typeExpr
585 typeExpr: p.makeASTType(underlying, pos),
631 typeExpr: &ast.StructType{
640 typeExpr: &ast.StructType{
669 typeExpr: &ast.StructType{
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/schema/
H A Dexpression_parser_schema_test.cpp594 auto typeExpr = static_cast<const InternalSchemaTypeExpression*>(result.getValue().get()); in TEST() local
595 ASSERT_TRUE(typeExpr->typeSet().allNumbers); in TEST()
606 auto typeExpr = static_cast<const InternalSchemaTypeExpression*>(result.getValue().get()); in TEST() local
607 ASSERT_FALSE(typeExpr->typeSet().allNumbers); in TEST()
608 ASSERT_EQ(typeExpr->typeSet().bsonTypes.size(), 1u); in TEST()
609 ASSERT_TRUE(typeExpr->typeSet().hasType(BSONType::NumberLong)); in TEST()
619 auto typeExpr = static_cast<const InternalSchemaTypeExpression*>(result.getValue().get()); in TEST() local
620 ASSERT_FALSE(typeExpr->typeSet().allNumbers); in TEST()
621 ASSERT_EQ(typeExpr->typeSet().bsonTypes.size(), 1u); in TEST()
622 ASSERT_TRUE(typeExpr->typeSet().hasType(BSONType::NumberLong)); in TEST()
/dports/devel/splint/splint-3.1.2/src/Headers/
H A DdeclaratorNode.h12 /*@null@*/ typeExpr type;
H A DlclForwardTypes.h14 typedef struct s_typeExpr *typeExpr; typedef
H A Dllgrammar_gen.h386 /*@only@*/ typeExpr typeexpr;
/dports/devel/apitrace/apitrace-9.0/specs/
H A Dgltypes.py304 def GLindexBuffer(countExpr, typeExpr): argument
308 sizeExpr = '%s*_gl_type_size(%s)' % (countExpr, typeExpr)
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/localescompressed/gen/
H A Dmain.go199 typeExpr := field.Type
201 start := typeExpr.Pos() - 1
202 end := typeExpr.End() - 1
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/relay/grammar/py3/
H A DRelayParser.py1570 def typeExpr(self): member in RelayParser.FuncContext
1616 self.typeExpr()
1684 def typeExpr(self): member in RelayParser.FuncDefnContext
1967 self.typeExpr()
2297 def typeExpr(self): member in RelayParser.VarPatternContext
2712 def typeExpr(self): member in RelayParser.VarContext
2744 self.typeExpr()
2879 def typeExpr(self): member in RelayParser.TypeParenContext
2970 def typeExpr(self): member in RelayParser.TensorTypeContext
3005 def typeExpr(self): member in RelayParser
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/relay/grammar/py3/
H A DRelayParser.py1570 def typeExpr(self): member in RelayParser.FuncContext
1616 self.typeExpr()
1684 def typeExpr(self): member in RelayParser.FuncDefnContext
1967 self.typeExpr()
2297 def typeExpr(self): member in RelayParser.VarPatternContext
2712 def typeExpr(self): member in RelayParser.VarContext
2744 self.typeExpr()
2879 def typeExpr(self): member in RelayParser.TypeParenContext
2970 def typeExpr(self): member in RelayParser.TensorTypeContext
3005 def typeExpr(self): member in RelayParser
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dnoder.go447 typ := p.typeExpr(param.Type)
574 return p.nod(expr, OTARRAY, len, p.typeExpr(expr.Elem))
576 return p.nod(expr, OTARRAY, nil, p.typeExpr(expr.Elem))
578 return p.nod(expr, ODDD, p.typeExpr(expr.Elem), nil)
586 return p.nod(expr, OTMAP, p.typeExpr(expr.Key), p.typeExpr(expr.Value))
588 n := p.nod(expr, OTCHAN, p.typeExpr(expr.Elem), nil)
605 func (p *noder) typeExpr(typ syntax.Expr) *Node { func
637 n = p.nod(field, ODCLFIELD, p.newname(field.Name), p.typeExpr(field.Type))
660 sig := p.typeExpr(method.Type)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dnoder.go672 typ := p.typeExpr(param.Type)
729 n := ir.NewCompLitExpr(p.pos(expr), ir.OCOMPLIT, p.typeExpr(expr.Type), nil)
804 return ir.NewArrayType(p.pos(expr), len, p.typeExpr(expr.Elem))
806 return ir.NewSliceType(p.pos(expr), p.typeExpr(expr.Elem))
808 t := ir.NewSliceType(p.pos(expr), p.typeExpr(expr.Elem))
819 p.typeExpr(expr.Key), p.typeExpr(expr.Value))
822 p.typeExpr(expr.Elem), p.chanDir(expr.Dir))
913 func (p *noder) typeExpr(typ syntax.Expr) ir.Ntype { func
924 return p.typeExpr(typ)
977 sig := p.typeExpr(method.Type).(*ir.FuncType)
[all …]
/dports/math/cvc3/cvc3-2.4.1/src/theory_core/
H A Dtheory.cpp262 const Expr& typeExpr = getBaseType(e).getExpr(); in theoryOf() local
263 DebugAssert(!typeExpr.isNull(),"Null type"); in theoryOf()
264 int kind = typeExpr.getOpKind(); in theoryOf()
286 const Expr& typeExpr = getBaseType(e2).getExpr(); in theoryOf() local
287 DebugAssert(!typeExpr.isNull(),"Null type"); in theoryOf()
288 int kind = typeExpr.getOpKind(); in theoryOf()
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/golangci/unconvert/
H A Dunconvert.go533 var typeExpr ast.Expr
547 typeExpr = f.Type
550 if typeExpr == nil {
553 pt, ok := v.pkg.Types[typeExpr]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/unconvert/
H A Dunconvert.go533 var typeExpr ast.Expr
547 typeExpr = f.Type
550 if typeExpr == nil {
553 pt, ok := v.pkg.Types[typeExpr]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/golangci/unconvert/
H A Dunconvert.go533 var typeExpr ast.Expr
547 typeExpr = f.Type
550 if typeExpr == nil {
553 pt, ok := v.pkg.Types[typeExpr]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dnoder.go557 typ := p.typeExpr(param.Type)
657 return p.nod(expr, ODOTTYPE, p.expr(expr.X), p.typeExpr(expr.Type))
680 return p.nod(expr, OTARRAY, len, p.typeExpr(expr.Elem))
682 return p.nod(expr, OTARRAY, nil, p.typeExpr(expr.Elem))
684 return p.nod(expr, ODDD, p.typeExpr(expr.Elem), nil)
692 return p.nod(expr, OTMAP, p.typeExpr(expr.Key), p.typeExpr(expr.Value))
694 n := p.nod(expr, OTCHAN, p.typeExpr(expr.Elem), nil)
787 func (p *noder) typeExpr(typ syntax.Expr) *Node { func
819 n = p.nodSym(field, ODCLFIELD, p.typeExpr(field.Type), p.name(field.Name))
842 sig := p.typeExpr(method.Type)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/quasilyte/go-ruleguard/internal/mvdan.cc/gogrep/
H A Dparse.go409 typeExpr, _, err := parseType(fset, typeStr)
413 attr = typeCheck{op, typeExpr}
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/quasilyte/go-ruleguard/internal/mvdan.cc/gogrep/
H A Dparse.go409 typeExpr, _, err := parseType(fset, typeStr)
413 attr = typeCheck{op, typeExpr}

123456