Home | History | Annotate | Download | only in src

Lines Matching refs:SCOPE_REQ

689 		} else if (scope->scope == SCOPE_REQ) {
730 } else if (scope->scope == SCOPE_REQ) {
1862 new_scope->scope = SCOPE_REQ; /* this is reset further down */
1865 if (base_scope->scope == SCOPE_REQ && scope->scope == SCOPE_DECL) {
1879 } else if (base_scope->scope == SCOPE_DECL && scope->scope == SCOPE_REQ) {
1882 } else if (base_scope->scope == SCOPE_REQ && scope->scope == SCOPE_REQ) {