Home
last modified time | relevance | path

Searched defs:static_value (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/test/API/lang/mixed/
H A Dmain.c2 static int static_value = 0; variable
/llvm-project/lldb/test/API/commands/expression/test/
H A Dmain.cpp3 static int static_value = 0; variable
/llvm-project/lldb/test/API/commands/expression/options/
H A Dmain.cpp2 static int static_value = 0; variable
/llvm-project/lldb/test/API/commands/expression/unwind_expression/
H A Dmain.cpp1 static int static_value = 0; variable
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp136 ValueObject &static_value) { in FixUpDynamicType() argument
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp285 ValueObject &static_value) { in FixUpDynamicType() argument
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp368 FixUpDynamicType(const TypeAndOrName & type_and_or_name,ValueObject & static_value) FixUpDynamicType() argument
/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp113 ValueObject *static_value = m_orig_valobj.GetStaticValue().get(); in SetupMostSpecializedValue() local