Home
last modified time | relevance | path

Searched refs:is_typedef (Results 1 – 10 of 10) sorted by relevance

/external/python/cffi/cffi/
Dcparser.py226 is_typedef = False
232 if is_typedef:
235 is_typedef = False
237 is_typedef = True
244 if is_typedef and paren == 0:
/external/libabigail/src/
Dabg-comp-filter.cc484 || (is_typedef(f) in has_harmless_name_change()
485 && is_typedef(s) in has_harmless_name_change()
486 && (is_typedef(f)->get_underlying_type() in has_harmless_name_change()
487 == is_typedef(s)->get_underlying_type())) in has_harmless_name_change()
Dabg-ir.cc5654 if (const typedef_decl_sptr ty = is_typedef(t)) in strip_typedef()
5776 typedef_decl_sptr t = is_typedef(type); in peel_typedef_type()
5780 if (is_typedef(t->get_underlying_type())) in peel_typedef_type()
5803 const typedef_decl* t = is_typedef(type); in peel_typedef_type()
6022 while (is_typedef(type) || is_qualified_type(type)) in peel_qualified_or_typedef_type()
6024 if (const typedef_decl* t = is_typedef(type)) in peel_qualified_or_typedef_type()
6051 while (is_typedef(type) || is_qualified_type(type)) in peel_qualified_or_typedef_type()
6053 if (typedef_decl_sptr t = is_typedef(type)) in peel_qualified_or_typedef_type()
6074 while (is_typedef(typ) in peel_typedef_pointer_or_reference_type()
6078 if (typedef_decl_sptr t = is_typedef(typ)) in peel_typedef_pointer_or_reference_type()
[all …]
Dabg-reader.cc844 && !is_typedef(t) in maybe_canonicalize_type()
4258 typedef_decl_sptr result = is_typedef(d); in build_typedef_decl()
4551 is_typedef(ctxt.build_or_get_type_decl(naming_typedef_id, true)); in build_class_decl()
Dabg-dwarf-reader.cc12783 if (typedef_decl_sptr type = is_typedef(t)) in schedule_array_tree_for_late_canonicalization()
12877 is_typedef(clone_array_tree(is_typedef(u))); in maybe_strip_qualification()
13576 if (typedef_decl_sptr t = is_typedef(ctxt.lookup_artifact_from_die(die))) in build_typedef_type()
13602 result = is_typedef(t); in build_typedef_type()
14550 || is_typedef(t)) in maybe_canonicalize_type()
Dabg-suppression.cc954 if (!is_typedef(type)) in suppression_matches_type_no_name()
/external/libabigail/include/
Dabg-fwd.h410 is_typedef(const type_or_decl_base_sptr);
413 is_typedef(const type_base*);
416 is_typedef(type_base*);
/external/python/pycparser/pycparser/
Dc_parser.py381 is_typedef = 'typedef' in spec['storage']
427 if is_typedef:
455 if is_typedef:
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp1283 bool is_typedef = true; in ParseTypes() local
1288 is_typedef = false; in ParseTypes()
1291 if (is_typedef) in ParseTypes()
/external/libabigail/
DChangeLog6156 * include/abg-fwd.h (is_typedef): Remove the overloads for
6159 * src/abg-ir.cc (is_typedef): Do the same for the definitions.
20123 * include/abg-fwd.h (is_typedef, is_pointer_type)
20131 (is_typedef, is_pointer_type, is_reference_type): Define new
26580 Replace is_typedef by type_kind property in type suppressions
30008 * include/abg-fwd.h (is_typedef, strip_typedef)
30025 (is_typedef, strip_typedef, types_are_compatible): New function