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

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 75 const location_t *location_ptr; member in struct:macro_arg_token_iter
1805 about iter->location_ptr being possibly uninitialized later after
1807 iter->location_ptr = NULL;
1809 iter->location_ptr = get_arg_token_location (arg, kind);
1814 && iter->location_ptr == NULL)
1832 it->location_ptr++;
1871 return *it->location_ptr;
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 75 const location_t *location_ptr; member in struct:macro_arg_token_iter
1796 about iter->location_ptr being possibly uninitialized later after
1798 iter->location_ptr = NULL;
1800 iter->location_ptr = get_arg_token_location (arg, kind);
1805 && iter->location_ptr == NULL)
1823 it->location_ptr++;
1862 return *it->location_ptr;

Completed in 156 milliseconds