Searched refs:uintptr_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dgeneric-morestack.c112 typedef unsigned uintptr_type __attribute__ ((mode (pointer))); typedef
251 uintptr_type because it replaced one of the void * pointers in
253 uintptr_type dont_block_signals;
915 if (segment_arg == (void *) (uintptr_type) 1)
922 *next_segment = (void *) (uintptr_type) 2;
936 else if (segment_arg == (void *) (uintptr_type) 2)
948 return __splitstack_find ((void *) (uintptr_type) 1, sp, len,
958 *next_segment = (void *) (uintptr_type) 1;
982 *next_segment = (void *) (uintptr_type) 2;
1062 context[INITIAL_SP_LEN] = (void *) (uintptr_type) __morestack_initial_s
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dgeneric-morestack.c112 typedef unsigned uintptr_type __attribute__ ((mode (pointer))); typedef
251 uintptr_type because it replaced one of the void * pointers in
253 uintptr_type dont_block_signals;
915 if (segment_arg == (void *) (uintptr_type) 1)
922 *next_segment = (void *) (uintptr_type) 2;
936 else if (segment_arg == (void *) (uintptr_type) 2)
948 return __splitstack_find ((void *) (uintptr_type) 1, sp, len,
958 *next_segment = (void *) (uintptr_type) 1;
982 *next_segment = (void *) (uintptr_type) 2;
1062 context[INITIAL_SP_LEN] = (void *) (uintptr_type) __morestack_initial_s
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dasan.c2095 tree t, uintptr_type = TREE_TYPE (base_addr); local
2099 t = build_int_cst (uintptr_type, ASAN_SHADOW_SHIFT);
2100 g = gimple_build_assign (make_ssa_name (uintptr_type), RSHIFT_EXPR,
2105 t = build_int_cst (uintptr_type, asan_shadow_offset ());
2106 g = gimple_build_assign (make_ssa_name (uintptr_type), PLUS_EXPR,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dasan.cc2486 tree t, uintptr_type = TREE_TYPE (base_addr); local
2490 t = build_int_cst (uintptr_type, ASAN_SHADOW_SHIFT);
2491 g = gimple_build_assign (make_ssa_name (uintptr_type), RSHIFT_EXPR,
2496 t = build_int_cst (uintptr_type, asan_shadow_offset ());
2497 g = gimple_build_assign (make_ssa_name (uintptr_type), PLUS_EXPR,

Completed in 263 milliseconds