/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
hwint.h | 0 /* HOST_WIDE_INT definitions for the GNU compiler. 51 /* Set HOST_WIDE_INT. This should be the widest efficient host 61 # define HOST_WIDE_INT long 66 # define HOST_WIDE_INT long long 71 # define HOST_WIDE_INT __int64 74 #error "Unable to find a suitable type for HOST_WIDE_INT" 82 of HOST_WIDE_INT for %wd specifier checks. You must issue this 84 typedef HOST_WIDE_INT __gcc_host_wide_int__; 86 /* Various printf format strings for HOST_WIDE_INT. */ 119 # define HOST_WIDEST_INT HOST_WIDE_INT [all...] |
double-int.h | 46 numbers with precision higher than HOST_WIDE_INT). It might be less 58 static double_int from_uhwi (unsigned HOST_WIDE_INT cst); 59 static double_int from_shwi (HOST_WIDE_INT cst); 60 static double_int from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low); 89 HOST_WIDE_INT to_shwi () const; 90 unsigned HOST_WIDE_INT to_uhwi () const; 131 double_int lshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const; 132 double_int rshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const; 133 double_int alshift (HOST_WIDE_INT count, unsigned int prec) const [all...] |
output.h | 126 extern void fprint_whex (FILE *, unsigned HOST_WIDE_INT); 210 extern void assemble_zeros (unsigned HOST_WIDE_INT); 297 extern void output_constant (tree, unsigned HOST_WIDE_INT, unsigned int); 356 extern void default_function_pro_epilogue (FILE *, HOST_WIDE_INT); 481 unsigned HOST_WIDE_INT size, 482 unsigned HOST_WIDE_INT rounded); 530 extern rtx get_section_anchor (struct object_block *, HOST_WIDE_INT, 533 unsigned HOST_WIDE_INT, 570 extern section *default_select_section (tree, int, unsigned HOST_WIDE_INT); 571 extern section *default_elf_select_section (tree, int, unsigned HOST_WIDE_INT); [all...] |
emit-rtl.h | 36 extern void set_mem_offset (rtx, HOST_WIDE_INT); 42 extern void set_mem_size (rtx, HOST_WIDE_INT); 65 extern rtx gen_int_mode (HOST_WIDE_INT, enum machine_mode);
|
machmode.h | 199 extern const unsigned HOST_WIDE_INT mode_mask_array[NUM_MACHINE_MODES]; 265 bit_field_mode_iterator (HOST_WIDE_INT, HOST_WIDE_INT, 266 HOST_WIDE_INT, HOST_WIDE_INT, 275 HOST_WIDE_INT bitsize_; 276 HOST_WIDE_INT bitpos_; 277 HOST_WIDE_INT bitregion_start_; 278 HOST_WIDE_INT bitregion_end_; 287 unsigned HOST_WIDE_INT, [all...] |
tree-ssa-alias.h | 75 HOST_WIDE_INT offset; 77 HOST_WIDE_INT size; 79 HOST_WIDE_INT max_size;
|
toplev.h | 78 extern HOST_WIDE_INT get_random_seed (bool);
|
ipa-prop.h | 80 HOST_WIDE_INT offset; 116 HOST_WIDE_INT offset; 138 HOST_WIDE_INT offset; 185 static inline HOST_WIDE_INT 258 static inline HOST_WIDE_INT 384 HOST_WIDE_INT offset; 517 tree ipa_find_agg_cst_for_param (struct ipa_agg_jump_function *, HOST_WIDE_INT, 520 HOST_WIDE_INT *, bool *); 571 HOST_WIDE_INT offset; 616 tree build_ref_for_offset (location_t, tree, HOST_WIDE_INT, tree [all...] |
function.h | 232 HOST_WIDE_INT start; 233 HOST_WIDE_INT length; 304 HOST_WIDE_INT x_frame_offset; 482 HOST_WIDE_INT static_stack_size; 486 HOST_WIDE_INT dynamic_stack_size; 726 extern HOST_WIDE_INT get_frame_size (void); 731 extern bool frame_offset_overflow (HOST_WIDE_INT, tree);
|
real.h | 76 [sizeof(REAL_VALUE_TYPE) <= REAL_WIDTH*sizeof(HOST_WIDE_INT) ? 1 : -1]; 80 as many as four (32-bit HOST_WIDE_INT, 128-bit REAL_VALUE_TYPE). 269 extern HOST_WIDE_INT real_to_integer (const REAL_VALUE_TYPE *); 270 extern void real_to_integer2 (HOST_WIDE_INT *, HOST_WIDE_INT *, 281 unsigned HOST_WIDE_INT, HOST_WIDE_INT, int); 471 const REAL_VALUE_TYPE *, HOST_WIDE_INT);
|
tree-inline.h | 193 extern HOST_WIDE_INT estimated_stack_frame_size (struct cgraph_node *);
|
target.def | 168 void, (FILE *file, const char *name, const_tree expr, HOST_WIDE_INT size), 190 void, (FILE *file, HOST_WIDE_INT size), 211 void, (FILE *file, HOST_WIDE_INT size), 271 section *, (tree exp, int reloc, unsigned HOST_WIDE_INT align), 279 section *, (enum machine_mode mode, rtx x, unsigned HOST_WIDE_INT align), 333 void, (FILE *file, tree thunk_fndecl, HOST_WIDE_INT delta, 334 HOST_WIDE_INT vcall_offset, tree function), 346 bool, (const_tree thunk_fndecl, HOST_WIDE_INT delta, 347 HOST_WIDE_INT vcall_offset, const_tree function), [all...] |
langhooks.h | 389 HOST_WIDE_INT (*to_target_charset) (HOST_WIDE_INT);
|
rtl.h | 148 HOST_WIDE_INT offset; 152 HOST_WIDE_INT size; 181 HOST_WIDE_INT offset; /* Offset from start of DECL. */ 217 HOST_WIDE_INT offset; 230 HOST_WIDE_INT size; 343 HOST_WIDE_INT hwint[1]; [all...] |
tree-flow-inline.h | 1137 ranges_overlap_p (unsigned HOST_WIDE_INT pos1, 1138 unsigned HOST_WIDE_INT size1, 1139 unsigned HOST_WIDE_INT pos2, 1140 unsigned HOST_WIDE_INT size2) 1143 && (size2 == (unsigned HOST_WIDE_INT)-1 1147 && (size1 == (unsigned HOST_WIDE_INT)-1 1237 get_addr_base_and_unit_offset_1 (tree exp, HOST_WIDE_INT *poffset, 1240 HOST_WIDE_INT byte_offset = 0; 1255 HOST_WIDE_INT hthis_offset; [all...] |
cfgloop.h | 293 HOST_WIDE_INT estimated_loop_iterations_int (struct loop *); 294 HOST_WIDE_INT max_loop_iterations_int (struct loop *); 297 HOST_WIDE_INT max_stmt_executions_int (struct loop *); 298 HOST_WIDE_INT estimated_stmt_executions_int (struct loop *);
|
tree.h | [all...] |
system.h | 267 /* Get definitions of HOST_WIDE_INT and HOST_WIDEST_INT. */ 278 ((unsigned HOST_WIDE_INT) (VALUE) - (unsigned HOST_WIDE_INT) (LOWER) \ 279 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER)) [all...] |
tree-ssa-sccvn.h | 85 HOST_WIDE_INT off;
|
cgraph.h | 126 HOST_WIDE_INT fixed_offset; 127 HOST_WIDE_INT virtual_value; 383 HOST_WIDE_INT offset; 385 HOST_WIDE_INT otr_token; 580 struct cgraph_node * cgraph_add_thunk (struct cgraph_node *, tree, tree, bool, HOST_WIDE_INT, 581 HOST_WIDE_INT, tree, tree); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
i386-protos.h | 31 extern HOST_WIDE_INT ix86_initial_elimination_offset (int, int); 255 HOST_WIDE_INT, 256 HOST_WIDE_INT); 286 HOST_WIDE_INT scale; 293 unsigned HOST_WIDE_INT, int); 295 unsigned HOST_WIDE_INT, int);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/ |
c-common.h | 719 unsigned HOST_WIDE_INT), 721 unsigned HOST_WIDE_INT); 738 extern tree c_build_bitfield_integer_type (unsigned HOST_WIDE_INT, int); 822 extern HOST_WIDE_INT c_common_to_target_charset (HOST_WIDE_INT); [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/ |
gcov-io.h | 224 #define FUNC_GLOBAL_ID(m,f) ((((HOST_WIDE_INT) (m)) << FUNC_ID_WIDTH) | (f)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/ |
gcov-io.h | 224 #define FUNC_GLOBAL_ID(m,f) ((((HOST_WIDE_INT) (m)) << FUNC_ID_WIDTH) | (f)
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/ |
gcov-io.h | 224 #define FUNC_GLOBAL_ID(m,f) ((((HOST_WIDE_INT) (m)) << FUNC_ID_WIDTH) | (f)
|