Searched refs:stmt (Results 1 - 25 of 164) sorted by relevance

1234567

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-propagate.c305 simulate_stmt (tree stmt) argument
313 if (DONT_SIMULATE_AGAIN (stmt))
316 if (TREE_CODE (stmt) == PHI_NODE)
318 val = ssa_prop_visit_phi (stmt);
319 output_name = PHI_RESULT (stmt);
322 val = ssa_prop_visit_stmt (stmt, &taken_edge, &output_name);
326 DONT_SIMULATE_AGAIN (stmt) = 1;
335 if (stmt_ends_bb_p (stmt))
339 basic_block bb = bb_for_stmt (stmt);
373 tree stmt local
435 tree stmt = bsi_stmt (j); local
542 get_rhs(tree stmt) argument
583 tree stmt = *stmt_p, op; local
718 first_vdef(tree stmt) argument
737 stmt_makes_single_load(tree stmt) argument
762 stmt_makes_single_store(tree stmt) argument
786 get_value_loaded_by(tree stmt, prop_value_t *values) argument
821 replace_uses_in(tree stmt, bool *replaced_addresses_p, prop_value_t *prop_value) argument
921 replace_vuses_in(tree stmt, bool *replaced_addresses_p, prop_value_t *prop_value) argument
1052 fold_predicate_in(tree stmt) argument
1133 tree stmt = bsi_stmt (i); local
[all...]
H A Dtree-ssa-threadedge.c84 lhs_of_dominating_assert (tree op, basic_block bb, tree stmt) argument
93 if (use_stmt != stmt
218 tree stmt = NULL; local
231 stmt = bsi_stmt (bsi);
234 if (IS_EMPTY_STMT (stmt) || TREE_CODE (stmt) == LABEL_EXPR)
240 if (TREE_CODE (stmt) == ASM_EXPR && ASM_VOLATILE_P (stmt))
252 if (TREE_CODE (stmt) != MODIFY_EXPR
253 || TREE_CODE (TREE_OPERAND (stmt,
354 simplify_control_stmt_condition(edge e, tree stmt, tree dummy_cond, tree (*simplify) (tree, tree), bool handle_dominating_asserts) argument
438 stmt, WARN_STRICT_OVERFLOW_CONDITIONAL); local
500 tree stmt; local
[all...]
H A Dtree-ssa-loop-unswitch.c117 tree stmt, def, cond, use; local
122 stmt = last_stmt (bb);
123 if (!stmt || TREE_CODE (stmt) != COND_EXPR)
127 FOR_EACH_SSA_TREE_OPERAND (use, stmt, iter, SSA_OP_USE)
136 cond = COND_EXPR_COND (stmt);
154 tree stmt; local
158 stmt = last_stmt (e->src);
159 if (stmt
160 && TREE_CODE (stmt)
185 tree cond = NULL_TREE, stmt; local
[all...]
H A Dtree-tailcall.c193 /* Checks whether the expression EXPR in stmt AT is independent of the
271 process_assignment (tree ass, tree stmt, block_stmt_iterator call, tree *m, argument
318 && (non_ass_var = independent_of_stmt_p (op1, stmt, call)))
321 && (non_ass_var = independent_of_stmt_p (op0, stmt, call)))
377 tree ass_var, ret_var, stmt, func, param, args, call = NULL_TREE; local
391 stmt = bsi_stmt (bsi);
394 if (TREE_CODE (stmt) == LABEL_EXPR)
398 if (TREE_CODE (stmt) == MODIFY_EXPR)
400 ass_var = TREE_OPERAND (stmt, 0);
401 call = TREE_OPERAND (stmt,
549 tree stmt, var, phi, tmp; local
618 tree ret_stmt = last_stmt (bb), ret_var, var, stmt, tmp; local
718 tree param, stmt, args, rslt, call; local
850 tree stmt = bsi_stmt (t->call_bsi); local
876 tree stmt, param, ret_type, tmp, phi; local
[all...]
H A Dgimple-low.c195 tree stmt; local
197 stmt = tsi_stmt (*tsi);
199 lower_stmt_body (OMP_BODY (stmt), data);
200 tsi_link_before (tsi, stmt, TSI_SAME_STMT);
201 tsi_link_before (tsi, OMP_BODY (stmt), TSI_SAME_STMT);
202 OMP_BODY (stmt) = NULL_TREE;
212 tree stmt = tsi_stmt (*tsi); local
214 if (EXPR_HAS_LOCATION (stmt) && data)
215 TREE_BLOCK (stmt) = data->block;
217 switch (TREE_CODE (stmt))
295 tree stmt = tsi_stmt (*tsi); local
347 try_catch_may_fallthru(tree stmt) argument
399 tree stmt = expr_last (block); local
463 tree stmt = tsi_stmt (*tsi); local
558 tree stmt = tsi_stmt (*tsi); local
648 tree stmt = tsi_stmt (*tsi); local
[all...]
H A Dtree-ssa-loop-im.c70 tree stmt; member in struct:depend
112 tree stmt; /* The statement in that it occurs. */ member in struct:mem_ref_loc
235 movement_possibility (tree stmt) argument
240 && TREE_CODE (stmt) == COND_EXPR)
247 if (TREE_CODE (stmt) != MODIFY_EXPR)
250 if (stmt_ends_bb_p (stmt))
253 if (stmt_ann (stmt)->has_volatile_ops)
256 lhs = TREE_OPERAND (stmt, 0);
261 rhs = TREE_OPERAND (stmt, 1);
270 if (get_call_expr_in (stmt))
417 stmt_cost(tree stmt) argument
480 determine_max_movement(tree stmt, bool must_preserve_exec) argument
514 set_level(tree stmt, struct loop *orig_loop, struct loop *level) argument
540 set_profitable_level(tree stmt) argument
548 nonpure_call_p(tree stmt) argument
583 tree stmt, rhs; local
722 tree stmt; local
761 bsi_insert_on_edge (loop_preheader_edge (level), stmt); local
828 tree stmt = SSA_NAME_DEF_STMT (expr); local
860 tree stmt; local
888 record_mem_ref_loc(struct mem_ref_loc **mem_refs, tree stmt, tree *ref) argument
1206 gather_mem_refs_stmt(struct loop *loop, htab_t mem_refs, bitmap clobbered_vops, tree stmt, struct mem_ref **mem_ref_list) argument
[all...]
H A Dtree-ssa-operands.c39 SSA optimizer. For every stmt, we maintain an operand cache in the stmt
44 operands are represented as pointers into the stmt's operand tree. Thus
47 variable for the SSA_NAME may, or may not occur in the stmt's tree.
48 Manipulation of the virtual operands will not be reflected in the stmt tree.
51 from a stmt tree.
54 through the stmt tree for the occurrence of operands which may be of
63 Once the stmt tree is completely parsed, the finalize_ssa_operands()
67 If the stmt had a previous operand cache, the finalization routines
75 i.e., if a stmt ha
333 set_virtual_use_link(use_operand_p ptr, tree stmt) argument
401 add_use_op(tree stmt, tree *op, use_optype_p *last) argument
406 INITIALIZE_USE (USE_OP_PTR (new), op, stmt); local
414 add_vuse_op(tree stmt, tree op, vuse_optype_p *last) argument
420 INITIALIZE_USE (VUSE_OP_PTR (new), &VUSE_OP (new), stmt); local
428 add_maydef_op(tree stmt, tree op, maydef_optype_p *last) argument
435 INITIALIZE_USE (MAYDEF_OP_PTR (new), &MAYDEF_OP (new), stmt); local
443 add_mustdef_op(tree stmt, tree op, mustdef_optype_p *last) argument
450 INITIALIZE_USE (MUSTDEF_KILL_PTR (new), &MUSTDEF_KILL (new), stmt); local
460 finalize_ssa_def_ops(tree stmt) argument
528 finalize_ssa_defs(tree stmt) argument
545 finalize_ssa_use_ops(tree stmt) argument
588 finalize_ssa_uses(tree stmt) argument
612 finalize_ssa_v_may_def_ops(tree stmt) argument
636 set_virtual_use_link (MAYDEF_OP_PTR (last), stmt); local
683 finalize_ssa_v_may_defs(tree stmt) argument
714 finalize_ssa_vuse_ops(tree stmt) argument
738 set_virtual_use_link (VUSE_OP_PTR (last), stmt); local
787 finalize_ssa_vuses(tree stmt) argument
855 finalize_ssa_v_must_def_ops(tree stmt) argument
879 set_virtual_use_link (MUSTDEF_KILL_PTR (last), stmt); local
926 finalize_ssa_v_must_defs(tree stmt) argument
942 finalize_ssa_stmt_operands(tree stmt) argument
1410 get_indirect_ref_operands(tree stmt, tree expr, int flags, tree full_ref, HOST_WIDE_INT offset, HOST_WIDE_INT size, bool recurse_on_base) argument
1489 get_tmr_operands(tree stmt, tree expr, int flags) argument
1543 add_call_clobber_ops(tree stmt, tree callee) argument
1628 add_call_read_ops(tree stmt, tree callee) argument
1678 get_call_expr_operands(tree stmt, tree expr) argument
1720 get_asm_expr_operands(tree stmt) argument
1816 get_modify_expr_operands(tree stmt, tree expr) argument
1843 get_expr_operands(tree stmt, tree *expr_p, int flags) argument
2101 parse_ssa_operands(tree stmt) argument
2161 build_ssa_operands(tree stmt) argument
2201 update_stmt_operands(tree stmt) argument
2356 swap_tree_operands(tree stmt, tree *exp0, tree *exp1) argument
[all...]
H A Dtree-vect-patterns.c141 * LAST_STMT: A stmt from which the pattern search begins. In the example,
151 * Return value: A new stmt that will be used to replace the sequence of
159 tree stmt, expr; local
204 stmt = STMT_VINFO_RELATED_STMT (stmt_vinfo);
205 expr = TREE_OPERAND (stmt, 1);
224 stmt = last_stmt;
226 if (widened_name_p (oprnd0, stmt, &half_type, &def_stmt))
228 stmt = def_stmt;
229 expr = TREE_OPERAND (stmt, 1);
238 phi), and oprnd0 is an ssa-name defined by a stmt i
381 tree stmt, expr; local
466 tree stmt = bsi_stmt (si); local
615 tree stmt; local
[all...]
H A Dtree-nrv.c124 tree stmt = bsi_stmt (bsi); local
127 if (TREE_CODE (stmt) == RETURN_EXPR)
132 ret_expr = TREE_OPERAND (stmt, 0);
136 else if (TREE_CODE (stmt) == MODIFY_EXPR
137 && TREE_OPERAND (stmt, 0) == result)
139 ret_expr = TREE_OPERAND (stmt, 1);
166 else if (TREE_CODE (stmt) == MODIFY_EXPR)
168 tree addr = get_base_address (TREE_OPERAND (stmt, 0));
297 tree stmt = bsi_stmt (i); local
300 if (TREE_CODE (stmt)
[all...]
H A Dtree-ssa-sink.c111 all_immediate_uses_same_place (tree stmt) argument
119 FOR_EACH_SSA_TREE_OPERAND (var, stmt, op_iter, SSA_OP_ALL_DEFS)
138 is_hidden_global_store (tree stmt) argument
143 if (!ZERO_SSA_OPERANDS (stmt, SSA_OP_VIRTUAL_DEFS))
147 gcc_assert (TREE_CODE (stmt) == MODIFY_EXPR);
174 lhs = TREE_OPERAND (stmt, 0);
216 nearest_common_dominator_of_uses (tree stmt) argument
228 FOR_EACH_SSA_TREE_OPERAND (var, stmt, op_iter, SSA_OP_ALL_DEFS)
269 statement_sink_location (tree stmt, basic_block frombb) argument
281 FOR_EACH_SSA_TREE_OPERAND (def, stmt, ite
441 tree stmt = bsi_stmt (bsi); local
[all...]
H A Dvalue-prof.c87 check_counter (tree stmt, const char * name, gcov_type all, gcov_type bb_count) argument
92 locus = (stmt != NULL && EXPR_HAS_LOCATION (stmt)
93 ? EXPR_LOCUS (stmt)
118 tree stmt = bsi_stmt (bsi); local
119 stmt_ann_t ann = get_stmt_ann (stmt);
127 print_generic_stmt (dump_file, stmt, TDF_SLIM);
138 && (tree_mod_subtract_transform (stmt)
139 || tree_divmod_fixed_value_transform (stmt)
140 || tree_mod_pow2_value_transform (stmt)))
175 tree_divmod_fixed_value(tree stmt, tree operation, tree op1, tree op2, tree value, int prob, gcov_type count, gcov_type all) argument
260 tree_divmod_fixed_value_transform(tree stmt) argument
339 tree_mod_pow2(tree stmt, tree operation, tree op1, tree op2, int prob, gcov_type count, gcov_type all) argument
427 tree_mod_pow2_value_transform(tree stmt) argument
502 tree_mod_subtract(tree stmt, tree operation, tree op1, tree op2, int prob1, int prob2, int ncounts, gcov_type count1, gcov_type count2, gcov_type all) argument
609 tree_mod_subtract_transform(tree stmt) argument
705 tree_divmod_values_to_profile(tree stmt, histogram_values *values) argument
776 tree_values_to_profile(tree stmt, histogram_values *values) argument
[all...]
H A Dtree-ssa-dce.c222 #define NECESSARY(stmt) stmt->common.asm_written_flag
227 mark_stmt_necessary (tree stmt, bool add_to_worklist)
229 gcc_assert (stmt);
230 gcc_assert (!DECL_P (stmt));
232 if (NECESSARY (stmt))
237 fprintf (dump_file, "Marking useful stmt: ");
238 print_generic_stmt (dump_file, stmt, TDF_SLIM);
242 NECESSARY (stmt) = 1;
244 VEC_safe_push (tree, heap, worklist, stmt);
224 mark_stmt_necessary(tree stmt, bool add_to_worklist) argument
250 tree stmt; local
280 mark_stmt_if_obviously_necessary(tree stmt, bool aggressive) argument
415 tree stmt = bsi_stmt (i); local
591 tree stmt = bsi_stmt (bsi); local
[all...]
H A Dtree-ssa-forwprop.c499 simplify_cond (tree stmt) argument
501 tree cond = COND_EXPR_COND (stmt);
520 COND_EXPR_COND (stmt) = new_cond;
521 update_stmt (stmt);
575 /* We've just substituted an ADDR_EXPR into stmt. Update all the
579 tidy_after_forward_propagate_addr (tree stmt) argument
582 if (maybe_clean_or_replace_eh_stmt (stmt, stmt)
583 && tree_purge_dead_eh_edges (bb_for_stmt (stmt)))
586 if (TREE_CODE (TREE_OPERAND (stmt,
608 forward_propagate_addr_into_variable_array_index(tree offset, tree lhs, tree stmt, tree use_stmt) argument
674 forward_propagate_addr_expr_1(tree stmt, tree use_stmt, bool *changed) argument
826 forward_propagate_addr_expr(tree stmt, bool *some) argument
885 simplify_not_neg_expr(tree stmt) argument
910 simplify_switch_expr(tree stmt) argument
980 tree stmt = bsi_stmt (bsi); local
[all...]
H A Dtree-ssanames.c121 make_ssa_name (tree var, tree stmt) argument
129 gcc_assert (!stmt || EXPR_P (stmt) || TREE_CODE (stmt) == PHI_NODE);
157 SSA_NAME_DEF_STMT (t) = stmt;
164 imm->stmt = t;
221 imm->stmt = var;
245 duplicate_ssa_name (tree name, tree stmt) argument
247 tree new_name = make_ssa_name (SSA_NAME_VAR (name), stmt);
287 release_defs (tree stmt) argument
[all...]
H A Dtree-ssa-reassoc.c261 tree stmt; local
270 stmt = SSA_NAME_DEF_STMT (e);
271 if (bb_for_stmt (stmt) == NULL)
274 if (TREE_CODE (stmt) != MODIFY_EXPR
275 || !ZERO_SSA_OPERANDS (stmt, SSA_OP_VIRTUAL_DEFS))
276 return bb_rank[bb_for_stmt (stmt)->index];
286 maxrank = bb_rank[bb_for_stmt(stmt)->index];
287 rhs = TREE_OPERAND (stmt, 1);
378 is_reassociable_op (tree stmt, enum tree_code code) argument
380 if (!IS_EMPTY_STMT (stmt)
395 tree stmt = SSA_NAME_DEF_STMT (name); local
814 is_phi_for_stmt(tree stmt, tree operand) argument
839 rewrite_expr_tree(tree stmt, unsigned int opindex, VEC(operand_entry_t, heap) * ops) argument
952 linearize_expr(tree stmt) argument
1068 should_break_up_subtract(tree stmt) argument
1096 break_up_subtract(tree stmt, block_stmt_iterator *bsi) argument
1266 tree stmt = bsi_stmt (bsi); local
1309 tree stmt = bsi_stmt (bsi); local
[all...]
H A Dtree-ssa-copy.c303 Be sure to mark the stmt as modified. */
365 stmt_may_generate_copy (tree stmt) argument
370 if (TREE_CODE (stmt) == PHI_NODE)
371 return !SSA_NAME_OCCURS_IN_ABNORMAL_PHI (PHI_RESULT (stmt));
373 if (TREE_CODE (stmt) != MODIFY_EXPR)
376 lhs = TREE_OPERAND (stmt, 0);
377 rhs = TREE_OPERAND (stmt, 1);
378 ann = stmt_ann (stmt);
388 && !ZERO_SSA_OPERANDS (stmt, SSA_OP_ALL_VIRTUALS))
552 copy_prop_visit_assignment (tree stmt, tre argument
622 copy_prop_visit_cond_stmt(tree stmt, edge *taken_edge_p) argument
682 copy_prop_visit_stmt(tree stmt, edge *taken_edge_p, tree *result_p) argument
899 tree stmt = bsi_stmt (si); local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c247 prepare_statement(svn_sqlite__stmt_t **stmt, svn_sqlite__db_t *db, argument
250 *stmt = apr_palloc(result_pool, sizeof(**stmt));
251 (*stmt)->db = db;
252 (*stmt)->needs_reset = FALSE;
254 SQLITE_ERR(sqlite3_prepare_v2(db->db3, text, -1, &(*stmt)->s3stmt, NULL), db);
270 svn_sqlite__get_statement(svn_sqlite__stmt_t **stmt, svn_sqlite__db_t *db, argument
280 *stmt = db->prepared_stmts[stmt_idx];
282 if ((*stmt)->needs_reset)
283 return svn_error_trace(svn_sqlite__reset(*stmt));
293 get_internal_statement(svn_sqlite__stmt_t **stmt, svn_sqlite__db_t *db, int stmt_idx) argument
312 step_with_expectation(svn_sqlite__stmt_t* stmt, svn_boolean_t expecting_row) argument
331 svn_sqlite__step_done(svn_sqlite__stmt_t *stmt) argument
338 svn_sqlite__step_row(svn_sqlite__stmt_t *stmt) argument
345 svn_sqlite__step(svn_boolean_t *got_row, svn_sqlite__stmt_t *stmt) argument
367 svn_sqlite__insert(apr_int64_t *row_id, svn_sqlite__stmt_t *stmt) argument
379 svn_sqlite__update(int *affected_rows, svn_sqlite__stmt_t *stmt) argument
391 vbindf(svn_sqlite__stmt_t *stmt, const char *fmt, va_list ap) argument
448 svn_sqlite__bindf(svn_sqlite__stmt_t *stmt, const char *fmt, ...) argument
460 svn_sqlite__bind_int(svn_sqlite__stmt_t *stmt, int slot, int val) argument
469 svn_sqlite__bind_int64(svn_sqlite__stmt_t *stmt, int slot, apr_int64_t val) argument
478 svn_sqlite__bind_text(svn_sqlite__stmt_t *stmt, int slot, const char *val) argument
488 svn_sqlite__bind_blob(svn_sqlite__stmt_t *stmt, int slot, const void *val, apr_size_t len) argument
500 svn_sqlite__bind_token(svn_sqlite__stmt_t *stmt, int slot, const svn_token_map_t *map, int value) argument
513 svn_sqlite__bind_revnum(svn_sqlite__stmt_t *stmt, int slot, svn_revnum_t value) argument
527 svn_sqlite__bind_properties(svn_sqlite__stmt_t *stmt, int slot, const apr_hash_t *props, apr_pool_t *scratch_pool) argument
547 svn_sqlite__bind_iprops(svn_sqlite__stmt_t *stmt, int slot, const apr_array_header_t *inherited_props, apr_pool_t *scratch_pool) argument
568 svn_sqlite__bind_checksum(svn_sqlite__stmt_t *stmt, int slot, const svn_checksum_t *checksum, apr_pool_t *scratch_pool) argument
585 svn_sqlite__column_blob(svn_sqlite__stmt_t *stmt, int column, apr_size_t *len, apr_pool_t *result_pool) argument
598 svn_sqlite__column_text(svn_sqlite__stmt_t *stmt, int column, apr_pool_t *result_pool) argument
611 svn_sqlite__column_revnum(svn_sqlite__stmt_t *stmt, int column) argument
619 svn_sqlite__column_boolean(svn_sqlite__stmt_t *stmt, int column) argument
625 svn_sqlite__column_int(svn_sqlite__stmt_t *stmt, int column) argument
631 svn_sqlite__column_int64(svn_sqlite__stmt_t *stmt, int column) argument
637 svn_sqlite__column_token(svn_sqlite__stmt_t *stmt, int column, const svn_token_map_t *map) argument
648 svn_sqlite__column_token_null(svn_sqlite__stmt_t *stmt, int column, const svn_token_map_t *map, int null_val) argument
663 svn_sqlite__column_properties(apr_hash_t **props, svn_sqlite__stmt_t *stmt, int column, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
688 svn_sqlite__column_iprops(apr_array_header_t **iprops, svn_sqlite__stmt_t *stmt, int column, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
713 svn_sqlite__column_checksum(const svn_checksum_t **checksum, svn_sqlite__stmt_t *stmt, int column, apr_pool_t *result_pool) argument
729 svn_sqlite__column_is_null(svn_sqlite__stmt_t *stmt, int column) argument
735 svn_sqlite__column_bytes(svn_sqlite__stmt_t *stmt, int column) argument
741 svn_sqlite__finalize(svn_sqlite__stmt_t *stmt) argument
748 svn_sqlite__reset(svn_sqlite__stmt_t *stmt) argument
773 svn_sqlite__stmt_t *stmt; local
1261 svn_sqlite__stmt_t *stmt; local
1308 svn_sqlite__stmt_t *stmt; local
1319 svn_sqlite__stmt_t *stmt; local
1330 svn_sqlite__stmt_t *stmt; local
1342 svn_sqlite__stmt_t *stmt; local
1384 svn_sqlite__stmt_t *stmt; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_sqlite.h72 svn_sqlite__step_done(svn_sqlite__stmt_t *stmt);
77 svn_sqlite__step_row(svn_sqlite__stmt_t *stmt);
84 svn_sqlite__step(svn_boolean_t *got_row, svn_sqlite__stmt_t *stmt);
90 svn_sqlite__insert(apr_int64_t *row_id, svn_sqlite__stmt_t *stmt);
97 svn_sqlite__update(int *affected_rows, svn_sqlite__stmt_t *stmt);
159 svn_sqlite__get_statement(svn_sqlite__stmt_t **stmt, svn_sqlite__db_t *db,
188 svn_sqlite__bindf(svn_sqlite__stmt_t *stmt, const char *fmt, ...);
192 svn_sqlite__bind_int(svn_sqlite__stmt_t *stmt, int slot, int val);
196 svn_sqlite__bind_int64(svn_sqlite__stmt_t *stmt, int slot,
202 svn_sqlite__bind_text(svn_sqlite__stmt_t *stmt, in
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache.c107 int stmt;
110 stmt = STMT_CREATE_SCHEMA_V2;
112 stmt = STMT_CREATE_SCHEMA_V1;
114 SVN_SQLITE__ERR_CLOSE(svn_sqlite__exec_statements(sdb, stmt), sdb);
179 svn_sqlite__stmt_t *stmt;
196 SVN_ERR(svn_sqlite__get_statement(&stmt, ffd->rep_cache_db,
198 SVN_ERR(svn_sqlite__step(&have_row, stmt));
199 max = svn_sqlite__column_revnum(stmt, 0);
200 SVN_ERR(svn_sqlite__reset(stmt));
205 SVN_ERR(svn_sqlite__get_statement(&stmt, ff
105 int stmt; local
177 svn_sqlite__stmt_t *stmt; local
270 svn_sqlite__stmt_t *stmt; local
330 svn_sqlite__stmt_t *stmt; local
365 svn_sqlite__stmt_t *stmt; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache.c181 svn_sqlite__stmt_t *stmt;
195 SVN_ERR(svn_sqlite__get_statement(&stmt, ffd->rep_cache_db,
197 SVN_ERR(svn_sqlite__step(&have_row, stmt));
198 max = svn_sqlite__column_revnum(stmt, 0);
199 SVN_ERR(svn_sqlite__reset(stmt));
204 SVN_ERR(svn_sqlite__get_statement(&stmt, ffd->rep_cache_db,
206 SVN_ERR(svn_sqlite__bindf(stmt, "rr",
210 SVN_ERR(svn_sqlite__step(&have_row, stmt));
227 return svn_error_compose_create(err, svn_sqlite__reset(stmt));
232 sha1_digest = svn_sqlite__column_text(stmt,
179 svn_sqlite__stmt_t *stmt; local
269 svn_sqlite__stmt_t *stmt; local
325 svn_sqlite__stmt_t *stmt; local
383 svn_sqlite__stmt_t *stmt; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_pristine.c177 svn_sqlite__stmt_t *stmt; local
182 SVN_ERR(svn_sqlite__get_statement(&stmt, wcroot->sdb,
184 SVN_ERR(svn_sqlite__bind_checksum(stmt, 1, sha1_checksum, scratch_pool));
185 SVN_ERR(svn_sqlite__step(&have_row, stmt));
188 *size = svn_sqlite__column_int64(stmt, 0);
190 SVN_ERR(svn_sqlite__reset(stmt));
292 svn_sqlite__stmt_t *stmt; local
297 SVN_ERR(svn_sqlite__get_statement(&stmt, sdb, STMT_SELECT_PRISTINE));
298 SVN_ERR(svn_sqlite__bind_checksum(stmt, 1, sha1_checksum, scratch_pool));
299 SVN_ERR(svn_sqlite__step(&have_row, stmt));
450 svn_sqlite__stmt_t *stmt; local
488 svn_sqlite__stmt_t *stmt; local
529 svn_sqlite__stmt_t *stmt; local
610 svn_sqlite__stmt_t *stmt; local
704 svn_sqlite__stmt_t *stmt; local
783 svn_sqlite__stmt_t *stmt; local
836 svn_sqlite__stmt_t *stmt; local
895 svn_sqlite__stmt_t *stmt; local
[all...]
H A Dwc_db_util.c61 svn_sqlite__stmt_t *stmt;
66 SVN_ERR(svn_sqlite__get_statement(&stmt, sdb, STMT_SELECT_WCROOT_NULL));
67 SVN_ERR(svn_sqlite__step(&have_row, stmt));
69 return svn_error_createf(SVN_ERR_WC_CORRUPT, svn_sqlite__reset(stmt),
72 SVN_ERR_ASSERT(!svn_sqlite__column_is_null(stmt, 0));
73 *wc_id = svn_sqlite__column_int64(stmt, 0);
75 return svn_error_trace(svn_sqlite__reset(stmt));
60 svn_sqlite__stmt_t *stmt; local
H A Dwc_db.c112 #define SQLITE_PROPERTIES_AVAILABLE(stmt, i) \
113 (svn_sqlite__column_bytes(stmt, i) > 2)
381 get_recorded_size(svn_sqlite__stmt_t *stmt, int slot) argument
383 if (svn_sqlite__column_is_null(stmt, slot))
385 return svn_sqlite__column_int64(stmt, slot);
392 lock_from_columns(svn_sqlite__stmt_t *stmt, argument
401 if (svn_sqlite__column_is_null(stmt, col_token))
408 lock->token = svn_sqlite__column_text(stmt, col_token, result_pool);
409 lock->owner = svn_sqlite__column_text(stmt, col_owner, result_pool);
410 lock->comment = svn_sqlite__column_text(stmt, col_commen
424 svn_sqlite__stmt_t *stmt; local
461 repos_location_from_columns(apr_int64_t *repos_id, svn_revnum_t *revision, const char **repos_relpath, svn_sqlite__stmt_t *stmt, int col_repos_id, int col_revision, int col_repos_relpath, apr_pool_t *result_pool) argument
591 svn_sqlite__stmt_t *stmt; local
646 svn_sqlite__stmt_t *stmt; local
713 svn_sqlite__stmt_t *stmt; local
926 svn_sqlite__stmt_t *stmt; local
1006 svn_sqlite__stmt_t *stmt; local
1168 svn_sqlite__stmt_t *stmt; local
1285 svn_sqlite__stmt_t *stmt; local
1337 svn_sqlite__stmt_t *stmt; local
1370 svn_sqlite__stmt_t *stmt; local
2051 svn_sqlite__stmt_t *stmt; local
2078 svn_sqlite__stmt_t *stmt; local
2114 svn_sqlite__stmt_t *stmt; local
2493 svn_sqlite__stmt_t *stmt; local
2674 svn_sqlite__stmt_t *stmt; local
2825 svn_sqlite__stmt_t *stmt; local
2860 svn_sqlite__stmt_t *stmt; local
2893 svn_sqlite__stmt_t *stmt; local
2930 svn_sqlite__stmt_t *stmt; local
3174 svn_sqlite__stmt_t *stmt; local
3515 svn_sqlite__stmt_t *stmt; local
3582 svn_sqlite__stmt_t *stmt; local
3663 svn_sqlite__stmt_t *stmt; local
3722 svn_sqlite__stmt_t *stmt; local
3768 svn_sqlite__stmt_t *stmt; local
3846 svn_sqlite__stmt_t *stmt; local
3959 get_moved_to(const char **moved_to_relpath_p, const char **moved_to_op_root_relpath_p, svn_boolean_t *scan, svn_sqlite__stmt_t *stmt, const char *current_relpath, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4020 svn_sqlite__stmt_t *stmt; local
4383 svn_sqlite__stmt_t *stmt; local
4427 svn_sqlite__stmt_t *stmt; local
4643 svn_sqlite__stmt_t *stmt; local
4867 svn_sqlite__stmt_t *stmt; local
4935 svn_sqlite__stmt_t *stmt, *stmt2; local
5098 svn_sqlite__stmt_t *stmt; local
5333 svn_sqlite__stmt_t *stmt; local
5649 svn_sqlite__stmt_t *stmt; local
6057 svn_sqlite__stmt_t *stmt; local
6110 svn_sqlite__stmt_t *stmt; local
6256 svn_sqlite__stmt_t *stmt; local
6423 svn_sqlite__stmt_t *stmt; local
6485 svn_sqlite__stmt_t *stmt; local
6577 svn_sqlite__stmt_t *stmt; local
6659 svn_sqlite__stmt_t *stmt; local
6781 svn_sqlite__stmt_t *stmt; local
6890 svn_sqlite__stmt_t *stmt; local
7045 svn_sqlite__stmt_t *stmt; local
7251 svn_sqlite__stmt_t *stmt; local
7354 svn_sqlite__stmt_t *stmt; local
7423 svn_sqlite__stmt_t *stmt; local
7520 svn_sqlite__stmt_t *stmt; local
7779 svn_sqlite__stmt_t *stmt; local
7893 svn_sqlite__stmt_t *stmt; local
7946 svn_sqlite__stmt_t *stmt; local
8024 svn_sqlite__stmt_t *stmt; local
8095 svn_sqlite__stmt_t *stmt; local
8576 svn_sqlite__stmt_t *stmt; local
8777 column_token_err(svn_error_t **err, svn_sqlite__stmt_t *stmt, int column, const svn_token_map_t *map) argument
9250 svn_sqlite__stmt_t *stmt; local
9284 svn_sqlite__stmt_t *stmt; local
9663 svn_sqlite__stmt_t *stmt; local
9820 svn_sqlite__stmt_t *stmt; local
9973 svn_sqlite__stmt_t *stmt; local
10035 svn_sqlite__stmt_t *stmt; local
10285 svn_sqlite__stmt_t *stmt; local
10321 svn_sqlite__stmt_t *stmt; local
10406 svn_sqlite__stmt_t *stmt; local
10479 svn_sqlite__stmt_t *stmt; local
10571 svn_sqlite__stmt_t *stmt; local
10649 svn_sqlite__stmt_t *stmt; local
10679 svn_sqlite__stmt_t *stmt; local
10891 svn_sqlite__stmt_t *stmt; local
11075 svn_sqlite__stmt_t *stmt; local
11261 svn_sqlite__stmt_t *stmt; local
11420 svn_sqlite__stmt_t *stmt; local
11497 svn_sqlite__stmt_t *stmt; local
11553 svn_sqlite__stmt_t *stmt; local
11634 svn_sqlite__stmt_t *stmt; local
11680 svn_sqlite__stmt_t *stmt; local
12082 svn_sqlite__stmt_t *stmt; local
12242 svn_sqlite__stmt_t *stmt; local
12399 svn_sqlite__stmt_t *stmt; local
12466 svn_sqlite__stmt_t *stmt; local
12533 svn_sqlite__stmt_t *stmt; local
12654 svn_sqlite__stmt_t *stmt; local
13057 svn_sqlite__stmt_t *stmt; local
13180 svn_sqlite__stmt_t *stmt; local
13367 svn_sqlite__stmt_t *stmt; local
13471 svn_sqlite__stmt_t *stmt; local
13803 svn_sqlite__stmt_t *stmt; local
13849 svn_sqlite__stmt_t *stmt; local
13979 svn_sqlite__stmt_t *stmt; local
14358 svn_sqlite__stmt_t *stmt; local
14379 svn_sqlite__stmt_t *stmt; local
14598 svn_sqlite__stmt_t *stmt; local
14723 svn_sqlite__stmt_t *stmt; local
14860 svn_sqlite__stmt_t *stmt; local
14917 svn_sqlite__stmt_t *stmt; local
14974 svn_sqlite__stmt_t *stmt; local
15004 svn_sqlite__stmt_t *stmt; local
15090 svn_sqlite__stmt_t *stmt; local
15229 svn_sqlite__stmt_t *stmt; local
15364 svn_sqlite__stmt_t *stmt; local
15418 svn_sqlite__stmt_t *stmt; local
15481 svn_sqlite__stmt_t *stmt; local
15507 svn_sqlite__stmt_t *stmt; local
15592 svn_sqlite__stmt_t *stmt; local
15636 svn_sqlite__stmt_t *stmt; local
15782 svn_sqlite__stmt_t *stmt; local
15865 svn_sqlite__stmt_t *stmt; local
15942 svn_sqlite__stmt_t *stmt; local
16590 svn_sqlite__stmt_t *stmt; local
16634 svn_sqlite__stmt_t *stmt; local
16678 svn_sqlite__stmt_t *stmt; local
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dcp-gimplify.c162 tree stmt, cond, then_, else_; local
164 stmt = *stmt_p;
165 cond = IF_COND (stmt);
166 then_ = THEN_CLAUSE (stmt);
167 else_ = ELSE_CLAUSE (stmt);
175 stmt = then_;
177 stmt = else_;
179 stmt = build3 (COND_EXPR, void_type_node, cond, then_, else_);
180 *stmt_p = stmt;
204 /* Order of label addition to stack is important for objc's foreach-stmt
298 tree stmt = *stmt_p; local
315 tree stmt = *stmt_p; local
328 tree stmt = *stmt_p; local
341 tree stmt = *stmt_p; local
394 tree stmt = EXPR_STMT_EXPR (*stmt_p); local
467 tree stmt = *expr_p; local
664 tree stmt = *stmt_p; local
[all...]
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c66 sqlite3_stmt *stmt; member in struct:apr_dbd_results_t
75 sqlite3_stmt *stmt; member in struct:apr_dbd_prepared_t
87 sqlite3_stmt *stmt, int seek)
97 column_count = sqlite3_column_count(stmt);
101 (*results)->stmt = stmt;
109 ret = sqlite3_step(stmt);
132 apr_pstrdup(pool, sqlite3_column_name(stmt, i));
135 column->size = sqlite3_column_bytes(stmt, i);
136 column->type = sqlite3_column_type(stmt,
84 dbd_sqlite3_select_internal(apr_pool_t *pool, apr_dbd_t *sql, apr_dbd_results_t **results, sqlite3_stmt *stmt, int seek) argument
182 sqlite3_stmt *stmt = NULL; local
338 dbd_sqlite3_query_internal(apr_dbd_t *sql, sqlite3_stmt *stmt, int *nrows) argument
363 sqlite3_stmt *stmt = NULL; local
416 sqlite3_stmt *stmt; local
448 sqlite3_stmt *stmt = statement->stmt; local
484 sqlite3_stmt *stmt = statement->stmt; local
534 sqlite3_stmt *stmt = statement->stmt; local
584 sqlite3_stmt *stmt = statement->stmt; local
664 sqlite3_stmt *stmt = statement->stmt; local
715 sqlite3_stmt *stmt = statement->stmt; local
[all...]

Completed in 327 milliseconds

1234567