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

  /src/tests/usr.bin/xlint/lint1/
init.c 147 struct cs_ws type_match = { local
174 struct cs_ws type_match = { local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 738 bool type_match; local
740 type_match = valid_format_string_type_p (argtype);
744 type_match = (INTEGRAL_TYPE_P (argtype)
747 type_match = TREE_CODE (argtype) == code;
749 if (!type_match)
  /src/sbin/fdisk/
fdisk.c 288 static int type_match(const void *, const void *);
2979 type_match(const void *key, const void *item) function
2997 sizeof(mbr_ptypes[0]), type_match);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 821 bool type_match; local
823 type_match = valid_format_string_type_p (argtype);
827 type_match = (INTEGRAL_TYPE_P (argtype)
830 type_match = TREE_CODE (argtype) == code;
832 if (!type_match)

Completed in 77 milliseconds