Home
last modified time | relevance | path

Searched refs:SymIntKind (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h49 SymIntKind, IntSymKind, SymSymKind, enumerator
50 BEGIN_BINARYSYMEXPRS = SymIntKind,
375 : BinarySymExpr(SymIntKind, op, t), LHS(lhs), RHS(rhs) {} in SymIntExpr()
385 ID.AddInteger((unsigned) SymIntKind); in Profile()
398 return SE->getKind() == SymIntKind; in classof()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp127 case SymExpr::SymIntKind: in expand()
467 case SymExpr::SymIntKind: in isLive()
DProgramState.cpp547 case SymExpr::SymIntKind: in scan()