Home
last modified time | relevance | path

Searched refs:FUNCTION_NEEDS_BODY_BLOCK (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dname-lookup.cc3149 if (FUNCTION_NEEDS_BODY_BLOCK (current_function_decl)) in check_local_shadow()
Ddecl.cc802 if (FUNCTION_NEEDS_BODY_BLOCK (current_function_decl)) in poplevel()
17688 if (! FUNCTION_NEEDS_BODY_BLOCK (current_function_decl)) in begin_function_body()
DChangeLog-2005893 * cp-tree.h (FUNCTION_NEEDS_BODY_BLOCK): New macro.
Dcp-tree.h724 #define FUNCTION_NEEDS_BODY_BLOCK(NODE) \ macro
DChangeLog-20112735 * cp-tree.h (FUNCTION_NEEDS_BODY_BLOCK): Add lambda operator().