Home
last modified time | relevance | path

Searched refs:base_p (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDamd64-tdep.c1695 int base_p; member
1717 cache->base_p = 0; in amd64_init_frame_cache()
2350 cache->base_p = 1; in amd64_frame_cache_1()
2382 if (!cache->base_p) in amd64_frame_unwind_stop_reason()
2399 if (!cache->base_p) in amd64_frame_this_id()
2491 cache->base_p = 1; in amd64_sigtramp_frame_cache()
2507 if (!cache->base_p) in amd64_sigtramp_frame_unwind_stop_reason()
2520 if (!cache->base_p) in amd64_sigtramp_frame_this_id()
2662 cache->base_p = 1; in amd64_epilogue_frame_cache()
2677 if (!cache->base_p) in amd64_epilogue_frame_unwind_stop_reason()
[all …]
HDi386-tdep.c821 int base_p; member
846 cache->base_p = 0; in i386_alloc_frame_cache()
1744 cache->base_p = 1; in i386_frame_cache_1()
1818 cache->base_p = 1; in i386_frame_cache_1()
1863 if (!cache->base_p) in i386_frame_unwind_stop_reason()
2005 cache->base_p = 1; in i386_epilogue_frame_cache()
2020 if (!cache->base_p) in i386_epilogue_frame_unwind_stop_reason()
2034 if (!cache->base_p) in i386_epilogue_frame_this_id()
2199 cache->base_p = 1; in i386_sigtramp_frame_cache()
2215 if (!cache->base_p) in i386_sigtramp_frame_unwind_stop_reason()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcall.c100 BOOL_BITFIELD base_p : 1; member
786 t->base_p = false; in build_conv()
1231 conv->base_p = true; in standard_conversion()
1287 conv->base_p = true; in standard_conversion()
5956 if (convs->base_p) in convert_like_real()
/dragonfly/contrib/gcc-8.0/gcc/
HDrtlanal.c6326 bool base_p = ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in baseness() local
6328 if (base_p != index_p) in baseness()
6329 return base_p ? 1 : -1; in baseness()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDclass.c6421 find_flexarrays (tree t, flexmems_t *fmem, bool base_p, in find_flexarrays() argument
6521 if (base_p) in find_flexarrays()
6692 bool base_p /* = false */) in check_flexarrays() argument
6755 find_flexarrays (t, fmem, base_p || fam != fmem->array); in check_flexarrays()
HDcall.c101 BOOL_BITFIELD base_p : 1; member
792 t->base_p = false; in build_conv()
1299 conv->base_p = true; in standard_conversion()
1357 conv->base_p = true; in standard_conversion()
7117 if (convs->base_p) in convert_like_real()