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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h309 enum Kind { ConcreteIntKind, SymbolValKind, enumerator in enum:clang::ento::nonloc::Kind
341 explicit ConcreteInt(const llvm::APSInt& V) : NonLoc(ConcreteIntKind, &V) {}
360 V.getSubKind() == ConcreteIntKind;
364 return V.getSubKind() == ConcreteIntKind;
468 enum Kind { GotoLabelKind, MemRegionKind, ConcreteIntKind }; enumerator in enum:clang::ento::loc::Kind
531 explicit ConcreteInt(const llvm::APSInt& V) : Loc(ConcreteIntKind, &V) {}
546 V.getSubKind() == ConcreteIntKind;
550 return V.getSubKind() == ConcreteIntKind;

Completed in 129 milliseconds