Home
last modified time | relevance | path

Searched refs:patternMatch (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h222 bool patternMatch(const Expr *Ex,
/external/icu4c/i18n/
Dsmpdtfmt.cpp3233 int32_t patternMatch; in checkIntSuffix() local
3263 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); in checkIntSuffix()
3272 if ((textPreMatch >= 0) && (patternMatch >= 0) && (textPreMatch == patternMatch)) { in checkIntSuffix()
3275 else if ((textPostMatch >= 0) && (patternMatch >= 0) && (textPostMatch == patternMatch)) { in checkIntSuffix()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1162 bool ConditionBRVisitor::patternMatch(const Expr *Ex, raw_ostream &Out, in patternMatch() function in ConditionBRVisitor
1230 const bool isVarLHS = patternMatch(BExpr->getLHS(), OutLHS, BRC, R, N, in VisitTrueTest()
1232 const bool isVarRHS = patternMatch(BExpr->getRHS(), OutRHS, BRC, R, N, in VisitTrueTest()
/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp207 int patternMatch(BlockT *CurBlock);
468 patternMatch(curBlk); in run()
614 template<class PassT> int CFGStructurizer<PassT>::patternMatch(BlockT *curBlk) { in patternMatch() function in llvmCFGStruct::CFGStructurizer