Searched refs:const_type (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 920 tree const_type; in interpret_float() local 1015 const_type = excess_precision_type (type); in interpret_float() 1016 if (!const_type) in interpret_float() 1017 const_type = type; in interpret_float() 1063 real_from_string3 (&real, copy, TYPE_MODE (const_type)); in interpret_float() 1064 if (const_type != type) in interpret_float() 1077 || (const_type != type && REAL_VALUE_ISINF (real_trunc))) in interpret_float() 1092 || (const_type != type in interpret_float() 1107 value = build_real (const_type, real); in interpret_float() 1111 fold_convert (const_type, in interpret_float() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-lex.c | 852 tree const_type; in interpret_float() local 947 const_type = excess_precision_type (type); in interpret_float() 948 if (!const_type) in interpret_float() 949 const_type = type; in interpret_float() 995 real_from_string3 (&real, copy, TYPE_MODE (const_type)); in interpret_float() 996 if (const_type != type) in interpret_float() 1009 || (const_type != type && REAL_VALUE_ISINF (real_trunc))) in interpret_float() 1024 || (const_type != type in interpret_float() 1039 value = build_real (const_type, real); in interpret_float() 1043 fold_convert (const_type, in interpret_float() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | debug.h | 265 bool (*const_type) (void *); member
|
H A D | debug.c | 2648 return (*fns->const_type) (fhandle); in debug_write_type()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | debug.h | 265 bool (*const_type) (void *); member
|
H A D | debug.c | 2648 return (*fns->const_type) (fhandle); in debug_write_type()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 171 HANDLE_DW_TAG(0x0026, const_type, 2, DWARF, DW_KIND_TYPE) 835 HANDLE_DW_OP(0xa4, const_type, 5, DWARF)
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | ChangeLog | 8548 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | ChangeLog | 8057 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | ChangeLog | 8138 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
|