Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dcp-tree.h180 #define NON_THUNK_FUNCTION_CHECK(NODE) __extension__ \ macro
194 #define NON_THUNK_FUNCTION_CHECK(NODE) (NODE) macro
1709 (DECL_LANG_SPECIFIC (NON_THUNK_FUNCTION_CHECK(NODE))->u.f.u5.cloned_function)
H A DChangeLog-2004768 * cp-tree.h (NON_THUNK_FUNCTION_CHECK, THUNK_FUNCTION_CHECK): New.
H A DChangeLog5112 (NON_THUNK_FUNCTION_CHECK): Ditto.