Lines Matching refs:Ignore
462 TheCondState.Ignore != StartingCondState.Ignore)
945 if (!TheCondState.Ignore)
953 if (!TheCondState.Ignore)
964 if (!TheCondState.Ignore)
986 // If we are in a ".if 0" block, ignore this statement.
987 if (TheCondState.Ignore) {
2073 if(TheCondState.Ignore) {
2087 TheCondState.Ignore = !TheCondState.CondMet;
2098 if (TheCondState.Ignore) {
2112 TheCondState.Ignore = !TheCondState.CondMet;
2129 LastIgnoreState = TheCondStack.back().Ignore;
2131 TheCondState.Ignore = true;
2144 TheCondState.Ignore = !TheCondState.CondMet;
2165 LastIgnoreState = TheCondStack.back().Ignore;
2167 TheCondState.Ignore = true;
2169 TheCondState.Ignore = false;