Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDBuiltinTypes.def163 SIGNED_TYPE(SatShortAccum, SatShortAccumTy)
HDASTContext.h1034 CanQualType SatShortAccumTy, SatAccumTy, SatLongAccumTy; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp1378 InitBuiltinType(SatShortAccumTy, BuiltinType::SatShortAccum); in InitBuiltinTypes()
10730 return SatShortAccumTy; in getCorrespondingSaturatedType()
10899 return SatShortAccumTy; in getCorrespondingSignedFixedPointType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp6840 T = Context.SatShortAccumTy; in GetType()