Searched refs:isValidRange (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFDebugAranges.h44 bool isValidRange() const { return Length > 0; } function in struct:llvm::DWARFDebugAranges::Range
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGParserUtilities.cpp35 template <typename FloatType> static inline bool isValidRange(const FloatType& x) function in namespace:WebCore
82 if (!isValidRange(integer))
120 if (!isValidRange(exponent) || exponent > std::numeric_limits<FloatType>::max_exponent)
131 if (!isValidRange(number))

Completed in 64 milliseconds