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

  /src/tests/lib/libc/stdio/
h_intr.c 69 } btypes[] = { variable in typeref:struct:__anon7857
408 for (size_t i = 0; i < __arraycount(btypes); i++)
409 if (btypes[i].value == val)
410 return btypes[i].name;
417 for (size_t i = 0; i < __arraycount(btypes); i++)
418 if (strcmp(btypes[i].name, s) == 0)
419 return btypes[i].value;
  /src/external/gpl3/gcc/dist/gcc/cp/
search.cc 2259 tree btypes = TYPE_ARG_TYPES (TREE_TYPE (fn));
2263 if (compparms (TREE_CHAIN (btypes), dtypes))
2257 tree btypes = TYPE_ARG_TYPES (TREE_TYPE (fn)); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
search.cc 2152 tree btypes = TYPE_ARG_TYPES (TREE_TYPE (fn));
2154 if (compparms (TREE_CHAIN (btypes), dtypes))
2150 tree btypes = TYPE_ARG_TYPES (TREE_TYPE (fn)); local

Completed in 30 milliseconds