| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-xmethods.c | 437 struct type *this_ref local 440 if (!types_equal (obj_type, this_ref)) 441 obj = value_cast (this_ref, obj); 522 struct type *this_ref local 525 if (!types_equal (obj_type, this_ref)) 526 obj = value_cast (this_ref, obj);
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-xmethods.c | 437 struct type *this_ref local 440 if (!types_equal (obj_type, this_ref)) 441 obj = value_cast (this_ref, obj); 522 struct type *this_ref local 525 if (!types_equal (obj_type, this_ref)) 526 obj = value_cast (this_ref, obj);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| coroutines.cc | 4879 tree this_ref = build_fold_indirect_ref (arg); local 4880 vec_safe_push (args, this_ref); 5101 tree this_ref = build_fold_indirect_ref (arg); local 5102 vec_safe_push (promise_args, this_ref);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| coroutines.cc | 4649 tree this_ref = build1 (INDIRECT_REF, tt, arg); local 4651 this_ref = convert_to_reference (tt, this_ref, CONV_STATIC, 4654 vec_safe_push (args, convert_from_reference (this_ref)); 4876 tree this_ref = build1 (INDIRECT_REF, ct, arg); local 4878 this_ref = convert_to_reference (rt, this_ref, CONV_STATIC, 4881 vec_safe_push (promise_args, this_ref);
|