Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2386 const auto IsPlusOverPtrAndInteger = [&IsPtr](const Expr *E, in matches() local
2407 const auto InnerMatcher = [&IsPlusOverPtrAndInteger, in matches()
2415 if (IsPlusOverPtrAndInteger(Operand, R)) { in matches()