Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1218 const llvm::APSInt *SimpleSValBuilder::getKnownValue(ProgramStateRef state, getKnownValue() function in SimpleSValBuilder
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp809 static std::optional<int64_t> getKnownValue(ProgramStateRef State, SVal V) { getKnownValue() function
/llvm-project/clang/include/clang/Sema/
H A DSema.h7338 std::optional<bool> getKnownValue() const { return KnownValue; } getKnownValue() function