Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp280 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType() local
290 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
292 else if (static_type_flags.AllSet(eTypeIsReference)) in FixUpDynamicType()
299 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
301 else if (static_type_flags.AllSet(eTypeIsReference)) in FixUpDynamicType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp259 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType() local
269 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
276 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()