Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp3987 const auto Integer2 = dyn_cast<IntegerLiteral>(Idx2); in isSameComparisonOperand() local
3988 if (Integer1 && Integer2) { in isSameComparisonOperand()
3990 Integer2->getValue())) in isSameComparisonOperand()