OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntSymExpr
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
40
void
IntSymExpr
::dumpToStream(raw_ostream &os) const {
132
itr.push_back(cast<
IntSymExpr
>(SE)->getRHS());
272
const
IntSymExpr
*SymbolManager::getIntSymExpr(const llvm::APSInt& lhs,
277
IntSymExpr
::Profile(ID, lhs, op, rhs, t);
282
data = (
IntSymExpr
*) BPAlloc.Allocate<
IntSymExpr
>();
283
new (data)
IntSymExpr
(lhs, op, rhs, t);
287
return cast<
IntSymExpr
>(data);
473
KnownLive = isLive(cast<
IntSymExpr
>(sym)->getRHS());
ProgramState.cpp
559
return scan(cast<
IntSymExpr
>(sym)->getRHS());
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h
406
class
IntSymExpr
: public BinarySymExpr {
411
IntSymExpr
(const llvm::APSInt& lhs, BinaryOperator::Opcode op,
537
const
IntSymExpr
*getIntSymExpr(const llvm::APSInt& lhs,
Completed in 24 milliseconds