Searched defs:SymIntKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h49 SymIntKind, IntSymKind, SymSymKind, enumerator in enum:clang::ento::SymExpr::Kind
50 BEGIN_BINARYSYMEXPRS = SymIntKind,
375 : BinarySymExpr(SymIntKind, op, t), LHS(lhs), RHS(rhs) {}
385 ID.AddInteger((unsigned) SymIntKind);
398 return SE->getKind() == SymIntKind;

Completed in 692 milliseconds