Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDfix-header.c970 int if_nesting = 1; /* Level of nesting of #if's */ in check_protection() local
1020 if_nesting++; in check_protection()
1024 if_nesting--; in check_protection()
1025 if (if_nesting == 0) in check_protection()
1030 if (if_nesting == 1) in check_protection()