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

  /src/external/gpl3/gdb.old/dist/gdb/
location.c 34 const explicit_location_spec *explicit_loc);
158 explicit_location_spec::explicit_location_spec (const char *function_name) function in class:explicit_location_spec
159 : location_spec (EXPLICIT_LOCATION_SPEC),
164 explicit_location_spec::explicit_location_spec function in class:explicit_location_spec
165 (const explicit_location_spec &other)
176 explicit_location_spec::clone () const
178 return location_spec_up (new explicit_location_spec (*this));
182 explicit_location_spec::empty_p () cons
    [all...]
location.h 64 EXPLICIT_LOCATION_SPEC,
191 struct explicit_location_spec : public location_spec struct in inherits:location_spec
193 explicit explicit_location_spec (const char *function_name);
195 explicit_location_spec () function in struct:explicit_location_spec
196 : explicit_location_spec (nullptr)
228 explicit_location_spec (const explicit_location_spec &other);
290 explicit_location_spec *spec = new explicit_location_spec (function_name);
294 /* Assuming LOCSPEC is of type EXPLICIT_LOCATION_SPEC, return LOCSPE
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
location.c 34 const explicit_location_spec *explicit_loc);
158 explicit_location_spec::explicit_location_spec (const char *function_name) function in class:explicit_location_spec
159 : location_spec (EXPLICIT_LOCATION_SPEC),
164 explicit_location_spec::explicit_location_spec function in class:explicit_location_spec
165 (const explicit_location_spec &other)
176 explicit_location_spec::clone () const
178 return location_spec_up (new explicit_location_spec (*this));
182 explicit_location_spec::empty_p () cons
    [all...]
location.h 64 EXPLICIT_LOCATION_SPEC,
191 struct explicit_location_spec : public location_spec struct in inherits:location_spec
193 explicit explicit_location_spec (const char *function_name);
195 explicit_location_spec () function in struct:explicit_location_spec
196 : explicit_location_spec (nullptr)
228 explicit_location_spec (const explicit_location_spec &other);
290 explicit_location_spec *spec = new explicit_location_spec (function_name);
294 /* Assuming LOCSPEC is of type EXPLICIT_LOCATION_SPEC, return LOCSPE
    [all...]

Completed in 49 milliseconds