Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenTBAA.cpp163 return getTypeInfo(Context.LongAccumTy); in getTypeInfoHelper()
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def133 SIGNED_TYPE(LongAccum, LongAccumTy)
DASTContext.h975 LongAccumTy; // ISO/IEC JTC1 SC22 WG14 N1169 Extension variable
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1305 InitBuiltinType(LongAccumTy, BuiltinType::LongAccum); in InitBuiltinTypes()
11332 return LongAccumTy; in getCorrespondingSignedFixedPointType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1480 Result = Context.LongAccumTy; in ConvertDeclSpecToType()
DSemaExpr.cpp3784 Ty = Context.LongAccumTy; in ActOnNumericConstant()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6867 T = Context.LongAccumTy; in GetType()