Home
last modified time | relevance | path

Searched defs:ob (Results 1 – 25 of 129) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-streamer-out.cc41 streamer_write_string_cst (struct output_block *ob, in streamer_write_string_cst()
57 write_identifier (struct output_block *ob, in write_identifier()
376 pack_ts_block_value_fields (struct output_block *ob, in pack_ts_block_value_fields()
393 pack_ts_translation_unit_decl_value_fields (struct output_block *ob, in pack_ts_translation_unit_decl_value_fields()
404 pack_ts_omp_clause_value_fields (struct output_block *ob, in pack_ts_omp_clause_value_fields()
445 streamer_write_tree_bitfields (struct output_block *ob, tree expr) in streamer_write_tree_bitfields()
529 streamer_write_chain (struct output_block *ob, tree t) in streamer_write_chain()
553 write_ts_common_tree_pointers (struct output_block *ob, tree expr) in write_ts_common_tree_pointers()
565 write_ts_vector_tree_pointers (struct output_block *ob, tree expr) in write_ts_vector_tree_pointers()
580 write_ts_poly_tree_pointers (struct output_block *ob, tree expr) in write_ts_poly_tree_pointers()
[all …]
H A Ddata-streamer-out.cc82 streamer_string_index (struct output_block *ob, const char *s, unsigned int len, in streamer_string_index()
132 streamer_write_string_with_length (struct output_block *ob, in streamer_write_string_with_length()
151 streamer_write_string (struct output_block *ob, in streamer_write_string()
170 bp_pack_string_with_length (struct output_block *ob, struct bitpack_d *bp, in bp_pack_string_with_length()
186 bp_pack_string (struct output_block *ob, struct bitpack_d *bp, in bp_pack_string()
200 streamer_write_zero (struct output_block *ob) in streamer_write_zero()
209 streamer_write_uhwi (struct output_block *ob, unsigned HOST_WIDE_INT work) in streamer_write_uhwi()
218 streamer_write_hwi (struct output_block *ob, HOST_WIDE_INT work) in streamer_write_hwi()
226 streamer_write_poly_uint64 (struct output_block *ob, poly_uint64 work) in streamer_write_poly_uint64()
235 streamer_write_poly_int64 (struct output_block *ob, poly_int64 work) in streamer_write_poly_int64()
[all …]
H A Dlto-streamer-out.cc58 clear_line_info (struct output_block *ob) in clear_line_info()
79 struct output_block *ob = XCNEW (struct output_block); in create_output_block() local
109 destroy_output_block (struct output_block *ob) in destroy_output_block()
189 lto_output_location_1 (struct output_block *ob, struct bitpack_d *bp, in lto_output_location_1()
265 lto_output_location (struct output_block *ob, struct bitpack_d *bp, in lto_output_location()
277 lto_output_location_and_block (struct output_block *ob, struct bitpack_d *bp, in lto_output_location_and_block()
318 lto_indexable_tree_ref (struct output_block *ob, tree expr, in lto_indexable_tree_ref()
460 stream_write_tree_ref (struct output_block *ob, tree t) in stream_write_tree_ref()
496 lto_write_tree_1 (struct output_block *ob, tree expr, bool ref_p) in lto_write_tree_1()
551 lto_write_tree (struct output_block *ob, tree expr, bool ref_p) in lto_write_tree()
[all …]
H A Dgimple-streamer-out.cc39 output_phi (struct output_block *ob, gphi *phi) in output_phi()
60 output_gimple_stmt (struct output_block *ob, struct function *fn, gimple *stmt) in output_gimple_stmt()
199 output_bb (struct output_block *ob, basic_block bb, struct function *fn) in output_bb()
H A Dprofile-count.cc149 profile_count::stream_out (struct output_block *ob) in stream_out()
158 profile_count::stream_out (struct lto_output_stream *ob) in stream_out()
252 profile_probability::stream_out (struct output_block *ob) in stream_out()
261 profile_probability::stream_out (struct lto_output_stream *ob) in stream_out()
H A Dgodump.cc558 go_append_string (struct obstack *ob, tree id) in go_append_string()
589 go_append_artificial_name (struct obstack *ob, unsigned int index) in go_append_artificial_name()
605 go_append_decl_name (struct obstack *ob, tree decl, htab_t keyword_hash) in go_append_decl_name()
625 go_append_padding (struct obstack *ob, unsigned int from_offset, in go_append_padding()
650 go_force_record_alignment (struct obstack *ob, const char *type_string, in go_force_record_alignment()
681 struct obstack *ob; in go_format_type() local
1071 struct obstack *ob; in go_output_type() local
1265 struct obstack *ob; in go_output_var() local
H A Dlto-cgraph.cc236 lto_output_edge (struct lto_simple_output_block *ob, struct cgraph_edge *edge, in lto_output_edge()
382 lto_output_node (struct lto_simple_output_block *ob, struct cgraph_node *node, in lto_output_node()
578 lto_output_varpool_node (struct lto_simple_output_block *ob, varpool_node *node, in lto_output_varpool_node()
674 lto_output_ref (struct lto_simple_output_block *ob, struct ipa_ref *ref, in lto_output_ref()
704 output_profile_summary (struct lto_simple_output_block *ob) in output_profile_summary()
729 struct lto_simple_output_block *ob, in output_outgoing_cgraph_edges()
748 struct lto_simple_output_block *ob; in output_refs() local
963 struct lto_simple_output_block *ob; in output_symtab() local
1074 struct lto_simple_output_block *ob in output_offload_tables() local
1847 output_node_opt_summary (struct output_block *ob, in output_node_opt_summary()
[all …]
H A Dobstack-utils.h71 obstack_watermark (obstack *ob) : m_obstack (ob) { keep (); } in obstack_watermark()
H A Dlto-section-out.cc155 struct lto_simple_output_block *ob in lto_create_simple_output_block() local
171 lto_destroy_simple_output_block (struct lto_simple_output_block *ob) in lto_destroy_simple_output_block()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-streamer-out.c40 streamer_write_string_cst (struct output_block *ob, in streamer_write_string_cst()
56 write_identifier (struct output_block *ob, in write_identifier()
363 pack_ts_block_value_fields (struct output_block *ob, in pack_ts_block_value_fields()
380 pack_ts_translation_unit_decl_value_fields (struct output_block *ob, in pack_ts_translation_unit_decl_value_fields()
391 pack_ts_omp_clause_value_fields (struct output_block *ob, in pack_ts_omp_clause_value_fields()
432 streamer_write_tree_bitfields (struct output_block *ob, tree expr) in streamer_write_tree_bitfields()
513 streamer_write_chain (struct output_block *ob, tree t, bool ref_p) in streamer_write_chain()
537 write_ts_common_tree_pointers (struct output_block *ob, tree expr, bool ref_p) in write_ts_common_tree_pointers()
549 write_ts_vector_tree_pointers (struct output_block *ob, tree expr, bool ref_p) in write_ts_vector_tree_pointers()
564 write_ts_poly_tree_pointers (struct output_block *ob, tree expr, bool ref_p) in write_ts_poly_tree_pointers()
[all …]
H A Ddata-streamer-out.c82 streamer_string_index (struct output_block *ob, const char *s, unsigned int len, in streamer_string_index()
132 streamer_write_string_with_length (struct output_block *ob, in streamer_write_string_with_length()
151 streamer_write_string (struct output_block *ob, in streamer_write_string()
170 bp_pack_string_with_length (struct output_block *ob, struct bitpack_d *bp, in bp_pack_string_with_length()
186 bp_pack_string (struct output_block *ob, struct bitpack_d *bp, in bp_pack_string()
200 streamer_write_zero (struct output_block *ob) in streamer_write_zero()
209 streamer_write_uhwi (struct output_block *ob, unsigned HOST_WIDE_INT work) in streamer_write_uhwi()
218 streamer_write_hwi (struct output_block *ob, HOST_WIDE_INT work) in streamer_write_hwi()
226 streamer_write_poly_uint64 (struct output_block *ob, poly_uint64 work) in streamer_write_poly_uint64()
235 streamer_write_gcov_count (struct output_block *ob, gcov_type work) in streamer_write_gcov_count()
[all …]
H A Dlto-streamer-out.c58 clear_line_info (struct output_block *ob) in clear_line_info()
79 struct output_block *ob = XCNEW (struct output_block); in create_output_block() local
109 destroy_output_block (struct output_block *ob) in destroy_output_block()
132 output_type_ref (struct output_block *ob, tree node) in output_type_ref()
198 lto_output_location_1 (struct output_block *ob, struct bitpack_d *bp, in lto_output_location_1()
274 lto_output_location (struct output_block *ob, struct bitpack_d *bp, in lto_output_location()
286 lto_output_location_and_block (struct output_block *ob, struct bitpack_d *bp, in lto_output_location_and_block()
298 lto_output_tree_ref (struct output_block *ob, tree expr) in lto_output_tree_ref()
484 lto_write_tree_1 (struct output_block *ob, tree expr, bool ref_p) in lto_write_tree_1()
531 lto_write_tree (struct output_block *ob, tree expr, bool ref_p) in lto_write_tree()
[all …]
H A Dgimple-streamer-out.c39 output_phi (struct output_block *ob, gphi *phi) in output_phi()
60 output_gimple_stmt (struct output_block *ob, struct function *fn, gimple *stmt) in output_gimple_stmt()
199 output_bb (struct output_block *ob, basic_block bb, struct function *fn) in output_bb()
H A Dprofile-count.c139 profile_count::stream_out (struct output_block *ob) in stream_out()
148 profile_count::stream_out (struct lto_output_stream *ob) in stream_out()
230 profile_probability::stream_out (struct output_block *ob) in stream_out()
239 profile_probability::stream_out (struct lto_output_stream *ob) in stream_out()
H A Dgodump.c566 go_append_string (struct obstack *ob, tree id) in go_append_string()
597 go_append_artificial_name (struct obstack *ob, unsigned int index) in go_append_artificial_name()
613 go_append_decl_name (struct obstack *ob, tree decl, htab_t keyword_hash) in go_append_decl_name()
633 go_append_padding (struct obstack *ob, unsigned int from_offset, in go_append_padding()
658 go_force_record_alignment (struct obstack *ob, const char *type_string, in go_force_record_alignment()
690 struct obstack *ob; in go_format_type() local
1099 struct obstack *ob; in go_output_type() local
1279 struct obstack *ob; in go_output_var() local
H A Dlto-cgraph.c232 lto_output_edge (struct lto_simple_output_block *ob, struct cgraph_edge *edge, in lto_output_edge()
378 lto_output_node (struct lto_simple_output_block *ob, struct cgraph_node *node, in lto_output_node()
573 lto_output_varpool_node (struct lto_simple_output_block *ob, varpool_node *node, in lto_output_varpool_node()
668 lto_output_ref (struct lto_simple_output_block *ob, struct ipa_ref *ref, in lto_output_ref()
698 output_profile_summary (struct lto_simple_output_block *ob) in output_profile_summary()
723 struct lto_simple_output_block *ob, in output_outgoing_cgraph_edges()
742 struct lto_simple_output_block *ob; in output_refs() local
954 struct lto_simple_output_block *ob; in output_symtab() local
1065 struct lto_simple_output_block *ob in output_offload_tables() local
1843 output_node_opt_summary (struct output_block *ob, in output_node_opt_summary()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2-fde.c85 __register_frame_info_bases (const void *begin, struct object *ob, in __register_frame_info_bases()
122 __register_frame_info (const void *begin, struct object *ob) in __register_frame_info()
130 struct object *ob; in __register_frame() local
145 __register_frame_info_table_bases (void *begin, struct object *ob, in __register_frame_info_table_bases()
176 __register_frame_info_table (void *begin, struct object *ob) in __register_frame_info_table()
184 struct object *ob = malloc (sizeof (struct object)); in __register_frame_table() local
204 struct object *ob = 0; in __deregister_frame_info_bases() local
269 base_from_object (unsigned char encoding, struct object *ob) in base_from_object()
363 fde_unencoded_compare (struct object *ob __attribute__((unused)), in fde_unencoded_compare()
378 fde_single_encoding_compare (struct object *ob, const fde *x, const fde *y) in fde_single_encoding_compare()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2-fde.c85 __register_frame_info_bases (const void *begin, struct object *ob, in __register_frame_info_bases()
122 __register_frame_info (const void *begin, struct object *ob) in __register_frame_info()
130 struct object *ob; in __register_frame() local
145 __register_frame_info_table_bases (void *begin, struct object *ob, in __register_frame_info_table_bases()
176 __register_frame_info_table (void *begin, struct object *ob) in __register_frame_info_table()
184 struct object *ob = malloc (sizeof (struct object)); in __register_frame_table() local
204 struct object *ob = 0; in __deregister_frame_info_bases() local
269 base_from_object (unsigned char encoding, struct object *ob) in base_from_object()
363 fde_unencoded_compare (struct object *ob __attribute__((unused)), in fde_unencoded_compare()
378 fde_single_encoding_compare (struct object *ob, const fde *x, const fde *y) in fde_single_encoding_compare()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/printf/
H A Dobprntffuns.c51 gmp_obstack_memory (struct obstack *ob, const char *ptr, size_t len) in gmp_obstack_memory()
58 gmp_obstack_reps (struct obstack *ob, int c, int reps) in gmp_obstack_reps()
H A Dobvprintf.c43 gmp_obstack_vprintf (struct obstack *ob, const char *fmt, va_list ap) in gmp_obstack_vprintf()
H A Dobprintf.c43 gmp_obstack_printf (struct obstack *ob, const char *fmt, ...) in gmp_obstack_printf()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dcompress-debug.c58 ZSTD_outBuffer ob = { *next_out, *avail_out, 0 }; in compress_data() local
102 ZSTD_outBuffer ob = { *next_out, *avail_out, 0 }; in compress_finish() local
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.c352 putob(struct iobuf *ob, int ch) in putob()
641 struct iobuf *ob; in incfn() local
688 struct iobuf *ob; in include() local
734 struct iobuf *ob; in include_next() local
1235 storeblk(int l, struct iobuf *ob) in storeblk()
1267 fstrnum(usch *s, struct iobuf *ob) in fstrnum()
1290 fstrstr(usch *s, struct iobuf *ob) in fstrstr()
1313 fcmnt(usch *s, struct iobuf *ob) in fcmnt()
1463 struct iobuf *ib, *ob; in kfind() local
1564 struct iobuf *ob; in submac() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSpillPlacement.cpp273 unsigned ob = bundles->getBundle(LB.Number, true); in addConstraints() local
287 unsigned ob = bundles->getBundle(B, true); in addPrefSpill() local
298 unsigned ob = bundles->getBundle(Number, true); in addLinks() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dob.d462 auto ob = newNode(); in toObNodes() local
493 auto ob = newNode(); in toObNodes() local
610 auto ob = newNode(); in toObNodes() local
794 auto ob = cast(ObNode*)s.extra; in toObNodes() local
1250 void genKill(ref ObState obstate, ObNode* ob) in genKill()
1350 ObNode* ob; in genKill() local
2055 ObNode* ob; in checkObErrors() local
2585 void readVar(ObNode* ob, const size_t vi, bool mutable, PtrVarState[] gen) in readVar()

123456