HomeSort by: relevance | last modified time | path
    Searched refs:NearMatch (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 129 NearMatch,
164 : DiagnosticPredicateTy::NearMatch) {}
171 bool isNearMatch() const { return Type == DiagnosticPredicateTy::NearMatch; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 713 return DiagnosticPredicateTy::NearMatch;
725 return DiagnosticPredicateTy::NearMatch;
904 return DiagnosticPredicateTy::NearMatch;
922 return DiagnosticPredicateTy::NearMatch;
1125 return DiagnosticPredicateTy::NearMatch;
1136 return DiagnosticPredicateTy::NearMatch;
1159 return DiagnosticPredicateTy::NearMatch;
1200 return DiagnosticPredicateTy::NearMatch;
1216 return DiagnosticPredicateTy::NearMatch;
1248 return DiagnosticPredicateTy::NearMatch;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 8411 NearMatch = NearMatches.begin(), NearMatchEnd = NearMatches.end();
8412 NearMatch != NearMatchEnd; ++NearMatch) {
8413 FunctionDecl *FD = NearMatch->first;
8419 if (unsigned Idx = NearMatch->second) {

Completed in 42 milliseconds