Searched defs:quote_free (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/attr/
H A Derror_context.h33 void (*quote_free) (struct error_context *, const char *); member in struct:error_context
43 # define quote_free(ctx, name) do { \ macro
44 if ((ctx) && (ctx)->quote_free) \
45 (ctx)->quote_free((ctx), (name)); \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/
H A Derror_context.h33 void (*quote_free) (struct error_context *, const char *); member in struct:error_context
43 # define quote_free(ctx, name) do { \ macro
44 if ((ctx) && (ctx)->quote_free) \
45 (ctx)->quote_free((ctx), (name)); \

Completed in 178 milliseconds