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

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitors.h 282 bool patternMatch(const Expr *Ex,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 241 int patternMatch(MachineBasicBlock *MBB);
775 patternMatch(MBB);
875 int AMDGPUCFGStructurizer::patternMatch(MachineBasicBlock *MBB) {
879 LLVM_DEBUG(dbgs() << "Begin patternMatch BB" << MBB->getNumber() << "\n";);
884 LLVM_DEBUG(dbgs() << "End patternMatch BB" << MBB->getNumber()
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 2444 bool ConditionBRVisitor::patternMatch(const Expr *Ex,
2551 const bool isVarLHS = patternMatch(BExpr->getLHS(), BExpr, OutLHS, BRC, R,
2553 const bool isVarRHS = patternMatch(BExpr->getRHS(), BExpr, OutRHS, BRC, R,

Completed in 71 milliseconds