Home
last modified time | relevance | path

Searched refs:SatAccumTy (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp168 return getTypeInfo(Context.SatAccumTy); in getTypeInfoHelper()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def166 SIGNED_TYPE(SatAccum, SatAccumTy)
H A DASTContext.h1019 CanQualType SatShortAccumTy, SatAccumTy, SatLongAccumTy; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1328 InitBuiltinType(SatAccumTy, BuiltinType::SatAccum); in InitBuiltinTypes()
10216 return SatAccumTy; in getCorrespondingSignedType()
11359 return SatAccumTy; in getCorrespondingSaturatedType()
11529 return SatAccumTy; in getCorrespondingSignedFixedPointType()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6927 T = Context.SatAccumTy; in GetType()