Home
last modified time | relevance | path

Searched refs:Ibm128Ty (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def222 FLOATING_TYPE(Ibm128, Ibm128Ty)
H A DASTContext.h1130 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty, Ibm128Ty; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1262 InitBuiltinType(Ibm128Ty, BuiltinType::Ibm128); in InitBuiltinTypes()
12610 return Ibm128Ty; in getRealTypeForBitwidth()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1172 Result = Context.Ibm128Ty; in ConvertDeclSpecToType()
H A DSemaOverload.cpp8813 ArithmeticTypes.push_back(S.Context.Ibm128Ty); in InitArithmeticTypes()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7328 T = Context.Ibm128Ty; in GetType()