Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenTBAA.cpp163 return getTypeInfo(Context.LongAccumTy); in getTypeInfoHelper()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DBuiltinTypes.def133 SIGNED_TYPE(LongAccum, LongAccumTy)
DASTContext.h1091 LongAccumTy; // ISO/IEC JTC1 SC22 WG14 N1169 Extension variable
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp1306 InitBuiltinType(LongAccumTy, BuiltinType::LongAccum); in InitBuiltinTypes()
11033 return LongAccumTy; in getCorrespondingSignedType()
13288 return LongAccumTy; in getCorrespondingSignedFixedPointType()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaType.cpp1461 Result = Context.LongAccumTy; in ConvertDeclSpecToType()
DSemaExpr.cpp3880 Ty = Context.LongAccumTy; in ActOnNumericConstant()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp7007 T = Context.LongAccumTy; in GetType()