Searched refs:pragma_handler (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | c-pragma.h | 84 typedef void (*pragma_handler)(struct cpp_reader *); typedef 85 extern void c_register_pragma (const char *, const char *, pragma_handler); 87 pragma_handler);
|
| HD | c-pragma.c | 732 DEF_VEC_O (pragma_handler); 733 DEF_VEC_ALLOC_O (pragma_handler, heap); 735 static VEC(pragma_handler, heap) *registered_pragmas; in VEC() argument 742 pragma_handler handler, bool allow_expansion) 746 VEC_safe_push (pragma_handler, heap, registered_pragmas, &handler); 747 id = VEC_length (pragma_handler, registered_pragmas); 759 c_register_pragma (const char *space, const char *name, pragma_handler handler) in c_register_pragma() 766 pragma_handler handler) in c_register_pragma_with_expansion() 774 pragma_handler handler; in c_invoke_pragma_handler() 777 handler = *VEC_index (pragma_handler, registered_pragmas, id); in c_invoke_pragma_handler()
|
| HD | ChangeLog-2006 | 16525 (pragma_handler): New.
|