Searched refs:getIntValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h120 const llvm::APSInt& getIntValue(uint64_t X, bool isUnsigned) { function in class:clang::ento::BasicValueFactory
H A DSValBuilder.h264 return nonloc::ConcreteInt(BasicVals.getIntValue(integer, isUnsigned));
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1217 llvm::APInt getIntValue() const { function in class:clang::APNumericStorage
1229 llvm::APInt getValue() const { return getIntValue(); }
1238 return llvm::APFloat(Semantics, getIntValue());

Completed in 126 milliseconds