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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h339 class ConcreteInt : public NonLoc { class in namespace:clang::ento::nonloc
341 explicit ConcreteInt(const llvm::APSInt& V) : NonLoc(ConcreteIntKind, &V) {} function in class:clang::ento::nonloc::ConcreteInt
357 ConcreteInt() {} function in class:clang::ento::nonloc::ConcreteInt
529 class ConcreteInt : public Loc { class in namespace:clang::ento::loc
531 explicit ConcreteInt(const llvm::APSInt& V) : Loc(ConcreteIntKind, &V) {} function in class:clang::ento::loc::ConcreteInt
543 ConcreteInt() {} function in class:clang::ento::loc::ConcreteInt
[all...]

Completed in 97 milliseconds