Home
last modified time | relevance | path

Searched refs:fn_expr (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dmut_reference.rs36 ExprKind::Call(fn_expr, arguments) => { in check_expr()
37 if let ExprKind::Path(ref path) = fn_expr.kind { in check_expr()
41 cx.typeck_results().expr_ty(fn_expr), in check_expr()
H A Ddefault.rs260 if let ExprKind::Call(fn_expr, _) = &expr.kind; in is_expr_default()
261 if let ExprKind::Path(qpath) = &fn_expr.kind; in is_expr_default()
262 if let Res::Def(_, def_id) = cx.qpath_res(qpath, fn_expr.hir_id); in is_expr_default()
/dports/devel/R-cran-purrr/purrr/R/
H A Dpartial.R85 fn_expr <- enexpr(.f) functionVar
159 fn = fn_expr
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/fmgr/
H A Dfmgr.c681 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1786 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1789 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1806 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1871 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1942 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
1945 expr = flinfo->fn_expr; in get_fn_expr_variadic()
1973 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in has_fn_opclass_options()
1975 Const *expr = (Const *) flinfo->fn_expr; in has_fn_opclass_options()
1989 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in get_fn_opclass_options()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/fmgr/
H A Dfmgr.c681 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1786 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1789 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1806 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1871 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1942 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
1945 expr = flinfo->fn_expr; in get_fn_expr_variadic()
1973 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in has_fn_opclass_options()
1975 Const *expr = (Const *) flinfo->fn_expr; in has_fn_opclass_options()
1989 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in get_fn_opclass_options()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/fmgr/
H A Dfmgr.c681 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1786 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1789 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1806 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1871 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1942 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
1945 expr = flinfo->fn_expr; in get_fn_expr_variadic()
1973 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in has_fn_opclass_options()
1975 Const *expr = (Const *) flinfo->fn_expr; in has_fn_opclass_options()
1989 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in get_fn_opclass_options()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/fmgr/
H A Dfmgr.c681 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1786 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1789 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1806 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1871 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1942 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
1945 expr = flinfo->fn_expr; in get_fn_expr_variadic()
1973 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in has_fn_opclass_options()
1975 Const *expr = (Const *) flinfo->fn_expr; in has_fn_opclass_options()
1989 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in get_fn_opclass_options()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/fmgr/
H A Dfmgr.c681 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1786 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1789 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1806 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1871 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1942 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
1945 expr = flinfo->fn_expr; in get_fn_expr_variadic()
1973 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in has_fn_opclass_options()
1975 Const *expr = (Const *) flinfo->fn_expr; in has_fn_opclass_options()
1989 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in get_fn_opclass_options()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/fmgr/
H A Dfmgr.c685 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr;
1790 if (!flinfo || !flinfo->fn_expr)
1793 expr = flinfo->fn_expr;
1810 if (!flinfo || !flinfo->fn_expr)
1875 if (!flinfo || !flinfo->fn_expr)
1946 if (!flinfo || !flinfo->fn_expr)
1949 expr = flinfo->fn_expr;
1977 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const))
1979 Const *expr = (Const *) flinfo->fn_expr;
1993 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const))
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/fmgr/
H A Dfmgr.c681 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1786 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1789 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1806 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1871 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1942 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
1945 expr = flinfo->fn_expr; in get_fn_expr_variadic()
1973 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in has_fn_opclass_options()
1975 Const *expr = (Const *) flinfo->fn_expr; in has_fn_opclass_options()
1989 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in get_fn_opclass_options()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/fmgr/
H A Dfmgr.c685 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1790 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1793 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1810 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1875 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1946 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
1949 expr = flinfo->fn_expr; in get_fn_expr_variadic()
1977 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in has_fn_opclass_options()
1979 Const *expr = (Const *) flinfo->fn_expr; in has_fn_opclass_options()
1993 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in get_fn_opclass_options()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/fmgr/
H A Dfmgr.c681 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1786 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1789 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1806 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1871 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1942 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
1945 expr = flinfo->fn_expr; in get_fn_expr_variadic()
1973 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in has_fn_opclass_options()
1975 Const *expr = (Const *) flinfo->fn_expr; in has_fn_opclass_options()
1989 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in get_fn_opclass_options()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/fmgr/
H A Dfmgr.c685 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr;
1790 if (!flinfo || !flinfo->fn_expr)
1793 expr = flinfo->fn_expr;
1810 if (!flinfo || !flinfo->fn_expr)
1875 if (!flinfo || !flinfo->fn_expr)
1946 if (!flinfo || !flinfo->fn_expr)
1949 expr = flinfo->fn_expr;
1977 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const))
1979 Const *expr = (Const *) flinfo->fn_expr;
1993 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const))
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/fmgr/
H A Dfmgr.c685 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1790 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1793 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1810 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1875 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1946 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
1949 expr = flinfo->fn_expr; in get_fn_expr_variadic()
1977 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in has_fn_opclass_options()
1979 Const *expr = (Const *) flinfo->fn_expr; in has_fn_opclass_options()
1993 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in get_fn_opclass_options()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/fmgr/
H A Dfmgr.c685 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr;
1790 if (!flinfo || !flinfo->fn_expr)
1793 expr = flinfo->fn_expr;
1810 if (!flinfo || !flinfo->fn_expr)
1875 if (!flinfo || !flinfo->fn_expr)
1946 if (!flinfo || !flinfo->fn_expr)
1949 expr = flinfo->fn_expr;
1977 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const))
1979 Const *expr = (Const *) flinfo->fn_expr;
1993 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const))
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/utils/fmgr/
H A Dfmgr.c685 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr;
1790 if (!flinfo || !flinfo->fn_expr)
1793 expr = flinfo->fn_expr;
1810 if (!flinfo || !flinfo->fn_expr)
1875 if (!flinfo || !flinfo->fn_expr)
1946 if (!flinfo || !flinfo->fn_expr)
1949 expr = flinfo->fn_expr;
1977 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const))
1979 Const *expr = (Const *) flinfo->fn_expr;
1993 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const))
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/fmgr/
H A Dfmgr.c685 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1790 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1793 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1810 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1875 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1946 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
1949 expr = flinfo->fn_expr; in get_fn_expr_variadic()
1977 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in has_fn_opclass_options()
1979 Const *expr = (Const *) flinfo->fn_expr; in has_fn_opclass_options()
1993 if (flinfo && flinfo->fn_expr && IsA(flinfo->fn_expr, Const)) in get_fn_opclass_options()
[all …]
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Dcuneiform_python.py66 fn_expr = pp.Group(fn_def + pp.Group(fn_body)) variable
68 script = fn_expr[...] + stmt[...]
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/src/
H A Ddeparse.c61 fcinfo2->flinfo->fn_expr = fcinfo->flinfo->fn_expr; in ts_test_deparse_drop_chunks()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c165 finfo->fn_expr = NULL; /* caller may set this later */ in fmgr_info_cxt_security()
597 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1895 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1898 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1915 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1918 return get_call_expr_argtype(flinfo->fn_expr, argnum); in get_fn_expr_argtype()
1986 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1989 return get_call_expr_arg_stable(flinfo->fn_expr, argnum); in get_fn_expr_arg_stable()
2059 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
2062 expr = flinfo->fn_expr; in get_fn_expr_variadic()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c165 finfo->fn_expr = NULL; /* caller may set this later */ in fmgr_info_cxt_security()
597 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1895 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1898 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1915 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1918 return get_call_expr_argtype(flinfo->fn_expr, argnum); in get_fn_expr_argtype()
1986 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1989 return get_call_expr_arg_stable(flinfo->fn_expr, argnum); in get_fn_expr_arg_stable()
2059 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
2062 expr = flinfo->fn_expr; in get_fn_expr_variadic()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c165 finfo->fn_expr = NULL; /* caller may set this later */ in fmgr_info_cxt_security()
597 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1895 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1898 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1915 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1918 return get_call_expr_argtype(flinfo->fn_expr, argnum); in get_fn_expr_argtype()
1986 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1989 return get_call_expr_arg_stable(flinfo->fn_expr, argnum); in get_fn_expr_arg_stable()
2059 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
2062 expr = flinfo->fn_expr; in get_fn_expr_variadic()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c165 finfo->fn_expr = NULL; /* caller may set this later */ in fmgr_info_cxt_security()
597 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1895 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1898 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1915 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1918 return get_call_expr_argtype(flinfo->fn_expr, argnum); in get_fn_expr_argtype()
1986 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1989 return get_call_expr_arg_stable(flinfo->fn_expr, argnum); in get_fn_expr_arg_stable()
2059 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
2062 expr = flinfo->fn_expr; in get_fn_expr_variadic()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c165 finfo->fn_expr = NULL; /* caller may set this later */ in fmgr_info_cxt_security()
597 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1895 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1898 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1915 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1918 return get_call_expr_argtype(flinfo->fn_expr, argnum); in get_fn_expr_argtype()
1986 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1989 return get_call_expr_arg_stable(flinfo->fn_expr, argnum); in get_fn_expr_arg_stable()
2059 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
2062 expr = flinfo->fn_expr; in get_fn_expr_variadic()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/fmgr/
H A Dfmgr.c165 finfo->fn_expr = NULL; /* caller may set this later */ in fmgr_info_cxt_security()
597 fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr; in fmgr_security_definer()
1895 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_rettype()
1898 expr = flinfo->fn_expr; in get_fn_expr_rettype()
1915 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_argtype()
1918 return get_call_expr_argtype(flinfo->fn_expr, argnum); in get_fn_expr_argtype()
1986 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_arg_stable()
1989 return get_call_expr_arg_stable(flinfo->fn_expr, argnum); in get_fn_expr_arg_stable()
2059 if (!flinfo || !flinfo->fn_expr) in get_fn_expr_variadic()
2062 expr = flinfo->fn_expr; in get_fn_expr_variadic()

12345678910>>...16