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

  /art/runtime/
utils.h 115 static inline bool IsInt(int N, word value) {
  /external/clang/lib/AST/
ExprConstant.cpp 878 bool IsInt;
886 void makeComplexFloat() { IsInt = false; }
887 bool isComplexFloat() const { return !IsInt;
    [all...]

Completed in 71 milliseconds