HomeSort by relevance Sort by last modified time
    Searched refs:SymIntKind (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 49 SymIntKind, IntSymKind, SymSymKind,
50 BEGIN_BINARYSYMEXPRS = SymIntKind,
375 : BinarySymExpr(SymIntKind, op, t), LHS(lhs), RHS(rhs) {}
385 ID.AddInteger((unsigned) SymIntKind);
398 return SE->getKind() == SymIntKind;
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 127 case SymExpr::SymIntKind:
467 case SymExpr::SymIntKind:
ProgramState.cpp 547 case SymExpr::SymIntKind:

Completed in 73 milliseconds