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

  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 314 struct type *run_time_type; local
372 run_time_type = cp_lookup_rtti_type (class_name, NULL);
373 if (run_time_type == NULL)
384 >= run_time_type->length ()));
387 return run_time_type;
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 313 struct type *run_time_type; local
371 run_time_type = cp_lookup_rtti_type (class_name, NULL);
372 if (run_time_type == NULL)
383 >= run_time_type->length ()));
386 return run_time_type;

Completed in 26 milliseconds