OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getKnownValue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp
40
///
getKnownValue
- evaluates a given SVal. If the SVal has only one possible
42
const llvm::APSInt *
getKnownValue
(ProgramStateRef state, SVal V) override;
45
/// with their known values (in the sense of the
getKnownValue
() method).
470
if (const llvm::APSInt *KnownRHSValue =
getKnownValue
(state, rhs)) {
590
if (const llvm::APSInt *RHSValue =
getKnownValue
(state, rhs)) {
637
if (const llvm::APSInt *RHSValue =
getKnownValue
(state, rhs))
1095
const llvm::APSInt *SimpleSValBuilder::
getKnownValue
(ProgramStateRef state,
1149
SVB.
getKnownValue
(State, SVB.makeSymbolVal(S)))
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
11822
llvm::Optional<bool>
getKnownValue
() const {
Completed in 23 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026