Lines Matching refs:ParseError
1135 bool &ParseError, SMLoc &End);
1137 bool &ParseError, SMLoc &End);
1809 bool &ParseError, SMLoc &End) { in ParseIntelNamedOperator() argument
1834 ParseError = ParseIntelOffsetOperator(Val, ID, Info, End); in ParseIntelNamedOperator()
1835 if (ParseError) in ParseIntelNamedOperator()
1838 ParseError = in ParseIntelNamedOperator()
1840 if (ParseError) in ParseIntelNamedOperator()
1851 bool &ParseError, SMLoc &End) { in ParseMasmNamedOperator() argument
2020 bool ParseError = false; in ParseIntelExpression() local
2021 if (ParseIntelNamedOperator(Identifier, SM, ParseError, End)) { in ParseIntelExpression()
2022 if (ParseError) in ParseIntelExpression()
2027 ParseMasmNamedOperator(Identifier, SM, ParseError, End)) { in ParseIntelExpression()
2028 if (ParseError) in ParseIntelExpression()