Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp705 auto HasIntegerType = anyOf(hasType(isInteger()), hasType(enumType())); in matcher() local
709 hasLHS(HasIntegerType)); in matcher()
714 hasRHS(HasIntegerType)); in matcher()