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.h237 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) { in makeIntVal() function
249 nonloc::ConcreteInt makeIntVal(const llvm::APSInt& integer) { in makeIntVal() function
257 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal() function
261 DefinedSVal makeIntVal(uint64_t integer, QualType type) { in makeIntVal() function
268 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal() function