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

  /art/runtime/
utils.h 73 static inline bool IsInt(int N, word value) {
  /external/clang/lib/AST/
ExprConstant.cpp 749 bool IsInt;
757 void makeComplexFloat() { IsInt = false; }
758 bool isComplexFloat() const { return !IsInt; }
762 void makeComplexInt() { IsInt = true; }
763 bool isComplexInt() const { return IsInt; }
    [all...]

Completed in 60 milliseconds