HomeSort by: relevance | last modified time | path
    Searched defs:foo15 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
oranking.cc 166 int foo15 (char *arg) { return 47; } function
167 int foo15 (const char *arg) { return 48; } function
168 int foo15 (volatile char *arg) { return 49; } function
169 int foo15 (const volatile char *arg) { return 50; } function
179 return foo15 (c) + foo15 (cc) + foo15 (vc) + foo15 (cvc);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
oranking.cc 166 int foo15 (char *arg) { return 47; } function
167 int foo15 (const char *arg) { return 48; } function
168 int foo15 (volatile char *arg) { return 49; } function
169 int foo15 (const volatile char *arg) { return 50; } function
179 return foo15 (c) + foo15 (cc) + foo15 (vc) + foo15 (cvc);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
structs.c 118 struct struct15 foo15 = {'1','b','3','d','5','f','7','h','9','j','B','l','D','n','F'}, L15; variable in typeref:struct:struct15
181 return foo15;
252 void Fun15(struct struct15 foo15)
254 L15 = foo15;
334 Fun15(foo15);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
structs.c 118 struct struct15 foo15 = {'1','b','3','d','5','f','7','h','9','j','B','l','D','n','F'}, L15; variable in typeref:struct:struct15
181 return foo15;
252 void Fun15(struct struct15 foo15)
254 L15 = foo15;
334 Fun15(foo15);

Completed in 17 milliseconds