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 178 bool isComplexInt() const { return Kind == ComplexInt; }
211 assert(isComplexInt() && "Invalid accessor");
219 assert(isComplexInt() && "Invalid accessor");
359 assert(isComplexInt() && "Invalid accessor");
  /external/clang/lib/AST/
ExprConstant.cpp 670 bool isComplexInt() const { return IsInt; }
681 assert(v.isComplexFloat() || v.isComplexInt());
    [all...]

Completed in 31 milliseconds