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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 3887 tree obtype = strip_array_types (non_reference (TREE_TYPE (var)));
3890 if ((!TYPE_NEEDS_CONSTRUCTING (obtype)
3891 || TYPE_HAS_CONSTEXPR_CTOR (obtype)
3892 || TYPE_HAS_TRIVIAL_DFLT (obtype))
3893 && TYPE_HAS_TRIVIAL_DESTRUCTOR (obtype)
3882 tree obtype = strip_array_types (non_reference (TREE_TYPE (var))); local
semantics.cc 12112 tree obtype = TREE_TYPE (DECL_ARGUMENTS (current_function_decl));
12113 if (WILDCARD_TYPE_P (non_reference (obtype)))
12114 /* We don't know what the eventual obtype quals will be. */
12122 | cp_type_quals (direct_type (obtype));
12107 tree obtype = TREE_TYPE (DECL_ARGUMENTS (current_function_decl)); local
pt.cc 25705 tree obtype = TREE_TYPE (TREE_VALUE (nsargs));
25718 obtype = cp_build_reference_type (obtype, rqual == REF_QUAL_RVALUE);
25719 nsargs = tree_cons (NULL_TREE, obtype, nsargs);
25703 tree obtype = TREE_TYPE (TREE_VALUE (nsargs)); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 3704 tree obtype = strip_array_types (non_reference (TREE_TYPE (var)));
3707 if ((!TYPE_NEEDS_CONSTRUCTING (obtype)
3708 || TYPE_HAS_CONSTEXPR_CTOR (obtype)
3709 || TYPE_HAS_TRIVIAL_DFLT (obtype))
3710 && TYPE_HAS_TRIVIAL_DESTRUCTOR (obtype)
3699 tree obtype = strip_array_types (non_reference (TREE_TYPE (var))); local

Completed in 52 milliseconds