Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h307 explicit ConcreteInt(const llvm::APSInt &V) : NonLoc(ConcreteIntKind, &V) {} ConcreteInt() function
473 explicit ConcreteInt(const llvm::APSInt &V) : Loc(ConcreteIntKind, &V) {} ConcreteInt() function