Home
last modified time | relevance | path

Searched defs:DoubleTy (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DTypePromotionInMathFnCheck.cpp52 constexpr BuiltinType::Kind DoubleTy = BuiltinType::Double; in registerMatchers() local
/external/clang/lib/CodeGen/
DCodeGenTypeCache.h39 llvm::Type *FloatTy, *DoubleTy; member
DTargetInfo.cpp3507 llvm::Type *DoubleTy = CGF.DoubleTy; in EmitVAArg() local
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypeCache.h39 llvm::Type *HalfTy, *BFloatTy, *FloatTy, *DoubleTy; member
/external/llvm-project/llvm/lib/IR/
DProfileSummary.cpp37 Type *DoubleTy = Type::getDoubleTy(Context); in getKeyFPValMD() local
/external/llvm/unittests/IR/
DConstantsTest.cpp200 Type *DoubleTy = Type::getDoubleTy(Context); in TEST() local
DInstructionsTest.cpp184 Type *DoubleTy = Type::getDoubleTy(C); in TEST() local
/external/llvm-project/llvm/unittests/IR/
DConstantsTest.cpp200 Type *DoubleTy = Type::getDoubleTy(Context); in TEST() local
DInstructionsTest.cpp196 Type *DoubleTy = Type::getDoubleTy(C); in TEST() local
/external/clang/include/clang/AST/
DASTContext.h904 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h973 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty; variable