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

  /src/external/gpl3/gcc/dist/gcc/
godump.cc 187 struct macro_hash_value idval; local
198 idval.name = n;
199 idval.value = NULL;
200 if (htab_find (macro_hash, &idval) == NULL)
  /src/external/gpl3/gcc.old/dist/gcc/
godump.cc 187 struct macro_hash_value idval; local
198 idval.name = n;
199 idval.value = NULL;
200 if (htab_find (macro_hash, &idval) == NULL)

Completed in 16 milliseconds