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

  /external/clang/include/clang/AST/
APValue.h 179 bool isComplexFloat() const { return Kind == ComplexFloat; }
227 assert(isComplexFloat() && "Invalid accessor");
235 assert(isComplexFloat() && "Invalid accessor");
366 assert(isComplexFloat() && "Invalid accessor");
  /external/clang/lib/AST/
ExprConstant.cpp 665 bool isComplexFloat() const { return !IsInt; }
675 if (isComplexFloat())
681 assert(v.isComplexFloat() || v.isComplexInt());
682 if (v.isComplexFloat()) {
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 3098 milliseconds