Home
last modified time | relevance | path

Searched defs:building_stmt_list_p (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.h526 #define building_stmt_list_p() (!VEC_empty (tree, stmt_list_stack)) macro
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h569 #define building_stmt_list_p() (stmt_list_stack && !stmt_list_stack->is_empty()) macro