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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 12119 check_decltype_auto (location_t loc, tree type)
13612 if (check_decltype_auto (typespec_loc, type))
14033 && check_decltype_auto (id_loc, type))
12104 check_decltype_auto (location_t loc, tree type) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 11637 check_decltype_auto (location_t loc, tree type)
13020 if (check_decltype_auto (typespec_loc, type))
13385 && check_decltype_auto (id_loc, type))
11622 check_decltype_auto (location_t loc, tree type) function

Completed in 63 milliseconds