Home
last modified time | relevance | path

Searched refs:SatUnsignedLongAccumTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def178 UNSIGNED_TYPE(SatULongAccum, SatUnsignedLongAccumTy)
H A DASTContext.h1138 SatUnsignedLongAccumTy; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1285 InitBuiltinType(SatUnsignedLongAccumTy, BuiltinType::SatULongAccum); in InitBuiltinTypes()
11551 return SatUnsignedLongAccumTy; in getCorrespondingUnsignedType()
13858 return SatUnsignedLongAccumTy; in getCorrespondingSaturatedType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7301 T = Context.SatUnsignedLongAccumTy; in GetType()