Searched refs:static_array (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgcore.c26 static int static_array[4] = {5, 6, 7, 8}; variable
49 /* Reference static_array so that clang doesn't discard it. */
50 (void) static_array[0];
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgcore.c26 static int static_array[4] = {5, 6, 7, 8}; variable
49 /* Reference static_array so that clang doesn't discard it. */
50 (void) static_array[0];
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dcount.exp113 {name static_array}
160 gdb_test "ptype static_array" "type = char \\\[5\\\]"
161 gdb_test "whatis static_array" "type = char \\\[5\\\]"
162 gdb_test "print static_array" " = \"world\""
163 gdb_test "print sizeof static_array" " = 5"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dcount.exp115 {name static_array}
163 gdb_test "ptype static_array" "type = char \\\[5\\\]"
164 gdb_test "whatis static_array" "type = char \\\[5\\\]"
165 gdb_test "print static_array" " = \"world\""
166 gdb_test "print sizeof static_array" " = 5"
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.cc551 bool *static_array /* = NULL */)
583 if (static_array)
584 *static_array = access->static_p;
2085 bool static_array = false; local
2086 if (tree ref = gimple_parm_array_size (ptr, wr, &static_array))
2088 pref->parmarray = !static_array;

Completed in 130 milliseconds