Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h103 std::optional<int64_t> tryExtValue() const { in tryExtValue() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp237 return ConcreteVal->getValue().tryExtValue(); in getConcreteValue()