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

/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp246 bool Mismatch = false; local
249 Mismatch = true;
252 if (!Mismatch)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1647 procedure Mismatch(const Input: IIntStream; const TokenType: Integer; procedure
3822 procedure TTreeParser.Mismatch(const Input: IIntStream;
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;
/external/clang/lib/AST/
H A DExprConstant.cpp5060 unsigned Mismatch = local
5069 if (!WasArrayIndex && Mismatch < LHSDesignator.Entries.size() &&
5070 Mismatch < RHSDesignator.Entries.size()) {
5071 const FieldDecl *LF = getAsField(LHSDesignator.Entries[Mismatch]);
5072 const FieldDecl *RF = getAsField(RHSDesignator.Entries[Mismatch]);
5077 << getAsBaseClass(LHSDesignator.Entries[Mismatch])
5081 << getAsBaseClass(RHSDesignator.Entries[Mismatch])

Completed in 192 milliseconds