Home
last modified time | relevance | path

Searched refs:UnsignedLongAccumTy (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def142 UNSIGNED_TYPE(ULongAccum, UnsignedLongAccumTy)
DASTContext.h1060 CanQualType UnsignedShortAccumTy, UnsignedAccumTy, UnsignedLongAccumTy; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp1320 InitBuiltinType(UnsignedLongAccumTy, BuiltinType::ULongAccum); in InitBuiltinTypes()
10186 return UnsignedLongAccumTy; in getCorrespondingUnsignedType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp6925 T = Context.UnsignedLongAccumTy; in GetType()