Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h232 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) { in makeIntVal() function
244 nonloc::ConcreteInt makeIntVal(const llvm::APSInt& integer) { in makeIntVal() function
252 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal() function
256 DefinedSVal makeIntVal(uint64_t integer, QualType type) { in makeIntVal() function
263 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal() function