Home
last modified time | relevance | path

Searched +defs:assign +defs:o (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dcgram.y1411 int o = coptype(p->n_op); in p1mfree() local
1644 init_declarator(P1ND *tn, P1ND *p, int assign, P1ND *a, char *as) in init_declarator()
1713 int o = p->n_op; in namekill() local
2457 int o = coptype(p->n_op); in tymfix() local
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcgram.y1592 init_declarator(NODE *tn, NODE *p, int assign, NODE *a) in init_declarator()
1660 int o = p->n_op; in namekill() local
2497 int o = coptype(p->n_op); in tymfix() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Djson.d318 private void assign(T)(T arg) @safe in assign() function
493 auto o = this.objectNoRef; in inout() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-modref.cc2592 gassign *assign = as_a <gassign *> (use_stmt); in analyze_ssa_name() local
2615 gassign *assign = dyn_cast <gassign *> (use_stmt); in analyze_ssa_name() local
2645 else if (gassign *assign = dyn_cast <gassign *> (use_stmt)) in analyze_ssa_name() local
4032 int o = info->param_adjustments->get_original_index (i); in remap_arg_flags() local
4040 int o = info->param_adjustments->get_original_index (i); in remap_arg_flags() local
H A Dtree-ssa-forwprop.cc1543 tree o = fold_convert (TREE_TYPE (lhs2), in simplify_builtin_call() local
1580 tree o = NULL_TREE; in simplify_builtin_call() local
3028 gassign *assign = gimple_build_assign (orig[0], rhs); in simplify_vector_constructor() local
H A Dtree-vect-stmts.cc427 gassign *assign = dyn_cast <gassign *> (stmt_info->stmt); in exist_non_indexing_operands_for_use_p() local
748 if (gassign *assign = dyn_cast <gassign *> (stmt_vinfo->stmt)) in vect_mark_stmts_to_be_vectorized() local
2091 if (gassign *assign = dyn_cast <gassign *> (stmt_info->stmt)) in vect_get_store_rhs() local
4315 unsigned int k, l, m, o; in vectorizable_simd_clone_call() local
4551 unsigned int m, o; in vectorizable_simd_clone_call() local
7514 if (gassign *assign = dyn_cast <gassign *> (stmt_info->stmt)) in vectorizable_store() local
8118 gimple *incr, *assign; in vectorizable_store() local
8785 if (gassign *assign = dyn_cast <gassign *> (stmt_info->stmt)) in vectorizable_load() local
H A Dtree-ssa-sccvn.cc1970 HOST_WIDE_INT o = ROUND_DOWN (offseti - pd.offset, BITS_PER_UNIT); in push_partial_def() local
5443 tree assign; in visit_reference_op_store() local
H A Dcombine.cc2838 wide_int o = wi::insert (rtx_mode_t (outer, temp_mode), in try_combine() local
9639 rtx assign; in make_field_assignment() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-stmts.c392 gassign *assign = dyn_cast <gassign *> (stmt_info->stmt); in exist_non_indexing_operands_for_use_p() local
711 if (gassign *assign = dyn_cast <gassign *> (stmt_vinfo->stmt)) in vect_mark_stmts_to_be_vectorized() local
2208 if (gassign *assign = dyn_cast <gassign *> (stmt_info->stmt)) in vect_get_store_rhs() local
4238 unsigned int k, l, m, o; in vectorizable_simd_clone_call() local
4459 unsigned int m, o = nunits / simd_clone_subparts (rtype); in vectorizable_simd_clone_call() local
7390 if (gassign *assign = dyn_cast <gassign *> (stmt_info->stmt)) in vectorizable_store() local
7997 gimple *incr, *assign; in vectorizable_store() local
8620 if (gassign *assign = dyn_cast <gassign *> (stmt_info->stmt)) in vectorizable_load() local
H A Dtree-ssa-sccvn.c1877 HOST_WIDE_INT o = ROUND_DOWN (offseti - pd.offset, BITS_PER_UNIT); in push_partial_def() local
5066 tree assign; in visit_reference_op_store() local
H A Dcombine.c2987 wide_int o = wi::insert (rtx_mode_t (outer, temp_mode), in try_combine() local
9766 rtx assign; in make_field_assignment() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d8177 RootObject o = parseTypeOrAssignExp(); in parsePrimaryExp() local
9339 assign, enumerator
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-mips.c4897 unsigned int assign, needed_relocs; in mips_elf_multi_got() local
5713 asection *o; in mips_elf_calculate_relocation() local
8375 asection *o; in _bfd_mips_elf_check_relocs() local
8501 asection *o; in _bfd_mips_elf_check_relocs() local
12865 asection *o; in _bfd_mips_elf_gc_mark_extra_sections() local
12966 asection *o; in _bfd_mips_elf_discard_info() local
14741 asection *o; in _bfd_mips_elf_final_link() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfxx-mips.c4974 unsigned int assign, needed_relocs; in mips_elf_multi_got() local
5790 asection *o; in mips_elf_calculate_relocation() local
8464 asection *o; in _bfd_mips_elf_check_relocs() local
8590 asection *o; in _bfd_mips_elf_check_relocs() local
12960 asection *o; in _bfd_mips_elf_gc_mark_extra_sections() local
13061 asection *o; in _bfd_mips_elf_discard_info() local
14846 asection *o; in _bfd_mips_elf_final_link() local
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlang.c1804 lang_statement_union_type **assign = NULL; in insert_os_after() local
5369 asection *o = output_section_statement->bfd_section; in size_input_section() local
7608 asection *o; in lang_reset_memory_regions() local
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlang.c1855 lang_statement_union_type **assign = NULL; in insert_os_after() local
5442 asection *o = output_section_statement->bfd_section; in size_input_section() local
7659 asection *o; in lang_reset_memory_regions() local