Lines Matching refs:ParseError
1126 bool &ParseError, SMLoc &End);
1128 bool &ParseError, SMLoc &End);
1801 bool &ParseError, SMLoc &End) { in ParseIntelNamedOperator() argument
1826 ParseError = ParseIntelOffsetOperator(Val, ID, Info, End); in ParseIntelNamedOperator()
1827 if (ParseError) in ParseIntelNamedOperator()
1830 ParseError = in ParseIntelNamedOperator()
1832 if (ParseError) in ParseIntelNamedOperator()
1843 bool &ParseError, SMLoc &End) { in ParseMasmNamedOperator() argument
2015 bool ParseError = false; in ParseIntelExpression() local
2016 if (ParseIntelNamedOperator(Identifier, SM, ParseError, End)) { in ParseIntelExpression()
2017 if (ParseError) in ParseIntelExpression()
2022 ParseMasmNamedOperator(Identifier, SM, ParseError, End)) { in ParseIntelExpression()
2023 if (ParseError) in ParseIntelExpression()