HomeSort by relevance Sort by last modified time
    Searched full:__a_global (Results 1 - 2 of 2) sorted by null

  /external/lldb/test/functionalities/archives/
a.c 9 int __a_global = 1; variable
12 int result = arg + __a_global;
17 int result1 = arg1 - __a_global;
TestBSDArchives.py 42 self.expect("frame variable __a_global", VARIABLES_DISPLAYED_CORRECTLY,
43 substrs = ['(int) __a_global = 1'])

Completed in 86 milliseconds