Searched refs:patternMatch (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitor.h | 222 bool patternMatch(const Expr *Ex,
|
/external/icu4c/i18n/ |
D | smpdtfmt.cpp | 3233 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/ |
D | BugReporterVisitors.cpp | 1162 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/ |
D | AMDILCFGStructurizer.cpp | 207 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
|