Home
last modified time | relevance | path

Searched refs:getIntValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComparisonCategories.h90 llvm::APSInt getIntValue() const;
H A DExpr.h1280 llvm::APInt getIntValue() const { in getIntValue() function
1292 llvm::APInt getValue() const { return getIntValue(); } in getValue()
1301 return llvm::APFloat(Semantics, getIntValue()); in getValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComparisonCategories.cpp46 llvm::APSInt ComparisonCategoryInfo::ValueInfo::getIntValue() const { in getIntValue() function in ComparisonCategoryInfo::ValueInfo
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h167 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue() function
H A DSValBuilder.h311 return nonloc::ConcreteInt(BasicVals.getIntValue(integer, isUnsigned)); in makeIntVal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp994 return Builder.getInt(VInfo->getIntValue()); in VisitBinCmp()