/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/ |
H A D | statement_test.cpp | 50 sqlite::statement stmt = db.create_statement( in ATF_TEST_CASE_BODY() local 63 sqlite::statement stmt = db.create_statement( in ATF_TEST_CASE_BODY() local 75 sqlite::statement stmt = db.create_statement( in ATF_TEST_CASE_BODY() local 86 sqlite::statement stmt = db.create_statement( in ATF_TEST_CASE_BODY() local 100 sqlite::statement stmt = db.create_statement( in ATF_TEST_CASE_BODY() local 112 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() local 125 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() local 139 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() local 158 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() local 178 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() local [all …]
|
/netbsd-src/external/bsd/kyua-cli/dist/store/ |
H A D | dbtypes.cpp | 47 store::bind_bool(sqlite::statement& stmt, const char* field, const bool value) in bind_bool() 59 store::bind_delta(sqlite::statement& stmt, const char* field, in bind_delta() 76 store::bind_optional_string(sqlite::statement& stmt, const char* field, in bind_optional_string() 92 store::bind_timestamp(sqlite::statement& stmt, const char* field, in bind_timestamp() 108 store::column_bool(sqlite::statement& stmt, const char* column) in column_bool() 133 store::column_delta(sqlite::statement& stmt, const char* column) in column_delta() 152 store::column_optional_string(sqlite::statement& stmt, const char* column) in column_optional_string() 175 store::column_timestamp(sqlite::statement& stmt, const char* column) in column_timestamp()
|
H A D | transaction.cpp | 83 sqlite::statement stmt = db.create_statement( in get_env_vars() local 109 sqlite::statement stmt = db.create_statement( in get_metadata() local 134 sqlite::statement stmt = db.create_statement( in get_file() local 177 sqlite::statement stmt = db.create_statement( in get_test_cases() local 207 parse_result(sqlite::statement& stmt, const char* type_column, in parse_result() 253 sqlite::statement stmt = db.create_statement( in put_env_vars() local 276 sqlite::statement stmt = db.create_statement( in last_rowid() local 301 sqlite::statement stmt = db.create_statement( in put_metadata() local 349 sqlite::statement stmt = db.create_statement( in put_file() local 376 sqlite::statement stmt = db.create_statement( in get_test_program() local [all …]
|
/netbsd-src/lib/lua/sqlite/ |
H A D | sqlite.c | 136 sqlite3_stmt **stmt; in db_prepare() local 204 sqlite3_stmt **stmt; in stmt_bind() local 232 sqlite3_stmt **stmt; in stmt_bind_parameter_count() local 242 sqlite3_stmt **stmt; in stmt_bind_parameter_index() local 253 sqlite3_stmt **stmt; in stmt_bind_parameter_name() local 265 sqlite3_stmt **stmt; in stmt_step() local 275 sqlite3_stmt **stmt; in stmt_column_name() local 288 sqlite3_stmt **stmt; in stmt_column_count() local 298 sqlite3_stmt **stmt; in stmt_column() local 326 sqlite3_stmt **stmt; in stmt_reset() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-operands.c | 301 add_use_op (struct function *fn, gimple *stmt, tree *op, use_optype_p last) in add_use_op() 319 finalize_ssa_defs (struct function *fn, gimple *stmt) in finalize_ssa_defs() 357 finalize_ssa_uses (struct function *fn, gimple *stmt) in finalize_ssa_uses() 433 finalize_ssa_stmt_operands (struct function *fn, gimple *stmt) in finalize_ssa_stmt_operands() 514 add_stmt_operand (struct function *fn, tree *var_p, gimple *stmt, int flags) in add_stmt_operand() 581 gimple *stmt, tree expr, int flags) in get_mem_ref_operands() 602 get_tmr_operands (struct function *fn, gimple *stmt, tree expr, int flags) in get_tmr_operands() 624 maybe_add_call_vops (struct function *fn, gcall *stmt) in maybe_add_call_vops() 645 get_asm_stmt_operands (struct function *fn, gasm *stmt) in get_asm_stmt_operands() 703 get_expr_operands (struct function *fn, gimple *stmt, tree *expr_p, int flags) in get_expr_operands() [all …]
|
H A D | gimple-low.c | 55 greturn *stmt; member 227 gimple *stmt; in lower_omp_directive() local 248 gimple *stmt = gsi_stmt (*gsi); in lower_stmt() local 422 gbind *stmt = as_a <gbind *> (gsi_stmt (*gsi)); in lower_gimple_bind() local 496 gimple *stmt = gsi_stmt (*gsi); in lower_try_catch() local 562 gimple_try_catch_may_fallthru (gtry *stmt) in gimple_try_catch_may_fallthru() 618 gimple_stmt_may_fallthru (gimple *stmt) in gimple_stmt_may_fallthru() 694 greturn *stmt = as_a <greturn *> (gsi_stmt (*gsi)); in lower_gimple_return() local 785 gimple *stmt = gsi_stmt (*gsi); in lower_builtin_setjmp() local 876 gimple *stmt, *call = gsi_stmt (*gsi); in lower_builtin_posix_memalign() local
|
H A D | tree-ssa-dse.c | 97 initialize_ao_ref_for_dse (gimple *stmt, ao_ref *write) in initialize_ao_ref_for_dse() 213 clear_bytes_written_by (sbitmap live_bytes, gimple *stmt, ao_ref *ref) in clear_bytes_written_by() 263 gimple *stmt) in compute_trims() 324 maybe_trim_complex_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_complex_store() 369 maybe_trim_constructor_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_constructor_store() 420 decrement_count (gimple *stmt, int decrement) in decrement_count() 429 increment_start_addr (gimple *stmt, tree *where, int increment) in increment_start_addr() 469 maybe_trim_memstar_call (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_memstar_call() 593 maybe_trim_partially_dead_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_partially_dead_store() 667 dse_optimize_redundant_stores (gimple *stmt) in dse_optimize_redundant_stores() [all …]
|
H A D | gimple-iterator.c | 40 update_modified_stmt (gimple *stmt) in update_modified_stmt() 364 gsi_set_stmt (gimple_stmt_iterator *gsi, gimple *stmt) in gsi_set_stmt() 425 gsi_replace (gimple_stmt_iterator *gsi, gimple *stmt, bool update_eh_info) in gsi_replace() 494 gsi_insert_before_without_update (gimple_stmt_iterator *i, gimple *stmt, in gsi_insert_before_without_update() 506 gsi_insert_before (gimple_stmt_iterator *i, gimple *stmt, in gsi_insert_before() 524 gsi_insert_after_without_update (gimple_stmt_iterator *i, gimple *stmt, in gsi_insert_after_without_update() 537 gsi_insert_after (gimple_stmt_iterator *i, gimple *stmt, in gsi_insert_after() 558 gimple *stmt = gsi_stmt (*i); in gsi_remove() local 610 gsi_for_stmt (gimple *stmt) in gsi_for_stmt() 629 gsi_for_stmt (gimple *stmt, gimple_seq *seq) in gsi_for_stmt() [all …]
|
H A D | value-prof.c | 115 enum hist_type type, gimple *stmt, tree value) in gimple_alloc_histogram_value() 143 set_histogram_value (struct function *fun, gimple *stmt, histogram_value hist) in set_histogram_value() 166 gimple_histogram_value (struct function *fun, gimple *stmt) in gimple_histogram_value() 177 gimple_add_histogram_value (struct function *fun, gimple *stmt, in gimple_add_histogram_value() 188 gimple_remove_histogram_value (struct function *fun, gimple *stmt, in gimple_remove_histogram_value() 211 gimple_histogram_value_of_type (struct function *fun, gimple *stmt, in gimple_histogram_value_of_type() 352 stream_in_histogram_value (class lto_input_block *ib, gimple *stmt) in stream_in_histogram_value() 412 dump_histograms_for_stmt (struct function *fun, FILE *dump_file, gimple *stmt) in dump_histograms_for_stmt() 422 gimple_remove_stmt_histograms (struct function *fun, gimple *stmt) in gimple_remove_stmt_histograms() 432 gimple_duplicate_stmt_histograms (struct function *fun, gimple *stmt, in gimple_duplicate_stmt_histograms() [all …]
|
H A D | ssa-iterators.h | 147 gimple *stmt; member 300 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple *stmt) in link_imm_use_stmt() 330 gimple *stmt) in relink_imm_use_stmt() 419 single_imm_use (const_tree var, use_operand_p *use_p, gimple **stmt) in single_imm_use() 596 op_iter_init (ssa_op_iter *ptr, gimple *stmt, int flags) in op_iter_init() 641 op_iter_init_use (ssa_op_iter *ptr, gimple *stmt, int flags) in op_iter_init_use() 653 op_iter_init_def (ssa_op_iter *ptr, gimple *stmt, int flags) in op_iter_init_def() 665 op_iter_init_tree (ssa_op_iter *ptr, gimple *stmt, int flags) in op_iter_init_tree() 676 single_ssa_tree_operand (gimple *stmt, int flags) in single_ssa_tree_operand() 694 single_ssa_use_operand (gimple *stmt, int flags) in single_ssa_use_operand() [all …]
|
H A D | gimple-fold.c | 196 create_tmp_reg_or_ssa_name (tree type, gimple *stmt) in create_tmp_reg_or_ssa_name() 352 gimple *stmt = gsi_stmt (*si); in fold_gimple_assign() local 493 gimple *stmt = gsi_stmt (*si_p); in gsi_replace_with_seq_vops() local 571 gimple *stmt, *new_stmt; in gimplify_and_update_call_from_tree() local 619 gimple *stmt = gsi_stmt (*gsi); in replace_call_with_value() local 645 gimple *stmt = gsi_stmt (*gsi); in replace_call_with_call_and_fold() local 703 gimple *stmt = gsi_stmt (*gsi); in gimple_fold_builtin_memory_op() local 1132 gimple *stmt = gsi_stmt (*gsi); in gimple_fold_builtin_bcmp() local 1158 gimple *stmt = gsi_stmt (*gsi); in gimple_fold_builtin_bcopy() local 1183 gimple *stmt = gsi_stmt (*gsi); in gimple_fold_builtin_bzero() local [all …]
|
H A D | tree-ssa-propagate.c | 210 ssa_propagation_engine::simulate_stmt (gimple *stmt) in simulate_stmt() 409 gimple *stmt = gsi_stmt (si); in ssa_prop_init() local 415 gimple *stmt = gsi_stmt (si); in ssa_prop_init() local 616 gimple *stmt) in finish_update_gimple_call() 635 gcall *new_stmt, *stmt = as_a <gcall *> (gsi_stmt (*si_p)); in update_gimple_call() local 660 gimple *stmt = gsi_stmt (*si_p); in update_call_from_tree() local 824 stmt_makes_single_store (gimple *stmt) in stmt_makes_single_store() 862 substitute_and_fold_engine::replace_uses_in (gimple *stmt) in replace_uses_in() 1029 gimple *stmt = gsi_stmt (i); in before_dom_children() local 1206 gimple *stmt = walker.stmts_to_remove.pop (); in substitute_and_fold() local [all …]
|
H A D | tree-ssa-copy.c | 85 stmt_may_generate_copy (gimple *stmt) in stmt_may_generate_copy() 198 copy_prop_visit_assignment (gimple *stmt, tree *result_p) in copy_prop_visit_assignment() 228 copy_prop_visit_cond_stmt (gimple *stmt, edge *taken_edge_p) in copy_prop_visit_cond_stmt() 274 copy_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *result_p) in visit_stmt() 452 gimple *stmt = gsi_stmt (si); in init_copy_prop() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-low.cc | 55 greturn *stmt; member 227 gimple *stmt; in lower_omp_directive() local 248 gimple *stmt = gsi_stmt (*gsi); in lower_stmt() local 423 gbind *stmt = as_a <gbind *> (gsi_stmt (*gsi)); in lower_gimple_bind() local 497 gimple *stmt = gsi_stmt (*gsi); in lower_try_catch() local 563 gimple_try_catch_may_fallthru (gtry *stmt) in gimple_try_catch_may_fallthru() 619 gimple_stmt_may_fallthru (gimple *stmt) in gimple_stmt_may_fallthru() 695 greturn *stmt = as_a <greturn *> (gsi_stmt (*gsi)); in lower_gimple_return() local 786 gimple *stmt = gsi_stmt (*gsi); in lower_builtin_setjmp() local 877 gimple *stmt, *call = gsi_stmt (*gsi); in lower_builtin_posix_memalign() local
|
H A D | gimple-iterator.cc | 40 update_modified_stmt (gimple *stmt) in update_modified_stmt() 368 gsi_set_stmt (gimple_stmt_iterator *gsi, gimple *stmt) in gsi_set_stmt() 429 gsi_replace (gimple_stmt_iterator *gsi, gimple *stmt, bool update_eh_info) in gsi_replace() 498 gsi_insert_before_without_update (gimple_stmt_iterator *i, gimple *stmt, in gsi_insert_before_without_update() 510 gsi_insert_before (gimple_stmt_iterator *i, gimple *stmt, in gsi_insert_before() 528 gsi_insert_after_without_update (gimple_stmt_iterator *i, gimple *stmt, in gsi_insert_after_without_update() 541 gsi_insert_after (gimple_stmt_iterator *i, gimple *stmt, in gsi_insert_after() 562 gimple *stmt = gsi_stmt (*i); in gsi_remove() local 614 gsi_for_stmt (gimple *stmt) in gsi_for_stmt() 633 gsi_for_stmt (gimple *stmt, gimple_seq *seq) in gsi_for_stmt() [all …]
|
H A D | value-prof.cc | 115 enum hist_type type, gimple *stmt, tree value) in gimple_alloc_histogram_value() 143 set_histogram_value (struct function *fun, gimple *stmt, histogram_value hist) in set_histogram_value() 166 gimple_histogram_value (struct function *fun, gimple *stmt) in gimple_histogram_value() 177 gimple_add_histogram_value (struct function *fun, gimple *stmt, in gimple_add_histogram_value() 188 gimple_remove_histogram_value (struct function *fun, gimple *stmt, in gimple_remove_histogram_value() 211 gimple_histogram_value_of_type (struct function *fun, gimple *stmt, in gimple_histogram_value_of_type() 355 stream_in_histogram_value (class lto_input_block *ib, gimple *stmt) in stream_in_histogram_value() 433 dump_histograms_for_stmt (struct function *fun, FILE *dump_file, gimple *stmt) in dump_histograms_for_stmt() 443 gimple_remove_stmt_histograms (struct function *fun, gimple *stmt) in gimple_remove_stmt_histograms() 453 gimple_duplicate_stmt_histograms (struct function *fun, gimple *stmt, in gimple_duplicate_stmt_histograms() [all …]
|
H A D | warning-control.cc | 44 get_no_warning_bit (const gimple *stmt) in get_no_warning_bit() 60 set_no_warning_bit (gimple *stmt, bool value) in set_no_warning_bit() 80 get_location (const gimple *stmt) in get_location() 104 get_nowarn_spec (const gimple *stmt) in get_nowarn_spec() 138 warning_suppressed_p (const gimple *stmt, opt_code opt /* = all_warnings */) in warning_suppressed_p() 173 suppress_warning (gimple *stmt, opt_code opt /* = all_warnings */, in suppress_warning()
|
H A D | gimple-ssa-evrp.cc | 71 tree value_of_expr (tree name, gimple *stmt) OVERRIDE in value_of_expr() 83 void pre_fold_stmt (gimple *stmt) OVERRIDE in pre_fold_stmt() 103 void post_new_stmt (gimple *stmt) OVERRIDE in post_new_stmt() 176 void pre_fold_stmt (gimple *stmt) OVERRIDE in pre_fold_stmt() 211 hybrid_folder::value_of_expr (tree op, gimple *stmt) in value_of_expr() 245 hybrid_folder::value_of_stmt (gimple *stmt, tree op) in value_of_stmt()
|
H A D | value-query.cc | 45 value_query::value_of_stmt (gimple *stmt, tree name) in value_of_stmt() 66 range_query::range_of_stmt (irange &r, gimple *stmt, tree name) in range_of_stmt() 79 range_query::value_of_expr (tree expr, gimple *stmt) in value_of_expr() 121 range_query::value_of_stmt (gimple *stmt, tree name) in value_of_stmt() 166 range_query::get_value_range (const_tree expr, gimple *stmt) in get_value_range() 190 range_query::get_tree_range (irange &r, tree expr, gimple *stmt) in get_tree_range() 439 global_range_query::range_of_expr (irange &r, tree expr, gimple *stmt) in range_of_expr()
|
H A D | tree-ssa-dse.cc | 106 initialize_ao_ref_for_dse (gimple *stmt, ao_ref *write, bool may_def_ok = false) in initialize_ao_ref_for_dse() 320 clear_bytes_written_by (sbitmap live_bytes, gimple *stmt, ao_ref *ref) in clear_bytes_written_by() 373 gimple *stmt) in compute_trims() 484 maybe_trim_complex_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_complex_store() 528 maybe_trim_constructor_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_constructor_store() 579 decrement_count (gimple *stmt, int decrement) in decrement_count() 588 increment_start_addr (gimple *stmt, tree *where, int increment) in increment_start_addr() 628 maybe_trim_memstar_call (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_memstar_call() 752 maybe_trim_partially_dead_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_partially_dead_store() 823 dse_optimize_redundant_stores (gimple *stmt) in dse_optimize_redundant_stores() [all …]
|
H A D | ssa-iterators.h | 150 gimple *stmt; member 303 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple *stmt) in link_imm_use_stmt() 333 gimple *stmt) in relink_imm_use_stmt() 422 single_imm_use (const_tree var, use_operand_p *use_p, gimple **stmt) in single_imm_use() 599 op_iter_init (ssa_op_iter *ptr, gimple *stmt, int flags) in op_iter_init() 644 op_iter_init_use (ssa_op_iter *ptr, gimple *stmt, int flags) in op_iter_init_use() 656 op_iter_init_def (ssa_op_iter *ptr, gimple *stmt, int flags) in op_iter_init_def() 668 op_iter_init_tree (ssa_op_iter *ptr, gimple *stmt, int flags) in op_iter_init_tree() 679 single_ssa_tree_operand (gimple *stmt, int flags) in single_ssa_tree_operand() 697 single_ssa_use_operand (gimple *stmt, int flags) in single_ssa_use_operand() [all …]
|
H A D | gimple-ssa-warn-access.cc | 76 get_location (const gimple *stmt) in get_location() 98 get_callee_fndecl (const gimple *stmt) in get_callee_fndecl() 104 call_nargs (const gimple *stmt) in call_nargs() 117 call_arg (const gimple *stmt, unsigned argno) in call_arg() 240 warn_string_no_nul (location_t loc, gimple *stmt, const char *fname, in warn_string_no_nul() 358 check_nul_terminated_array (gimple *stmt, tree src, tree bound /* = NULL_TREE */) in check_nul_terminated_array() 681 maybe_warn_nonstring_arg (tree fndecl, gimple *stmt) in maybe_warn_nonstring_arg() 896 maybe_warn_for_bound (opt_code opt, location_t loc, gimple *stmt, tree func, in maybe_warn_for_bound() 1178 warn_for_access (location_t loc, tree func, gimple *stmt, int opt, in warn_for_access() 1197 get_size_range (range_query *query, tree bound, gimple *stmt, tree range[2], in get_size_range() [all …]
|
H A D | gimple.cc | 146 gimple *stmt; in gimple_alloc() local 544 gimple_cond_set_condition_from_tree (gcond *stmt, tree cond) in gimple_cond_set_condition_from_tree() 1428 empty_stmt_p (gimple *stmt) in empty_stmt_p() 1463 gimple *stmt; in gimple_seq_copy() local 1496 gimple_call_flags (const gimple *stmt) in gimple_call_flags() 1522 gimple_call_fnspec (const gcall *stmt) in gimple_call_fnspec() 1564 gimple_call_arg_flags (const gcall *stmt, unsigned arg) in gimple_call_arg_flags() 1595 gimple_call_retslot_flags (const gcall *stmt) in gimple_call_retslot_flags() 1623 gimple_call_static_chain_flags (const gcall *stmt) in gimple_call_static_chain_flags() 1651 gimple_call_return_flags (const gcall *stmt) in gimple_call_return_flags() [all …]
|
H A D | vr-values.cc | 180 vr_values::range_of_expr (irange &r, tree expr, gimple *stmt) in range_of_expr() 213 vr_values::value_of_stmt (gimple *stmt, tree op) in value_of_stmt() 238 vr_values::set_defs_to_varying (gimple *stmt) in set_defs_to_varying() 337 gimple_assign_nonzero_p (gimple *stmt) in gimple_assign_nonzero_p() 370 gimple_stmt_nonzero_p (gimple *stmt) in gimple_stmt_nonzero_p() 390 vr_values::vrp_stmt_computes_nonzero (gimple *stmt) in vrp_stmt_computes_nonzero() 991 vr_values::extract_range_from_cond_expr (value_range_equiv *vr, gassign *stmt) in extract_range_from_cond_expr() 1026 gimple *stmt) in extract_range_from_comparison() 1165 vr_values::extract_range_from_ubsan_builtin (value_range_equiv *vr, gimple *stmt) in extract_range_from_ubsan_builtin() 1218 vr_values::extract_range_basic (value_range_equiv *vr, gimple *stmt) in extract_range_basic() [all …]
|
/netbsd-src/external/bsd/kyua-cli/dist/cli/ |
H A D | cmd_db_exec.cpp | 84 cli::format_cell(sqlite::statement& stmt, const int index) in format_cell() 115 cli::format_headers(sqlite::statement& stmt) in format_headers() 132 cli::format_row(sqlite::statement& stmt) in format_row() 170 sqlite::statement stmt = backend.database().create_statement( in run() local
|