Searched refs:static_value (Results 1 – 12 of 12) sorted by relevance
2 static int static_value = 0; variable7 static_value++; in bar()8 return static_value; in bar()
2 static int static_value = 0; variable8 static_value++; in bar()10 return static_value + id; in bar()
1 static int static_value = 0; variable6 static_value++; // Stop inside the function here. in a_function_to_call()7 return static_value; in a_function_to_call()
3 static int static_value = 0; variable8 static_value++; in a_function_to_call()9 return static_value; in a_function_to_call()
57 ValueObject &static_value) override;
270 const TypeAndOrName &type_and_or_name, ValueObject &static_value) { in FixUpDynamicType() argument271 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
61 ValueObject &static_value) override;
278 ValueObject &static_value) { in FixUpDynamicType() argument279 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
107 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue() local108 if (static_value) in GetMostSpecializedValue()109 m_valobj = static_value; in GetMostSpecializedValue()
99 ValueObject &static_value) = 0;
348 ValueObject &static_value) override;
1021 ValueObject &static_value) { in FixUpDynamicType() argument