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

  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 10702 tree vcall_offset;
10744 vcall_offset = build_zero_cst (vtable_entry_type);
10753 vcall_offset = size_diffop_loc (input_location,
10756 vcall_offset = fold_build1_loc (input_location,
10758 vcall_offset);
10761 CONSTRUCTOR_APPEND_ELT (vid->inits, NULL_TREE, vcall_offset);
10694 tree vcall_offset; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 10311 tree vcall_offset;
10353 vcall_offset = build_zero_cst (vtable_entry_type);
10362 vcall_offset = size_diffop_loc (input_location,
10365 vcall_offset = fold_build1_loc (input_location,
10367 vcall_offset);
10370 CONSTRUCTOR_APPEND_ELT (vid->inits, NULL_TREE, vcall_offset);
10303 tree vcall_offset; local

Completed in 30 milliseconds