HomeSort by relevance Sort by last modified time
    Searched refs:patternMatch (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 163 bool patternMatch(const Expr *Ex,
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 552 bool ConditionBRVisitor::patternMatch(const Expr *Ex, llvm::raw_ostream &Out,
601 const bool isVarLHS = patternMatch(BExpr->getLHS(), OutLHS, BRC);
602 const bool isVarRHS = patternMatch(BExpr->getRHS(), OutRHS, BRC);
  /dalvik/vm/jdwp/
JdwpEvent.cpp 418 static bool patternMatch(const char* pattern, const char* target)
484 if (!patternMatch(pMod->classMatch.classPattern,
489 if (patternMatch(pMod->classMatch.classPattern,
    [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]

Completed in 415 milliseconds