Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDBuiltinTypes.def142 UNSIGNED_TYPE(ULongAccum, UnsignedLongAccumTy)
HDASTContext.h1031 CanQualType UnsignedShortAccumTy, UnsignedAccumTy, UnsignedLongAccumTy; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp1371 InitBuiltinType(UnsignedLongAccumTy, BuiltinType::ULongAccum); in InitBuiltinTypes()
9503 return UnsignedLongAccumTy; in getCorrespondingUnsignedType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp6819 T = Context.UnsignedLongAccumTy; in GetType()