Searched refs:RealType (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h131 enum RealType { enum in class:clang::TargetInfo
267 RealType getRealTypeByWidth(unsigned BitWidth) const;
492 bool useObjCFPRetForRealType(RealType T) const {
/external/clang/lib/Basic/
H A DTargetInfo.cpp212 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth) const {
/external/clang/lib/AST/
H A DASTContext.cpp8557 TargetInfo::RealType Ty = getTargetInfo().getRealTypeByWidth(DestWidth);
8569 llvm_unreachable("Unhandled TargetInfo::RealType value");

Completed in 164 milliseconds