Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp945 bool IntLarger = IntLiteral->getType()->isUnsignedIntegerType() || in checkIncorrectRelationalOperator() local
952 return TryResult(IntFirst == IntLarger); in checkIncorrectRelationalOperator()
956 return TryResult(IntFirst != IntLarger); in checkIncorrectRelationalOperator()