Searched defs:fn_type (Results 1 – 7 of 7) sorted by relevance
/third_party/libabigail/src/ |
D | abg-reader.cc | 474 else if (function_type_sptr fn_type = is_function_type(type)) in type_is_from_translation_unit() local 700 record_artifacts_as_used_in_fn_type(const function_type *fn_type) in record_artifacts_as_used_in_fn_type() 720 record_artifacts_as_used_in_fn_type(const function_type_sptr& fn_type) in record_artifacts_as_used_in_fn_type() 1436 #define RECORD_ARTIFACTS_AS_USED_IN_FN_TYPE(rdr, fn_type)\ argument 1441 #define RECORD_ARTIFACTS_AS_USED_IN_FN_TYPE(rdr, fn_type) argument 3393 function_type_sptr fn_type(as_method_decl in build_function_decl() local 4041 function_type_sptr fn_type(is_method_t in build_function_type() local
|
D | abg-writer.cc | 2339 function_type_sptr fn_type(f, noop_deleter()); in write_referenced_types() local 2481 function_type_sptr fn_type = is_function_type(*i); in write_translation_unit() local 3434 write_function_type(const function_type_sptr& fn_type, in write_function_type()
|
D | abg-ir.cc | 8587 const function_type* fn_type = is_function_type(t); in get_type_name() local 8746 get_function_type_name(const function_type_sptr& fn_type, in get_function_type_name() 8761 get_function_type_name(const function_type* fn_type, in get_function_type_name() 8783 get_function_type_name(const function_type& fn_type, in get_function_type_name() 8829 get_method_type_name(const method_type_sptr fn_type, in get_method_type_name() 8844 get_method_type_name(const method_type* fn_type, in get_method_type_name() 8864 get_method_type_name(const method_type& fn_type, in get_method_type_name() 8991 if (const function_type* fn_type = is_function_type(t)) in get_pretty_representation() local 9038 get_pretty_representation(const function_type_sptr& fn_type, in get_pretty_representation() 9053 get_pretty_representation(const function_type* fn_type, bool internal) in get_pretty_representation() [all …]
|
D | abg-dwarf-reader.cc | 3475 const function_type_sptr &fn_type) in associate_die_repr_to_fn_type_per_tu() 13761 function_type_sptr fn_type = is_function_type(i->second); in build_function_type() local 13793 if (function_type_sptr fn_type = in build_function_type() local 14920 function_type_sptr fn_type(build_function_type(rdr, die, is_method, in build_function_decl() local
|
D | abg-suppression.cc | 2721 function_type_sptr fn_type = fn->get_type(); in suppresses_function() local
|
/third_party/libabigail/include/ |
D | abg-ir.h | 3822 set_type(const method_type_sptr fn_type) in set_type()
|
/third_party/skia/src/core/ |
D | SkVM.cpp | 2637 llvm::FunctionType* fn_type = llvm::FunctionType::get(llvm::Type::getVoidTy(*ctx), in setupLLVM() local
|