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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 2961 tree this_parm;
3184 this_parm = build_this_parm (fn, fn_type, this_quals);
3185 DECL_CHAIN (this_parm) = DECL_ARGUMENTS (fn);
3186 DECL_ARGUMENTS (fn) = this_parm;
2959 tree this_parm; local
decl.cc 10054 tree this_parm = (tree) data;
10057 && *tp != this_parm)
10058 *tp = this_parm;
10039 tree this_parm = (tree) data; local
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 10507 tree this_parm = (tree) data;
10510 && *tp != this_parm)
10511 *tp = this_parm;
10492 tree this_parm = (tree) data; local
pt.cc 27041 tree this_parm = DECL_ARGUMENTS (fn);
27043 current_class_ref = cp_build_fold_indirect_ref (this_parm);
27044 current_class_ptr = this_parm;
27039 tree this_parm = DECL_ARGUMENTS (fn); local

Completed in 70 milliseconds