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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
classes.cc 540 typedef int protected_int; typedef in class:class_with_typedefs
552 protected_int add_protected (protected_int a) { return a + protected_int_; }
559 protected_int protected_int_;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
classes.cc 540 typedef int protected_int; typedef in class:class_with_typedefs
552 protected_int add_protected (protected_int a) { return a + protected_int_; }
559 protected_int protected_int_;

Completed in 21 milliseconds