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

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck2.cc 2287 tree ptrmem_type;
2299 ptrmem_type = TREE_TYPE (component);
2300 if (!TYPE_PTRMEM_P (ptrmem_type))
2304 "type %qT", component, ptrmem_type);
2317 type = TYPE_PTRMEM_POINTED_TO_TYPE (ptrmem_type);
2318 ctype = complete_type (TYPE_PTRMEM_CLASS_TYPE (ptrmem_type));
2342 if (TYPE_PTRDATAMEM_P (ptrmem_type))
2397 ptrmem_type);
2408 "an lvalue", ptrmem_type);
2416 "an lvalue before C++20", ptrmem_type);
2282 tree ptrmem_type; local
    [all...]
typeck.cc 3633 tree ptrmem_type;
3648 ptrmem_type = TREE_TYPE (ptrmem);
3649 gcc_assert (TYPE_PTRMEMFUNC_P (ptrmem_type));
3650 for (member = TYPE_FIELDS (ptrmem_type); member;
3628 tree ptrmem_type; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck2.cc 2174 tree ptrmem_type;
2186 ptrmem_type = TREE_TYPE (component);
2187 if (!TYPE_PTRMEM_P (ptrmem_type))
2191 "type %qT", component, ptrmem_type);
2204 type = TYPE_PTRMEM_POINTED_TO_TYPE (ptrmem_type);
2205 ctype = complete_type (TYPE_PTRMEM_CLASS_TYPE (ptrmem_type));
2229 if (TYPE_PTRDATAMEM_P (ptrmem_type))
2280 ptrmem_type);
2291 "an lvalue", ptrmem_type);
2299 "an lvalue before C++20", ptrmem_type);
2169 tree ptrmem_type; local
    [all...]
typeck.cc 3478 tree ptrmem_type;
3493 ptrmem_type = TREE_TYPE (ptrmem);
3494 gcc_assert (TYPE_PTRMEMFUNC_P (ptrmem_type));
3495 for (member = TYPE_FIELDS (ptrmem_type); member;
3473 tree ptrmem_type; local

Completed in 41 milliseconds