Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h504 bool patternMatch(const Expr *Ex,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp241 int patternMatch(MachineBasicBlock *MBB);
775 patternMatch(MBB); in run()
875 int AMDGPUCFGStructurizer::patternMatch(MachineBasicBlock *MBB) { in patternMatch() function in AMDGPUCFGStructurizer
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2666 bool ConditionBRVisitor::patternMatch(const Expr *Ex, in patternMatch() function in ConditionBRVisitor
2773 const bool isVarLHS = patternMatch(BExpr->getLHS(), BExpr, OutLHS, BRC, R, in VisitTrueTest()
2775 const bool isVarRHS = patternMatch(BExpr->getRHS(), BExpr, OutRHS, BRC, R, in VisitTrueTest()