Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h39 llvm::Type *HalfTy, *BFloatTy, *FloatTy, *DoubleTy; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp36 Type *DoubleTy = Type::getDoubleTy(Context); in getKeyFPValMD() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1130 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty, Ibm128Ty; variable