Home
last modified time | relevance | path

Searched defs:DRE1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp220 bool IsStmtEquivalent(const DeclRefExpr *DRE1, const DeclRefExpr *DRE2) { in IsStmtEquivalent()
H A DExpr.cpp4208 const auto *DRE1 = cast<DeclRefExpr>(E1); in isSameComparisonOperand() local
4232 const auto *DRE1 = dyn_cast<DeclRefExpr>(E1); in isSameComparisonOperand() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp369 if (auto *DRE1 = dyn_cast<DeclRefExpr>(E1)) { in AST_MATCHER() local