Home
last modified time | relevance | path

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

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