Home
last modified time | relevance | path

Searched refs:asptrtype (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c45309 tree asptrtype = build_pointer_type (type); in ix86_stack_protect_guard() local
45311 t = build_int_cst (asptrtype, ix86_stack_protector_guard_offset); in ix86_stack_protect_guard()
45312 t = build2 (MEM_REF, asptrtype, t, in ix86_stack_protect_guard()
45313 build_int_cst (asptrtype, 0)); in ix86_stack_protect_guard()