Searched refs:Mismatch (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp248 bool Mismatch = false; local
251 Mismatch = true;
254 if (!Mismatch)
/external/clang/lib/AST/
H A DExprConstant.cpp5022 unsigned Mismatch = local
5031 if (!WasArrayIndex && Mismatch < LHSDesignator.Entries.size() &&
5032 Mismatch < RHSDesignator.Entries.size()) {
5033 const FieldDecl *LF = getAsField(LHSDesignator.Entries[Mismatch]);
5034 const FieldDecl *RF = getAsField(RHSDesignator.Entries[Mismatch]);
5039 << getAsBaseClass(LHSDesignator.Entries[Mismatch])
5043 << getAsBaseClass(RHSDesignator.Entries[Mismatch])
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas716 /// plain Mismatch(), which does not recover. Then any error
2023 procedure Mismatch(const Input: IIntStream; const TokenType: Integer; procedure
4503 Mismatch(Input, TokenType, Follow);
4533 procedure TBaseRecognizer.Mismatch(const Input: IIntStream;
H A DAntlr.Runtime.Tree.pas1647 procedure Mismatch(const Input: IIntStream; const TokenType: Integer; procedure
3822 procedure TTreeParser.Mismatch(const Input: IIntStream;

Completed in 118 milliseconds