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

  /external/clang/include/clang/AST/
APValue.h 103 bool isComplexInt() const { return Kind == ComplexInt; }
141 assert(isComplexInt() && "Invalid accessor");
149 assert(isComplexInt() && "Invalid accessor");
193 assert(isComplexInt() && "Invalid accessor");
  /external/clang/lib/AST/
ExprConstant.cpp 82 bool isComplexInt() const { return IsInt; }
93 assert(v.isComplexFloat() || v.isComplexInt());
    [all...]

Completed in 442 milliseconds