Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DSDE.c168 patternMatch(char *classname, const char *pattern) { in patternMatch() function
208 if (patternMatch(fileTable[ii].sourceName, p1)) { in searchOneSourceName()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h242 bool patternMatch(const Expr *Ex,
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h282 bool patternMatch(const Expr *Ex,
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1324 bool ConditionBRVisitor::patternMatch(const Expr *Ex, raw_ostream &Out, in patternMatch() function in ConditionBRVisitor
1392 const bool isVarLHS = patternMatch(BExpr->getLHS(), OutLHS, BRC, R, N, in VisitTrueTest()
1394 const bool isVarRHS = patternMatch(BExpr->getRHS(), OutRHS, BRC, R, N, in VisitTrueTest()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp266 int patternMatch(MachineBasicBlock *MBB);
800 patternMatch(MBB); in run()
900 int AMDGPUCFGStructurizer::patternMatch(MachineBasicBlock *MBB) { in patternMatch() function in AMDGPUCFGStructurizer
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp266 int patternMatch(MachineBasicBlock *MBB);
800 patternMatch(MBB); in run()
900 int AMDGPUCFGStructurizer::patternMatch(MachineBasicBlock *MBB) { in patternMatch() function in AMDGPUCFGStructurizer
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp268 int patternMatch(MachineBasicBlock *MBB);
805 patternMatch(MBB); in run()
920 int AMDGPUCFGStructurizer::patternMatch(MachineBasicBlock *MBB) { in patternMatch() function in __anon92db97790311::AMDGPUCFGStructurizer
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp4172 int32_t patternMatch; in checkIntSuffix() local
4202 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); in checkIntSuffix()
4211 if ((textPreMatch >= 0) && (patternMatch >= 0) && (textPreMatch == patternMatch)) { in checkIntSuffix()
4214 else if ((textPostMatch >= 0) && (patternMatch >= 0) && (textPostMatch == patternMatch)) { in checkIntSuffix()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp2316 bool ConditionBRVisitor::patternMatch(const Expr *Ex, in patternMatch() function in ConditionBRVisitor
2423 const bool isVarLHS = patternMatch(BExpr->getLHS(), BExpr, OutLHS, BRC, R, in VisitTrueTest()
2425 const bool isVarRHS = patternMatch(BExpr->getRHS(), BExpr, OutRHS, BRC, R, in VisitTrueTest()