Home
last modified time | relevance | path

Searched refs:priv_ (Results 1 – 25 of 63) sorted by relevance

123

/third_party/libabigail/src/
Dabg-corpus.cc84 : priv_(new priv(fns, vars, in exported_decls_builder()
101 {return priv_->fns_;} in exported_functions()
110 {return priv_->fns_;} in exported_functions()
119 {return priv_->vars_;} in exported_variables()
128 {return priv_->vars_;} in exported_variables()
141 const string& fn_id = priv_->get_id(*fn); in maybe_add_fn_to_exported_fns()
144 if (priv_->fn_is_in_id_fns_map(fn)) in maybe_add_fn_to_exported_fns()
147 if (priv_->keep_wrt_id_of_fns_to_keep(fn) in maybe_add_fn_to_exported_fns()
148 && priv_->keep_wrt_regex_of_fns_to_suppress(fn) in maybe_add_fn_to_exported_fns()
149 && priv_->keep_wrt_regex_of_fns_to_keep(fn)) in maybe_add_fn_to_exported_fns()
[all …]
Dabg-comparison.cc902 : priv_(new diff_context::priv) in diff_context()
924 {priv_->corpus_diff_ = d;} in set_corpus_diff()
931 {return priv_->corpus_diff_;} in get_corpus_diff()
940 if (priv_->corpus_diff_) in get_first_corpus()
941 return priv_->corpus_diff_->first_corpus(); in get_first_corpus()
953 if (priv_->corpus_diff_) in get_second_corpus()
954 return priv_->corpus_diff_->second_corpus(); in get_second_corpus()
964 if (!priv_->reporter_) in get_reporter()
967 priv_->reporter_.reset(new leaf_reporter); in get_reporter()
969 priv_->reporter_.reset(new default_reporter); in get_reporter()
[all …]
Dabg-suppression.cc73 : priv_(new priv(label)) in suppression_base()
89 : priv_(new priv(label, in suppression_base()
102 {return priv_->drops_artifact_;} in get_drops_artifact_from_ir()
113 {priv_->drops_artifact_ = f;} in set_drops_artifact_from_ir()
124 {return priv_->is_artificial_;} in get_is_artificial()
134 {priv_->is_artificial_ = f;} in set_is_artificial()
141 {return priv_->label_;} in get_label()
148 {priv_->label_ = label;} in set_label()
160 {priv_->file_name_regex_str_ = regexp;} in set_file_name_regex_str()
172 {return priv_->file_name_regex_str_;} in get_file_name_regex_str()
[all …]
Dabg-ini.cc212 : priv_(new priv) in property()
219 : priv_(new priv(name)) in property()
227 {return priv_->name_;} in get_name()
234 {priv_->name_ = name;} in set_name()
257 : priv_(new priv(ABSTRACT_PROPERTY_VALUE)) in property_value()
264 : priv_(new priv(kind)) in property_value()
272 {return priv_->kind_;} in get_kind()
303 priv_(new priv()) in string_property_value()
311 priv_(new priv(content)) in string_property_value()
319 {priv_->content_ = c;} in set_content()
[all …]
Dabg-elf-reader.cc458 priv_(new priv(*this, elf_path, debug_info_roots)) in reader()
460 priv_->crack_open_elf_file(); in reader()
461 priv_->locate_dwarf_debug_info(); in reader()
462 priv_->locate_ctf_debug_info(); in reader()
467 {delete priv_;} in ~reader()
486 priv_->initialize(debug_info_roots); in reset()
487 priv_->crack_open_elf_file(); in reset()
488 priv_->locate_dwarf_debug_info(); in reset()
489 priv_->locate_ctf_debug_info(); in reset()
499 {return priv_->debug_info_root_paths;} in debug_info_root_paths()
[all …]
Dabg-fe-iface.cc69 : priv_(new priv(corpus_path, e)) in fe_iface()
75 {delete priv_;} in ~fe_iface()
87 delete priv_; in reset()
88 priv_ = new fe_iface::priv(corpus_path, e); in reset()
96 {return priv_->options;} in options()
103 {return priv_->options;} in options()
112 {return priv_->corpus_path;} in corpus_path()
121 {priv_->corpus_path = p;} in corpus_path()
128 {return priv_->dt_soname;} in dt_soname()
135 {priv_->dt_soname = soname;} in dt_soname()
[all …]
Dabg-ir-priv.h556 && !is_type(&first)->priv_->depends_on_recursive_type() in cache_type_comparison_result()
557 && !is_type(&second)->priv_->depends_on_recursive_type()))) in cache_type_comparison_result()
722 t->priv_->set_depends_on_recursive_type(type); in mark_dependant_types()
827 dest.priv_->canonical_type = canonical; in propagate_ct()
828 dest.priv_->naked_canonical_type = canonical.get(); in propagate_ct()
829 dest.priv_->set_canonical_type_propagated(true); in propagate_ct()
848 ABG_ASSERT(t->get_environment().priv_->is_recursive_type(t) in confirm_ct_propagation_for_types_dependant_on()
849 || t->priv_->depends_on_recursive_type()); in confirm_ct_propagation_for_types_dependant_on()
850 t->priv_->set_does_not_depend_on_recursive_type(dependant_type); in confirm_ct_propagation_for_types_dependant_on()
851 if (!t->priv_->depends_on_recursive_type()) in confirm_ct_propagation_for_types_dependant_on()
[all …]
Dabg-ir.cc84 : priv_(new priv) in interned_string_pool()
86 priv_->map[""] = 0; in interned_string_pool()
97 {return priv_->map.find(s) != priv_->map.end();} in has_string()
109 priv_->map.find(s); in get_string()
110 if (i == priv_->map.end()) in get_string()
125 string*& result = priv_->map[str_value]; in create_string()
134 for (pool_map_type::iterator i = priv_->map.begin(); in ~interned_string_pool()
135 i != priv_->map.end(); in ~interned_string_pool()
248 env.priv_->push_composite_type_comparison_operands(&left, &right); in push_composite_type_comparison_operands()
269 env.priv_->pop_composite_type_comparison_operands(&left, &right); in pop_composite_type_comparison_operands()
[all …]
Dabg-leaf-reporter.cc293 if (diff_to_be_reported(d.priv_->return_type_diff_.get())) in report()
296 d.priv_->return_type_diff_->report(out, indent + " "); in report()
303 d.priv_->sorted_subtype_changed_parms_.begin(); in report()
304 i != d.priv_->sorted_subtype_changed_parms_.end(); in report()
368 d.priv_->deleted_types_.begin(); in report()
369 i != d.priv_->deleted_types_.end(); in report()
376 if (d.priv_->deleted_types_.size()) in report()
380 d.priv_->deleted_decls_.begin(); in report()
381 i != d.priv_->deleted_decls_.end(); in report()
388 if (d.priv_->deleted_decls_.size()) in report()
[all …]
Dabg-default-reporter.cc587 d.priv_->sorted_deleted_parms_.begin(); in report_local_function_type_changes()
588 i != d.priv_->sorted_deleted_parms_.end(); in report_local_function_type_changes()
598 d.priv_->sorted_added_parms_.begin(); in report_local_function_type_changes()
599 i != d.priv_->sorted_added_parms_.end(); in report_local_function_type_changes()
630 if (d.priv_->return_type_diff_ in report()
631 && d.priv_->return_type_diff_->to_be_reported()) in report()
634 d.priv_->return_type_diff_->report(out, indent + " "); in report()
639 d.priv_->sorted_subtype_changed_parms_.begin(); in report()
640 i != d.priv_->sorted_subtype_changed_parms_.end(); in report()
804 d.priv_->deleted_types_.begin(); in report()
[all …]
Dabg-elf-based-reader.cc55 priv_(new priv) in elf_based_reader()
57 priv_->initialize(); in elf_based_reader()
62 {delete priv_;} in ~elf_based_reader()
78 priv_->initialize(); in reset()
Dabg-traverse.cc35 :priv_(new priv) in traversable_base()
49 {return priv_->visiting_;} in visiting()
62 {priv_->visiting_ = f;} in visiting()
Dabg-tools-utils.cc197 : priv_(new timer::priv(k)) in timer()
199 if (priv_->timer_kind == START_ON_INSTANTIATION_TIMER_KIND) in timer()
212 if (gettimeofday(&priv_->begin_timeval, 0)) in start()
226 if (gettimeofday(&priv_->end_timeval, 0)) in stop()
237 {return priv_->end_timeval.tv_sec - priv_->begin_timeval.tv_sec;} in value_in_seconds()
260 priv_->end_timeval.tv_sec - priv_->begin_timeval.tv_sec; in value()
262 ((priv_->end_timeval.tv_sec * 1000000) + priv_->end_timeval.tv_usec) in value()
263 - ((priv_->begin_timeval.tv_sec * 1000000) + priv_->begin_timeval.tv_usec); in value()
1342 : priv_(new priv) in temp_file()
1351 {return priv_->fstream_->good();} in is_good()
[all …]
Dabg-reporter-priv.cc1239 && (!d.priv_->deleted_unreachable_types_.empty() in maybe_report_unreachable_type_changes()
1240 || !d.priv_->added_unreachable_types_.empty() in maybe_report_unreachable_type_changes()
1241 || !d.priv_->changed_unreachable_types_.empty()))) in maybe_report_unreachable_type_changes()
1256 sort_string_type_base_sptr_map(d.priv_->deleted_unreachable_types_, in maybe_report_unreachable_type_changes()
1264 if (d.priv_->deleted_unreachable_type_is_suppressed((*i).get())) in maybe_report_unreachable_type_changes()
1285 sort_string_diff_sptr_map(d.priv_->changed_unreachable_types_, in maybe_report_unreachable_type_changes()
1314 sort_string_type_base_sptr_map(d.priv_->added_unreachable_types_, in maybe_report_unreachable_type_changes()
1322 if (d.priv_->added_unreachable_type_is_suppressed((*i).get())) in maybe_report_unreachable_type_changes()
/third_party/libabigail/include/
Dabg-ini.h43 std::unique_ptr<priv> priv_; variable
69 std::unique_ptr<priv> priv_; variable
103 std::unique_ptr<priv> priv_; variable
144 std::unique_ptr<priv> priv_; variable
179 std::unique_ptr<priv> priv_; variable
213 std::unique_ptr<priv> priv_; variable
257 std::unique_ptr<priv> priv_; variable
289 std::unique_ptr<priv> priv_; variable
324 std::unique_ptr<priv> priv_; variable
361 std::unique_ptr<priv> priv_; variable
[all …]
Dabg-suppression.h50 std::unique_ptr<priv> priv_;
155 std::unique_ptr<priv> priv_;
299 std::unique_ptr<priv> priv_; variable
356 std::unique_ptr<priv> priv_; variable
369 std::unique_ptr<priv> priv_; variable
387 std::unique_ptr<priv> priv_; variable
417 std::unique_ptr<priv> priv_;
586 std::unique_ptr<priv> priv_; variable
658 std::unique_ptr<priv> priv_;
788 std::unique_ptr<priv> priv_; variable
Dabg-comparison.h506 std::unique_ptr<priv> priv_; variable
603 std::unique_ptr<priv> priv_; variable
944 std::unique_ptr<priv> priv_; variable
1110 std::unique_ptr<priv> priv_; variable
1131 std::unique_ptr<priv> priv_; variable
1159 std::unique_ptr<priv> priv_; variable
1211 std::unique_ptr<priv> priv_; variable
1262 std::unique_ptr<priv> priv_; variable
1319 std::unique_ptr<priv> priv_; variable
1376 std::unique_ptr<priv> priv_; variable
[all …]
Dabg-ir.h143 std::unique_ptr<priv> priv_; variable
422 std::unique_ptr<priv> priv_; variable
562 std::unique_ptr<priv> priv_; variable
649 std::unique_ptr<priv> priv_; variable
922 std::unique_ptr<priv> priv_; variable
1154 std::unique_ptr<priv> priv_; variable
1328 mutable std::unique_ptr<priv> priv_; variable
1531 priv* priv_;
1770 std::unique_ptr<priv> priv_; variable
1947 priv* priv_;
[all …]
Dabg-corpus.h62 std::unique_ptr<priv> priv_; variable
299 std::unique_ptr<priv> priv_; variable
345 std::unique_ptr<priv> priv_; variable
/third_party/rust/crates/libc/src/windows/gnu/
Dalign.rs7 priv_: [f64; 4]
15 priv_: [i64; 6]
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/mips/
Dalign.rs5 priv_: [f32; 4]
/third_party/rust/crates/libc/src/unix/bsd/apple/b64/
Dalign.rs5 priv_: [f64; 2]
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
Dalign.rs5 priv_: [f64; 6]
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
Dalign.rs5 priv_: [i8; 20]
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
Dalign.rs5 priv_: [f64; 4]

123