OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:long_6
(Results
1 - 2
of
2
) sorted by null
/external/lldb/test/lang/c/array_types/
TestArrayTypes.py
92
self.expect("frame variable --show-types
long_6
", VARIABLES_DISPLAYED_CORRECTLY,
192
# Lookup the "
long_6
" char array variable.
193
variable = frame.FindVariable("
long_6
")
196
"Variable '
long_6
' should have 6 children")
200
"
long_6
[5] == 6")
202
# Last, check that "
long_6
" has a value type of eValueTypeVariableLocal
206
"Variable '
long_6
' should have '%s' value type." %
main.c
36
long
long_6
[6] = { 1, 2, 3, 4, 5, 6 };
local
Completed in 57 milliseconds