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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pr9631.cc 27 class empty_base class
31 class bar : public foo::vbase, public virtual empty_base
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pr9631.cc 27 class empty_base class
31 class bar : public foo::vbase, public virtual empty_base
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 5100 tree op, unsigned HOST_WIDE_INT off, bool *empty_base)
5149 empty_base);
5167 off, empty_base))
5189 empty_base))
5199 *empty_base = true;
5218 tree op0, bool *empty_base)
5279 return cxx_fold_indirect_ref_1 (ctx, loc, type, op, 0, empty_base);
5294 tree_to_uhwi (off), empty_base);
5325 bool empty_base = false; local
5340 orig_op0, &empty_base);
    [all...]

Completed in 29 milliseconds