Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/lazy-loading/
Dmain.cpp49 OtherStruct other_struct_var; in functionWithOtherStruct() local
50 other_struct_var.member_int++; // Location: other struct function in functionWithOtherStruct()
51 return other_struct_var.member_int; in functionWithOtherStruct()
56 OtherStruct other_struct_var; in functionWithMultipleLocals() local
58 other_struct_var.member_int++; // Location: multiple locals function in functionWithMultipleLocals()
59 return other_struct_var.member_int; in functionWithMultipleLocals()