Home
last modified time | relevance | path

Searched refs:uint_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp218 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() local
225 CompilerType &uid_type = uint_type; in GetSiginfoType()
226 CompilerType &clock_type = uint_type; in GetSiginfoType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp199 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() local
205 CompilerType &uid_type = uint_type; in GetSiginfoType()