Home
last modified time | relevance | path

Searched refs:is_typedef (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c2896 int is_typedef; in external_declaration() local
2932 is_typedef = ctx.storage_class == MOD_USERTYPE; in external_declaration()
2935 if (is_typedef) in external_declaration()
2938 bind_symbol(decl, ident, is_typedef ? NS_TYPEDEF: NS_SYMBOL); in external_declaration()
2942 if (is_typedef) { in external_declaration()
2986 if (!is_typedef && match_op(token, '=')) { in external_declaration()
2992 if (!is_typedef) { in external_declaration()
3010 if (is_typedef) { in external_declaration()
3053 if (is_typedef) in external_declaration()
3056 bind_symbol(decl, ident, is_typedef in external_declaration()
[all...]
/third_party/libabigail/include/
H A Dabg-fwd.h419 is_typedef(const type_or_decl_base_sptr);
422 is_typedef(const type_base*);
425 is_typedef(type_base*);
/third_party/libabigail/src/
H A Dabg-comp-filter.cc521 || (is_typedef(f) in has_harmless_name_change()
522 && is_typedef(s) in has_harmless_name_change()
523 && (is_typedef(f)->get_underlying_type() in has_harmless_name_change()
524 == is_typedef(s)->get_underlying_type())) in has_harmless_name_change()
H A Dabg-ir.cc3432 if (is_typedef(f) && is_typedef(s)) in operator ()()
3434 s1 = get_pretty_representation(is_typedef(f)->get_underlying_type(), in operator ()()
3436 s2 = get_pretty_representation(is_typedef(s)->get_underlying_type(), in operator ()()
6541 if (const typedef_decl_sptr ty = is_typedef(t)) in strip_typedef()
6807 typedef_decl_sptr t = is_typedef(type); in peel_typedef_type()
6811 if (is_typedef(t->get_underlying_type())) in peel_typedef_type()
6834 const typedef_decl* t = is_typedef(type); in peel_typedef_type()
7053 while (is_typedef(type) || is_qualified_type(type)) in peel_qualified_or_typedef_type()
7055 if (const typedef_decl* t = is_typedef(typ in peel_qualified_or_typedef_type()
10064 is_typedef(const type_or_decl_base_sptr t) is_typedef() function
10074 is_typedef(const type_base* t) is_typedef() function
10084 is_typedef(type_base* t) is_typedef() function
[all...]
H A Dabg-reader.cc937 && !is_typedef(t) in maybe_canonicalize_type()
2967 is_typedef(rdr.build_or_get_type_decl(naming_typedef_id, true)); in maybe_set_naming_typedef()
4513 typedef_decl_sptr result = is_typedef(d); in build_typedef_decl()
4525 typedef_decl_sptr result = is_typedef(t); in build_typedef_decl()
H A Dabg-writer.cc644 if (is_typedef(l) || is_typedef(r)) in operator ()()
H A Dabg-dwarf-reader.cc13443 if (typedef_decl_sptr type = is_typedef(t))
13522 is_typedef(clone_array_tree(is_typedef(u)));
15184 t = is_typedef(scope->find_member_type(die_name(die)));
H A Dabg-suppression.cc980 if (!is_typedef(type)) in suppression_matches_type_no_name()

Completed in 65 milliseconds