Home
last modified time | relevance | path

Searched refs:write_context (Results 1 – 8 of 8) sorted by relevance

/third_party/libabigail/include/
Dabg-writer.h33 class write_context; variable
36 typedef shared_ptr<write_context> write_context_sptr;
43 set_show_locs(write_context& ctxt, bool flag);
46 set_annotate(write_context& ctxt, bool flag);
49 set_write_architecture(write_context& ctxt, bool flag);
52 set_write_corpus_path(write_context& ctxt, bool flag);
55 set_write_comp_dir(write_context& ctxt, bool flag);
58 set_write_elf_needed(write_context& ctxt, bool flag);
61 set_write_default_sizes(write_context& ctxt, bool flag);
64 set_short_locs(write_context& ctxt, bool flag);
[all …]
/third_party/libabigail/src/
Dabg-writer.cc206 class write_context class
235 write_context();
244 write_context(const environment& env, ostream& os) in write_context() function in abigail::xml_writer::write_context
847 static void write_location(const location&, write_context&);
848 static void write_location(const decl_base_sptr&, write_context&);
872 static void write_naming_typedef(const decl_base_sptr&, write_context&);
873 static bool write_decl(const decl_base_sptr&, write_context&, unsigned);
875 write_context&, unsigned);
876 static bool write_type_decl(const type_decl_sptr&, write_context&, unsigned);
878 write_context&, unsigned);
[all …]
/third_party/selinux/libsepol/cil/src/
Dcil_write_ast.c356 static void write_context(FILE *out, struct cil_context *context, int print_name) in write_context() function
830 write_context(out, sidcon->context, CIL_TRUE); in cil_write_ast_node()
1227 write_context(out, context, CIL_FALSE); in cil_write_ast_node()
1264 write_context(out, filecon->context, CIL_TRUE); in cil_write_ast_node()
1277 write_context(out, ibpkeycon->context, CIL_TRUE); in cil_write_ast_node()
1301 write_context(out, portcon->context, CIL_TRUE); in cil_write_ast_node()
1321 write_context(out, nodecon->context, CIL_TRUE); in cil_write_ast_node()
1359 write_context(out, genfscon->context, CIL_TRUE); in cil_write_ast_node()
1369 write_context(out, netifcon->if_context, CIL_TRUE); in cil_write_ast_node()
1374 write_context(out, netifcon->packet_context, CIL_TRUE); in cil_write_ast_node()
[all …]
/third_party/libabigail/tests/data/test-diff-filter/
Dtest41-report-0.txt8 …[D] 'method void abigail::xml_writer::write_context::record_decl_only_type_as_emitted(abigail::ir:…
19 …[A] 'method std::__cxx11::string abigail::xml_writer::write_context::get_id_for_class_tmpl(const a…
20 …[A] 'method std::__cxx11::string abigail::xml_writer::write_context::get_id_for_fn_tmpl(const abig…
21 …[A] 'method void abigail::xml_writer::write_context::record_type_id_as_emitted(const std::__cxx11:…
22 …[A] 'method void abigail::xml_writer::write_context::sort_types(abigail::xml_writer::type_ptr_map&…
23 …[A] 'method void abigail::xml_writer::write_context::sort_types(const std::vector<std::tr1::shared…
39 …[C] 'method abigail::interned_string abigail::xml_writer::write_context::get_id_for_type(abigail::…
51 implicit parameter 0 of type 'const abigail::xml_writer::write_context*' has sub-type changes:
52 in pointed to type 'const abigail::xml_writer::write_context':
53 … in unqualified underlying type 'class abigail::xml_writer::write_context' at abg-writer.cc:155:1:
[all …]
/third_party/openGLES/extensions/NV/
DGLX_NV_copy_buffer.txt116 4 GLX_CONTEXT write_context
130 4 GLX_CONTEXT write_context
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DGLX_NV_copy_buffer.txt116 4 GLX_CONTEXT write_context
130 4 GLX_CONTEXT write_context
/third_party/libabigail/
DChangeLog853 (write_context::m_env, write_context::write_context)
854 (write_context::get_environment, write_context::get_config)
855 (write_context::get_id_for_type, write_context::decl_is_emitted)
856 (write_context::record_decl_as_emitted, create_write_context)
1384 * src/abg-writer.cc (write_context::{m_nc_type_id_map,
1388 (write_context::{type_has_existing_id, get_id_for_type,
1394 (write_context::{get_referenced_non_canonicalized_types,
2753 (write_context::{m_nc_type_id_map,
2756 (write_context::type_has_existing_id): Look for non-canonicalized
2758 (write_context::get_id_for_type): Use m_nc_type_id_map for
[all …]
DNEWS756 write_context: allow mutating the ostream used
758 Make write_architecture and write_corpus_path flags in the write_context
1157 Allow setting options to instances of xml_writer::write_context