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

  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 280 bool ExplicitIEEE) const {
294 if (ExplicitIEEE)
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 404 RealType getRealTypeByWidth(unsigned BitWidth, bool ExplicitIEEE) const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 4073 bool &ExplicitIEEE) {
4095 ExplicitIEEE = true;
4099 ExplicitIEEE = false;
4160 bool ExplicitIEEE = false;
4173 IntegerMode, ComplexMode, ExplicitIEEE);
4184 ExplicitIEEE);
4250 NewElemTy = Context.getRealTypeForBitwidth(DestWidth, ExplicitIEEE);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 706 QualType getRealTypeForBitwidth(unsigned DestWidth, bool ExplicitIEEE) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 11113 bool ExplicitIEEE) const {
11115 getTargetInfo().getRealTypeByWidth(DestWidth, ExplicitIEEE);

Completed in 46 milliseconds