Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenTBAA.cpp168 return getTypeInfo(Context.SatAccumTy); in getTypeInfoHelper()
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def166 SIGNED_TYPE(SatAccum, SatAccumTy)
DASTContext.h979 CanQualType SatShortAccumTy, SatAccumTy, SatLongAccumTy; variable
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1316 InitBuiltinType(SatAccumTy, BuiltinType::SatAccum); in InitBuiltinTypes()
11166 return SatAccumTy; in getCorrespondingSaturatedType()
11336 return SatAccumTy; in getCorrespondingSignedFixedPointType()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6900 T = Context.SatAccumTy; in GetType()