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

/ast/src/lib/libast/include/
H A Derror.h101 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context)
103 #define errorpush(p,f) (*(p)=*ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f))
107 typedef struct Error_context_s Error_context_t; typedef in typeref:struct:Error_context_s
147 Error_context_t empty; /* empty context stack element */

Completed in 10 milliseconds