HomeSort by relevance Sort by last modified time
    Searched refs:isComplexInt (Results 1 - 3 of 3) 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...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 69 milliseconds