Searched refs:is_type_reference (Results 1 – 6 of 6) sorted by relevance
3 assert_equal(false, string_type.is_type_reference());
443 bool is_type_reference() const;
243 static inline bool is_type_reference(const type_t *type) in is_type_reference() function
3531 if (is_type_reference(skip_typeref(type))) in construct_declarator_type()3540 if (is_type_reference(skip_typeref(type))) in construct_declarator_type()3547 if (is_type_reference(skip_typeref(type))) in construct_declarator_type()4293 is_type_reference(skip_typeref(decl->type))) { in parse_declaration_rest()7502 is_type_reference(type) || in is_lvalue()