Home
last modified time | relevance | path

Searched refs:newexpr (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/dports/lang/intercal/intercal-0.31/etc/
H A Dinterfuzz.pl127 my $newexpr = "*";
132 $whichexpr < 0.25 and $newexpr = '?:', last;
133 $whichexpr < 0.3 and $newexpr = 'V:', last;
134 $whichexpr < 0.35 and $newexpr = '&:', last;
137 while $newexpr !~ /^\:/;
144 $whichexpr < 0.2 and $newexpr = '(.~.)', last;
146 $whichexpr < 0.7 and $newexpr = '?.', last;
147 $whichexpr < 0.8 and $newexpr = 'V.', last;
148 $whichexpr < 0.9 and $newexpr = '&.', last;
150 while $newexpr !~ /^\./;
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/fdw/
H A Dscan_plan.c196 FuncExpr *newexpr; in evaluate_stable_function() local
260 newexpr->funcid = funcid; in evaluate_stable_function()
267 newexpr->args = args; in evaluate_stable_function()
268 newexpr->location = -1; in evaluate_stable_function()
283 Expr *newexpr; in simplify_stable_function() local
312 return newexpr; in simplify_stable_function()
332 FuncExpr *newexpr; in eval_stable_functions_mutator() local
365 newexpr->args = args; in eval_stable_functions_mutator()
367 return (Node *) newexpr; in eval_stable_functions_mutator()
374 OpExpr *newexpr; in eval_stable_functions_mutator() local
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg;
214 newexpr->argisrow = expr->argisrow;
215 newexpr->location = expr->location;
216 return (Node *) newexpr;
225 newexpr->arg = expr->arg;
229 newexpr->booltesttype = IS_NOT_TRUE;
232 newexpr->booltesttype = IS_TRUE;
238 newexpr->booltesttype = IS_FALSE;
244 newexpr->booltesttype = IS_UNKNOWN;
251 newexpr->location = expr->location;
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg;
214 newexpr->argisrow = expr->argisrow;
215 newexpr->location = expr->location;
216 return (Node *) newexpr;
225 newexpr->arg = expr->arg;
229 newexpr->booltesttype = IS_NOT_TRUE;
232 newexpr->booltesttype = IS_TRUE;
238 newexpr->booltesttype = IS_FALSE;
244 newexpr->booltesttype = IS_UNKNOWN;
251 newexpr->location = expr->location;
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepqual.c213 newexpr->arg = expr->arg; in negate_clause()
216 newexpr->argisrow = expr->argisrow; in negate_clause()
217 newexpr->location = expr->location; in negate_clause()
218 return (Node *) newexpr; in negate_clause()
227 newexpr->arg = expr->arg; in negate_clause()
231 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
234 newexpr->booltesttype = IS_TRUE; in negate_clause()
240 newexpr->booltesttype = IS_FALSE; in negate_clause()
246 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
253 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepqual.c213 newexpr->arg = expr->arg; in negate_clause()
216 newexpr->argisrow = expr->argisrow; in negate_clause()
217 newexpr->location = expr->location; in negate_clause()
218 return (Node *) newexpr; in negate_clause()
227 newexpr->arg = expr->arg; in negate_clause()
231 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
234 newexpr->booltesttype = IS_TRUE; in negate_clause()
240 newexpr->booltesttype = IS_FALSE; in negate_clause()
246 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
253 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/prep/
H A Dprepqual.c211 newexpr->arg = expr->arg; in negate_clause()
214 newexpr->argisrow = expr->argisrow; in negate_clause()
215 newexpr->location = expr->location; in negate_clause()
216 return (Node *) newexpr; in negate_clause()
225 newexpr->arg = expr->arg; in negate_clause()
229 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
232 newexpr->booltesttype = IS_TRUE; in negate_clause()
238 newexpr->booltesttype = IS_FALSE; in negate_clause()
244 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
251 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepqual.c213 newexpr->arg = expr->arg; in negate_clause()
216 newexpr->argisrow = expr->argisrow; in negate_clause()
217 newexpr->location = expr->location; in negate_clause()
218 return (Node *) newexpr; in negate_clause()
227 newexpr->arg = expr->arg; in negate_clause()
231 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
234 newexpr->booltesttype = IS_TRUE; in negate_clause()
240 newexpr->booltesttype = IS_FALSE; in negate_clause()
246 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
253 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepqual.c213 newexpr->arg = expr->arg; in negate_clause()
216 newexpr->argisrow = expr->argisrow; in negate_clause()
217 newexpr->location = expr->location; in negate_clause()
218 return (Node *) newexpr; in negate_clause()
227 newexpr->arg = expr->arg; in negate_clause()
231 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
234 newexpr->booltesttype = IS_TRUE; in negate_clause()
240 newexpr->booltesttype = IS_FALSE; in negate_clause()
246 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
253 newexpr->location = expr->location; in negate_clause()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepqual.c213 newexpr->arg = expr->arg; in negate_clause()
216 newexpr->argisrow = expr->argisrow; in negate_clause()
217 newexpr->location = expr->location; in negate_clause()
218 return (Node *) newexpr; in negate_clause()
227 newexpr->arg = expr->arg; in negate_clause()
231 newexpr->booltesttype = IS_NOT_TRUE; in negate_clause()
234 newexpr->booltesttype = IS_TRUE; in negate_clause()
240 newexpr->booltesttype = IS_FALSE; in negate_clause()
246 newexpr->booltesttype = IS_UNKNOWN; in negate_clause()
253 newexpr->location = expr->location; in negate_clause()
[all …]

12345678910>>...15