Home
last modified time | relevance | path

Searched defs:CallExpr (Results 1 – 25 of 1450) sorted by relevance

12345678910>>...58

/dports/devel/py-mypy/mypy-0.910/mypyc/irbuild/
H A Dspecialize.py67 def translate_globals(builder: IRBuilder, expr: CallExpr, callee: RefExpr) -> Optional[Value]:
76 builder: IRBuilder, expr: CallExpr, callee: RefExpr) -> Optional[Value]:
94 builder: IRBuilder, expr: CallExpr, callee: RefExpr) -> Optional[Value]:
122 builder: IRBuilder, expr: CallExpr, callee: RefExpr) -> Optional[Value]:
138 builder: IRBuilder, expr: CallExpr, callee: RefExpr) -> Optional[Value]:
154 builder: IRBuilder, expr: CallExpr, callee: RefExpr) -> Optional[Value]:
177 builder: IRBuilder, expr: CallExpr, callee: RefExpr) -> Optional[Value]:
198 def translate_any_call(builder: IRBuilder, expr: CallExpr, callee: RefExpr) -> Optional[Value]:
207 def translate_all_call(builder: IRBuilder, expr: CallExpr, callee: RefExpr) -> Optional[Value]:
247 builder: IRBuilder, expr: CallExpr, callee: RefExpr) -> Optional[Value]:
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dfunc.go40 func FixVariadicCall(call *ir.CallExpr) {
61 func FixMethodCall(call *ir.CallExpr) {
322 func tcCall(n *ir.CallExpr, top int) ir.Node {
470 func tcAppend(n *ir.CallExpr) ir.Node {
640 func tcDelete(n *ir.CallExpr) ir.Node {
674 func tcMake(n *ir.CallExpr) ir.Node {
857 func tcPrint(n *ir.CallExpr) ir.Node {
898 func tcRecover(n *ir.CallExpr) ir.Node {
910 func tcRecoverFP(n *ir.CallExpr) ir.Node {
/dports/textproc/spiff/spiff-1.0.8/dynaml/
H A Dcall.go11 type CallExpr struct { struct
12 Name string
13 Arguments []Expression
16 func (e CallExpr) Evaluate(binding Binding) (yaml.Node, bool) {
39 func (e CallExpr) String() string {
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/classic/
H A Dcall.go157 func (env *Env) evalCall(node *ast.CallExpr) (r.Value, []r.Value) {
205 func (env *Env) evalConstructorArgs(fun Constructor, node *ast.CallExpr) (r.Type, []r.Value) {
217 func (env *Env) evalFunctionArgs(fun Function, node *ast.CallExpr) []r.Value {
226 func (env *Env) evalFuncArgs(fun r.Value, node *ast.CallExpr) []r.Value {
248 func (env *Env) evalDefer(node *ast.CallExpr) (r.Value, []r.Value) {
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dbuiltin.go142 func compileAppend(c *Comp, sym Symbol, node *ast.CallExpr) *Call {
188 func compileCap(c *Comp, sym Symbol, node *ast.CallExpr) *Call {
225 func compileClose(c *Comp, sym Symbol, node *ast.CallExpr) *Call {
247 func compileComplex(c *Comp, sym Symbol, node *ast.CallExpr) *Call {
344 func compileCopy(c *Comp, sym Symbol, node *ast.CallExpr) *Call {
496 func compileLen(c *Comp, sym Symbol, node *ast.CallExpr) *Call {
600 func compileMake(c *Comp, sym Symbol, node *ast.CallExpr) *Call {
651 func compileNew(c *Comp, sym Symbol, node *ast.CallExpr) *Call {
667 func compilePanic(c *Comp, sym Symbol, node *ast.CallExpr) *Call {
722 func compilePrint(c *Comp, sym Symbol, node *ast.CallExpr) *Call {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dtransform.go124 func transformConvCall(n *ir.CallExpr) ir.Node {
135 func transformCall(n *ir.CallExpr) {
184 func transformEarlyCall(n *ir.CallExpr) {
670 func transformAppend(n *ir.CallExpr) ir.Node {
717 func transformDelete(n *ir.CallExpr) ir.Node {
730 func transformMake(n *ir.CallExpr) ir.Node {
786 func transformPrint(n *ir.CallExpr) ir.Node {
819 func transformBuiltin(n *ir.CallExpr) ir.Node {
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion_builtin.go15 func (c *completer) builtinArgKind(obj types.Object, call *ast.CallExpr) objKind {
54 func (c *completer) builtinArgType(obj types.Object, call *ast.CallExpr, parentType types.Type) (in…
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion_builtin.go15 func (c *completer) builtinArgKind(obj types.Object, call *ast.CallExpr) objKind {
54 func (c *completer) builtinArgType(obj types.Object, call *ast.CallExpr, parentType types.Type) (in…
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion_builtin.go15 func (c *completer) builtinArgKind(obj types.Object, call *ast.CallExpr) objKind {
54 func (c *completer) builtinArgType(obj types.Object, call *ast.CallExpr, parentInf candidateInferen…
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/internal/lsp/source/
H A Dcompletion_builtin.go15 func (c *completer) builtinArgKind(obj types.Object, call *ast.CallExpr) objKind {
54 func (c *completer) builtinArgType(obj types.Object, call *ast.CallExpr, parentType types.Type) (in…
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vet/
H A Dprint.go92 func formatString(f *File, call *ast.CallExpr) (string, int) {
135 func stringConstantArg(f *File, call *ast.CallExpr, idx int) (string, bool) {
219 func (f *File) checkPrintf(call *ast.CallExpr, name string) {
359 func (f *File) parsePrintfVerb(call *ast.CallExpr, name, format string, firstArg, argNum int) *form…
463 func (f *File) okPrintfArg(call *ast.CallExpr, state *formatState) (ok bool) {
580 func (f *File) argCanBeChecked(call *ast.CallExpr, formatArg int, isStar bool, state *formatState) …
607 func (f *File) checkPrint(call *ast.CallExpr, name string) {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/golang.org/x/tools/go/types/typeutil/
H A Dcallee.go16 func Callee(info *types.Info, call *ast.CallExpr) types.Object {
36 func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/golang.org/x/tools/go/types/typeutil/
H A Dcallee.go16 func Callee(info *types.Info, call *ast.CallExpr) types.Object {
36 func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func {
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/go/types/typeutil/
H A Dcallee.go16 func Callee(info *types.Info, call *ast.CallExpr) types.Object {
36 func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/tools/go/types/typeutil/
H A Dcallee.go19 func Callee(info *types.Info, call *ast.CallExpr) types.Object {
60 func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func {
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/types/typeutil/
H A Dcallee.go16 func Callee(info *types.Info, call *ast.CallExpr) types.Object {
36 func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func {
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/types/typeutil/
H A Dcallee.go16 func Callee(info *types.Info, call *ast.CallExpr) types.Object {
36 func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/tools/go/types/typeutil/
H A Dcallee.go16 func Callee(info *types.Info, call *ast.CallExpr) types.Object {
36 func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/internal/lsp/source/completion/
H A Dbuiltin.go16 func (c *completer) builtinArgKind(ctx context.Context, obj types.Object, call *ast.CallExpr) objKi…
59 func (c *completer) builtinArgType(obj types.Object, call *ast.CallExpr, parentInf candidateInferen…
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/types/typeutil/
H A Dcallee.go16 func Callee(info *types.Info, call *ast.CallExpr) types.Object {
36 func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/go/types/typeutil/
H A Dcallee.go16 func Callee(info *types.Info, call *ast.CallExpr) types.Object {
36 func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/internal/lsp/source/completion/
H A Dbuiltin.go16 func (c *completer) builtinArgKind(ctx context.Context, obj types.Object, call *ast.CallExpr) objKi…
59 func (c *completer) builtinArgType(obj types.Object, call *ast.CallExpr, parentInf candidateInferen…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/go/types/typeutil/
H A Dcallee.go16 func Callee(info *types.Info, call *ast.CallExpr) types.Object {
36 func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func {
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/golang.org/x/tools/go/types/typeutil/
H A Dcallee.go16 func Callee(info *types.Info, call *ast.CallExpr) types.Object {
36 func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/golang.org/x/tools/go/types/typeutil/
H A Dcallee.go16 func Callee(info *types.Info, call *ast.CallExpr) types.Object {
36 func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func {

12345678910>>...58