Home
last modified time | relevance | path

Searched refs:DECL_PENDING_INLINE_P (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/gcc/cp/
HDmethod.c159 DECL_PENDING_INLINE_P (thunk) = 0; in make_thunk()
283 DECL_PENDING_INLINE_P (alias) = 0; in make_alias_for()
HDcp-tree.h2083 #define DECL_PENDING_INLINE_P(NODE) \ macro
HDdecl.c11250 if (!DECL_PENDING_INLINE_P (decl1)) in start_preparsed_function()
11608 gcc_assert (!DECL_PENDING_INLINE_P (decl)); in save_function_data()
HDparser.c16512 DECL_PENDING_INLINE_P (fn) = 1; in cp_parser_save_member_function_body()
16639 if (DECL_PENDING_INLINE_P (member_function)) in cp_parser_late_parsing_for_member()
16647 DECL_PENDING_INLINE_P (member_function) = 0; in cp_parser_late_parsing_for_member()
HDclass.c3785 DECL_PENDING_INLINE_P (clone) = 0; in build_clone()
HDChangeLog-19992042 (DECL_PENDING_INLINE_P): New macro.
2058 DECL_PENDING_INLINE_P.
HDpt.c6710 DECL_PENDING_INLINE_P (r) = 0; in tsubst_decl()
HDChangeLog-20002986 * cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.