Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenTBAA.cpp170 return getTypeInfo(Context.SatLongAccumTy); in getTypeInfoHelper()
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def169 SIGNED_TYPE(SatLongAccum, SatLongAccumTy)
DASTContext.h979 CanQualType SatShortAccumTy, SatAccumTy, SatLongAccumTy; variable
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1317 InitBuiltinType(SatLongAccumTy, BuiltinType::SatLongAccum); in InitBuiltinTypes()
11168 return SatLongAccumTy; in getCorrespondingSaturatedType()
11338 return SatLongAccumTy; in getCorrespondingSignedFixedPointType()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6903 T = Context.SatLongAccumTy; in GetType()