HomeSort by relevance Sort by last modified time
    Searched refs:isComplexFloat (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
APValue.h 186 bool isComplexFloat() const { return Kind == ComplexFloat; }
234 assert(isComplexFloat() && "Invalid accessor");
242 assert(isComplexFloat() && "Invalid accessor");
373 assert(isComplexFloat() && "Invalid accessor");
  /external/clang/lib/AST/
ExprConstant.cpp 758 bool isComplexFloat() const { return !IsInt; }
768 if (isComplexFloat())
774 assert(v.isComplexFloat() || v.isComplexInt());
775 if (v.isComplexFloat()) {
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 2989 milliseconds