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

  /external/clang/include/clang/AST/
APValue.h 156 APFloat &getComplexFloatReal() {
160 const APFloat &getComplexFloatReal() const {
161 return const_cast<APValue*>(this)->getComplexFloatReal();
  /external/clang/lib/AST/
ExprConstant.cpp 78 APFloat &getComplexFloatReal() { return FloatReal; }
96 FloatReal = v.getComplexFloatReal();
210 Result = !ComplexResult.getComplexFloatReal().isZero() ||
    [all...]

Completed in 27 milliseconds