Searched refs:asptrtype (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.c | 21321 tree asptrtype = build_pointer_type (type); in ix86_stack_protect_guard() local 21323 t = build_int_cst (asptrtype, ix86_stack_protector_guard_offset); in ix86_stack_protect_guard() 21324 t = build2 (MEM_REF, asptrtype, t, in ix86_stack_protect_guard() 21325 build_int_cst (asptrtype, 0)); in ix86_stack_protect_guard()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 22598 tree asptrtype = build_pointer_type (type); in ix86_stack_protect_guard() local 22600 t = build_int_cst (asptrtype, ix86_stack_protector_guard_offset); in ix86_stack_protect_guard() 22601 t = build2 (MEM_REF, asptrtype, t, in ix86_stack_protect_guard() 22602 build_int_cst (asptrtype, 0)); in ix86_stack_protect_guard()
|