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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 4460 const format_type_detail *ftd = &spec->types[i];
4461 if (!ftd->type || *ftd->type == NULL_TREE)
4463 if (matching_type_p (*ftd->type, effective_arg_type))
4458 const format_type_detail *ftd = &spec->types[i]; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 4416 const format_type_detail *ftd = &spec->types[i];
4417 if (!ftd->type || *ftd->type == NULL_TREE)
4419 if (matching_type_p (*ftd->type, effective_arg_type))
4414 const format_type_detail *ftd = &spec->types[i]; local

Completed in 28 milliseconds