Lines Matching refs:CondMet
6172 TheCondState.CondMet = ExprValue; in parseDirectiveIf()
6173 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf()
6195 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()
6196 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb()
6231 TheCondState.CondMet = in parseDirectiveIfidn()
6234 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveIfidn()
6235 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfidn()
6271 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveIfdef()
6272 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfdef()
6291 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()
6312 TheCondState.CondMet = ExprValue; in parseDirectiveElseIf()
6313 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveElseIf()
6331 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfb()
6345 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveElseIfb()
6346 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveElseIfb()
6366 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfdef()
6392 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveElseIfdef()
6393 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveElseIfdef()
6412 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfidn()
6442 TheCondState.CondMet = in parseDirectiveElseIfidn()
6445 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveElseIfidn()
6446 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveElseIfidn()
6466 if (LastIgnoreState || TheCondState.CondMet) in parseDirectiveElse()
6622 TheCondState.CondMet = in parseDirectiveErrorIfidn()
6625 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveErrorIfidn()
6626 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveErrorIfidn()