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

  /external/clang/include/clang/AST/
APValue.h 164 APFloat &getComplexFloatImag() {
168 const APFloat &getComplexFloatImag() const {
169 return const_cast<APValue*>(this)->getComplexFloatImag();
  /external/clang/lib/AST/
ExprConstant.cpp 79 APFloat &getComplexFloatImag() { return FloatImag; }
97 FloatImag = v.getComplexFloatImag();
211 !ComplexResult.getComplexFloatImag().isZero();
    [all...]

Completed in 35 milliseconds