Home
last modified time | relevance | path

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

/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c203 typedef struct ExceptionCodeInfo { struct
206 } ExceptionCodeInfo; argument
210 static const ExceptionCodeInfo exception_codes[] = {
1416 const ExceptionCodeInfo * const code_info = &exception_codes[i]; in exception_filter()