Home
last modified time | relevance | path

Searched defs:tailCall (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DLambdaExpression.cs58 bool tailCall, in LambdaExpression()
196 …internal Expression(Expression body, string name, bool tailCall, ReadOnlyCollection<ParameterExpre… in Expression()
254 …internal static LambdaExpression Create(Expression body, string name, bool tailCall, ReadOnlyColle… in Create()
311 …public static Expression<TDelegate> Lambda<TDelegate>(Expression body, bool tailCall, params Param… in Lambda()
334 …public static Expression<TDelegate> Lambda<TDelegate>(Expression body, bool tailCall, IEnumerable<… in Lambda()
359 …Expression<TDelegate> Lambda<TDelegate>(Expression body, String name, bool tailCall, IEnumerable<P… in Lambda()
383 …public static LambdaExpression Lambda(Expression body, bool tailCall, params ParameterExpression[]… in Lambda()
404 …public static LambdaExpression Lambda(Expression body, bool tailCall, IEnumerable<ParameterExpress… in Lambda()
427 …public static LambdaExpression Lambda(Type delegateType, Expression body, bool tailCall, params Pa… in Lambda()
450 …public static LambdaExpression Lambda(Type delegateType, Expression body, bool tailCall, IEnumerab… in Lambda()
[all …]
H A DExpression.cs41 …private delegate LambdaExpression LambdaFactory(Expression body, string name, bool tailCall, ReadO… in LambdaFactory()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DLambdaExpression.cs278 …internal static Expression<TDelegate> Create(Expression body, string name, bool tailCall, IReadOnl… in Create()
314 …c LambdaExpression CreateExpressionFunc(Expression body, string name, bool tailCall, ReadOnlyColle… in CreateExpressionFunc()
578 …public FullExpression(Expression body, string name, bool tailCall, IReadOnlyList<ParameterExpressi… in FullExpression()
645 …public static Expression<TDelegate> Lambda<TDelegate>(Expression body, bool tailCall, params Param… in Lambda()
670 …public static Expression<TDelegate> Lambda<TDelegate>(Expression body, bool tailCall, IEnumerable<… in Lambda()
697 …Expression<TDelegate> Lambda<TDelegate>(Expression body, string name, bool tailCall, IEnumerable<P… in Lambda()
722 …public static LambdaExpression Lambda(Expression body, bool tailCall, params ParameterExpression[]… in Lambda()
745 …public static LambdaExpression Lambda(Expression body, bool tailCall, IEnumerable<ParameterExpress… in Lambda()
770 …public static LambdaExpression Lambda(Type delegateType, Expression body, bool tailCall, params Pa… in Lambda()
795 …public static LambdaExpression Lambda(Type delegateType, Expression body, bool tailCall, IEnumerab… in Lambda()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/
H A DRuleTransition.cs21 public bool tailCall; field in Antlr4.Runtime.Atn.RuleTransition
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DVMGlobals.h58 int tailCall; // next byte code is a tail call. member
H A DPyrMessage.cpp873 int tailCall = g->tailCall; in executeMethodWithKeys() local
1035 int tailCall = g->tailCall; in executeMethod() local
/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.cxx496 const Insn *ApplyPrimitiveObj::tailCall(VM &vm, const Location &loc, in tailCall() function in DSSSL_NAMESPACE::ApplyPrimitiveObj
566 const Insn *PrimitiveObj::tailCall(VM &vm, const Location &loc, in tailCall() function in DSSSL_NAMESPACE::PrimitiveObj
764 const Insn *ClosureObj::tailCall(VM &vm, const Location &loc, int nCallerArgs) in tailCall() function in DSSSL_NAMESPACE::ClosureObj
828 const Insn *ContinuationObj::tailCall(VM &vm, const Location &loc, int nCallerArgs) in tailCall() function in DSSSL_NAMESPACE::ContinuationObj
1438 const Insn *CallWithCurrentContinuationPrimitiveObj::tailCall(VM &vm, const Location &loc, in tailCall() function in DSSSL_NAMESPACE::CallWithCurrentContinuationPrimitiveObj
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/gen/
H A Dmain.go66 tailCall bool // is a tail call member
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h501 class VectorInsn : public Insn {
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/google/go-jsonnet/
H A Dinterpreter.go148 tailCall const
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DApplyExp.java63 public final void setTailCall(boolean tailCall) in setTailCall()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/ref/
H A DSystem.Linq.Expressions.cs510 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
511 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
514 …pression Lambda(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
516 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
517 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
520 …e delegateType, System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
522 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
523 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
526 …mbda<TDelegate>(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Dmembrane.c++280 kj::Promise<void> tailCall(kj::Own<RequestHook>&& request) override { in tailCall() function in capnp::__anonb5ea8fba0111::MembraneCallContextHook
H A Dcapability.c++171 kj::Promise<void> tailCall(kj::Own<RequestHook>&& request) override { in tailCall() function in capnp::LocalCallContext
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Dmembrane.c++285 kj::Promise<void> tailCall(kj::Own<RequestHook>&& request) override { in tailCall() function in capnp::__anonb3f8ab230111::MembraneCallContextHook
H A Dcapability.c++176 kj::Promise<void> tailCall(kj::Own<RequestHook>&& request) override { in tailCall() function in capnp::LocalCallContext
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Dop.go37 tailCall bool // is a tail call member
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangPrimSource/
H A DPyrPrimitive.cpp913 int tailCall = g->tailCall; in blockValue() local
1053 int tailCall = g->tailCall; in blockValueWithKeys() local
1221 int tailCall = g->tailCall; in blockValueEnvir() local
1376 int tailCall = g->tailCall; in blockValueEnvirWithKeys() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/Lambda/
H A DLambdaTests.cs741 public void ParameterListBehavior(int parCount, string name, bool tailCall) in ParameterListBehavior()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Core.cs1545 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1546 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1549 …pression Lambda(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
1551 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1552 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1555 …e delegateType, System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
1557 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1558 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1561 …mbda<TDelegate>(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.Core.cs1662 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1663 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1666 …pression Lambda(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
1668 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1669 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1672 …e delegateType, System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
1674 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1675 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1678 …mbda<TDelegate>(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.Core.cs1662 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1663 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1666 …pression Lambda(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
1668 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1669 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1672 …e delegateType, System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
1674 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1675 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1678 …mbda<TDelegate>(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Core.cs1662 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1663 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1666 …pression Lambda(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
1668 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1669 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1672 …e delegateType, System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
1674 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1675 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1678 …mbda<TDelegate>(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Core.cs1667 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1668 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1671 …pression Lambda(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
1673 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1674 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1677 …e delegateType, System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
1679 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1680 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1683 …mbda<TDelegate>(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.Core.cs1662 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1663 …ions.LambdaExpression Lambda(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1666 …pression Lambda(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
1668 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1669 …da(System.Type delegateType, System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1672 …e delegateType, System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()
1674 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, System.Collec… in Lambda()
1675 …TDelegate> Lambda<TDelegate>(System.Linq.Expressions.Expression body, bool tailCall, params System… in Lambda()
1678 …mbda<TDelegate>(System.Linq.Expressions.Expression body, string name, bool tailCall, System.Collec… in Lambda()

12