Home
last modified time | relevance | path

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

/openbmc/libcper/include/libcper/sections/
H A Dcper-section.h18 json_object *(*ToIR)(const UINT8 *, UINT32, char **); member
/openbmc/libcper/
H A Dcper-parse.c393 if (definition->ToIR == NULL) { in cper_section_descriptor_to_ir()
399 definition->ToIR(cper_section_buf, size, &cper_description); in cper_section_descriptor_to_ir()
/openbmc/libcper/tests/
H A Dir-tests.c486 assert(section_definitions[i].ToIR != NULL); in CompileTimeAssertions_TwoWayConversion()
488 if (section_definitions[i].ToIR != NULL) { in CompileTimeAssertions_TwoWayConversion()