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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp 325 return ArgType::PtrTo(Ctx.LongDoubleTy);
PrintfFormatString.cpp 590 return Ctx.LongDoubleTy;
ASTContext.cpp 1306 InitBuiltinType(LongDoubleTy, BuiltinType::LongDouble);
1408 LongDoubleComplexTy = getComplexType(LongDoubleTy);
6270 case LongDoubleRank: return LongDoubleTy;
10380 Type = Context.LongDoubleTy;
11122 return LongDoubleTy;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 704 Ctx.LongDoubleTy == CanRetTy ||
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1013 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 1882 ToType == S.Context.LongDoubleTy) ||
1883 (FromType == S.Context.LongDoubleTy &&
1886 (&S.Context.getFloatTypeSemantics(S.Context.LongDoubleTy) ==
8177 ArithmeticTypes.push_back(S.Context.LongDoubleTy);
SemaExpr.cpp 1214 RHSElemType == S.Context.LongDoubleTy);
1215 Float128AndLongDouble |= (LHSElemType == S.Context.LongDoubleTy &&
1222 (&S.Context.getFloatTypeSemantics(S.Context.LongDoubleTy) ==
3691 CookedTy = Context.LongDoubleTy;
3828 Ty = Context.LongDoubleTy;
SemaType.cpp 1536 Result = Context.LongDoubleTy;
SemaDeclCXX.cpp 15740 << ParamType << Context.LongDoubleTy << Param->getSourceRange();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 2950 } else if (ET == getContext().LongDoubleTy) {
3894 getContext().LongDoubleTy)
ItaniumCXXABI.cpp 4169 getContext().LongDoubleTy, getContext().Float128Ty,
CGBuiltin.cpp 2008 Types[Context.LongDoubleTy] = "%Lf";
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 6885 T = Context.LongDoubleTy;

Completed in 90 milliseconds