Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pragma.c234 struct GTY(()) pending_weak struct
241 static GTY(()) vec<pending_weak, va_gc> *pending_weaks; argument
273 pending_weak *pe; in maybe_apply_pragma_weak()
314 pending_weak *pe; in maybe_apply_pending_pragma_weaks()
387 pending_weak pe = {name, value}; in handle_pragma_weak()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.cc241 struct GTY(()) pending_weak struct
248 static GTY(()) vec<pending_weak, va_gc> *pending_weaks; argument
280 pending_weak *pe; in maybe_apply_pragma_weak()
321 pending_weak *pe; in maybe_apply_pending_pragma_weaks()
394 pending_weak pe = {name, value}; in handle_pragma_weak()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201032037 * c-pragma.c (pending_weak_d, pending_weak): New.
32038 (pending_weaks): Change the type to VEC((pending_weak,gc) *.