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

  /external/clang/include/clang/AST/
APValue.h 103 bool isComplexFloat() const { return Kind == ComplexFloat; }
156 assert(isComplexFloat() && "Invalid accessor");
164 assert(isComplexFloat() && "Invalid accessor");
199 assert(isComplexFloat() && "Invalid accessor");
  /external/clang/lib/AST/
APValue.cpp 43 else if (RHS.isComplexFloat())
57 else if (isComplexFloat())
ExprConstant.cpp 75 bool isComplexFloat() const { return !IsInt; }
85 if (isComplexFloat())
91 assert(v.isComplexFloat() || v.isComplexInt());
92 if (v.isComplexFloat()) {
207 if (ComplexResult.isComplexFloat()) {
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 1748 milliseconds