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

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 2048 type = non_reference (type);
4842 type = non_reference (type);
5562 op1, non_reference (type1));
9381 if (!same_type_p (non_reference (type), non_reference (result_type)))
10555 if (MAYBE_CLASS_TYPE_P (non_reference (type)))
10873 && !CP_TYPE_VOLATILE_P (non_reference (TREE_TYPE (retval)))
11902 non_reference (tree t)
11887 non_reference (tree t) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 1893 type = non_reference (type);
5225 op1, non_reference (type1));
8936 if (!same_type_p (non_reference (type), non_reference (result_type)))
10083 if (MAYBE_CLASS_TYPE_P (non_reference (type)))
10369 && !CP_TYPE_VOLATILE_P (non_reference (TREE_TYPE (retval)))
11277 non_reference (tree t)
11261 non_reference (tree t) function

Completed in 83 milliseconds