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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dunsafe.cc60 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
64 results->push_back(Typed_identifier("", uintptr_type, bloc));
73 results->push_back(Typed_identifier("", uintptr_type, bloc));
83 results->push_back(Typed_identifier("", uintptr_type, bloc));
H A Dtypes.cc1466 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
1515 "size", uintptr_type,
1517 "hashfn", uintptr_type,
1518 "equalfn", uintptr_type,
1519 "gc", uintptr_type,
1564 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
1573 params->push_back(Typed_identifier("key_size", uintptr_type, bloc));
1576 results->push_back(Typed_identifier("", uintptr_type, bloc));
1587 params->push_back(Typed_identifier("key_size", uintptr_type, bloc));
3278 Type* uintptr_type local
3948 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
4366 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
5162 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
5299 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
5874 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
6263 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
6436 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
6474 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
6614 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
6804 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
6835 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
6944 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
7019 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
7929 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
[all...]
H A Dexpressions.cc1186 Type* uintptr_type = Type::lookup_integer_type("uintptr");
1187 Type* struct_type = Type::make_builtin_struct_type(1, "code", uintptr_type);
7021 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
7022 int uintptr_bits = uintptr_type->integer_type()->bits();
8342 Type* uintptr_type = Type::lookup_integer_type("uintptr"); local
8346 Expression::make_integer_z(&ival, uintptr_type, location);
/haiku-buildtools/gcc/libgcc/
H A Dgeneric-morestack.c51 typedef unsigned uintptr_type __attribute__ ((mode (pointer))); typedef
190 uintptr_type because it replaced one of the void * pointers in
192 uintptr_type dont_block_signals;
863 if (segment_arg == (void *) (uintptr_type) 1)
870 *next_segment = (void *) (uintptr_type) 2;
884 else if (segment_arg == (void *) (uintptr_type) 2)
896 return __splitstack_find ((void *) (uintptr_type) 1, sp, len,
906 *next_segment = (void *) (uintptr_type) 1;
930 *next_segment = (void *) (uintptr_type) 2;
1005 context[INITIAL_SP_LEN] = (void *) (uintptr_type) __morestack_initial_s
[all...]
/haiku-buildtools/gcc/gcc/
H A Dasan.c1602 tree t, uintptr_type = TREE_TYPE (base_addr); local
1606 t = build_int_cst (uintptr_type, ASAN_SHADOW_SHIFT);
1607 g = gimple_build_assign (make_ssa_name (uintptr_type), RSHIFT_EXPR,
1612 t = build_int_cst (uintptr_type, asan_shadow_offset ());
1613 g = gimple_build_assign (make_ssa_name (uintptr_type), PLUS_EXPR,

Completed in 204 milliseconds