Searched refs:is_c_format (Results 1 – 4 of 4) sorted by relevance
492 bool is_c_format = false; in process_literal_dump() local508 is_c_format = true; in process_literal_dump()512 is_c_format = false; in process_literal_dump()580 is_c_format); in process_literal_dump()606 is_c_format); in process_literal_dump()619 literals_file_name_p = is_c_format ? "literals.h" : "literals.list"; in process_literal_dump()
74 … jerry_char_t *lit_buf_p, size_t lit_buf_size, bool is_c_format);
1575 bool is_c_format) /**< format-flag */ in jerry_get_literals_from_snapshot() argument1649 if (is_c_format) in jerry_get_literals_from_snapshot()1718 if (is_c_format) in jerry_get_literals_from_snapshot()1726 if (is_c_format) in jerry_get_literals_from_snapshot()1746 if (is_c_format) in jerry_get_literals_from_snapshot()1759 JERRY_UNUSED (is_c_format); in jerry_get_literals_from_snapshot()
7543 bool is_c_format);7550 - `is_c_format` - the output format would be C-style (true) or a simple list (false).