Home
last modified time | relevance | path

Searched refs:DECL_NAMESPACE_INLINE_P (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcp-objcp-common.c228 && (DECL_NAMESPACE_INLINE_P (decl) in cp_decl_dwarf_attribute()
HDname-lookup.c779 while (DECL_NAMESPACE_INLINE_P (scope)) in adl_namespace()
4195 && (!inline_only || DECL_NAMESPACE_INLINE_P (descendant))) in is_nested_namespace()
5089 if (!DECL_NAMESPACE_INLINE_P (ns)) in handle_namespace_attrs()
5416 && !DECL_NAMESPACE_INLINE_P (decl)) in suggest_alternatives_for()
7223 DECL_NAMESPACE_INLINE_P (ns) = true; in push_namespace()
7234 if (make_inline && !DECL_NAMESPACE_INLINE_P (ns)) in push_namespace()
HDcp-tree.h3179 #define DECL_NAMESPACE_INLINE_P(NODE) \ macro