Home
last modified time | relevance | path

Searched refs:ShortAccumTy (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCodeGenTBAA.cpp159 return getTypeInfo(Context.ShortAccumTy); in getTypeInfoHelper()
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def127 SIGNED_TYPE(ShortAccum, ShortAccumTy)
DASTContext.h974 CanQualType ShortAccumTy, AccumTy, variable
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1303 InitBuiltinType(ShortAccumTy, BuiltinType::ShortAccum); in InitBuiltinTypes()
11328 return ShortAccumTy; in getCorrespondingSignedFixedPointType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1474 Result = Context.ShortAccumTy; in ConvertDeclSpecToType()
DSemaExpr.cpp3782 Ty = Context.ShortAccumTy; in ActOnNumericConstant()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6861 T = Context.ShortAccumTy; in GetType()