Home
last modified time | relevance | path

Searched refs:static_value (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/mixed/
H A Dmain.c2 static int static_value = 0; variable
7 static_value++; in bar()
8 return static_value; in bar()
/llvm-project-15.0.7/lldb/test/API/commands/expression/options/
H A Dmain.cpp2 static int static_value = 0; variable
8 static_value++; in bar()
10 return static_value + id; in bar()
/llvm-project-15.0.7/lldb/test/API/commands/expression/unwind_expression/
H A Dmain.cpp1 static int static_value = 0; variable
6 static_value++; // Stop inside the function here. in a_function_to_call()
7 return static_value; in a_function_to_call()
/llvm-project-15.0.7/lldb/test/API/commands/expression/test/
H A Dmain.cpp3 static int static_value = 0; variable
8 static_value++; in a_function_to_call()
9 return static_value; in a_function_to_call()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h57 ValueObject &static_value) override;
H A DItaniumABILanguageRuntime.cpp270 const TypeAndOrName &type_and_or_name, ValueObject &static_value) { in FixUpDynamicType() argument
271 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h61 ValueObject &static_value) override;
H A DAppleObjCRuntime.cpp278 ValueObject &static_value) { in FixUpDynamicType() argument
279 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp107 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue() local
108 if (static_value) in GetMostSpecializedValue()
109 m_valobj = static_value; in GetMostSpecializedValue()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguageRuntime.h99 ValueObject &static_value) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h348 ValueObject &static_value) override;
H A DRenderScriptRuntime.cpp1021 ValueObject &static_value) { in FixUpDynamicType() argument