OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evalAPSInt
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SVals.cpp
199
svalBuilder.getBasicValueFactory().
evalAPSInt
(Op, getValue(), R.getValue());
227
const llvm::APSInt *X = BasicVals.
evalAPSInt
(Op, getValue(), R.getValue());
BasicValueFactory.cpp
146
BasicValueFactory::
evalAPSInt
(BinaryOperator::Opcode Op,
SimpleSValBuilder.cpp
384
BasicVals.
evalAPSInt
(op, LHSValue, RHSValue);
499
newRHS = BasicVals.
evalAPSInt
(BO_Add, first, second);
501
newRHS = BasicVals.
evalAPSInt
(BO_Sub, first, second);
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h
183
const llvm::APSInt*
evalAPSInt
(BinaryOperator::Opcode Op,
/external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp
685
const llvm::APSInt *maxLengthInt = BVF.
evalAPSInt
(BO_Div, maxValInt,
[
all
...]
Completed in 701 milliseconds