Home
last modified time | relevance | path

Searched defs:makeIntVal (Results 1 – 2 of 2) 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
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h278 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) { in makeIntVal() function
290 nonloc::ConcreteInt makeIntVal(const llvm::APSInt& integer) { in makeIntVal() function
298 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal() function
302 DefinedSVal makeIntVal(uint64_t integer, QualType type) { in makeIntVal() function
309 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal() function