Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10761 std::optional<llvm::APSInt> TheInt; in mergeTypes() local
10763 if (E && (TheInt = E->getIntegerConstantExpr(*this))) in mergeTypes()
10764 return std::make_pair(true, *TheInt); in mergeTypes()