OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getKnownValue
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
UndefResultChecker.cpp
70
const llvm::APSInt *LHS = SB.
getKnownValue
(State, C.getSVal(B->getLHS()));
71
const llvm::APSInt *RHS = SB.
getKnownValue
(State, C.getSVal(B->getRHS()));
139
SB.
getKnownValue
(C.getState(), C.getSVal(B->getRHS()));
159
SB.
getKnownValue
(State, C.getSVal(B->getLHS()));
161
SB.
getKnownValue
(State, C.getSVal(B->getRHS()));
CastSizeChecker.cpp
116
const llvm::APSInt *SizeInt = svalBuilder.
getKnownValue
(state, Size);
VLASizeChecker.cpp
108
if (const llvm::APSInt *KV = SVB.
getKnownValue
(State, ArrSize))
124
if (const llvm::APSInt *IndexLVal = SVB.
getKnownValue
(State, IndexLength)) {
130
// some difference in assume and
getKnownValue
that leads to
CStringChecker.cpp
2020
if (const llvm::APSInt *len = svalBuilder.
getKnownValue
(state, lenVal)) {
MallocChecker.cpp
3126
C.getSValBuilder().
getKnownValue
(State, ArgVal);
/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/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h
147
virtual const llvm::APSInt *
getKnownValue
(ProgramStateRef state, SVal val) = 0;
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp
1384
ConstexprCondition = Cond.
getKnownValue
();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
11822
llvm::Optional<bool>
getKnownValue
() const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
7362
ConstexprConditionValue = Cond.
getKnownValue
();
Completed in 41 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026