HomeSort by: relevance | last modified time | path
    Searched refs:getRealTypeForBitwidth (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 703 /// getRealTypeForBitwidth -
706 QualType getRealTypeForBitwidth(unsigned DestWidth, bool ExplicitIEEE) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 11109 /// getRealTypeForBitwidth -
11112 QualType ASTContext::getRealTypeForBitwidth(unsigned DestWidth,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 4250 NewElemTy = Context.getRealTypeForBitwidth(DestWidth, ExplicitIEEE);

Completed in 47 milliseconds