Searched refs:pragma_handler (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dc-pragma.h84 typedef void (*pragma_handler)(struct cpp_reader *); typedef
85 extern void c_register_pragma (const char *, const char *, pragma_handler);
87 pragma_handler);
H A Dc-pragma.c732 DEF_VEC_O (pragma_handler); variable
733 DEF_VEC_ALLOC_O (pragma_handler, heap);
735 static VEC(pragma_handler, heap) *registered_pragmas;
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)
766 pragma_handler handler)
774 pragma_handler handler;
777 handler = *VEC_index (pragma_handler, registered_pragma
[all...]

Completed in 68 milliseconds