Home | History | Annotate | Download | only in Parser

Lines Matching refs:Valid

145     Valid = True

156 Valid, Cause = IsValidLogicalExpr(Token, True)
159 if not Valid:
191 # check Array is valid
223 # check PcdDatum is valid
231 Valid = True
250 Valid, Cause = IsValidStringTest(Value, True)
251 if not Valid:
252 Valid, Cause = IsValidFeatureFlagExp(Value, True)
253 if not Valid:
291 Valid, Cause = IsValidLogicalExpr(Value, True)
292 if not Valid: