HomeSort by relevance Sort by last modified time
    Searched full:isarithmetic (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h 73 template<typename T> struct IsArithmetic { static const bool value = IsInteger<T>::value || IsFloatingPoint<T>::value; };
84 template <typename T> struct IsPod { static const bool value = IsArithmetic<T>::value; };
  /external/clang/include/clang/Basic/
TokenKinds.def 420 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)

Completed in 229 milliseconds