Home
last modified time | relevance | path

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

/external/bcc/src/cc/vendor/
Dtinyformat.hpp248 struct convertToInt struct
250 static int invoke(const T& /*value*/) in invoke()
259 struct convertToInt<T,true> struct
261 static int invoke(const T& value) { return static_cast<int>(value); } in invoke()
/external/llvm-project/llvm/lib/Support/
DAPFixedPoint.cpp415 APSInt APFixedPoint::convertToInt(unsigned DstWidth, bool DstSign, in convertToInt() function in llvm::APFixedPoint