Searched refs:method_decl (Results 1 - 9 of 9) sorted by relevance
/third_party/libabigail/include/ |
H A D | abg-ir.h | 3784 class method_decl : public function_decl class 3786 method_decl(); 3793 method_decl(const string& name, method_type_sptr type, 3799 method_decl(const string& name, 3807 method_decl(const string& name, type_base_sptr type, 3817 /// method_decl. 3876 virtual ~method_decl(); 3877 };// end class method_decl 3920 typedef unordered_map<string, method_decl*> string_mem_fn_ptr_map_type; 3995 const method_decl* [all...] |
H A D | abg-fwd.h | 239 class method_decl; 241 typedef shared_ptr<method_decl> method_decl_sptr;
|
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 6190 const method_decl* m = is_method_decl(&f); in get_member_function_is_ctor() 6220 method_decl* m = is_method_decl(&f); in set_member_function_is_ctor() 6249 const method_decl* m = is_method_decl(&f); in get_member_function_is_dtor() 6277 method_decl* m = is_method_decl(&f); in set_member_function_is_dtor() 6305 const method_decl* m = is_method_decl(&f); in get_member_function_is_const() 6333 method_decl* m = is_method_decl(&f); in set_member_function_is_const() 6373 const method_decl* m = in get_member_function_vtable_offset() 6374 dynamic_cast<const method_decl*>(&f); in get_member_function_vtable_offset() 6406 method_decl* m = is_method_decl(&f); in set_member_function_vtable_offset() 6436 const method_decl* in get_member_function_is_virtual() 22943 method_decl::method_decl(const string& name, method_decl() function in abigail::ir::method_decl 22980 method_decl::method_decl(const string& name, method_decl() function in abigail::ir::method_decl 23017 method_decl::method_decl(const string& name, method_decl() function in abigail::ir::method_decl [all...] |
H A D | abg-reporter-priv.cc | 190 dynamic_pointer_cast<method_decl>(mem_fn); in represent()
|
H A D | abg-writer.cc | 1941 || write_function_decl(dynamic_pointer_cast<method_decl> in write_decl()
|
H A D | abg-comparison.cc | 4326 dynamic_pointer_cast<method_decl> in count_filtered_changed_mem_fns() 4331 dynamic_pointer_cast<method_decl> in count_filtered_changed_mem_fns()
|
H A D | abg-reader.cc | 3321 /// method_decl. The class_decl pointer is the class decl to which 3322 /// the resulting method_decl is a member function of. The resulting 3324 /// shared_ptr<method_decl>. 3405 ? new method_decl (name, fn_type, in build_function_decl() 3443 /// method_decl. The class_or_union pointer is the class or union the 3444 /// resulting method_decl is a member function of. The resulting @ref
|
H A D | abg-dwarf-reader.cc | 14928 ? new method_decl(fname, fn_type,
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_file.cc | 169 const char* method_decl) { in MaybeRestartJavaMethod() 181 printer->Print(method_decl, "method_num", StrCat(*method_num)); in MaybeRestartJavaMethod() 167 MaybeRestartJavaMethod(io::Printer* printer, int* bytecode_estimate, int* method_num, const char* chain_statement, const char* method_decl) MaybeRestartJavaMethod() argument
|
Completed in 66 milliseconds