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

  /src/external/gpl3/gcc/dist/gcc/cp/
vtable-class-hierarchy.cc 747 vec<tree> *vtbl_ptr_array, tree body, tree arg1,
751 int num_args = vtbl_ptr_array->length();
780 CONSTRUCTOR_APPEND_ELT (array_elements, NULL_TREE, (*vtbl_ptr_array)[k]);
805 insert_call_to_register_pair (vec<tree> *vtbl_ptr_array, tree arg1,
810 int num_args = vtbl_ptr_array->length();
816 vtable_address = (*vtbl_ptr_array)[0];
830 output_set_info (tree record_type, vec<tree> vtbl_ptr_array)
835 int array_len = vtbl_ptr_array.length();
855 if (TREE_CODE (vtbl_ptr_array[i]) == POINTER_PLUS_EXPR)
857 tree arg0 = TREE_OPERAND (vtbl_ptr_array[i], 0)
889 vec<tree> *vtbl_ptr_array = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
vtable-class-hierarchy.cc 760 vec<tree> *vtbl_ptr_array, tree body, tree arg1,
764 int num_args = vtbl_ptr_array->length();
793 CONSTRUCTOR_APPEND_ELT (array_elements, NULL_TREE, (*vtbl_ptr_array)[k]);
818 insert_call_to_register_pair (vec<tree> *vtbl_ptr_array, tree arg1,
823 int num_args = vtbl_ptr_array->length();
829 vtable_address = (*vtbl_ptr_array)[0];
843 output_set_info (tree record_type, vec<tree> vtbl_ptr_array)
848 int array_len = vtbl_ptr_array.length();
868 if (TREE_CODE (vtbl_ptr_array[i]) == POINTER_PLUS_EXPR)
870 tree arg0 = TREE_OPERAND (vtbl_ptr_array[i], 0)
902 vec<tree> *vtbl_ptr_array = NULL; local
    [all...]

Completed in 17 milliseconds