HomeSort by: relevance | last modified time | path
    Searched defs:getComplexFloatReal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 461 APFloat &getComplexFloatReal() {
465 const APFloat &getComplexFloatReal() const {
466 return const_cast<APValue*>(this)->getComplexFloatReal();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 1521 APFloat &getComplexFloatReal() { return FloatReal; }
1539 FloatReal = v.getComplexFloatReal();
2486 Result = !Val.getComplexFloatReal().isZero() ||
3742 : O->getComplexFloatReal(), ObjType);
4461 return found(Subobj.getComplexFloatReal(),
12564 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal());
13786 Result = V.getComplexFloatReal();
14060 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(),
    [all...]

Completed in 35 milliseconds