Home
last modified time | relevance | path

Searched refs:expr_ops (Results 26 – 50 of 87) sorted by relevance

1234

/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/path/
H A Dindxpath.c2882 List *expr_ops;
2913 expr_ops = list_make1_oid(expr_op);
2969 expr_ops = lappend_oid(expr_ops, expr_op);
2997 new_ops = expr_ops;
3003 new_ops = list_truncate(expr_ops, matching_cols);
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/path/
H A Dindxpath.c2882 List *expr_ops; in expand_indexqual_rowcompare() local
2913 expr_ops = list_make1_oid(expr_op); in expand_indexqual_rowcompare()
2969 expr_ops = lappend_oid(expr_ops, expr_op); in expand_indexqual_rowcompare()
2997 new_ops = expr_ops; in expand_indexqual_rowcompare()
3003 new_ops = list_truncate(expr_ops, matching_cols); in expand_indexqual_rowcompare()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/optimizer/path/
H A Dindxpath.c2887 List *expr_ops; in expand_indexqual_rowcompare() local
2918 expr_ops = list_make1_oid(expr_op); in expand_indexqual_rowcompare()
2974 expr_ops = lappend_oid(expr_ops, expr_op); in expand_indexqual_rowcompare()
3002 new_ops = expr_ops; in expand_indexqual_rowcompare()
3008 new_ops = list_truncate(expr_ops, matching_cols); in expand_indexqual_rowcompare()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/optimizer/path/
H A Dindxpath.c2895 List *expr_ops; in expand_indexqual_rowcompare() local
2930 expr_ops = list_make1_oid(expr_op); in expand_indexqual_rowcompare()
2989 expr_ops = lappend_oid(expr_ops, expr_op); in expand_indexqual_rowcompare()
3021 new_ops = expr_ops; in expand_indexqual_rowcompare()
3027 new_ops = list_truncate(expr_ops, matching_cols); in expand_indexqual_rowcompare()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/optimizer/path/
H A Dindxpath.c2887 List *expr_ops; in expand_indexqual_rowcompare() local
2918 expr_ops = list_make1_oid(expr_op); in expand_indexqual_rowcompare()
2974 expr_ops = lappend_oid(expr_ops, expr_op); in expand_indexqual_rowcompare()
3002 new_ops = expr_ops; in expand_indexqual_rowcompare()
3008 new_ops = list_truncate(expr_ops, matching_cols); in expand_indexqual_rowcompare()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/optimizer/path/
H A Dindxpath.c2895 List *expr_ops;
2930 expr_ops = list_make1_oid(expr_op);
2989 expr_ops = lappend_oid(expr_ops, expr_op);
3021 new_ops = expr_ops;
3027 new_ops = list_truncate(expr_ops, matching_cols);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/optimizer/path/
H A Dindxpath.c2895 List *expr_ops; in expand_indexqual_rowcompare() local
2930 expr_ops = list_make1_oid(expr_op); in expand_indexqual_rowcompare()
2989 expr_ops = lappend_oid(expr_ops, expr_op); in expand_indexqual_rowcompare()
3021 new_ops = expr_ops; in expand_indexqual_rowcompare()
3027 new_ops = list_truncate(expr_ops, matching_cols); in expand_indexqual_rowcompare()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/optimizer/path/
H A Dindxpath.c2887 List *expr_ops; in expand_indexqual_rowcompare() local
2918 expr_ops = list_make1_oid(expr_op); in expand_indexqual_rowcompare()
2974 expr_ops = lappend_oid(expr_ops, expr_op); in expand_indexqual_rowcompare()
3002 new_ops = expr_ops; in expand_indexqual_rowcompare()
3008 new_ops = list_truncate(expr_ops, matching_cols); in expand_indexqual_rowcompare()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/optimizer/path/
H A Dindxpath.c2895 List *expr_ops;
2930 expr_ops = list_make1_oid(expr_op);
2989 expr_ops = lappend_oid(expr_ops, expr_op);
3021 new_ops = expr_ops;
3027 new_ops = list_truncate(expr_ops, matching_cols);
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/optimizer/path/
H A Dindxpath.c2895 List *expr_ops;
2930 expr_ops = list_make1_oid(expr_op);
2989 expr_ops = lappend_oid(expr_ops, expr_op);
3021 new_ops = expr_ops;
3027 new_ops = list_truncate(expr_ops, matching_cols);
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/optimizer/path/
H A Dindxpath.c2895 List *expr_ops; in expand_indexqual_rowcompare() local
2930 expr_ops = list_make1_oid(expr_op); in expand_indexqual_rowcompare()
2989 expr_ops = lappend_oid(expr_ops, expr_op); in expand_indexqual_rowcompare()
3021 new_ops = expr_ops; in expand_indexqual_rowcompare()
3027 new_ops = list_truncate(expr_ops, matching_cols); in expand_indexqual_rowcompare()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/optimizer/path/
H A Dindxpath.c2895 List *expr_ops;
2930 expr_ops = list_make1_oid(expr_op);
2989 expr_ops = lappend_oid(expr_ops, expr_op);
3021 new_ops = expr_ops;
3027 new_ops = list_truncate(expr_ops, matching_cols);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/optimizer/path/
H A Dindxpath.c2887 List *expr_ops;
2918 expr_ops = list_make1_oid(expr_op);
2974 expr_ops = lappend_oid(expr_ops, expr_op);
3002 new_ops = expr_ops;
3008 new_ops = list_truncate(expr_ops, matching_cols);
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/optimizer/path/
H A Dindxpath.c2887 List *expr_ops; in expand_indexqual_rowcompare() local
2918 expr_ops = list_make1_oid(expr_op); in expand_indexqual_rowcompare()
2974 expr_ops = lappend_oid(expr_ops, expr_op); in expand_indexqual_rowcompare()
3002 new_ops = expr_ops; in expand_indexqual_rowcompare()
3008 new_ops = list_truncate(expr_ops, matching_cols); in expand_indexqual_rowcompare()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/optimizer/path/
H A Dindxpath.c2887 List *expr_ops; in expand_indexqual_rowcompare() local
2918 expr_ops = list_make1_oid(expr_op); in expand_indexqual_rowcompare()
2974 expr_ops = lappend_oid(expr_ops, expr_op); in expand_indexqual_rowcompare()
3002 new_ops = expr_ops; in expand_indexqual_rowcompare()
3008 new_ops = list_truncate(expr_ops, matching_cols); in expand_indexqual_rowcompare()
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DDebugInfoMetadata.cpp827 for (auto Op : Expr->expr_ops()) { in prependOpcodes()
850 for (auto Op : Expr->expr_ops()) { in append()
904 for (auto Op : Expr->expr_ops()) { in createFragmentExpression()
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DDebugInfoMetadata.cpp954 for (auto Op : Expr->expr_ops()) { in prependOpcodes()
977 for (auto Op : Expr->expr_ops()) { in append()
1031 for (auto Op : Expr->expr_ops()) { in createFragmentExpression()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/src/
H A Dproper_erlang_abstract_code.erl504 expr_bifs = guard_bifs() ++ expr_ops(),
3099 expr_ops() -> function
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/parsetree/
H A Dsource.ml3485 class ['a] expr_ops (ops : ('a,'a) #ops Lazy.t) = class
3528 let expr = lazy_fix (new expr_ops)
3536 let expr = new expr_ops ops in
3672 let expr_ops (ops : ('a,'a) #ops Lazy.t) = function
3713 let expr = lazy_fix expr_ops
3721 let expr = expr_ops ops in
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/parsetree/
H A Dsource.ml3485 class ['a] expr_ops (ops : ('a,'a) #ops Lazy.t) = class
3528 let expr = lazy_fix (new expr_ops)
3536 let expr = new expr_ops ops in
3672 let expr_ops (ops : ('a,'a) #ops Lazy.t) = function
3713 let expr = lazy_fix expr_ops
3721 let expr = expr_ops ops in
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp853 for (auto Op : Expr->expr_ops()) { in emitDebugValueComment()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp872 for (auto Op : Expr->expr_ops()) { in emitDebugValueComment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp872 for (auto Op : Expr->expr_ops()) { in emitDebugValueComment()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp872 for (auto Op : Expr->expr_ops()) { in emitDebugValueComment()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp839 for (auto Op : Expr->expr_ops()) { in emitDebugValueComment()

1234