Searched refs:CondMet (Results 1 – 3 of 3) sorted by relevance
31 bool CondMet = false; variable
6172 TheCondState.CondMet = ExprValue; in parseDirectiveIf()6173 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf()6196 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb()6231 TheCondState.CondMet = in parseDirectiveIfidn()6235 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfidn()6272 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfdef()6312 TheCondState.CondMet = ExprValue; in parseDirectiveElseIf()6442 TheCondState.CondMet = in parseDirectiveElseIfidn()6466 if (LastIgnoreState || TheCondState.CondMet) in parseDirectiveElse()6622 TheCondState.CondMet = in parseDirectiveErrorIfidn()[all …]
5181 TheCondState.CondMet = ExprValue; in parseDirectiveIf()5182 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf()5202 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()5203 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb()5230 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfc()5269 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfeqs()5294 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfdef()5312 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()5323 TheCondState.CondMet = ExprValue; in parseDirectiveElseIf()5324 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveElseIf()[all …]