/third_party/libabigail/src/ |
H A D | abg-reader.cc | 474 else if (function_type_sptr fn_type = is_function_type(type)) in type_is_from_translation_unit() 475 return bool(lookup_function_type(fn_type, *get_translation_unit())); in type_is_from_translation_unit() 698 /// @param fn_type the function decl to consider. 700 record_artifacts_as_used_in_fn_type(const function_type *fn_type) in record_artifacts_as_used_in_fn_type() argument 702 if (!fn_type) in record_artifacts_as_used_in_fn_type() 705 type_base_sptr t = fn_type->get_return_type(); in record_artifacts_as_used_in_fn_type() 706 record_artifact_as_used_by(t.get(), const_cast<function_type*>(fn_type)); in record_artifacts_as_used_in_fn_type() 708 for (auto pit : fn_type->get_parameters()) in record_artifacts_as_used_in_fn_type() 712 const_cast<function_type*>(fn_type)); in record_artifacts_as_used_in_fn_type() 718 /// @param fn_type th 720 record_artifacts_as_used_in_fn_type(const function_type_sptr& fn_type) record_artifacts_as_used_in_fn_type() argument [all...] |
H A D | abg-writer.cc | 2339 function_type_sptr fn_type(f, noop_deleter()); in write_referenced_types() 2340 write_function_type(fn_type, ctxt, in write_referenced_types() 2481 function_type_sptr fn_type = is_function_type(*i); in write_translation_unit() local 2483 if (fn_type->get_is_artificial() || ctxt.type_is_emitted(fn_type)) in write_translation_unit() 2489 ABG_ASSERT(fn_type); in write_translation_unit() 2490 write_function_type(fn_type, ctxt, indent + c.get_xml_element_indent()); in write_translation_unit() 3434 write_function_type(const function_type_sptr& fn_type, in write_function_type() argument 3437 if (!fn_type) in write_function_type() 3442 annotate(fn_type, ctx in write_function_type() [all...] |
H A D | abg-ir.cc | 8587 const function_type* fn_type = is_function_type(t); in get_type_name() local 8588 ABG_ASSERT(fn_type); in get_type_name() 8589 return fn_type->get_cached_name(internal); in get_type_name() 8737 /// @param fn_type the function type to consider. 8746 get_function_type_name(const function_type_sptr& fn_type, in get_function_type_name() argument 8748 {return get_function_type_name(fn_type.get(), internal);} in get_function_type_name() 8752 /// @param fn_type the function type to consider. 8761 get_function_type_name(const function_type* fn_type, in get_function_type_name() argument 8764 ABG_ASSERT(fn_type); in get_function_type_name() 8766 if (const method_type* method = is_method_type(fn_type)) in get_function_type_name() 8783 get_function_type_name(const function_type& fn_type, bool internal) get_function_type_name() argument 8829 get_method_type_name(const method_type_sptr fn_type, bool internal) get_method_type_name() argument 8844 get_method_type_name(const method_type* fn_type, bool internal) get_method_type_name() argument 8864 get_method_type_name(const method_type& fn_type, bool internal) get_method_type_name() argument 9038 get_pretty_representation(const function_type_sptr& fn_type, bool internal) get_pretty_representation() argument 9053 get_pretty_representation(const function_type* fn_type, bool internal) get_pretty_representation() argument 9075 get_pretty_representation(const function_type& fn_type, bool internal) get_pretty_representation() argument 13633 maybe_update_types_lookup_map(const function_type_sptr& fn_type) maybe_update_types_lookup_map() argument 13816 synthesize_function_type_from_translation_unit(const function_type& fn_type, translation_unit& tu) synthesize_function_type_from_translation_unit() argument 20122 function_decl(const string& name, type_base_sptr fn_type, bool declared_inline, const location& locus, const string& linkage_name, visibility vis, binding bind) function_decl() argument 20301 set_type(const function_type_sptr& fn_type) set_type() argument [all...] |
H A D | abg-dwarf-reader.cc | 3472 /// @param fn_type the function type to associate to @p die. 3475 const function_type_sptr &fn_type) in associate_die_repr_to_fn_type_per_tu() 3484 per_tu_repr_to_fn_type_maps()[repr]= fn_type; in associate_die_repr_to_fn_type_per_tu() 13761 function_type_sptr fn_type = is_function_type(i->second); 13762 ABG_ASSERT(fn_type); 13763 return fn_type; 13793 if (function_type_sptr fn_type = 13796 rdr.associate_die_to_type(die, fn_type, where_offset); 13797 return fn_type; 14920 function_type_sptr fn_type(build_function_typ 3474 associate_die_repr_to_fn_type_per_tu(const Dwarf_Die *die, const function_type_sptr &fn_type) associate_die_repr_to_fn_type_per_tu() argument [all...] |
H A D | abg-suppression.cc | 2721 function_type_sptr fn_type = fn->get_type(); in suppresses_function() local 2731 fn_type->get_parm_at_index_from_first_non_implicit_parm(index); in suppresses_function()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | runtime.py | 273 for fn_type in ( 278 if hasattr(fn, fn_type):
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | runtime.py | 247 for fn_type in ('contextfunction', 250 if hasattr(fn, fn_type):
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | runtime.py | 273 for fn_type in ( 278 if hasattr(fn, fn_type):
|
/third_party/libabigail/include/ |
H A D | abg-ir.h | 784 synthesize_function_type_from_translation_unit(const function_type& fn_type, 3022 type_base_sptr fn_type, 3058 set_type(const function_type_sptr& fn_type); 3407 get_method_type_name(const method_type& fn_type, bool internal); 3822 set_type(const method_type_sptr fn_type) in set_type() argument 3823 {function_decl::set_type(fn_type);} in set_type()
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 2637 llvm::FunctionType* fn_type = llvm::FunctionType::get(llvm::Type::getVoidTy(*ctx), 2640 = llvm::Function::Create(fn_type, llvm::GlobalValue::ExternalLinkage, debug_name, *mod);
|