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

  /external/clang/lib/AST/
APValue.cpp 58 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag());
116 << ", " << GetApproxValue(getComplexFloatImag());
150 << GetApproxValue(V.getComplexFloatImag()) << "i";
ExprConstant.cpp 77 APFloat &getComplexFloatImag() { return FloatImag; }
95 FloatImag = v.getComplexFloatImag();
209 !ComplexResult.getComplexFloatImag().isZero();
    [all...]
  /external/clang/include/clang/AST/
APValue.h 163 APFloat &getComplexFloatImag() {
167 const APFloat &getComplexFloatImag() const {
168 return const_cast<APValue*>(this)->getComplexFloatImag();
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 264 milliseconds