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

  /external/clang/include/clang/AST/
APValue.h 185 bool isComplexFloat() const { return Kind == ComplexFloat; }
233 assert(isComplexFloat() && "Invalid accessor");
241 assert(isComplexFloat() && "Invalid accessor");
372 assert(isComplexFloat() && "Invalid accessor");
  /external/clang/lib/AST/
ExprConstant.cpp 887 bool isComplexFloat() const { return !IsInt;
    [all...]

Completed in 188 milliseconds