Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp272 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType() local
282 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
284 else if (static_type_flags.AllSet(eTypeIsReference)) in FixUpDynamicType()
291 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
293 else if (static_type_flags.AllSet(eTypeIsReference)) in FixUpDynamicType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp279 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType() local
289 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
296 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()