| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-tdep.c | 1914 int base_p; 1936 cache->base_p = 0; 2592 cache->base_p = 1; 2626 if (!cache->base_p) 2643 if (!cache->base_p) 2738 cache->base_p = 1; 2757 if (!cache->base_p) 2770 if (!cache->base_p) 2977 cache->base_p = 1; 2995 if (!cache->base_p) 1910 int base_p; member in struct:amd64_frame_cache [all...] |
| i386-tdep.c | 1006 int base_p; 1031 cache->base_p = 0; 1951 cache->base_p = 1; 2025 cache->base_p = 1; 2058 if (!cache->base_p) 2077 if (!cache->base_p) 2254 cache->base_p = 1; 2272 if (!cache->base_p) 2286 if (!cache->base_p) 2465 cache->base_p = 1 1002 int base_p; member in struct:i386_frame_cache [all...] |
| rs6000-tdep.c | 3613 /* Set BASE_P to true if this frame cache is properly initialized. member in struct:rs6000_frame_cache 3616 int base_p; 3810 cache->base_p = 1; 3821 if (!info->base_p)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-tdep.c | 2117 int base_p; 2139 cache->base_p = 0; 2949 cache->base_p = 1; 2983 if (!cache->base_p) 3000 if (!cache->base_p) 3095 cache->base_p = 1; 3114 if (!cache->base_p) 3127 if (!cache->base_p) 3334 cache->base_p = 1; 3352 if (!cache->base_p) 2113 int base_p; member in struct:amd64_frame_cache [all...] |
| i386-tdep.c | 1020 int base_p; 1045 cache->base_p = 0; 1965 cache->base_p = 1; 2039 cache->base_p = 1; 2072 if (!cache->base_p) 2091 if (!cache->base_p) 2268 cache->base_p = 1; 2286 if (!cache->base_p) 2300 if (!cache->base_p) 2479 cache->base_p = 1 1016 int base_p; member in struct:i386_frame_cache [all...] |
| rs6000-tdep.c | 3613 /* Set BASE_P to true if this frame cache is properly initialized. member in struct:rs6000_frame_cache 3616 int base_p; 3810 cache->base_p = 1; 3821 if (!info->base_p)
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_surface.c | 935 struct ttm_base_object **base_p) 995 *base_p = base;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-param-manipulation.cc | 594 *BASE_P and *UNIT_OFFSET_P with the appropriate info. */ 597 isra_get_ref_base_and_offset (tree expr, tree *base_p, unsigned *unit_offset_p) 623 *base_p = base;
|
| rtlanal.cc | 6721 bool base_p = ok_for_base_p_1 (regno, mode, as, outer_code, index_code); 6723 if (base_p != index_p) 6724 return base_p ? 1 : -1;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| syms.c | 1518 bool base_p ATTRIBUTE_UNUSED,
|
| elf.c | 2336 /* Get version name. If BASE_P is TRUE, return "Base" for VER_FLG_BASE 2341 bool base_p, 2362 version_string = base_p ? "Base" : ""; 2368 if (base_p
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| syms.c | 1519 bool base_p ATTRIBUTE_UNUSED,
|
| elf.c | 2272 /* Get version name. If BASE_P is TRUE, return "Base" for VER_FLG_BASE 2277 bool base_p, 2298 version_string = base_p ? "Base" : ""; 2304 if (base_p
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| syms.c | 1518 bool base_p ATTRIBUTE_UNUSED,
|
| elf.c | 2247 /* Get version name. If BASE_P is TRUE, return "Base" for VER_FLG_BASE 2252 bool base_p, 2273 version_string = base_p ? "Base" : ""; 2279 if (base_p
|
| /src/external/gpl3/gdb/dist/bfd/ |
| syms.c | 1519 bool base_p ATTRIBUTE_UNUSED,
|
| elf.c | 2334 /* Get version name. If BASE_P is TRUE, return "Base" for VER_FLG_BASE 2339 bool base_p, 2360 version_string = base_p ? "Base" : ""; 2366 if (base_p
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-param-manipulation.cc | 564 *BASE_P and *UNIT_OFFSET_P with the appropriate info. */ 567 isra_get_ref_base_and_offset (tree expr, tree *base_p, unsigned *unit_offset_p) 593 *base_p = base;
|
| rtlanal.cc | 6701 bool base_p = ok_for_base_p_1 (regno, mode, as, outer_code, index_code); 6703 if (base_p != index_p) 6704 return base_p ? 1 : -1;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| class.cc | 7413 BASE_P is true if T is a base class of another class. 7422 find_flexarrays (tree t, flexmems_t *fmem, bool base_p, 7521 if (base_p) 7697 bool base_p /* = false */) 7732 check_flexarrays (BINFO_TYPE (base_binfo), fmem, /*base_p=*/true); 7749 check_flexarrays (basetype, fmem, /*base_p=*/true); 7762 find_flexarrays (t, fmem, base_p || fam != fmem->array);
|
| call.cc | 110 BOOL_BITFIELD base_p : 1; member in struct:conversion 838 t->base_p = false; 1427 conv->base_p = true; 1487 conv->base_p = true; 9007 if (convs->base_p)
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| class.cc | 7103 BASE_P is true if T is a base class of another class. 7112 find_flexarrays (tree t, flexmems_t *fmem, bool base_p, 7211 if (base_p) 7387 bool base_p /* = false */) 7422 check_flexarrays (BINFO_TYPE (base_binfo), fmem, /*base_p=*/true); 7439 check_flexarrays (basetype, fmem, /*base_p=*/true); 7452 find_flexarrays (t, fmem, base_p || fam != fmem->array);
|
| call.cc | 102 BOOL_BITFIELD base_p : 1; member in struct:conversion 818 t->base_p = false; 1410 conv->base_p = true; 1470 conv->base_p = true; 8379 if (convs->base_p)
|