Lines Matching refs:CIL_ERR
113 cil_log(CIL_ERR, "Line mark end without start\n"); in add_hll_linemark()
134 cil_log(CIL_ERR, "Invalid line mark syntax\n"); in add_hll_linemark()
140 cil_log(CIL_ERR, "Invalid line mark syntax\n"); in add_hll_linemark()
145 cil_log(CIL_ERR, "Problem parsing line number for line mark\n"); in add_hll_linemark()
153 cil_log(CIL_ERR, "Invalid line mark syntax\n"); in add_hll_linemark()
170 cil_log(CIL_ERR, "Invalid line mark syntax\n"); in add_hll_linemark()
177 cil_log(CIL_ERR, "Problem with high-level line mark at line %d of %s\n", tok.line, path); in add_hll_linemark()
246 cil_log(CIL_ERR, "Close parenthesis without matching open at line %d of %s\n", tok.line, path); in cil_parser()
257 cil_log(CIL_ERR, "Symbol not inside parenthesis at line %d of %s\n", tok.line, path); in cil_parser()
283 cil_log(CIL_ERR, "Open parenthesis without matching close at line %d of %s\n", tok.line, path); in cil_parser()
287 …cil_log(CIL_ERR, "High-level language line marker start without close at line %d of %s\n", tok.lin… in cil_parser()
292 cil_log(CIL_ERR, "Invalid token '%s' at line %d of %s\n", tok.value, tok.line, path); in cil_parser()
295 cil_log(CIL_ERR, "Unknown token type '%d' at line %d of %s\n", tok.type, tok.line, path); in cil_parser()