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)(void *); member
/openbmc/libcper/tests/
H A Dir-tests.cpp116 ASSERT_NE(section_definitions[i].ToIR, nullptr) << err; in TEST()
118 if (section_definitions[i].ToIR != NULL) { in TEST()
/openbmc/libcper/
H A Dcper-parse.c352 section_definitions[i].ToIR != NULL) { in cper_section_to_ir()
353 section_ir = section_definitions[i].ToIR(section); in cper_section_to_ir()