Home
last modified time | relevance | path

Searched defs:getKnownValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1218 const llvm::APSInt *SimpleSValBuilder::getKnownValue(ProgramStateRef state, in getKnownValue() function in SimpleSValBuilder
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13230 std::optional<bool> getKnownValue() const { return KnownValue; } getKnownValue() function